5f177e7d45a78e51da776304bbbe762c24a7ab8a
[elisp/wanderlust.git] / wl / ChangeLog
1 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2
3         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4         (wl-news): Change message.
5         (wl-news-exit): Check buffer.
6         (wl-news-force-exit): New function.
7         (wl-news-show-all): New function.
8         (wl-news-discard-and-exit): Fix.
9
10 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
11
12         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
13         according to current-language-environment.
14
15         * wl-news.el.in (wl-news): If arg, show all NEWS after
16         wl-news-default-previous-version.
17
18 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
19
20         * wl-news.el.in (wl-news-check): Rewritten.
21         (wl-news-previous-version-load): Change data type.
22         (wl-news-previous-version-save): Change data type.
23         (wl-news-append-news): Add return value.
24         (wl-news-check-news): New function.
25         (wl-news-already-current-p): New function.
26         (wl-news-send-news): Rewritten.
27         (wl-news-mode-map): Add new keybind.
28         (wl-news): Rewritten.
29         (wl-news-exit): Rewritten.
30         (wl-news-discard-and-mail): New function.
31         (wl-news-send-to-address): Abolished.
32         * wl.el (wl-init): Delete a message.
33
34 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
35
36         * wl-news.el.in (wl-news-exit): Update previous version.
37         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
38
39 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
40
41         * wl-news.el.in (wl-news): Add `delete-other-windows'.
42
43 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
44
45         * wl-news.el.in (wl-news): New function.
46         (wl-news-mode): New function.
47         (wl-news-next-line): New function.
48         (wl-news-next-page): New function.
49         (wl-news-exit): New function.
50         (wl-news-buf-name): New variable.
51         (wl-news-mode-map): New variable.
52         (wl-news-winconf): New variable.
53         (wl-news-append-news): Add an option.
54
55 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
56
57         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
58
59 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
60
61         * wl-news.el.in (wl-news-send-to-address): New variable.
62         (wl-news-send-news): Use it.
63         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
64         Return updating status.
65         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
66
67 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
68
69         * wl-news.el.in (wl-news-send-news): Delete
70         Organization and X-Face.
71
72 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
73
74         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
75         (wl-news-append-news): New function.
76         (wl-news-send-news): New function.
77
78 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
79
80         * Version number is increased to 2.11.1.
81
82 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
83
84         * wl-news.el.in : New file.
85
86 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
87
88         * wl-vars.el (wl-draft-reply-with-argument-list): Change
89         default value.
90         (wl-draft-reply-without-argument-list): Ditto.
91
92 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
93
94         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
95         (wl-message-buffer-prefetch-idle-time): Ditto.
96         (wl-message-buffer-prefetch-folder-type-list): Ditto.
97
98 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
99
100         * wl-thread.el (wl-thread-insert-message): Use
101         wl-summary-max-thread-depth.
102
103         * wl-summary.el (wl-summary-insert-thread-entity): Refined
104         loop detection.
105
106         * wl-message.el (wl-message-buffer-display): Back to the first page
107         when cache is hit.
108
109 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
110
111         * wl-vars.el (wl-summary-max-thread-depth): New user option.
112
113         * wl-summary.el (wl-summary-insert-thread-entity):
114         If the thread depth is reached to wl-summary-max-thread-depth,
115         divide the thread.
116
117 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
118
119         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
120         for elmo-remove-passwd.
121
122 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
123
124         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
125         folder is sticky.
126         (wl-folder-mark-as-read-all-entity): Ditto.
127         (wl-folder-prefetch-entity): Ditto.
128
129 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
130
131         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
132
133 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
134
135         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
136         Delete messages on buffer for unplugged operation.
137         (wl-summary-erase): Ditto.
138
139 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
140
141         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
142         take nil so as not to search parent by subject.
143
144 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
145
146         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
147         (wl-folder-get-next-folder): Ditto.
148         (wl-folder-get-path): Ditto.
149
150 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
151
152         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
153         system and encode the region with it before verifying.
154
155 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
156
157         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
158         system of the echo buffer before decoding.
159
160 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
161
162         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
163         original contents.
164
165 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
166
167         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
168         with argument 'any-exists.
169
170 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
171
172         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
173         Use `wl-cs-autoconv'.
174
175 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
176
177         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
178         by `mime-view-automatic-conversion'.
179
180         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
181         (wl-message-verify-pgp-nonmime): Ditto.
182         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
183         Bind them to C-c:d and C-c:v respectively.
184
185         Merge following code by Teranishi-san from [wl-en:00167].
186         * wl-mime.el (wl-mime-preview-application/pgp): New function.
187         (wl-mime-preview-application/pgp-encrypted): Ditto.
188         (wl-mime-setup): Add entry.
189
190 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
191
192         * wl-summary.el (wl-summary-target-mark-erase): New function.
193         Bind it to "mD".
194
195 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
196
197         * wl-vars.el (wl-draft-write-file-function): Fix.
198         (wl-draft-reedit-hook): Changed default value.
199
200         * wl-draft.el (wl-draft-edit-string): Set cursor point for
201         wl-draft-reedit-hook.
202         (wl-draft-remove-text-plain-tag): New function.
203         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
204
205         * wl-vars.el (wl-draft-write-file-function): New user option.
206
207         * wl-draft.el (wl-draft-prepare-edit): Use it for
208         local-write-file-hooks.
209         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
210
211         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
212         (wl-draft-insert-mail-header-separator): Return the body beginning
213         point.
214         (wl-draft-reedit): Remove the mime-edit tag if the first part is
215         text/plain.
216         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
217
218 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
219
220         * wl-summary.el (wl-summary-erase): New function to erase message
221         without moving it to trash. Bind to "D".
222
223         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
224         as `keep' unless switch-function.
225
226 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
227
228         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
229         message buffer by using `wl-summary-toggle-disp-msg'.
230         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
231         buffer window.
232         (wl-summary-supresedes-message): Ditto.
233
234         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
235         Do not delete other windows.
236         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
237         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
238         (wl-draft-create-buffer): Set reply-or-forward also for target
239         mark commands.
240
241 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
242
243         * wl-draft.el (wl-user-agent-compose): Delete special case for
244         switch-to-buffer-other-window.
245
246         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
247         (wl-summary-forward): Ditto.
248
249         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
250         function.
251         (wl-draft-buffer-style): New use option.
252
253         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
254         (wl-draft): Follow the change above.
255         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
256         wl-draft-buffer-style.
257         (wl-user-agent-compose): Bind wl-draft-buffer-style with
258         switch-function.
259
260 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
261
262         * wl-address.el (wl-address-make-completion-entry): Extracted from
263         `wl-address-make-completion-list'.
264         (wl-address-enable-strict-loading): New variable.
265         (wl-address-make-completion-list): Revive petname duplication
266         inquiry, and enable it if `wl-address-enable-strict-loading'.
267         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
268
269 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
270
271         * wl-message.el (wl-message-get-original-buffer): Avoid
272         'Selecting deleted buffer' error when original buffer is killed.
273
274 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
275
276         * Version number is increased to 2.11.0.
277
278 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
281         buffer-modified status (Thanks to
282         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
283
284 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-util.el (wl-region-exists-p): New function.
287
288         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
289         Remove defvars for byte-compile warnings.
290
291 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
294         defvar-maybe. Removed unused bind.
295
296 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
297
298         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
299         summary buffer window before creating new frame.
300         (wl-draft-reply): Ditto.
301
302 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-mime.el (toplevel): Avoid byte-compile warnings.
305
306 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
307
308         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
309
310 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
313         instead of `kill-region'.
314
315 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
316
317         * wl-mime.el (wl-mime-preview-follow-current-region): New function
318         that originates in mime-preview-follow-current-entity.
319         (wl-draft-yank-current-message-entity): Use it if region is active.
320
321         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
322         * wl-e21.el (wl-message-define-keymap): Bind "D" for
323         `wl-message-delete-current-part'.
324         * wl-mule.el (wl-message-define-keymap): Ditto.
325         * wl-xmas.el (wl-message-define-keymap): Ditto.
326
327 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
328
329         * wl-mime.el (wl-message-delete-current-part): Check the class of
330         mime-entity.
331
332 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
333
334         * wl-mime.el (wl-message-delete-current-part): New function.
335         (wl-mime-node-id-to-string): Ditto.
336
337         * wl-mime.el (wl-message-delete-current-part): Use existing
338         original buffer which corresponds current mime-view buffer.
339         (fetched buffer might have different structure, possibly)
340
341         * wl-mime.el (wl-message-delete-current-part): Quit if the
342         message content differs from the actual message.
343
344 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
345
346         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
347         order.
348         (wl-summary-search-by-subject): Search parent message from tail;
349         Check the existence of the parent message on the current thread tree.
350         (wl-summary-update-thread): Check whether the line is inserted.
351
352 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
353
354         * wl-vars.el (wl-summary-line-format): Undo last change.
355         * wl-summary.el (wl-summary-print-destination): Do not put
356         invisible property when `wl-summary-width' is nil.
357         (wl-summary-line-subject-minimum-length): Abolished.
358         (wl-summary-line-subject): Ditto.
359
360 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
361
362         * wl-vars.el (wl-summary-line-format): Change default value.
363         (wl-summary-subject-length-limit): Abolished.
364         * wl-summary.el (wl-summary-line-subject): Ditto.
365
366 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-template.el (wl-template-select): Added optional argument.
369         If optional argument is specified, reverse
370         `wl-template-visible-select'.
371
372 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
373
374         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
375         Take prefix argument to force asking the destination folder.
376
377 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
378
379         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
380         logic to call `wl-summary-buffer-prev-folder-function'.
381         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
382
383 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
384
385         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
386         is nil.
387
388 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
389
390         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
391         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
392         (wl-mime-setup): Add its entry.
393
394 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
395
396         * wl-mime.el (wl-draft-preview-message): Restore the position
397         before evaluating wl-draft-send-hook in preview buffer.
398
399 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
400
401         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
402         when it creates new draft buffer.
403
404         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
405         without argument.
406
407         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
408         Evaluate content and if the value is string, insert it.
409         (wl-draft-config-sub-body,wl-draft-config-sub-top,
410         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
411         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
412         wl-draft-config-sub-part-bottom): Use it.
413
414         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
415         with the folder name. The question was unintelligible when it is
416         called from wl-save-status.
417
418 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
419
420         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
421         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
422         cannot take second argument).
423
424 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
425
426         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
427         as t. Since type and subtype are not case sensitive (RFC 2045).
428
429 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
430
431         * wl-vars.el (wl-message-mode-line-format): New variable.
432         (wl-message-mode-line-format-spec-alist): Ditto.
433         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
434         (wl-message-redisplay): Use wl-message-mode-line-format.
435
436 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
439
440 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
441
442         * wl-summary.el (wl-summary-default-from): Write description.
443
444 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
445
446         * wl-vars.el (wl-ldap-objectclass): Abolish.
447
448         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
449         (wl-ldap-make-filter): Removed condition for objectclass.
450         (wl-ldap-make-matched-value-list): Remove meaningless process.
451         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
452         (wl-address-ldap-search): Don't add `*' to `pat' string;
453         use ignore-errors; added `email';
454         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
455         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
456         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
457
458
459 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
460
461         * wl-draft.el (wl-draft-parent-folder): Write description.
462         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
463
464 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
465
466         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
467         as "" (zero-length string) if no parent.
468         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
469
470 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
471
472         * wl-address.el (wl-address-make-completion-list): Skip duplication
473         checking.
474         (wl-address-make-address-list): use `cons' and `nreverse' instead of
475         `append'.
476
477 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
478
479         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
480         instead of `beginning-of-buffer'.
481
482 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
485
486 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
487
488         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
489         Refer wl-message-buffer-name.
490         (wl-message-wheel-down): Ditto.
491
492 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
493
494         * wl-vars.el (wl-message-buffer-name): New user option.
495
496         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
497         directly instead of making alist dinamically.
498
499         * wl-message.el (wl-message-buffer-cache-name): Abolish.
500         (wl-message-buffer-create): Use wl-message-buffer-name instead of
501         wl-message-buffer-cache-name.
502         (wl-message-buffer-cache-clean-up): Ditto.
503
504         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
505
506         * Version number is increased to 2.9.15.
507
508 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-vars.el (wl-summary-default-view-alist): New user option.
511
512         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
513
514         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
515         while deleting address.
516         (wl-draft-delete-myself-from-cc): Ditto.
517
518         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
519         If optional argument is specified, reverse sort order.
520
521         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
522
523 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
524
525         * wl-thread.el (wl-thread-insert-message): Return parent number if
526         exists.
527         (wl-thread-update-indent-string-region): Use
528         wl-thread-update-line-on-buffer-sub instead of
529         wl-thread-update-line-on-buffer.
530
531 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
532
533         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
534         (wl-folder-close-all): Ditto.
535
536 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
537
538         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
539         and mailing-list:.
540         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
541         value.
542         (wl-summary-line-list-info): Print mailing-list name even when 
543         list-number is empty.
544
545 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
546
547         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
548
549         * wl-draft.el (wl-draft-confirm): Abolished since not used.
550         (wl-draft-open-file): Ditto.
551         (wl-draft-random-alphabet): Ditto.
552
553         * wl-summary.el (wl-summary-mode-map): Remove already abolished
554         bindings.
555
556 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
557
558         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
559         * wl-vars.el (wl-draft-config-alist): Ditto.
560
561 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
562
563         * Version number is increased to 2.9.14.
564
565         * wl.el (wl): Don't set wl-init as nil when error occured while
566         auto-checking folders.
567
568         * wl-util.el (wl-expand-newtext): Re-define as an alias for
569         `elmo-expand-newtext'.
570
571 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
572
573         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
574         `this-command' so that `wl-folder-goto-folder' contained in
575         `wl-summary-keep-cursor-command' work.
576
577 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
578
579         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
580         message buffer displaying state.
581
582 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
583
584         * wl-vars.el (wl-summary-default-view): New variable to specify
585         default value for `wl-summary-buffer-view' instead of using
586         set-default.
587         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
588
589 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
590
591         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
592
593         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
594
595 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
596
597         * wl-vars.el (wl-forward-subject-prefix): New variable.
598         * wl-draft.el (wl-draft-forward): Use it.
599
600 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
601
602         * wl-message.el (wl-message-prev-page): When it is called without
603         lines argument, scroll down by wl-message-scroll-amount lines.
604         (wl-message-next-page): Ditto.
605         * wl-vars.el (wl-message-scroll-amount): Change default value
606         to preserve current behavior.
607
608 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-summary.el (wl-summary-prefetch-msg): Bind
611         `wl-message-entity' to call `wl-summary-from-function'.
612
613 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
614
615         * wl-message.el (wl-message-buffer-create): Run
616         wl-message-buffer-created-hook.
617
618 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
619
620         * wl-summary.el (wl-summary-sort-specs): New variable.
621         (wl-summary-default-sort-spec): Ditto.
622         (wl-summary-sort): Rewrite.
623         (wl-summary-sort-by-list-info): New function.
624
625 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
626
627         * wl-summary.el (wl-summary-get-list-info): New function.
628         (wl-summary-sort): Rewrite.
629         (wl-summary-line-list-info): Ditto.
630         (wl-summary-line-list-count): Ditto.
631         (wl-summary-refile-region): Fixed docstring.
632
633 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
634
635         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
636         `wl-folder-entity-hashtb' as completion table.
637
638 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
641         only when this command is called interactively; silence the byte-
642         compiler.
643
644 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
645
646         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
647         active in XEmacs.
648
649 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
650
651         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
652         plural lines.
653
654 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
655
656         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
657         of current line when the cursor is on the header name.
658         (preserve behavior to move to b.o.h. and b.o.l. mutually)
659
660 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
661
662         * wl-util.el (wl-read-directory-name): Return displayed directory
663         as the default value also on XEmacs.
664
665 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
666
667         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
668         formatting.
669
670 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
671
672         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
673         argument and when it is non-nil, check face property before
674         highlighting for each line.
675         (wl-highlight-summary-window): Set it.
676
677 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
678
679         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
680         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
681
682         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
683         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
684         (wl-draft-get-fcc-list): Likewise.
685
686 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
687
688         * wl-thread.el (wl-thread-indent-regexp): Abolished.
689         (wl-thread-entity-cur): Ditto.
690         * wl-summary.el (wl-summary-buffer-set-folder): Removed
691         wl-thread-indent-regexp setting.
692         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
693
694         * wl-summary.el (wl-summary-display-top): Highlight summary window when
695         wl-summary-lazy-highlight.
696         (wl-summary-display-bottom): Ditto.
697
698         * wl-thread.el (wl-thread-open-close): Likewise.
699
700         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
701         from and subject;
702         Bind wl-draft-use-frame;
703         Enclose with save-window-excursion;
704         Use wl-draft-create-buffer instead of with-temp-buffer;
705         Use wl-draft-prepare-edit;
706         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
707         Use wl-draft-send instead of wl-draft-raw-send.
708
709 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
710
711         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
712         of using wl-from.
713
714 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
715
716         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
717         insert-buffer instead of clone-buffer.
718         (wl-draft-doing-mime-bcc): New variable.
719         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
720         infinite loop.
721         (wl-draft-do-mime-bcc): Use wl-from for From field value.
722
723         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
724         (wl-draft-mime-bcc-body): Ditto.
725
726         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
727         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
728         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
729         wl-draft-do-mime-bcc.
730         (wl-draft-mime-bcc-field): New function.
731         (wl-draft-do-mime-bcc): Ditto.
732
733         * wl-address.el (wl-address-complete-header-list): New variable.
734         (wl-address-complete-header-regexp): Changed default value.
735
736         * Version number is increased to 2.9.13.
737
738 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
739
740         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
741         it is differed.
742
743 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-line-list-info): Rewrite.
746         (wl-summary-line-list-count): Ditto.
747
748 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
749
750         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
751         (wl-nntp-posting-function): New variable.
752         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
753         `wl-nntp-posting-config-alist'.
754
755 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
756
757         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
758         FLIM.
759
760 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
761
762         * wl-summary.el (wl-summary-target-mark-refile-sub):
763         Remove a nuisance funcall.
764
765 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
768         as t for `try-completion'.
769
770 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * wl-summary.el (wl-summary-default-from): Use
773         wl-address-header-extract-address instead of
774         std11-extract-address-components.
775         (wl-summary-simple-from): Ditto.
776         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
777         (wl-summary-insert-headers): Show message.
778         (wl-summary-create-line): Set 4th argument of wl-set-string-width
779         for whole line.
780         (wl-summary-default-from): Revert last change.
781         (wl-summary-simple-from): Ditto.
782         (wl-summary-mark-as-read): Argument rearrangement and re-written.
783         (wl-summary-mark-as-read-region): Follow the change above.
784         (wl-summary-sync-marks): Ditto.
785         (wl-summary-target-mark-mark-as-read): Ditto.
786         (wl-summary-redisplay-internal): Ditto.
787         (wl-summary-redisplay-no-mime-internal): Ditto.
788         (wl-summary-redisplay-all-header): Ditto.
789         (wl-summary-mark-as-read): Removed argument `cached';
790         Use current cache status to set cache mark.
791         (wl-summary-redisplay-internal): Follow the change above.
792         (wl-summary-redisplay-no-mime-internal): Ditto.
793         (wl-summary-redisplay-all-header): Ditto.
794
795         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
796
797         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
798         Don't call itself recursively (Adviced by Yamaoka-san).
799
800 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
801
802         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
803         bind wl-summary-highlight as nil to avoid error caused by missing
804         local variables.
805
806 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
807
808         * wl-vars.el (wl-invalid-character-message): New user option.
809
810         * wl-util.el (wl-set-string-width): If truncated string-width is
811         larger than specified width, use `wl-invalid-character-message'.
812
813 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
814
815         * wl-summary.el (wl-summary-prefetch-msg): 
816         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
817
818 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
819
820         * wl-vars.el (wl-summary-check-line-format): New user option.
821         (wl-summary-line-format-file): Ditto.
822
823         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
824         variable.
825         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
826         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
827         and `wl-summary-view-old-p' to check whether do a rescan or not.
828         (wl-summary-view-old-p): New function.
829         (wl-summary-line-format-changed-p): Ditto.
830         (wl-summary-line-format-save): Ditto.
831         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
832
833         * wl-util.el (wl-set-string-width): Avoid using negative number
834         for make-string.
835
836 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-summary.el (wl-summary-line-list-info): Revised format of the
839         return value.
840
841         * wl-util.el (wl-set-string-width): Added optional argument
842         `padding' (All other related portions are changed).
843         (wl-line-parse-format): If the first letter of column number is
844         `0', zero-padding the result (ex: "%05l").
845
846         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
847
848 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
849
850         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
851         sequential summary view.
852
853 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
856         if it doesn't have a -unix version.
857
858 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
859
860         * wl-summary.el (wl-summary-jump-to-msg): Fix.
861
862 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
863
864         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
865         content.
866         (wl-draft): Follow the change above.
867
868         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
869
870         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
871         and wl-folder-summary-line-format-alist contain %T and %P.
872
873         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
874         (wl-summary-mode-line-format): New user option.
875         (wl-summary-line-format-spec-alist): Added l, T, P, n.
876         (wl-summary-line-format): Changed default value.
877         (wl-summary-lazy-highlight): Changed default value.
878
879         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
880         change in wl-summary-create-line.
881         (wl-thread-insert-entity-sub): Ditto.
882
883         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
884         (wl-summary-buffer-unread-status): Ditto.
885         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
886         (wl-summary-buffer-persistent-mark-column): Ditto.
887         (wl-summary-buffer-mode-line-formatter): Ditto.
888         (wl-summary-buffer-mode-line): Ditto.
889         (wl-summary-message-regexp): Abolished.
890         (All other related portions are changed.)
891         (wl-summary-detect-mark-position): New function.
892         (wl-summary-buffer-set-folder): Setup
893         wl-summary-buffer-mode-line-formatter.
894         (wl-summary-mode): Setup selective-display;
895         Setup pre-idle-hook when xemacs.
896         (wl-summary-update-modeline): Rewrite.
897         (wl-summary-jump-to-msg): Define as function;
898         Changed regexp for searching messages.
899         (wl-summary-message-number): Rewrite.
900         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
901         Do rescan when old type summary cache.
902         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
903         (wl-summary-remove-destination): Use '\r' to detect EOL.
904         (wl-summary-print-destination): Ditto.
905         (wl-summary-temp-mark): New inline function.
906         (wl-summary-persistent-mark): Ditto.
907         (wl-summary-line-number): New function.
908         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
909         (wl-summary-line-list-count): New function.
910         (wl-summary-create-line): Added argument persistent-mark.
911         (All other related portions are changed)
912         (wl-summary-create-line): Insert '\r'.
913         (wl-summary-save-view-cache): Encode whth `unix' EOL.
914         (wl-summary-cursor-move-surface): New inline function.
915         (wl-summary-prev): Use it.
916         (wl-summary-next): Ditto.
917
918         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
919         wl-summary-message-regexp.
920         (wl-highlight-summary): Delete progress message.
921         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
922
923         * Version number is increased to 2.9.12.
924
925 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
926
927         * wl-summary.el (wl-summary-line-subject-minimum-length): New
928         variable (nil: no minimum).
929         (wl-summary-line-subject): Add some spaces after subject by
930         wl-summary-line-subject-minimum-length.
931
932 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
935         and removed `F'.
936         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
937         change above).
938
939 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
940
941         * wl-summary.el (wl-summary-line-list-count): Reverted.
942         (example setting in samples/*/dot.wl is also updated)
943
944 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
945
946         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
947
948         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
949
950         * wl-vars.el (wl-summary-line-format): Addes some description to the
951         docstring.
952
953         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
954         (wl-summary-line-close-bracket): Ditto.
955         (wl-summary-line-children-number): Ditto.
956         (wl-summary-line-thread-indent): Ditto.
957         (wl-summary-line-children-and-from): Ditto.
958
959         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
960         't', 'c', 'F' and added 'C'.
961
962         * wl-util.el (wl-set-string-width): Accept negative value.
963         (wl-line-parse-format): Added "%number(" and "%)".
964
965 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
966
967         * wl-summary.el (wl-summary-line-list-count): Change format of the
968         return value.
969
970 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
971
972         * wl-draft.el (wl-draft-beginning-of-line): New command imported
973         from the recent message.el.
974         (wl-draft-point-in-header-p): Ditto.
975         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
976         wl-draft-beginning-of-line.
977         * wl-e21.el (wl-draft-mode-map): Ditto.
978         * wl-xmas.el (wl-draft-mode-map): Ditto.
979
980         * wl-folder.el: Sort macrodefs by dependencies.
981
982 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
983
984         * wl-summary.el (wl-summary-prev): Fixed regexp.
985         (wl-summary-next): Ditto.
986
987 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
988
989         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
990
991 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
992
993         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
994         for backward compatibility.
995
996 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
997
998         * wl-summary.el (wl-summary-line-list-count): New function, merged
999         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
1000         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
1001         list counts.
1002
1003 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
1004
1005         * wl-summary.el (wl-summary-create-line): Ignore errors while
1006         timezone-fix-time.
1007
1008         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
1009
1010         * wl-summary.el (wl-summary-sync-update): Ditto.
1011         (wl-summary-default-from): Use wl-message-entity
1012         instead of entity.
1013
1014         * wl-summary.el (wl-summary-create-line): Fix.
1015
1016         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
1017         (wl-summary-line-format): New user option.
1018         (wl-folder-summary-line-format-alist): Ditto.
1019         (wl-summary-from-width): Abolished.
1020
1021         * wl-util.el (toplevel): Require 'bytecomp.
1022         (wl-line-parse-format): New function.
1023         (wl-line-formatter-setup): New macro.
1024
1025         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
1026         (wl-summary-buffer-line-formatter): New buffer local variable.
1027         (wl-summary-switch-to-clone-buffer): Follow the change above.
1028         (wl-summary-message-regexp): Fix.
1029         (wl-summary-from-func-internal): Abolished.
1030         (wl-summary-subject-func-internal): Ditto.
1031         (wl-summary-subject-filter-func-internal): Ditto.
1032         (All other related portions are changed.)
1033         (wl-summary-buffer-set-folder):
1034         Set up wl-summary-buffer-number-column and 
1035         wl-summary-buffer-line-formatter
1036         (All other related portions are changed.)
1037         (wl-summary-buffer-number-column-detect): Abolished.
1038         (All other related portions are changed.)
1039         (wl-summary-delete-all-status-marks-on-buffer): Removed.
1040         (wl-summary-delete-all-temp-marks-on-buffer): Use
1041         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
1042         (wl-summary-target-mark-delete): Ditto.
1043         (wl-summary-target-mark-refile-subr): Ditto.
1044         (wl-summary-target-mark-mark-as-read): Ditto.
1045         (wl-summary-target-mark-mark-as-unread): Ditto.
1046         (wl-summary-target-mark-mark-as-important): Ditto.
1047         (wl-summary-target-mark-save): Ditto.
1048         (wl-summary-replace-status-marks): Renamed from
1049         wl-summary-set-status-marks-on-buffer;
1050         Use wl-summary-message-regexp instead of
1051         wl-summary-buffer-number-regexp.
1052         (wl-summary-sync-update): Follow the change above.
1053         (wl-summary-goto-previous-message-beginning): New function.
1054         (wl-summary-mark-as-unread): Use it.
1055         (wl-summary-mark-as-important): Ditto.
1056         (wl-summary-line-formatter): New variable.
1057         (wl-summary-line-year): New function.
1058         (wl-summary-line-day): Ditto.
1059         (wl-summary-line-day-of-week): Ditto.
1060         (wl-summary-line-hour): Ditto.
1061         (wl-summary-line-minute): Ditto.
1062         (wl-summary-line-open-bracket): Ditto.
1063         (wl-summary-line-close-bracket): Ditto.
1064         (wl-summary-line-children-number): Ditto.
1065         (wl-summary-line-thread-indent): Ditto.
1066         (wl-summary-line-size): Ditto.
1067         (wl-summary-line-subject): Ditto.
1068         (wl-summary-line-from): Ditto.
1069         (wl-summary-line-children-and-from): Ditto.
1070         (wl-summary-create-line): Rewritten.
1071         (wl-summary-format-date): Abolished.
1072
1073         * wl-highlight.el (wl-highlight-summary-current-line): Use
1074         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
1075         Use thread structure to detect thread top message.
1076
1077         * wl-draft.el (wl-default-draft-cite): Don't use
1078         wl-summary-from-func-internal.
1079
1080         * wl-refile.el (wl-refile-subject-learn): Don't use
1081         wl-summary-subject-filter-func-internal.
1082         (wl-refile-guess-by-subject): Ditto.
1083
1084         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
1085         parameters.
1086
1087         * wl-thread.el (wl-thread-update-indent-string-region):
1088         Use wl-thread-update-line-on-buffer instead of
1089         wl-thread-update-indent-string.
1090         (wl-thread-update-children-number): Redefine using
1091         wl-thread-update-line-on-buffer.
1092         (wl-thread-update-indent-string): Abolished.
1093
1094         * Version number is increased to 2.9.11.
1095
1096 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
1097
1098         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
1099         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
1100         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
1101
1102         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
1103         as nil.
1104
1105         * wl-thread.el (wl-thread-open-all-unread): Use 
1106         elmo-folder-list-messages-mark-match.
1107         (wl-thread-insert-message): Removed argument `mark-alist'.
1108         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
1109         elmo-msgdb-set-mark.
1110         (wl-thread-get-children-msgs-uncached): Likewise.
1111         (wl-thread-get-exist-children): Added argument include-self.
1112         (wl-thread-delete-message): Follow the change above.
1113
1114         * wl-summary.el (wl-summary-count-unread): Removed argument.
1115         (wl-summary-rescan): Follow the change above.
1116         (wl-summary-mark-as-read-region): Ditto
1117         (wl-summary-mark-as-unread-region): Ditto.
1118         (wl-summary-delete-messages-on-buffer): Ditto.
1119         (wl-summary-sync-update): Ditto.
1120         (wl-summary-switch-to-clone-buffer): Ditto.
1121         (wl-summary-goto-folder-subr): Ditto.
1122         (wl-summary-target-mark-mark-as-read): Ditto.
1123         (wl-summary-target-mark-mark-as-unread): Ditto.
1124         (wl-summary-target-mark-mark-as-important): Ditto.
1125         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
1126         (wl-summary-update-thread): Removed argument `mark-alist'.
1127         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
1128         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
1129         (wl-summary-resume-cache-status): Likewise.
1130         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
1131         elmo-msgdb-set-mark.
1132         (wl-summary-mark-as-read-all): Likewise.
1133         (wl-summary-delete-cache): Ditto.
1134         (wl-summary-auto-select-msg-p): Ditto.
1135         (wl-summary-mark-as-unread): Ditto.
1136         (wl-summary-no-auto-refile-message-p): Ditto.
1137         (wl-summary-mark-as-read): Ditto.
1138         (wl-summary-mark-as-important): Ditto.
1139         (wl-summary-auto-refile): Follow the change above.
1140         (wl-summary-delete-all-marks): Removed.
1141         (wl-summary-resume-marks-and-highlight): Ditto.
1142         (wl-summary-resume-marks): Ditto.
1143         (wl-summary-delete-important-msgs-from-list): Ditto.
1144         (wl-summary-delete-canceled-msgs-from-list): Ditto.
1145
1146         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
1147         wl-summary-count-unread.
1148
1149         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1150         (wl-summary-score-update-all-lines): Use
1151         elmo-msgdb-set-mark.
1152
1153 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
1154
1155         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
1156         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
1157         (wl-summary-create-line): Renamed from
1158         wl-summary-overview-create-summary-line;
1159         Argument rearrangement.
1160         (wl-summary-update-thread): Follow the change above.
1161
1162         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
1163         (wl-thread-insert-entity-sub): Likewise.
1164
1165         * wl-summary.el (wl-summary-append-message-func-internal): Removed
1166         argument `overview', `mark-alist' and added `msgdb'.
1167
1168         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
1169
1170         * wl-summary.el (wl-summary-insert-summary): Changed argument.
1171         (wl-summary-rescan): Follow the change above.
1172         (wl-summary-sync-update): Ditto.
1173         (wl-summary-insert-thread-entity): Ditto;
1174         Don't use `let*' in every while loop;
1175         Detect infinite loop of threads.
1176         (wl-summary-update-thread): Removed argument `overview'.
1177
1178         * wl-thread.el (wl-thread-insert-message): Ditto.
1179
1180         * Version number is increased to 2.9.10.
1181
1182         * wl-message.el (wl-message-redisplay): Ignore errors while
1183         wl-message-redisplay-hook.
1184
1185 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1186
1187         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
1188
1189 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
1190
1191         * wl.el (wl): inhibit-quit while wl-folder.
1192
1193 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
1196         while msgdb access.
1197
1198 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
1201         even if no folder is not created.
1202
1203 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
1206
1207         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
1208         implementation.
1209         (wl-summary-target-mark-thread): Ditto.
1210
1211         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
1212
1213 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1214
1215         * wl-util.el (wl-display-bytes): Remove unused function.
1216
1217 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1218
1219         * wl.el (wl-check-environment): Cause error when wl-from is nil,
1220         seems critical one (partially reverse the change in 2002/03/17).
1221
1222 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1223
1224         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
1225         * wl-draft.el (wl-draft-write-sendlog): Ditto.
1226
1227 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
1230         is not writable.
1231         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
1232         plugged status instead of `'force' as 2nd argument.
1233
1234         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
1235         is not creatable.
1236
1237         * Version number is increased to 2.9.9.
1238
1239 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1240
1241         * wl-summary.el (wl-summary-suspend): New function.
1242
1243 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1244
1245         * wl.el (wl): Do not check variables if check is nil.
1246         * wl-utils.el (wl-collect-draft): New function.
1247         * wl-folder.el (wl-folder-suspend): Put summary buffers
1248         and draft buffers at the end of buffer list.
1249         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
1250
1251 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
1254         loop instead of recursive call.
1255
1256         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
1257         2nd argument.
1258
1259 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1260
1261         * wl-draft.el (wl-draft-create-contents): Don't take neither
1262         (function . args) nor (string . something) any more.
1263
1264         * wl-version.el (wl-generate-user-agent-string): Return string
1265         without header symbol.
1266         * wl-draft.el (wl-draft-default-headers): Use it.
1267
1268         * wl-draft.el (wl-draft-trim-ccs): Renamed from
1269         `wl-draft-insert-ccs' and return field value instead of inserting
1270         the header. Abolish cc argument.
1271         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
1272
1273         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
1274         rather than one with string car.
1275
1276         * wl-vars.el (wl-draft-additional-header-alist): New variable.
1277         * wl-draft.el (wl-draft-create-contents): Add it after the default
1278         headers.
1279
1280         * wl-draft.el (wl-draft-create-contents): For the case of
1281         (symbol-or-string . function) insert header only when the function
1282         returns string value.
1283
1284 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1285
1286         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
1287         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
1288
1289 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1290
1291         * wl.el (wl-check-environment): Don't check Message-ID when
1292         `wl-insert-message-id' is nil.
1293         Revive checking if `wl-message-id-domain' contains "@".
1294
1295 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1296
1297         * wl.el (wl-check-environment): Merge examination for "@" at
1298         inappropriate position into the first string-match.
1299
1300         * wl-summary.el (wl-summary-target-mark-print): New function.
1301         (wl-summary-pipe-message-subr): Extracted from
1302         `wl-summary-pipe-message'.
1303         (wl-summary-target-mark-pipe): New function.
1304         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
1305         `wl-summary-target-mark-pipe'.
1306
1307 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1308
1309         * wl.el (wl-check-environment): Rewrite around Message-ID check.
1310
1311 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1312
1313         * wl.el (wl-check-environment): Use elmo-warning instead of
1314         error for non-critical ones.
1315         Remove trash folder check.
1316         (wl): Don't ignore error in wl-check-environment.
1317
1318         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
1319         check, which is moved from `wl-check-environment'.
1320         (Adviced by Teranishi-san [X-Mail-Count: 9661])
1321
1322 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1323
1324         * wl-summary.el (wl-summary-write-current-folder): If it cannot
1325         guess anything, call wl-summary-write.
1326         (wl-summary-write): Create draft with blank To field.
1327         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
1328
1329 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1330
1331         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
1332         argument full as well for wl-folder-write-current-folder.
1333         If wl-*-write-current-folder cannot guess addressee, add blank
1334         To header.
1335         Rewrite condition for positioning cursor.
1336
1337 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1338
1339         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
1340         summary buffer is present, use it.
1341         (wl-folder-jump-to-previous-summary): Ditto.
1342
1343 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1344
1345         * wl-draft.el (wl-draft-create-contents): Fix docstring.
1346
1347         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
1348         wl-summary-previous-buffer and wl-summary-next-buffer.
1349
1350         * wl-folder.el (wl-folder-mode-map): Bind
1351         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
1352         (wl-folder-jump-to-next-summary): New function.
1353         (wl-folder-jump-to-previous-summary): Ditto.
1354
1355         * wl-draft.el (wl-draft): Rearranged.
1356
1357 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1358
1359         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
1360         of header.
1361         (wl-draft): Collect arguments for the header as header-alist.
1362         (wl-draft-forward): Arrange arguments for wl-draft.
1363         (wl-draft-reply): Ditto.
1364         (wl-draft-edit-string): Ditto.
1365         * wl-summary.el (wl-summary-write): Ditto.
1366         (wl-summary-write-current-folder): Ditto.
1367
1368         * Version number is increased to 2.9.8.
1369
1370 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1371
1372         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
1373
1374         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
1375
1376         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
1377         even if the guess failed.
1378
1379         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
1380         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
1381         wl-summary-write-current-folder.
1382         * wl-xmas.el: Ditto.
1383
1384 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
1385
1386         * wl-summary.el (wl-summary-next-page): Force display message if
1387         message is not displayed yet.
1388         (wl-summary-prev-page): Ditto.
1389
1390 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
1391
1392         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
1393
1394 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1395
1396         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
1397         add "Preview Message" and "Save Draft and Exit".
1398
1399 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1400
1401         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
1402         if addrmgr is called from draft in splitted window.
1403
1404         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
1405         * wl-mule.el: Ditto.
1406         * wl-xmas.el: Ditto.
1407
1408 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1409
1410         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
1411
1412         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
1413         * wl-xmas.el (wl-folder-toolbar): Ditto.
1414
1415 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1416
1417         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
1418         and wl-draft-save-and-exit.
1419         (wl-draft-toolbar): Add wl-draft-save-and-exit.
1420         * wl-xmas.el: Ditto.
1421         * wl-mule.el: Ditto.
1422
1423         * wl-folder.el (wl-folder-goto-draft-folder): New function.
1424         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
1425
1426 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
1429         lists for saving buffer.
1430
1431 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1432
1433         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
1434         parent-folder argument instead of it.
1435         (wl-draft-create-buffer): Ditto.
1436         (wl-draft-forward): Ditto.
1437         (wl-draft-reply): Ditto.
1438         * wl-summary.el (wl-summary-write): Ditto.
1439         (wl-summary-write-current-folder): Ditto.
1440
1441         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
1442         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
1443         Folder buffer after composing.
1444
1445 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
1448         header if the file `wl-x-face-file' already contains it.
1449
1450 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1451
1452         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
1453         folder" entry.
1454         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
1455         * wl-e21.el (wl-folder-toolbar): Ditto.
1456         * wl-xmas.el (wl-folder-toolbar): Ditto.
1457
1458 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1459
1460         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
1461         wl-folder-goto-folder with sticky argument.
1462         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
1463
1464 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1465
1466         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
1467         and wl-summary-previous-buffer.
1468         (wl-summary-next-buffer): New function.
1469         (wl-summary-previous-buffer): Ditto.
1470
1471 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1472
1473         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
1474         wl-folder-jump-to-current-entity-with-arg.
1475         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
1476         `wl-folder-jump-to-current-entity'.
1477         * wl-summary.el (wl-summary-mode-map): Bind "G" for
1478         `wl-summary-goto-folder-sticky'.
1479         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
1480         `wl-summary-goto-folder'.
1481         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
1482         Unless force-exit, do not clean temp. marks for sticky summary.
1483         (wl-summary-goto-folder): Now the prefix argument means force-exit.
1484
1485 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
1488         not entire.
1489
1490 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
1493         to `C-x C-s'.
1494         (wl-summary-save-status): New command.
1495         (wl-summary-exit): Don't clean-up temp marks when sticky.
1496         (Applied patch from Nakayama-san [wl: 09548])
1497         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
1498         Do nothing when no mark data.
1499         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
1500         Call `wl-summary-delete-all-temp-marks' before saving.
1501
1502 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
1503
1504         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
1505
1506 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1507
1508         * wl.el (wl-check-environment): Also cause error when (system-name)
1509         returns "localhost.localdomain". (Although it doesn't affect because
1510         of condition-case, see change in 2002-01-23 by Teranisi-san.)
1511
1512 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1513
1514         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
1515         instead of wl-match-member with wl-folder-hierarchy-access-folders.
1516
1517         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1518         value.
1519
1520 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
1521
1522         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
1523         Likewise r-cc-list and r-ng-list.
1524
1525 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1526
1527         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
1528         only if it is bound as variable.
1529
1530         * wl-mime.el (wl-draft-preview-message): Ditto.
1531
1532 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
1535         needless `goto-char'.
1536
1537         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
1538         `wl-summary-redisplay-no-mime-internal' instead of
1539         `wl-summary-redisplay-no-mime'.
1540         (wl-summary-redisplay-no-mime): Changed argument;
1541         Call `wl-summary-redisplay-no-mime-internal'.
1542
1543         * wl-mime.el (wl-draft-preview-message): Bind
1544         `mime-header-encode-method-alist' locally.
1545
1546         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
1547         (wl-draft-std11-parse-addresses): Added the first address check.
1548         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
1549
1550         * Version number is increased to 2.9.7.
1551
1552 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
1553
1554         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
1555
1556 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
1557
1558         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
1559         related to scrollbar support, if there is no such a feature
1560         compiled in.
1561
1562 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
1565         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
1566         for prefetch.
1567
1568 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
1569
1570         * wl-summary.el (wl-summary-pick): Fix for no match.
1571
1572 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1573
1574         * wl-draft.el (wl-draft-save):
1575         Override `mime-header-encode-method-alist'.
1576
1577 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1578
1579         * wl-folder.el (wl-folder-pick): New function.
1580         Define key as "?".
1581
1582 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1583
1584         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1585         Fix for unplugged.
1586
1587 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1588
1589         * wl-folder.el (wl-folder-virtual): New function.
1590         Define key as "V".
1591
1592 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1593
1594         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
1595         multi folder if entity is group.
1596
1597 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1598
1599         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
1600         is nil.
1601
1602 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1603
1604         * wl-summary.el (wl-summary-pick): Fix for killed messages.
1605         (wl-summary-target-mark-msgs): Return the number of marked messages.
1606
1607 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1608
1609         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
1610         "first:" is specified.
1611
1612 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1613
1614         * wl-vars.el (wl-from): Use return value of function
1615         user-full-name instead of the variable user-full-name since
1616         XEmacs-20.4 doesn't set this variable.
1617
1618 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
1621         call `wl' directly.
1622
1623 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
1624
1625         * wl-draft.el (wl-draft-reedit): Removed duplicated
1626         switch-to-buffers.
1627
1628 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * wl.el (wl-other-frame): Removed garbages.
1631
1632 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
1635
1636         * wl-xmas.el (wl-draft-key-setup): Ditto.
1637
1638         * wl-mule.el (wl-draft-key-setup): Ditto.
1639
1640         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
1641         (wl-draft-reedit): Ditto.
1642         (wl-draft-prepare-edit): Add `wl-draft-save' to
1643         `local-write-file-hooks'.
1644         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
1645         (wl-draft-reedit): Set buffer-file-name.
1646         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
1647
1648
1649         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
1650         call it.
1651         (wl-delete-startup-frame-function): New variable.
1652         (wl-other-frame): New function
1653         (Original was written by Yamaoka san [wl: 09239]).
1654
1655         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
1656         if `wl-folder-use-frame'.
1657
1658 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1659
1660         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
1661
1662 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1663
1664         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
1665         New variable.
1666         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
1667         (wl-message-buffer-prefetch-get-next): Use them.
1668         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
1669
1670 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1671
1672         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
1673         with unwind-protect.
1674
1675         * wl-draft.el (wl-draft-reedit): Rewrite.
1676         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
1677         (wl-draft-save): Insert header separator if it does not exist;
1678         Removed condition-case.
1679
1680         * wl-summary.el (wl-summary-reedit): Revert last change.
1681
1682         * wl-draft.el (wl-draft-save): Rewrite.
1683         (wl-draft-create-buffer): Set buffer-file-name as nil.
1684
1685         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
1686
1687         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
1688
1689         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
1690         nil.
1691
1692 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1693
1694         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
1695         If count is nil, do not prefetch.
1696         (wl-message-buffer-prefetch-next): Next.
1697
1698 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1699
1700         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
1701
1702 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1703
1704         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
1705         `delete-backward-char'
1706         (wl-draft-prepare-edit): Check major-mode.
1707         (wl-draft-decode-header): Rewrite.
1708         (wl-draft): Fix.
1709
1710 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1711
1712         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
1713
1714 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1715
1716         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
1717         (wl-message-buffer-prefetch-get-next): Remove size checking.
1718         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
1719
1720 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1721
1722         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
1723         (wl-draft-default-headers): Fix.
1724
1725 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1726
1727         * wl-draft.el (wl-draft-default-headers): Insert return value of
1728         `wl-generate-mailer-string-function'.
1729
1730 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
1733         (wl-draft-insert-mail-header-separator): Ditto.
1734
1735         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
1736         again (Reverted the change on 2002-01-17 by OKADA san).
1737
1738 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1739
1740         * wl-draft.el (wl-draft): Rewrite.
1741         (wl-draft-create-buffer): New function.
1742         (wl-draft-create-contents): Ditto.
1743         (wl-draft-prepare-edit): Ditto.
1744         (wl-draft-decode-header): Ditto.
1745         (wl-draft-decode-body): Ditto.
1746         (wl-draft-check-new-line): Ditto.
1747         (wl-draft-default-headers): Ditto.
1748         (wl-draft-insert-mail-header-separator): Ditto.
1749
1750 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1751
1752         * Version number is increased to 2.9.6.
1753
1754 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1755
1756         * wl-draft.el (wl-draft-delete-field): Optional argument.
1757         (wl-draft-delete-fields): Ditto.
1758
1759 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1760
1761         * wl-message.el (toplevel): Eliminated byte-compile warning.
1762         for `itimer-function', `delete-timer' and `itimer-list'.
1763
1764 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1765
1766         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
1767         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
1768         `wl-message-buffer-prefetch-threshold'.
1769         * wl-summary.el (wl-summary-redisplay-internal): Remove
1770         the check of `wl-message-buffer-prefetch-depth'.
1771
1772 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1773
1774         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
1775         size of article.
1776         (wl-message-buffer-prefetch-subr): Remove size check.
1777
1778 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1779
1780         * wl-vars.el (wl-plugged): Make customizable.
1781
1782 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1783
1784         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
1785         (wl-message-buffer-prefetch-set-timer): New function.
1786         (wl-message-buffer-prefetch-get-next): New function.
1787         (wl-message-buffer-prefetch): New function.
1788         (wl-message-buffer-prefetch-next): Rewrite.
1789         (wl-message-buffer-prefetch-subr): Rewrite.
1790         * wl-vars.el (wl-auto-prefetch-first): New variable.
1791         * wl-summary.el (wl-summary-goto-folder-subr): Call
1792         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
1793
1794 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1795
1796         * wl-score.el (wl-summary-score-update-all-lines): Do not call
1797         `wl-summary-unread-message-hook'.
1798
1799 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1800
1801         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
1802         (wl-summary-sync): Call `wl-summary-resume-cache-status'
1803         if range is `cache-status'.
1804
1805 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1806
1807         * wl-message.el (wl-message-buffer-prefetch-subr):
1808         Improve debug message.
1809
1810 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1811
1812         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
1813         `wl-mail-send-pre-hook'.
1814         (wl-draft-send-mail-with-qmail): Ditto.
1815         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
1816
1817 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1818
1819         * wl-message.el (wl-message-buffer-prefetch-subr):
1820         Fix for cancel-function-timers bug.
1821         (wl-message-buffer-prefetch-debug): Default value is t.
1822
1823 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1824
1825         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1826         (wl-message-buffer-prefetch-subr): Rewrite.
1827         Rename from `wl-message-buffer-prefetch'.
1828
1829 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1830
1831         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
1832         (wl-default-draft-cite-decorate-author): Ditto.
1833
1834         * wl-draft.el (wl-draft-cite-function): Removed.
1835         (wl-default-draft-cite-decorate-author): Ditto.
1836
1837 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1838
1839         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
1840         (wl-default-draft-cite): Do not arrange author name if the value of
1841         `wl-default-draft-cite-decorate-author' is nil.
1842
1843 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
1844
1845         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
1846
1847         * wl-folder.el (wl-folder-check-one-entity): Don't care
1848         `elmo-folder-use-flag-p'.
1849
1850 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
1851
1852         * wl-folder (wl-folder-check-one-entity): Fix
1853         problem if unread is nil.
1854
1855 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1856
1857         * wl-address.el (wl-address-make-completion-list): Check whether
1858         the address is a group list.
1859         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1860
1861 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
1864         The number of the messages of new and unread does not count
1865         correctly.
1866
1867         * wl-summary.el (wl-summary-count-unread): Changed to return
1868         `(new . unread)' instead of total.
1869         (wl-summary-sync-update): Follow the change above.
1870
1871         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
1872
1873 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1874
1875         * wl-address.el (wl-address-make-completion-list): Do not enclose
1876         address by " <" and ">" if associated realname is "".
1877         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
1878         This is against the promblem with group list in .addresses pointed
1879         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
1880
1881 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1882
1883         * wl-draft.el (wl-draft-write-sendlog): The first argument of
1884         message is a format control string.
1885         * wl-expire.el (wl-expire-append-log): Ditto.
1886         * wl-mime.el (wl-summary-burst-subr): Ditto.
1887         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
1888         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
1889
1890 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1891
1892         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
1893         wl.el (wl-check-variables): Rename from `wl-check-type'.
1894         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
1895         (wl-check-variables-2): New function.
1896         (wl): Call `wl-check-variables-2'.
1897
1898 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1899
1900         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
1901         after renaming folder in access group.
1902
1903 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1904
1905         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
1906         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
1907         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1908         (wl-message-buffer-prefetch): Rewrite.
1909         (wl-message-buffer-prefetch-idle-time): Removed.
1910         * wl-summary.el (wl-summary-redisplay-internal):
1911         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
1912         Error check for `wl-message-buffer-prefetch-depht'.
1913
1914 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1915
1916         * Version number is increased to 2.9.5.
1917         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
1918
1919 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
1920
1921         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
1922         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
1923         Based on the patch written by
1924         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1925
1926 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
1927
1928         * wl-draft.el (wl-draft-raw-send): Fix for
1929         `wl-news-send-pre-hook'
1930
1931 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1932
1933         * wl-utils.el (wl-message-id-function): New variable.
1934         * wl-draft.el (wl-draft-insert-required-fields):
1935         Use `wl-message-id-function'.
1936
1937 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1938
1939         * wl-vars.el (wl-message-id-use-wl-from): New variable.
1940         * wl-utils.el (wl-draft-make-message-id-string):
1941         Use `wl-from' for domain part of Message-ID
1942         if `wl-message-id-use-wl-from' if non-nil.
1943         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
1944
1945 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1946
1947         * wl.el (wl): Call `wl-check-type'
1948         Do not 'condition-case'.
1949
1950 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1951
1952         * wl.el (wl-check-type): New function.
1953         (wl-check-type-variables): New variable.
1954
1955 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1956
1957         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
1958
1959 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
1960
1961         * wl-draft.el (wl-smtp-password-key): New function.
1962         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
1963         (wl-draft-send-mail-with-smtp): Ditto.
1964         (wl-draft-send-mail-with-pop-before-smtp): Fix.
1965
1966 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
1967
1968         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
1969         * wl-utils.el (wl-unique-id-suffix): Remove.
1970
1971 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
1972
1973         * Version number is increased to 2.9.4.
1974
1975 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
1976
1977         * wl-utils.el (wl-unique-id-suffix): New variable.
1978         (wl-unique-id): Use `wl-unique-id-suffix'
1979
1980 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1981
1982         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
1983         instead of `elmo-msgdb-search'.
1984
1985         * Version number is increased to 2.9.3.
1986
1987 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
1988
1989         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
1990
1991 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
1992
1993         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
1994         (wl-draft-dispatch-message): Changed for send-later.
1995         (wl-draft-queue-flush): Ditto.
1996         (wl-draft): Clear `wl-sent-message-queued'.
1997         (wl-draft-reedit): Ditto.
1998         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
1999         * wl-vars.el (wl-draft-force-queuing): New variable.
2000         (wl-draft-force-queuing-mail): New variable.
2001         (wl-draft-force-queuing-news): New variable.
2002
2003 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-draft.el (wl-draft-hide): Removed `interactive'.
2006         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
2007
2008 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * Version number is increased to 2.9.2.
2011
2012 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * wl-draft.el (wl-draft-elide-region): New user command.
2015         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
2016
2017         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
2018         command `wl-draft-elide-region'.
2019         * wl-mule.el: Ditto.
2020         * wl-xmas.el: Ditto.
2021
2022 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
2023
2024         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
2025         (wl-biff-check-folder-async): Removed needless let.
2026
2027 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
2028
2029         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
2030         wl-folder-get-elmo-folder.
2031         (wl-biff-check-folder): Set `biff' argument of
2032         `wl-folder-check-one-entity'.
2033         (wl-biff-check-folder-async): Setup `biff' slot of folder.
2034
2035         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
2036         (wl-folder-check-one-entity): Added `biff' argument;
2037         Setup `biff' slot of folder.
2038
2039         * Version number is increased to 2.9.1.
2040
2041 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
2044         comment out and fixed.
2045         (wl-fldmgr-add-completion-subr): Ditto.
2046
2047         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
2048         and msgdb.
2049
2050         * wl.el (wl-toggle-plugged): Save summary view.
2051
2052 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
2055
2056 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
2059
2060 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * wl-e21.el (wl-e21-toolbar-configurations): Replace
2063         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
2064         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
2065
2066         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
2067         if it was failed.
2068         (wl-demo): Disable undo in the demo buffer.
2069
2070 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-version.el (wl-version): Changed codename.
2073
2074         * Version number is increased to 2.9.0.
2075
2076 2001-12-14  Takuo KITAME <kitame@northeye.org>
2077
2078         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
2079         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
2080         (wl-folder-mark-as-read-all-current-entity): Ditto.
2081
2082 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2083
2084         * wl-vars.el (wl-from-width): Define as obsolete variable.
2085         (wl-subject-length-limit): Ditto.
2086
2087         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
2088
2089         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
2090         wl-summary-save-view.
2091
2092         * wl.el (wl-save-status): Ditto.
2093         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
2094
2095         * wl-summary.el (wl-summary-save-view): Removed unused argument.
2096         (wl-summary-exit): Follow the change above.
2097         (wl-summary-goto-folder-subr): Ditto.
2098
2099         * wl-folder.el (wl-folder-create-subr): Don't use
2100         `elmo-folder-creatable-p'.
2101
2102 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
2105
2106 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
2109         rather than bitmap on Emacs 21.
2110         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
2111         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
2112         for xbm if the new redisplay engine is not available.
2113
2114 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl-folder.el (wl-folder-init-hook): New hook.
2117         (wl-folder-init): Run `wl-folder-init-hook'.
2118
2119 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
2122
2123 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2124
2125         * wl-acap.el (wl-acap-cache-filename): New variable.
2126         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
2127         (wl-acap-init): Use cache if no ACAP server found.
2128
2129 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2130
2131         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
2132         `wl-acap-original-msgdb-dir'.
2133
2134         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
2135         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
2136
2137         * wl-mime.el (wl-mime-save-directory): Renamed from
2138         `wl-mime-save-dir'.
2139
2140 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * wl-vars.el (wl-icon-dir): Fixed the docstring.
2143
2144         * wl-demo.el: Require `path-util'.
2145         (wl-demo-bitmap-mule-available-p): New internal variable.
2146         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
2147         `module-installed-p' instead.
2148         (wl-demo-insert-image): Use *.img file for a bitmap image.
2149         (wl-demo): Don't call the ascii demo recursively.
2150
2151 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2152
2153         * Version number is increased to 2.7.7.
2154
2155 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl.el (wl-exit): Eliminated byte-compile warning.
2158
2159 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
2162         obsolete variable using `elmo-define-obsolete-variable'.
2163         (wl-fetch-confirm-threshold): Ditto.
2164         (wl-cache-prefetch-folder-type-list): Ditto.
2165         (wl-cache-prefetch-folder-list): Ditto.
2166
2167 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
2170         (wl-demo-icon-name): Use Xmas logo at the end of the year.
2171         (wl-demo-insert-image): New function.
2172         (wl-demo-insert-text): New function.
2173         (wl-demo-image-type-alist): Redefine as a function.
2174         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
2175         (wl-demo-with-temp-file-buffer): Removed.
2176         (wl-logo-xpm): Removed.
2177         (wl-logo-xbm): Removed.
2178         (wl-logo-bitmap): Removed.
2179
2180 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
2181
2182         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
2183         (wl-expire-localdir-get-folder-function): New user option.
2184         (wl-expire-localdir-get-folder): New function.
2185         (wl-expire-localdir-date): Ditto.
2186
2187 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2188
2189         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
2190         value.  Refactoring `wl-folder-notify-deleted' is nil case.
2191         Fixed unread number mismatch when all-unread < unread.
2192
2193 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
2196         (wl-fetch-confirm-threshold): Ditto.
2197
2198         * wl-summary.el (wl-summary-confirm-appends): Removed.
2199         (wl-summary-sync-update): Don't refer
2200         `wl-summary-update-confirm-threshold' (It is now abolished).
2201
2202         * wl-message.el (wl-message-display-internal): Don't refer
2203         `wl-fetch-confirm-threshold' (It is now abolished).
2204
2205 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
2208
2209 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2210
2211         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
2212         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
2213         Change default value to nil.
2214         (wl-summary-indent-length-limit): The value can be nil, nil means
2215         unlimited.
2216
2217         * wl-summary.el: Don't set limit for indent length if the value of
2218         wl-summary-indent-length-limit is nil.
2219         If the value of wl-summary-width is nil, it means only that the width
2220         of summary is unlimited (nil doesn't mean that the indent length is
2221         unlimited).
2222
2223         * wl-thread.el: Ditto.
2224
2225 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
2226
2227         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
2228         be nil, nil means never confirm.
2229         * wl-summary.el (wl-summary-confirm-appends): Ditto.
2230
2231 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2232
2233         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
2234         means unlimited).
2235
2236 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
2239         Use `with-temp-buffer'.
2240
2241 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
2244         with new backquote style).
2245         (wl-folder-get-entity-from-buffer): Ditto.
2246
2247 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-version.el (nemacs-version): Eliminated.
2250         (wl-extended-emacs-version2): Ignore nemacs.
2251         (wl-extended-emacs-version3): Ditto.
2252
2253 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
2254
2255         * wl-vars.el (wl-draft-add-references): Set default value as nil.
2256         (wl-draft-add-in-reply-to): New variable.
2257         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
2258         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
2259         (wl-draft-yank-from-mail-reply-buffer): Use
2260         `wl-draft-add-in-reply-to'.
2261         (wl-draft-insert-current-message): Ditto.
2262
2263 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
2266         typo (kill->hide).
2267         (wl-message-buffer-prefetch-folder-type-list): Added elements
2268         `mark' and `cache' instead of `internal'.
2269
2270 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2271
2272         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
2273         resume msgdb directory.
2274
2275 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2276
2277         * wl.el (wl-exit): Call `wl-acap-exit'.
2278
2279         * wl-summary.el (wl-summary-message-string): New function.
2280         (wl-summary-reedit): Use it.
2281         (wl-summary-resend-bounced-mail): Remove needless let.
2282         (wl-summary-supersedes-message): Ditto.
2283         (wl-summary-save): Ditto.
2284
2285         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
2286         (wl-acap-init): Set it.
2287         (wl-acap-exit): New function.
2288
2289 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2290
2291         * wl.el (wl-init): Revert (require 'mime-setup). move from
2292         toplevel.
2293
2294 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2295
2296         * wl-summary.el (wl-summary-write-current-folder): Remove unused
2297         local variables.  Add error when guess function return invalid
2298         value.
2299
2300 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2301
2302         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
2303         Change local variable name.
2304         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2305         (wl-folder-get-newsgroups): Return nil when non-news folder.
2306         * wl-summary.el (wl-summary-write-current-folder): State through
2307         when guess-list return nil.
2308         (wl-summary-write-current-folder-functions): Fixed docstring.
2309
2310         * wl.el (wl-exit): Changed confirm message.
2311
2312         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
2313         * wl-draft.el (wl-draft): Remove verbose `featurep'.
2314
2315         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
2316
2317 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
2320         user option (Renamed from wl-cache-prefetch-folder-type-list).
2321         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
2322         from wl-cache-prefetch-folder-list).
2323
2324         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
2325         Move to wl-vars.el.
2326         (wl-message-buffer-prefetch-p): Changed to enable
2327         `wl-message-buffer-prefetch-folder-list'.
2328
2329         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
2330         `ignore-cache'.
2331
2332 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
2333
2334         * wl-draft.el (wl-draft-config-sub-func-alist): Added
2335         `part-top' and `part-bottom'.
2336         (wl-draft-config-sub-part-top): New function.
2337         (wl-draft-config-sub-part-bottom): New function.
2338
2339 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2340
2341         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
2342
2343 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
2344
2345         * wl-folder.el (wl-folder-get-newsgroups): Fix.
2346
2347 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2348
2349         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
2350
2351         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
2352         (wl-summary-write-current-folder): Ditto.
2353
2354 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-folder.el (wl-folder-get-newsgroups): Use
2357         `elmo-folder-newsgroups'.
2358
2359 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
2360
2361         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
2362         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
2363         `wl-draft-config-sub-header-bottom'.
2364
2365 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2366
2367         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
2368         localnews folder.
2369
2370 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-summary.el (wl-summary-mode): Undo last change.
2373
2374         * wl-folder.el (wl-folder-mode): Ditto.
2375
2376 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2377
2378         * wl-summary.el (wl-summary-mode): Locally set
2379         truncate-partial-window-width to nil.
2380         (for XEmacs)
2381
2382         * wl-folder.el (wl-folder-mode): Ditto.
2383
2384 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
2387
2388 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
2391         number.
2392
2393         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
2394
2395         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
2396
2397         * Version number is increased to 2.7.6.
2398
2399 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2400
2401         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
2402
2403 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-summary.el (wl-summary-sync-update): Enclose network
2406         related portion with `unwind-protect'.
2407
2408 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
2411
2412 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
2415         element.
2416         * wl-vars.el (wl-message-body-button-alist): Ditto.
2417
2418         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
2419         max match length.
2420         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
2421
2422         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
2423         for the max match length;
2424         Use 4th element value for the button string regexp group.
2425
2426         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
2427         candidate exists, prompt to select.
2428
2429 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2430
2431         * wl-summary.el (wl-summary-jump-to-msg): Search before
2432         calibration point by `beginning-of-line'.
2433
2434 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2435
2436         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
2437         for access group.
2438
2439 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-message.el (wl-message-display-internal): Bind
2442         `default-mime-charset'.
2443
2444         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
2445
2446         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
2447
2448         * Version number is increased to 2.7.5.
2449
2450 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-expire.el (wl-summary-archive): Fixed;
2453         Use `elmo-folder-name-internal'.
2454
2455 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
2458         from `elmo-folder-move-messages' caller.
2459         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2460
2461         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
2462         related portions are changed).
2463
2464 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2465
2466         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
2467         counter.
2468
2469 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2470
2471         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
2472         buffer local and set it to nil.
2473
2474         * wl-message.el (wl-message-redisplay): Ditto.
2475
2476 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-summary.el (wl-summary-mark-as-important): If message is
2479         already cached, set messag as read, otherwise encache and mark as read.
2480
2481 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2482
2483         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
2484         point-min.
2485
2486 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
2489         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
2490         a keymap.
2491
2492 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
2495         parent.
2496
2497         * wl-mule.el (wl-message-define-keymap): Ditto.
2498
2499         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
2500
2501         * wl-xmas.el (wl-message-display-internal-hook): Define.
2502         (wl-xmas-setup-message-toolbar): Define as function.
2503         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
2504         (wl-message-overload-functions): Abolished.
2505         (wl-message-define-keymap): New function.
2506
2507         * wl-vars.el (wl-message-display-internal-hook): New variable.
2508         (wl-message-header-button-alist): New variable (Renamed from
2509         wl-highlight-message-header-button-alist).
2510         (wl-message-body-button-alist): Ditto.
2511
2512         * wl-mule.el (wl-message-define-keymap): New function.
2513         (wl-message-overload-functions): Abolished.
2514
2515         * wl-message.el (wl-message-add-buttons-to-body): New function.
2516         (wl-message-redisplay): Don't call wl-message-overload-functions;
2517         Call wl-message-add-buttons-to-header and
2518         wl-message-add-buttons-to-body.
2519         (wl-message-display-internal): Set keymap argument for
2520         elmo-mime-display-as-is, elmo-mime-message-display;
2521         Run wl-message-display-internal-hook.
2522         (wl-message-refer-article-or-url): Abolished.
2523
2524         * wl-highlight.el (wl-highlight-headers): Don't call
2525         wl-highlight-message-add-buttons-to-header.
2526         (wl-highlight-message-add-buttons-to-header): Abolished.
2527
2528
2529         * wl-e21.el (wl-message-display-internal-hook): Define.
2530         (wl-e21-setup-toolbar): Deleted duplicated binding.
2531         (wl-e21-setup-message-toolbar): Define as function.
2532         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
2533         (wl-message-define-keymap): New function.
2534         (wl-message-overload-functions): Abolished.
2535
2536 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
2539         and elmo-folder-close.
2540
2541         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
2542
2543 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2544
2545         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
2546         boolean value.
2547         * wl-draft.el (wl-draft-do-fcc): Ditto.
2548
2549 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2550
2551         * wl-vars.el (wl-fcc-force-as-read): New variable.
2552         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
2553         mark copied message as read.
2554
2555 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2556
2557         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
2558
2559 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2560
2561         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
2562         `wl-summary-target-above' instead of obsolete variable
2563         `wl-summary-temp-above'.
2564
2565         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
2566         instead of `make-obsolete-variable'.
2567         * wl-refile.el (toplevel): Ditto.
2568
2569 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
2572         with third argument t.
2573         (wl-draft): Set first argument for wl-plugged-init as t.
2574
2575         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
2576         definition.
2577
2578 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2579
2580         * wl-vars.el: Tabify.
2581         (wl-biff-notify-hook): Use `ding' instead of `beep'.
2582
2583         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
2584         message.
2585
2586 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2587
2588         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
2589         and set default to beep.
2590
2591 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2592
2593         * wl-vars.el (wl-draft-truncate-lines): New variable.
2594
2595         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
2596         instead of wl-message-truncate-lines for truncate-lines.
2597
2598 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-message.el (wl-message-display-internal): Call
2601         `wl-highlight-message' after `elmo-mime-display-as-is'.
2602
2603         * wl-mime.el (wl-mime-display-text/plain): New function.
2604         (wl-mime-display-header): Ditto.
2605         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
2606         body-presentation-method for text/plain;
2607         Register `wl-mime-display-header' as a header-presentation-method;
2608         Don't set up `elmo-message-text-content-inserted-hook' and
2609         `elmo-message-header-inserted-hook'.
2610
2611         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
2612         variable.
2613         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
2614         as t if flag is 'all-header;
2615         Don't bind `elmo-message-ignored-field-list',
2616         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
2617
2618 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
2621         for xemacs with non-mule environment.
2622
2623 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2624
2625         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
2626         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
2627         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
2628
2629 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2630
2631         * wl-vars.el (wl-interactive-send): Set default value as t.
2632
2633 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
2636         (wl-addrmgr-method-list): Abolished.
2637         (wl-addrmgr-change-method): Follow above change.
2638
2639         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
2640
2641 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-vars.el (wl-message-truncate-lines): Change default value
2644         to default-truncate-lines.
2645
2646         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
2647
2648 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-vars.el (wl-message-truncate-lines): New variable.
2651
2652         * wl-message.el (wl-message-redisplay): Set truncate-lines using
2653         wl-message-truncate-lines.
2654
2655 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2656
2657         * wl-acap.el (wl-acap-init): Remove period from error message.
2658         (wl-acap-find-acap-service): Remove period from message.
2659
2660 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl.el (wl-check-environment): Undo last change.
2663
2664         * wl-vars.el (wl-from): Changed default value.
2665
2666         * wl-util.el (toplevel): Don't require tm-edit.
2667
2668         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
2669         `wl-folder-init';
2670         Don't set mark on mail body.
2671         (wl-draft-reedit): Ditto.
2672
2673         * wl-address.el (wl-address-quote-specials): Define as an alias for
2674         elmo-address-quote-specials.
2675
2676 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
2679
2680         * wl-vars.el (wl-from): Set default value as nil.
2681         (wl-organization): Set default value as ORGANIZATION environment
2682         variable.
2683
2684         * wl-draft.el (wl-smtp-extension-bind): Check value of
2685         wl-smtp-connection-type.
2686
2687         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
2688         error.
2689
2690 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2691
2692         * Version number is increased to 2.7.4.
2693
2694         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
2695         arguments from `wl-highlight-x-face-function' caller.
2696         Use x-face-1.3.6.12 or later.
2697
2698 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
2699
2700         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
2701
2702 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-vars.el (wl-summary-width): Fix type to accept nil.
2705         (wl-fcc): Fix to accept function.
2706         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
2707
2708 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2709
2710         * wl-acap.el (toplevel): Added `product-provide' declare.
2711         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
2712
2713 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl.el (wl): Changed order of calling `elmo-init'
2716         and `elmo-folder-init'.
2717
2718 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-mime.el (wl-summary-burst): Extract message when content-type
2721         of root entity is not only `multipart' but also `message/rfc822'.
2722         (wl-summary-burst-subr): Ditto.
2723
2724 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-vars.el (toplevel): Require 'custom.
2727         (wl-trash-folder): Added to `wl-setting' group.
2728
2729         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
2730         exists.
2731         (wl-addrmgr-draw): Insert empty line when no entry exists.
2732
2733         * wl-mule.el (wl-message-wheel-up): Fixed.
2734         (wl-message-wheel-down): Ditto.
2735
2736 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
2739         config is an anonymous lambda expression.
2740
2741 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
2744         when Mule 2 is running.
2745
2746 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
2749
2750 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
2753         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
2754
2755         * wl-address.el (wl-address-specials-regexp): Eliminated.
2756         (wl-address-quote-specials): Rewrite.
2757
2758 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
2761         shy-groups for regexp.
2762
2763         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
2764         character classes and Perl style shy-groups for regexp.
2765         (wl-highlight-plugged-current-line): Use Posix style character
2766         classes for regexp.
2767         (wl-e21-highlight-folder-by-numbers): Ditto.
2768         (wl-e21-display-image-p): Use `display-images-p' instead of
2769         `display-graphic-p'.
2770         (display-images-p): Make an alias to `display-graphic-p' if it is
2771         not available.  It is for Emacs version prior to 21.0.105.
2772
2773         * wl-demo.el (wl-demo): Use `display-images-p' instead of
2774         `display-graphic-p'.
2775         (wl-demo-image-type-alist): Ditto.
2776         (display-images-p): Make an alias to `display-graphic-p' if it is
2777         not available.  It is for Emacs version prior to 21.0.105.
2778
2779 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2780
2781         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
2782         support.
2783         (wl-generate-user-agent-string): Ditto.
2784
2785         * wl-version.el (wl-version): Update docsting.
2786         (wl-version-status): Ditto.
2787
2788 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2789
2790         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
2791         21.0.105.  For Emacs 21.0.104 or earlier.
2792
2793 2001-09-03  Takuo KITAME <kitame@northeye.org>
2794
2795         * wl-e21.el (wl-plugged-init-icons): Use
2796         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
2797         (wl-biff-init-icons): Ditto.
2798
2799 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-highlight.el (wl-highlight-summary-current-line):
2802         Fixed highlighting refile/copy destination.
2803
2804         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
2805         (wl-acap-store): Encode string by wl-acap-coding-system.
2806
2807 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-acap.el (toplevel): Check and require 'un-define before
2810         'xemacs-ucs;
2811          Added checking for UTF-2000.
2812
2813 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-acap.el (toplevel): Require 'un-define before 'wl;
2816         Don't enclose with `eval-and-compile'.
2817
2818         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
2819         wl-init is non-nil.
2820
2821         * wl-draft.el (wl-draft): Ditto.
2822
2823         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
2824
2825         * wl-acap.el (toplevel): Require 'wl.
2826         (wl-acap-store): Call `elmo-init'.
2827
2828         * wl.el (wl): Changed position of `wl-check-environment'.
2829         (toplevel): Added autoload setting for wl-acap.
2830
2831         * wl-vars.el (wl-setting): New custom group.
2832         (wl-from): Added wl-setting group.
2833         (wl-user-mail-address-list): Ditto.
2834         (wl-organization): Ditto.
2835         (wl-subscribed-mailing-list): Ditto.
2836         (wl-envelope-from): Ditto.
2837         (wl-smtp-posting-user): Ditto.
2838         (wl-smtp-posting-server): Ditto.
2839         (wl-smtp-posting-port): Ditto.
2840         (wl-smtp-authenticate-type): Ditto.
2841         (wl-pop-before-smtp-user): Ditto.
2842         (wl-pop-before-smtp-server): Ditto.
2843         (wl-pop-before-smtp-port): Ditto.
2844         (wl-pop-before-smtp-authenticate-type): Ditto.
2845         (wl-nntp-posting-server): Ditto.
2846         (wl-nntp-posting-user): Ditto.
2847         (wl-nntp-posting-port): Ditto.
2848         (wl-fetch-confirm-threshold): Ditto.
2849         (wl-prefetch-threshold): Ditto.
2850         (wl-thread-insert-opened): Ditto.
2851         (wl-ldap-server): Ditto.
2852         (wl-ldap-port): Ditto.
2853         (wl-ldap-base): Ditto.
2854         (wl-ldap-objectclass): Ditto.
2855         (wl-use-ldap): Ditto.
2856         (wl-draft-config-alist): Ditto.
2857         (wl-draft-config-matchone): Ditto.
2858         (wl-template-alist): Ditto.
2859         (wl-message-sort-field-list): Ditto.
2860         (wl-message-ignored-field-list): Ditto.
2861         (wl-message-visible-field-list): Ditto.
2862         (wl-interactive-send): Ditto.
2863         (wl-summary-move-order): Ditto.
2864         (wl-auto-select-first): Ditto.
2865         (wl-auto-select-next): Ditto.
2866         (wl-interactive-save-folders): Ditto.
2867
2868         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
2869         Initialization codes are moved from wl-local-folder-init.
2870         (wl-local-folder-init): Follow the change above.
2871         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
2872
2873         * wl-acap.el: New file.
2874
2875         * Version number is increased to 2.7.3.
2876
2877 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2878
2879         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
2880
2881 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
2882
2883         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
2884         (wl-addrmgr-address-entry-list): Ditto.
2885
2886 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-e21.el (wl-draft-mode-map): Removed binding for
2889         `wl-draft-insert-x-face-field'.
2890
2891         * wl-mule.el (wl-draft-mode-map): Ditto.
2892
2893         * wl-xmas.el (wl-draft-mode-map): Ditto.
2894
2895         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
2896         (wl-cs-autoconv): Ditto.
2897         (wl-cs-local): Ditto.
2898         (wl-use-scoring): Ditto.
2899         (wl-mime-charset): Ditto.
2900         (wl-folder-check-async): Ditto.
2901
2902         * wl.el (toplevel): Ignore nemacs and tm.
2903         (wl-exit): Ditto.
2904
2905         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
2906         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
2907         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
2908         instead of wl-address-petname-add-or-change.
2909         (wl-summary-edit-addresses-subr): Use wl-address-delete
2910         instead of wl-address-petname-delete.
2911
2912         * wl-util.el (wl-as-coding-system): Ignore nemacs.
2913
2914         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
2915         if error occured.
2916
2917         * wl-message.el (require): Remove tm support.
2918
2919         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
2920
2921         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
2922         (wl-folder-jump-to-current-entity): Ditto.
2923         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
2924
2925         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
2926         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
2927         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
2928
2929         * wl-mule.el (wl-draft-key-setup): Ditto.
2930
2931         * wl-xmas.el (wl-draft-key-setup): Ditto.
2932
2933         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
2934         (wl-draft-std11-parse-addresses): New function.
2935         (wl-draft-parse-mailbox-list): Use it.
2936         (wl-draft): Ignore nemacs.
2937         (wl-draft-reedit): Ditto.
2938
2939         * wl-addrmgr.el: New file.
2940         (Original is wl-rcpt.el written by
2941         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
2942         Thanks Kitamoto-san.)
2943
2944         * wl-address.el (wl-address-make-address-list): Modified parsing
2945         process.
2946         (wl-address-delete): Renamed from `wl-address-petname-delete';
2947         Modify wl-address-list too.
2948         (wl-address-add-or-change): Renamed from
2949         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
2950
2951 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
2952
2953         * wl-highlight.el (wl-highlight-summary-current-line):
2954           Work with transient-mark-mode
2955
2956 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * Version number is increased to 2.7.2.
2959
2960         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
2961         instead of elmo-dop-queue-method.
2962
2963 2001-08-06  SAITO Atsunori <sai@yedo.com>
2964
2965         * wl-vars.el (wl-ldap-objectclass): New user option.
2966
2967         * wl-address.el (wl-ldap-make-filter): Use it.
2968
2969 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2970
2971         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
2972
2973 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-folder.el (wl-folder): redisplay after folder insertion.
2976
2977         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
2978
2979         * wl-summary.el (wl-summary-sync-update):
2980         Change status mark only when new-msgdb exists.
2981         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
2982
2983 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-summary.el (wl-summary-open-folder): New function.
2986         (wl-summary-goto-folder-subr): Use it.
2987         (wl-summary-mark-as-important): Fix;
2988         Encache only when no cache exists.
2989
2990 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2993         Use with-current-buffer.
2994
2995 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
2998         before call `get-buffer'. Fixed parenthesis.
2999         (wl-score-get-header-entry): Clear message and help window when
3000         keyboard quit.
3001         (wl-score-edit-insert-header): Ditto.
3002
3003 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3004
3005         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
3006         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
3007         (wl-default-draft-cite): Fix.
3008
3009         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
3010         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
3011
3012 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-message.el (wl-message-prev-page): Do same bahavior
3015         as summary when it is called in the message buffer.
3016         (wl-message-next-page): Ditto.
3017
3018 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl-summary.el (wl-summary-forward): Use cache if it is not
3021         section cache.
3022
3023 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl-vars.el: Changed file coding system to ISO-2022-JP.
3026         Removed redundant require of elmo-vars.
3027         (wl-biff-state-indicator-on): Changed default value for
3028         xemacs with non-mule environment.
3029
3030         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3031         wl-message-buffer is nil;
3032         Hide progress bar after moving messages.
3033
3034 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
3035
3036         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
3037         message at cursor point is deleted.
3038
3039 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-vars.el: Changed file coding system to euc-japan.
3042         Added -*-coding:-*- magic to the first line.
3043
3044         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
3045         Search parent from the first message.
3046
3047         * Version number is increased to 2.7.1.
3048
3049 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
3050
3051         * wl-vars.el: Fix file coding system to ISO-2022-JP.
3052
3053 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
3054
3055         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
3056         refile/delete execution.
3057
3058         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
3059         Fixed docstring.
3060
3061 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
3064         do update process;
3065         Don't update marks when update process is interrupted.
3066
3067 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * wl-summary.el (wl-summary-reply): Fixed problem when
3070         wl-draft-use-frame is non-nil.
3071         (wl-summary-forward): Ditto.
3072
3073         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
3074         as nil.
3075         (wl-folder-mark-as-read-all-entity): Ditto.
3076         (wl-folder-prefetch-entity): Ditto.
3077
3078         * wl.el (wl): Check environment before wl-init.
3079
3080         * wl-summary.el (wl-summary-collect-unread): Eliminated.
3081         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
3082         instead of wl-summary-collect-unread.
3083         (wl-summary-reply): Split message window.
3084
3085 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
3086
3087         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
3088         only if current language environment is japanese,
3089
3090         * wl-folder.el (wl-folder-jump-to-current-entity): Call
3091         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
3092         (wl-folder-goto-folder-subr): Ditto.
3093
3094         * wl-draft.el (wl-draft-dispatch-message): Call
3095         `elmo-file-cache-get-path'.
3096
3097 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-summary.el (wl-summary-cursor-move): If return value of
3100         wl-summary-next-message is not number, don't jump.
3101
3102 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-summary.el (wl-summary-buffer-next-message-function): New
3105         variable.
3106         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
3107         if it is bound.
3108
3109         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
3110         string.
3111
3112         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
3113         (wl-plugged-drawing): Ditto.
3114
3115 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
3118         process.
3119         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
3120         with unwind-protect.
3121
3122         * wl.el (wl-init): Require mime-setup.
3123         (wl-check-environment): Don't require mime-setup.
3124
3125         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
3126         instead of elmo-folder-type.
3127
3128         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
3129         value as nil.
3130
3131 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
3132
3133         * Version number is increased to 2.7.0.
3134
3135         * wl-version.el (wl-version): Changed codename.
3136
3137         * wl-summary.el (wl-summary-delete-cache): Fixed.
3138
3139         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3140         Workaround for net folders.
3141         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
3142
3143         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
3144         value to nil (According to the patch from
3145         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
3146
3147         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
3148         of elmo-folder-close.
3149
3150 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
3151
3152         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
3153         for postfix.
3154
3155 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-summary.el (wl-summary-resend-message): Fixed.
3158
3159         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
3160         Call wl-draft with `from' argument if its address is included in
3161         `wl-user-mail-address-list'.
3162         (wl-draft): Added `from' argument.
3163
3164         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
3165         non-nil.
3166         (wl): Don't show demo if wl-demo is nil.
3167
3168         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
3169         wl-summary-use-frame.
3170
3171         * wl-vars.el (wl-summary-use-frame): New user option.
3172         (wl-folder-use-frame): Changed docstring.
3173
3174         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
3175         non-nil.
3176         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
3177         wl-summary-use-frame.
3178
3179         * wl-vars.el (wl-folder-use-frame): New user option.
3180
3181         * wl-summary.el (wl-summary-exit): Back to folder frame if
3182         wl-folder-use-frame is non-nil.
3183         (wl-summary-redisplay-internal): Ignore cache if current folder
3184         is draft folder,
3185         (wl-summary-redisplay-no-mime): Ditto.
3186         (wl-summary-redisplay-all-header): Ditto.
3187
3188         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
3189         if wl-folder-use-frame is non-nil.
3190
3191 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-summary.el (wl-summary-sync-update): Bind
3194         elmo-folder-update-threshold.
3195         (wl-summary-mark-as-important): Enclosed server mark processing
3196         with `save-match-data'.
3197
3198         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
3199         only when it is already defined.
3200
3201 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3202
3203         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
3204         name of folder exclude localdir is wrong.
3205         * wl-folder.el (wl-folder-sync-entity):
3206         Set `wl-summary-always-sticky-folder-list' as nil.
3207         (wl-folder-mark-as-read-all-entity): Ditto.
3208         (wl-folder-prefetch-entity): Ditto.
3209
3210 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
3211
3212         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
3213         instead of `wl-summary-write-current-newsgroup'.
3214
3215 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3216
3217         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
3218         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
3219         non-nil and selected message is important, do not display.
3220
3221 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
3222
3223         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
3224
3225 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
3228
3229         * wl-summary.el (wl-summary-mark-as-important): Set message number
3230         using wl-summary-message-number.
3231
3232 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3233
3234         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3235         destination folder is 'null.
3236
3237 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3238
3239         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
3240         New function.
3241         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
3242         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
3243         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3244
3245 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-mime.el (wl-mime-setup): Added setting for
3248         `mime-setup-signature-key-alist' to avoid overriding key bind for
3249         `wl-draft-send'.
3250
3251         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
3252         for `wl-draft-send'.
3253         * wl-mule.el (wl-draft-overload-functions): Ditto.
3254         * wl-xmas.el (wl-draft-overload-functions): Ditto.
3255         * wl-draft.el (wl-draft-send): Ditto.
3256
3257         * wl-message.el (wl-message-display-internal):
3258         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
3259         (Patch is provided by <kita@coe.nttdata.co.jp>).
3260
3261 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3262
3263         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
3264
3265 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3266
3267         * wl.el (wl): Fix for wl-demo.
3268
3269 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3270
3271         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
3272
3273 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3274
3275         * wl-folder.el (wl-folder-prefetch-entity): Use
3276         `wl-folder-get-elmo-folder'.
3277         (wl-folder-count-incorporates): Do not use
3278         `wl-folder-get-elmo-folder'.
3279
3280 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3281
3282         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
3283         instead of `elmo-folder-get-type'.
3284
3285 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3286
3287         * wl-summary.el (wl-summary-write-current-folder): Set cursor
3288         position on Subject: field.
3289         (Advised by Mito <mit@nines.nec.co.jp>)
3290
3291 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3292
3293         * wl-folder.el (wl-folder-prefetch-entity): Use
3294         `wl-folder-get-elmo-folder'.
3295
3296 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
3297
3298         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
3299
3300         * wl-summary.el (wl-summary-buffer-set-folder): Set up
3301         `process-duplicates' slot.
3302
3303         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
3304         if detection failed.
3305
3306 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3307
3308         * wl-version.el (wl-version-status): Set to "alpha".
3309
3310 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3311
3312         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
3313         Check wl-message-buffer lives before set-buffer.
3314
3315 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3316
3317         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
3318         called in folder mode.
3319         * wl-var.el (wl-summary-exit-pre-hook): New variable.
3320         * wl-summary.el (wl-summary-exit-pre-hook): Run
3321         `wl-summary-exit-pre-hook' before exit summary mode.
3322
3323 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3324
3325         * wl-version.el (wl-version-status): New variable.
3326         (wl-version-status-alist): Removed.
3327         (wl-version-status): Rule included.
3328
3329 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3330
3331         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
3332         @sponichi.
3333
3334         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
3335         when `mail-reply-buffer' is buffer-local variable.
3336         (Reported by <kita@coe.nttdata.co.jp>).
3337
3338 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-vars.el (toplevel): Require 'elmo-util.
3341
3342 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
3345         (All other related portions are changed)
3346
3347         * wl.el (wl-plugged-change): Use '<' instead of '<='.
3348
3349         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
3350
3351 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
3354
3355 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
3358         Delete other windows to avoid an error.
3359         Use `point-marker' instead of `point' to remember the start point
3360         of body.
3361
3362         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
3363
3364         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
3365         number not to exceed all message number.
3366
3367 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
3370         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
3371
3372 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-sync-force-update): Added argument
3375         no-check.
3376         (wl-summary-sync-update): Ditto.
3377         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
3378         with `no-check'.
3379
3380         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
3381         (wl-message-buffer-prefetch-next): Don't run timer if timer is
3382         already running.
3383
3384 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3385
3386         * wl-expire.el (wl-expire-archive-get-folder): Added argument
3387         `dst-folder-arg'.
3388         (wl-expire-archive-number1): Diito.
3389         (wl-expire-archive-number2): Diito.
3390         (wl-expire-archive-Date): Diito.
3391         (wl-archive-number1): Diito.
3392         (wl-archive-number2): Diito.
3393         (wl-archive-date): Diito.
3394         (wl-archive-folder-p): New function.
3395         (wl-summary-expire): Support of expand folder name at
3396         wl-expire-alist.
3397         * wl-util.el (wl-expand-newtext): Renamed from
3398         `wl-refile-expand-newtext'.
3399
3400 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401
3402         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
3403         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
3404         `(elmo-msgdb-get-overview msgdb)'.
3405         (wl-summary-prefetch): Bind match data before call
3406         `wl-summay-prefetch-msg'.
3407         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
3408         'off if `wl-summary-buffer-disp-msg' is non-nil.
3409         Fixed problem that couldn't show only one new or unread message when
3410         enter folder.
3411         (wl-summary-reply): Don't call `split-window-vertically' and other
3412         window.
3413
3414 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
3415
3416         * wl-expire.el (wl-expire-refile): Fixed.
3417
3418 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-vars.el (wl-biff-unnotify-hook): New variable.
3421
3422         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
3423         biff notification is removed.
3424
3425         * wl.el (wl): Changed position of `elmo-init'.
3426
3427         * wl-draft.el (wl-default-draft-cite): Use date field
3428         on the citation buffer.
3429
3430         * wl-vars.el (wl-shimbun-folder-icon): New variable.
3431
3432         * wl-xmas.el (wl-folder-internal-icon-list): Added
3433         `wl-folder-shimbun-image'.
3434
3435         * wl-e21.el (wl-folder-internal-icon-list): Added
3436         `wl-folder-shimbun-image'.
3437
3438 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl.el (wl-init): Eliminated argument.
3441         (wl): Rewrite.
3442
3443         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
3444         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
3445         instead of `elmo-folder-msgdb-internal'.
3446         (wl-summary-sync-update): Ditto.
3447         (wl-summary-flush-pending-append-operations): Eliminated.
3448         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
3449         (wl-summary-goto-folder-subr): Set load-msgdb argument of
3450         `elmo-folder-open'.
3451
3452         * wl-mime.el (wl-summary-burst): Fixed.
3453
3454         * wl-folder.el (wl-folder-info-save): Check data type.
3455
3456         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
3457         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
3458         instead of `elmo-folder-msgdb-internal'.
3459         (wl-expire-hide): Ditto.
3460
3461
3462         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
3463
3464 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3465
3466         * wl-folder.el (wl-folder-write-current-folder): Support petname.
3467
3468 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
3469
3470         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
3471
3472 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3473
3474         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3475         Fixed `match-beginning' argument mismatch.
3476
3477 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3478
3479         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
3480         the default value.
3481
3482 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
3485         instead of `elmo-nntp-default-port'.
3486
3487         * wl-vars.el: Fixed some doc strings.
3488
3489 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-summary.el (wl-summary-prefetch-msg): Use
3492         `elmo-msgdb-overview-get-entity' instead of `assoc'.
3493
3494         * wl-vars.el: Define *-func as obsolete variable using
3495         `elmo-define-obsolete-variable'.
3496
3497         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
3498         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
3499         instead of `wl-message-buffer-prefetch-threshold'.
3500
3501         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
3502
3503         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
3504
3505         * wl-draft.el (wl-caesar-region-func): Ditto.
3506
3507         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
3508         Keep unread status in elmo-folder-move-messages.
3509         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
3510
3511 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3512
3513         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
3514         `wl-summary-buffer-exit-func'
3515         (wl-summary-buffer-message-redisplay-function): Renamed from
3516         `wl-summary-buffer-message-redisplay-func'
3517         (wl-summary-buffer-next-folder-function): Renamed from
3518         `wl-summary-buffer-next-folder-func'.
3519         (wl-summary-buffer-prev-folder-function): Renamed from
3520         `wl-summary-buffer-prev-folder-func'.
3521         (wl-summary-get-petname-function): Renamed from
3522         `wl-summary-get-petname-func'.
3523
3524         * wl-score.el (wl-score-edit-exit-function): Renamed from
3525         `wl-score-edit-exit-func'.
3526
3527         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
3528         Renamed from `wl-message-buffer-prefetch-get-next-function'.
3529
3530         * wl-util.el (wl-load-profile-function): Renamed from
3531         `wl-load-profile-func'.
3532
3533         * wl-folder.el (wl-folder-completion-function): Renamed from
3534         `wl-folder-completion-func'.
3535         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
3536
3537         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
3538         `wl-expire-archive-get-folder-func'.
3539         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
3540         (wl-draft-send-mail-function): Renamed from
3541         `wl-draft-send-mail-func'.
3542         (wl-draft-send-news-function): Renamed from
3543         `wl-draft-send-news-func'.
3544         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
3545         (wl-generate-mailer-string-function): Renamed from
3546         `wl-generate-mailer-string-func'.
3547         (wl-highlight-signature-search-function): Renamed from
3548         `wl-highlight-signature-search-func'.
3549         (wl-highlight-x-face-function): Renamed from
3550         `wl-highlight-x-face-func'
3551         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
3552         (wl-ps-print-buffer-function): Renamed from
3553         `wl-ps-print-buffer-func'
3554         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
3555         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
3556         (wl-summary-subject-filter-function): Renamed from
3557         `wl-summary-subject-filter-func'.
3558
3559         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
3560         `wl-draft-queue-flush-send-func'
3561         (wl-draft-cite-function): Renamed from
3562         `wl-draft-cite-func'
3563
3564         * wl-address.el (wl-address-init-function): Renamed from
3565         `wl-address-init-func'.
3566
3567 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-draft.el (wl-draft-queue-flush): Don't call
3570         `elmo-dop-unlock-message'.
3571         * wl-draft.el (wl-draft-queue-append): Don't call
3572         `elmo-dop-lock-message'.
3573
3574         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
3575         (wl-summary-buffer-folder-name): Ditto.
3576         (wl-summary-message-regexp): Added '-' (all other related portions
3577         are changed).
3578         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
3579         wl-summary-buffer-folder-name.
3580
3581 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
3582
3583         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
3584         the number of mails in the folder buffer is not updated by wl-biff.
3585
3586 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
3587
3588         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
3589         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
3590
3591 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-summary.el (wl-summary-next-message):
3594         Return next message number when wl-summary-move-order is nil.
3595
3596 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
3597
3598         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
3599         `wl-summary-move-spec-alist'.
3600         (wl-summary-move-spec-unplugged-alist): New variable
3601         (Move spec for unplugged status).
3602         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
3603         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
3604
3605 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
3606
3607         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
3608         * wl-mule.el (wl-draft-overload-menubar): Ditto.
3609
3610 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
3611
3612         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
3613         simple quotation to quote the anonymous function.
3614         * tm-wl.el (wl-draft-preview-message): Ditto.
3615
3616 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
3617
3618         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
3619         Eliminate redundant `save-excursion'.
3620         (wl-highlight-summary-current-line): Ditto.
3621
3622         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
3623         accessing match data when `looking-at' failed.
3624
3625         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
3626         `elmo-match-string' where users don't care about the speed.
3627         (wl-draft-save): Ditto.
3628
3629 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-util.el (wl-regexp-opt): New function.
3632
3633         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
3634         number from `wl-summary-buffer-number-list'.
3635         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
3636         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
3637         (wl-summary-move-spec-alist): Changed default setting.
3638
3639 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-vars.el (wl-biff-notify-hook): New hook.
3642         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
3643         the arrival of new mail.
3644         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
3645         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
3646
3647 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3648
3649         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
3650
3651 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
3654
3655         * Version number is increased to 2.5.8.
3656
3657         * wl-thread.el (toplevel): require 'cl.
3658         (wl-thread-resume-entity): Call wl-thread-make-number-list.
3659         (wl-thread-make-number-list): New function.
3660         (wl-thread-entity-make-number-list-from-children): Ditto.
3661         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
3662         (wl-thread-entity-insert-as-children): Likewise.
3663         (wl-thread-delete-message): Likewise.
3664         (wl-meaning-of-mark): Eliminated.
3665         (wl-thread-next-failure-mark-p): Ditto.
3666         (wl-thread-entity-get-mark): Ditto.
3667         (wl-thread-meaning-alist-get-result): Ditto.
3668         (wl-thread-entity-check-prev-mark): Ditto.
3669         (wl-thread-entity-check-next-mark): Ditto.
3670         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
3671         (wl-thread-entity-get-prev-marked-entity): Ditto.
3672         (wl-thread-get-prev-unread): Ditto.
3673         (wl-thread-jump-to-prev-unread): Ditto.
3674         (wl-thread-get-next-unread): Ditto.
3675         (wl-thread-jump-to-next-unread): Ditto.
3676         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
3677         (wl-thread-entity-get-next-marked-entity): Ditto.
3678
3679         * wl-summary.el (wl-summary-buffer-number-list):
3680         New bufer-local variable.
3681         (wl-summary-switch-to-clone-buffer): Clone
3682         `wl-summary-buffer-number-list'.
3683         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
3684         (wl-summary-cursor-move-regex): Eliminated.
3685         (wl-summary-cursor-up): Rewrite.
3686         (wl-summary-cursor-down): Ditto.
3687         (wl-summary-mode-spec-alist): New variable.
3688         (wl-summary-next-message): New inline function.
3689         (wl-summary-cursor-move): New function.
3690         (wl-summary-default-get-next-msg): Rewrite.
3691         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
3692         (wl-summary-rescan): Ditto.
3693         (wl-summary-sync-all-init): Ditto.
3694         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
3695         summary is not thread view.
3696         (wl-summary-sync-update): Ditto.
3697         (wl-summary-rescan): Ditto.
3698         (wl-summary-make-number-list): New function.
3699
3700         * wl-draft.el: "FCC" -> "Fcc".
3701
3702 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-highlight.el (wl-highlight-summary-window):
3705         Call `set-buffer-modified-p'.
3706
3707         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
3708         (wl): Call `elmo-init' and fix.
3709
3710         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
3711         Use new variables.
3712
3713         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
3714
3715 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
3718
3719 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3720
3721         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
3722
3723 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3724
3725         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
3726         `wl-use-toolbar' nor `display-graphic-p'.
3727         (wl-e21-setup-message-toolbar): Ditto.
3728         (wl-e21-setup-summary-toolbar): Ditto.
3729         (wl-e21-setup-folder-toolbar): Ditto.
3730
3731         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
3732         (wl-plugged-init-icons): Ditto.
3733
3734         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
3735         `display-graphic-p'.
3736         (wl-plugged-set-folder-icon): Ditto.
3737         (wl-highlight-plugged-current-line): Ditto.
3738         (wl-highlight-folder-current-line): Ditto.
3739         (wl-e21-highlight-folder-group-line): Ditto.
3740         (wl-e21-setup-toolbar): Ditto.
3741         (wl-e21-display-image-p): New macro.
3742
3743         * wl-demo.el (wl-demo): Simplified.
3744         (wl-demo-image-type-alist): Use `image-type-available-p' for
3745         checking whether the image type `xbm' is available.
3746
3747 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
3750         (wl-summary-input-range): Ditto.
3751
3752 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3753
3754         * wl-summary.el (wl-summary-edit-addresses): Use
3755         `wl-summary-get-original-buffer'
3756         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
3757         (wl-summary-jump-to-msg-by-message-id-via-nntp):
3758         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
3759         (wl-summary-get-newsgroups): Eliminated.
3760         (wl-summary-set-crosspost): Ditto.
3761         (wl-summary-is-crosspost-folder): Ditto.
3762         (wl-crosspost-alist-load): Ditto.
3763         (wl-crosspost-alist-save): Ditto.
3764
3765         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
3766         `elmo-setup-subscribed-newsgroups' instead of
3767         `elmo-nntp-make-groups-hashtb'.
3768         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
3769         instead of `wl-crosspost-alist-save'.
3770
3771         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
3772         of `elmo-folder-message-appendable-p'.
3773         (wl-mime-header-presentation-method): Eliminated.
3774
3775         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
3776         (Error occurs in emacs21).
3777
3778         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
3779         the current buffer).
3780
3781         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
3782         instead of `wl-crosspost-alist-save'.
3783         (wl-init): `elmo-crosspost-message-alist-load'
3784         instead of `wl-crosspost-alist-load'
3785
3786         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
3787         (wl-parse-newsgroups): Likewise.
3788         (wl-biff-notify): Run `wl-biff-notify-hook'.
3789
3790 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-vars.el (wl-summary-lazy-highlight): New variable.
3793
3794         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
3795         when `wl-summary-lazy-highlight' is non-nil.
3796         (wl-summary-goto-folder-subr): Highlight only when
3797         `wl-summary-lazy-highlight' is non-nil.
3798
3799         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
3800         Don't display progress and highlight temp-mark when
3801         `wl-summary-lazy-highlight' is non-nil.
3802         (wl-highlight-summary-window): New function.
3803         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
3804
3805 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3806
3807         * wl-summary.el (wl-summary-sync): Change `all-visible'
3808         from `all-shown'
3809         (wl-summary-input-range): Ditto.
3810
3811 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3812
3813         * wl-e21.el (wl-highlight-folder-current-line): Call
3814         `wl-folder-init-icons' when folder icons have not been initialized.
3815
3816         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
3817
3818         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
3819         (wl-demo-image-type-alist): New macro.
3820
3821 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3822
3823         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
3824         display does not support graphics.
3825         (wl-plugged-init-icons): Ditto.
3826         (wl-folder-init-icons): Ditto.
3827
3828         * wl-demo.el (wl-demo): Chech closely whether the display
3829         supports graphics.
3830
3831 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-summary.el (wl-summary-get-original-buffer): New function.
3834         (wl-summary-set-crosspost): Use it.
3835         (wl-summary-target-mark-uudecode): Ditto.
3836         (wl-summary-reedit): Ditto.
3837         (wl-summary-resend-bounced-mail): Ditto.
3838         (wl-summary-update-crosspost): Eliminated (It may be incorporated
3839         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
3840
3841         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
3842         (wl-message-display-internal): Ditto.
3843
3844 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
3847
3848 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-summary.el (wl-summary-save-view): Renamed from
3851         `wl-summary-save-status'.
3852
3853 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3854
3855         * wl-summary.el (wl-summary-sync): Added `all-shown'
3856
3857 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3858
3859         * wl-summary.el (wl-summary-input-range): Added `all-shown'
3860
3861 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
3862
3863         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
3864
3865 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
3866
3867         * wl-highlight.el (wl-highlight-summary-line-string): Use
3868         `zerop' instead of `= 0'.
3869         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
3870
3871         * wl-template.el (wl-template-next): Use `=' instead of `eq'
3872         for comparing numbers.
3873         (wl-template-prev): Use `zerop' instead of `eq 0'.
3874
3875         * wl-draft.el (wl-draft-insert-current-message): Use
3876         `with-current-buffer' instead of `save-excursion'.
3877         Use `zerop' instead of `eq 0'.
3878
3879 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
3880
3881         * wl-draft.el (wl-draft-insert-ccs): New function.
3882         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
3883         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
3884
3885 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
3888
3889 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-expire.el (wl-expire-refile): Don't call
3892         elmo-msgdb-add-msgs-to-seen-list;
3893         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
3894         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3895
3896 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-message.el (wl-message-prev-page): Ignore errors while
3899         scroll-down.
3900
3901 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
3902
3903         * wl-mime.el: Use elmo-original-message-mode instead of
3904         mmelmo-original-mode.
3905
3906         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
3907         `elmo-folder-get-spec';
3908         (wl-fldmgr-add-completion-all-completions):
3909         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
3910
3911         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
3912         of `elmo-folder-get-type'.
3913
3914         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
3915         `elmo-folder-get-spec';
3916         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3917         Use `elmo-folder-append-message' instead of `elmo-append-msg';
3918         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3919         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
3920         `elmo-read-msg-no-cache';
3921         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
3922         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
3923         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
3924         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
3925         `elmo-cache-save';
3926         (wl-draft-reedit): Use `elmo-message-file-name'.
3927
3928         * wl-expire.el: Use `elmo-folder-name-internal';
3929         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3930         Use macro `wl-summary-buffer-msgdb' instead of variable
3931         `wl-summary-buffer-msgdb';
3932         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
3933         Use macro `wl-summary-buffer-folder-name' instead of variable
3934         `wl-summary-buffer-folder-name'.
3935         * wl-score.el: Likewise.
3936
3937         * wl-message.el: Rewrite for new message buffer cache mechanism.
3938         (wl-message-buffer-cache-buffer-get): New macro.
3939         (wl-message-buffer-cache-folder-get): Ditto.
3940         (wl-message-buffer-cache-message-get): Ditto.
3941         (wl-message-buffer-cache-entry-make): Ditto.
3942         (wl-message-buffer-cache-hit): Ditto.
3943         (wl-message-buffer-cache-sort): New function.
3944         (wl-message-buffer-cache-add): Ditto.
3945         (wl-message-buffer-cache-delete): Ditto.
3946         (wl-message-buffer-cache-clean-up): Ditto.
3947         (wl-message-buffer-window): Rewrite.
3948         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
3949         (wl-message-buffer-display): New function.
3950         (wl-message-display-internal): New function.
3951
3952 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-folder.el: Use `elmo-folder-name-internal';
3955         Use `wl-folder-get-elmo-folder';
3956         Use `elmo-folder-list-messages' instead of
3957         `elmo-list-folder';
3958         Use `elmo-folder-get-primitive-list' instead of
3959         `elmo-folder-get-primitive-spec-list';
3960         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
3961         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3962         Use `elmo-folder-create' instead of `elmo-create-folder'.
3963         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
3964         (wl-folder-get-elmo-folder): New macro.
3965         (wl-folder-elmo-folder-cache-get): Ditto.
3966         (wl-folder-elmo-folder-cache-put): Ditto.
3967         (wl-folder-suspend): Call `elmo-quit'.
3968
3969         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
3970         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
3971         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
3972         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
3973         (toplevel): require 'cl.
3974         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
3975
3976         * wl-summary.el: Rewrite to use new elmo interface.
3977
3978 \f
3979 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
3980
3981         * wl-mime.el (wl-draft-preview-message):
3982         Run `wl-draft-send-hook' before collecting recipients information;
3983         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
3984
3985         * tm-wl.el (wl-draft-preview-message): Ditto.
3986
3987 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
3988
3989         * wl-mime.el (wl-draft-preview-message): Fixed problem that
3990         wrong receipients are displayed when forwarded message.
3991
3992 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * Version number is increased to 2.5.7.
3995
3996 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
3997
3998         * wl-message.el (wl-message-next-page): Bind
3999         `window-pixel-scroll-increment' to nil while scrolling up.
4000
4001 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4002
4003         * wl-vars.el (wl-save-hook): New hook.
4004         * wl.el (wl-save): Call `wl-save-hook'.
4005
4006 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4007
4008         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
4009         Argument WITH-ARG instead of NO-ARG (negative mean).
4010         (wl-draft-reply): WITH-ARG instead of NO-ARG.
4011         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
4012         * wl-message.el (wl-message-follow-current-entity): Likewise.
4013
4014 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4015
4016         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
4017         FROM was optional argument.
4018         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
4019
4020 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4021
4022         * Version number is increased to 2.5.6.
4023
4024 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4025
4026         * wl-version.el (wl-version-show): Removed.
4027         (wl-version): Add `interactive'.
4028
4029 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
4030
4031         * wl-summary.el (wl-summary-get-petname-func): New variable.
4032         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
4033         instead of `wl-address-get-petname-1'.
4034         (wl-summary-simple-from): Ditto.
4035
4036         * wl-address.el (wl-address-get-petname-1): Define as function.
4037
4038 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4041         field in the original message.
4042         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4043
4044 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4045
4046         * wl-expire.el (wl-expire-hide):
4047         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4048
4049 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4050
4051         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4052         find decoder for To, Cc, and Subject.
4053
4054 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
4057         for checking `elmo-use-buffer-cache'.
4058         (wl-summary-mark-as-important): Fixed typo in comment.
4059
4060 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4061
4062         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4063         field in the original message.
4064         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4065
4066 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4067
4068         * wl-expire.el (wl-expire-hide):
4069         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4070
4071 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4072
4073         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4074         find decoder for To, Cc, and Subject.
4075
4076 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
4077
4078         * Version number is increased to 2.5.5.
4079
4080         * wl-address.el (wl-address-specials-regexp): New constant.
4081         (wl-address-quote-specials): Use it.
4082
4083 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-rescan):
4086         Call `wl-summary-buffer-number-column-detect'.
4087         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
4088
4089         * wl-message.el (wl-message-mode-map): Define.
4090         (wl-message-decode): Use it as local-map.
4091
4092 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-score.el (wl-score-guess-like-gnus): Abolished.
4095         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
4096
4097 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4098
4099         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
4100
4101         * wl-mule.el (wl-read-event-char): Ditto.
4102
4103         * wl-e21.el (wl-read-event-char): Ditto.
4104
4105         * wl-nemacs.el (wl-read-event-char): Ditto.
4106         (read-event): Removed.
4107
4108         * wl-util.el (toplevel): Removed dummy definition of
4109         `read-event'.
4110         (wl-read-event-char, wl-xmas-read-event-char): Removed.
4111
4112 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4113
4114         * wl-nemacs.el (elmo-archive-call-process): Moved to
4115         elmo-archive.el.
4116
4117 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4118
4119         * wl-draft.el (wl-draft-reply-list-symbol): New function.
4120         (wl-draft-reply): Use it.  Fixed "No match field" error message.
4121
4122         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
4123         instead of magic-number 6.  Use `not' instead of `null' for symbol
4124         `nil' check (not empty list).
4125         (wl-draft-insert-x-face-field): Fixed paren style.
4126
4127         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
4128         one-branch conditional statement, instead of `and' and `if'.
4129         (wl-draft-forward): Likewise.
4130         (wl-draft-add-references): Likewise.
4131         (wl-draft-yank-from-mail-reply-buffer): Likewise.
4132
4133         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
4134         conditional steatment.  Use `cond' instead of `if'.
4135         (wl-draft-confirm): Likewise.
4136
4137 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4138
4139         * wl-version.el (wl-version-show): Use `product-string-1'
4140         instead of `wl-version'.
4141         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
4142
4143         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
4144
4145 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4146
4147         * wl-highlight.el (wl-highlight-headers): Revert
4148         `wl-highlight-x-face-func' argument (`beg' and `end').
4149
4150 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4151
4152         * wl.el (toplevel): Move `product-provide' declare.
4153         * wl-demo.el (toplevel): Ditto.
4154         * wl-dnd.el (toplevel): Ditto.
4155         * wl-highlight.el (toplevel): Ditto.
4156         * wl-message.el (toplevel): Ditto.
4157         * wl-refile.el (toplevel): Ditto.
4158         * wl-util.el (toplevel): Ditto.
4159
4160 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
4163         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
4164         (wl-thread-close-all): keep cursor position.
4165
4166 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4167
4168         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
4169         (eq x 0).
4170         (wl-generate-user-agent-string-1): Fix conditional statement.
4171
4172 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4173
4174         * wl.el (wl-check-environment): Additional check for
4175         'wl-local-domain' and `wl-message-id-domain'.
4176
4177 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4178
4179         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4180
4181 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4184         instead of `smtp-sasl-user-realm'.
4185
4186 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4187
4188         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4189
4190 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4191
4192         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
4193         to the default value as well as `eword-lexical-analyzer'.
4194
4195 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4196
4197         * wl-version.el (wl-extended-emacs-version,
4198         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
4199         `elmo-match-string' instead of `wl-match-string'.
4200
4201 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4202
4203         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
4204         docstring.
4205
4206 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
4207
4208         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
4209
4210 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4211
4212         * wl-highlight.el (wl-highlight-headers): Remove
4213         `wl-highlight-x-face-func' argument (`beg' and `end').
4214
4215 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-summary.el (wl-summary-mark-as-important):
4218         Remove cache if folder is local.
4219
4220 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
4221
4222         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
4223         to get existing e-mail address string.
4224
4225 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4226
4227         * wl-version.el (wl-generate-user-agent-string): Commentary.
4228         (wl-generate-user-agent-string-1): Use `when' for
4229         one-branch conditional statement, instead of `and' and `if'.
4230         (wl-extended-emacs-version, wl-extended-emacs-version2,
4231         wl-extended-emacs-version3): Ditto.
4232
4233 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-summary.el (wl-summary-sync-all-init): New inline function.
4236         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
4237         condition-case; Remove initialization.
4238         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
4239         (wl-summary-sync-update3): Added argument `sync-all';
4240         Eliminated local variable `msgdb';
4241         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
4242         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
4243         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4244
4245 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
4246
4247         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
4248         connection before call `wl-draft-send-mail-with-smtp'.
4249
4250 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * Version number is increased to 2.5.4.
4253
4254 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4255
4256         * wl.el (wl-check-environment): Additional check for
4257         'wl-local-domain' and `wl-message-id-domain'.
4258
4259 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
4262         buffer as command specific.
4263         (wl-folder-mark-as-read-all-entity): Ditto.
4264         (wl-folder-prefetch-entity): Ditto.
4265         (wl-folder-drop-unsync-entity): Ditto.
4266
4267         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
4268         (wl-prog-uudecode-no-stdout-option): Changed default to t.
4269         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
4270
4271         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
4272         save-excursion.
4273
4274 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * Version number is increased to 2.5.3.
4277
4278         * wl-summary.el (wl-summary-save-view-cache):
4279         Delete duplicated `write-region';
4280         Use `write-region-as-binary' instead of `as-binary-output-file' and
4281         `write-region'.
4282
4283 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4284
4285         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
4286
4287 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
4290         instead of `smtp-via-smtp'.
4291
4292 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4295
4296 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4297
4298         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4299         instead of `smtp-sasl-user-realm'.
4300
4301 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4304
4305 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * Version number is increased to 2.5.2.
4308
4309 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
4310
4311         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
4312         does not exist.
4313         (wl-biff-stop): Call `cancel-timer' if timer already exists.
4314         (wl-biff-start): Call `timer-activate' if timer already exists.
4315
4316         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
4317         only when it is bound as function.
4318
4319 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
4320
4321         * Version number is increased to 2.5.1.
4322
4323 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
4326         Print refile/copy destination.
4327
4328 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
4331         queue-flush-only is non-nil.
4332
4333         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
4334
4335         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
4336         checking cache folder.
4337
4338 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4339
4340         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
4341         `regexp-quote'.
4342
4343 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4344
4345         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
4346         function.
4347         * wl-summary.el (wl-summary-write-current-folder-functions):
4348         Change default value.  Use it.
4349
4350 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * Version number is increased to 2.5.0.
4353
4354         * wl-version.el (wl-version): Changed codename.
4355
4356 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4357
4358         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
4359         (wl-summary-supersedes-message): Ditto.
4360
4361 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4362
4363         * wl-refile.el (wl-refile-guess-functions): Renamed from
4364         `wl-refile-guess-func-list'.
4365
4366 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4369         Fixed problem when no rule was matched.
4370
4371 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4372
4373         * wl-summary.el (wl-summary-get-mark): Fixed
4374         `wl-summary-buffer-target-mark' check logic.
4375
4376 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4377
4378         * wl-folder.el (wl-folder-write-current-folder): Added group
4379         folder check.
4380
4381         * wl-summary.el (wl-summary-write-current-folder): Renamed from
4382         `wl-summary-write-current-newsgroup'.
4383         (wl-summary-write-current-folder-functions): New variable.
4384         * wl-folder.el (wl-folder-get-newsgroups): New function.
4385         (wl-folder-guess-mailing-list-by-refile-rule): New function.
4386         (wl-folder-write-current-folder): Renamed from
4387         `wl-folder-write-current-newsgroup'.
4388
4389 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4390
4391         * Version number is increased to 2.3.93.
4392
4393 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4394
4395         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
4396         (wl-ldap-make-matched-value-list): Ditto.
4397         (wl-ldap-alias-safe-string): Split e-mail address.
4398
4399         * wl-summary.el (wl-summary-read-folder): Fixed problem when
4400         petname folder default was selected.
4401         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
4402         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
4403
4404 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
4407         to `wl-draft-config-exec'.
4408
4409         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
4410         instead of calling `wl-draft-config-exec';
4411         Process group-list and show recipients in minibuffer.
4412
4413         * tm-wl.el (wl-draft-preview-message): Ditto.
4414
4415 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4416
4417         * wl.el (toplevel): Added (C) to copyright notice, and
4418         sync Author header.
4419         * tm-wl.el (toplevel): Ditto.
4420         * wl-address.el (toplevel): Ditto.
4421         * wl-demo.el (toplevel): Ditto.
4422         * wl-dnd.el (toplevel): Ditto.
4423         * wl-draft.el (toplevel): Ditto.
4424         * wl-e21.el (toplevel): Ditto.
4425         * wl-expire.el (toplevel): Ditto.
4426         * wl-folder.el (toplevel): Ditto.
4427         * wl-highlight.el (toplevel): Ditto.
4428         * wl-message.el (toplevel): Ditto.
4429         * wl-mime.el (toplevel): Ditto.
4430         * wl-mule.el (toplevel): Ditto.
4431         * wl-nemacs.el (toplevel): Ditto.
4432         * wl-refile.el (toplevel): Ditto.
4433         * wl-score.el (toplevel): Ditto.
4434         * wl-summary.el (toplevel): Ditto.
4435         * wl-template.el (toplevel): Ditto.
4436         * wl-thread.el (toplevel): Ditto.
4437         * wl-util.el (toplevel): Ditto.
4438         * wl-vars.el (toplevel): Ditto.
4439         * wl-xmas.el (toplevel): Ditto.
4440
4441 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
4442
4443         * wl.el (wl-init): Added comment about `wl-init-hook'.
4444         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
4445         * wl-vars.el (wl-init-hook): Added docs.
4446         (wl-make-plugged-hook): Removed useless docs.
4447         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
4448         * wl-xmas.el (toplevel): Ditto.
4449
4450 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4451
4452         * wl-address.el (toplevel): Fixed multiple Author header format.
4453         * wl-demo.el (toplevel): Ditto.
4454         * wl-draft.el (toplevel): Ditto.
4455         * wl-folder.el (toplevel): Ditto.
4456         * wl-summary.el (toplevel): Ditto.
4457         * wl-thread.el (toplevel): Ditto.
4458         * wl-util.el (toplevel): Ditto.
4459         * wl-vars.el (toplevel): Ditto.
4460         * wl-version.el (toplevel): Ditto.
4461         * wl-xmas.el (toplevel): Ditto.
4462         * wl.el (toplevel): Ditto.
4463
4464         * wl-version.el (toplevel): Added require `elmo-version' for
4465         `product-version-as-string'.
4466
4467 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-vars.el (wl-draft-send-hook): Changed default value to
4470         '(wl-draft-config-exec).
4471
4472         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
4473         explicitly.
4474         (wl-draft): Set `wl-draft-config-exec-flag' before running
4475         `wl-mail-setup-hook'.
4476
4477         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
4478         `wl-biff-init-icons' to `wl-init-hook' instead of
4479         `wl-make-plugged-hook'.
4480         (Because if `wl-draft' command is invoked at first,
4481         they are not initialized)
4482         Updated copyright notice.
4483
4484         * wl-e21.el (toplevel): Ditto;
4485
4486         * wl-demo.el (toplevel): Updated copyright notice.
4487         * wl-address.el (toplevel): Ditto.
4488         * wl-draft.el (toplevel): Ditto.
4489         * wl-version.el (toplevel): Ditto.
4490         * wl-folder.el (toplevel): Ditto.
4491         * wl-summary.el (toplevel): Ditto.
4492         * wl-thread.el (toplevel): Ditto.
4493         * wl-util.el (toplevel): Ditto.
4494         * wl-vars.el (toplevel): Ditto.
4495         * wl.el (toplevel): Ditto.
4496
4497 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-highlight.el (wl-highlight-message): Fixed problem of
4500         highlighting failure which occured when the last field contains
4501         multiple lines in the draft buffer.
4502
4503         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
4504         `wl-biff-start' if plugged.
4505
4506         * wl-util.el (wl-biff-check-folder): New function.
4507         (wl-biff-check-folders): Don't set session name prefix.
4508         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
4509         (wl-biff-check-folder-async): Ditto.
4510
4511         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
4512         in email address.
4513
4514 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
4515
4516         * wl-vars.el (wl-subject-prefix-regexp): New variable.
4517
4518         * wl-draft.el (wl-draft-strip-subject-re): New function.
4519
4520         * wl-draft.el (wl-draft-reply): Use it.
4521
4522 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-message.el (wl-mmelmo-message-redisplay): Use
4525         `mime-display-message' instead of `wl-mime-display-message'.
4526
4527         * wl-mime.el (toplevel): Removed compatibility workaround
4528         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
4529         (wl-mime-display-message): Abolished.
4530         (wl-mime-entity-read-field): Ditto.
4531         (wl-mime-combine-message/partial-pieces): Use
4532         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
4533
4534 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
4535
4536         * wl-template.el: Doc fixes.
4537
4538 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4539
4540         * wl-e21.el (wl-message-overload-functions): Do nothing if
4541         `current-local-map' is not available.
4542         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
4543
4544 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4545
4546         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
4547         representation.
4548
4549         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
4550         number.
4551         (wl-fldmgr-save-folders): Don't use `format' when insert
4552         `wl-fldmgr-folders-header'.
4553
4554 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4555
4556         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
4557
4558 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-highlight.el (wl-highlight-message):
4561         Use `std11-field-end' to detect end point of the header field.
4562         Refer `wl-highlight-max-header-size'.
4563
4564         * wl-vars.el (wl-highlight-max-header-size): New variable.
4565
4566         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
4567
4568         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4569         Set `for-draft' argument of wl-highlight-headers.
4570         (wl-draft): Ditto.
4571         (wl-draft-reedit): Ditto.
4572         (wl-user-agent-compose-internal): Ditto.
4573
4574 2000-10-24   Daiki Ueno <ueno@unixuser.org>
4575
4576         * wl-message.el (wl-message-add-button): Use overlay.
4577
4578 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
4581
4582         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
4583         problem when group-list content is nothing.
4584         (Reported by Mito <mit@nines.nec.co.jp>)
4585
4586 2000-10-18  SAITO Atsunori <sai@yedo.com>
4587
4588         * wl-summary.el (wl-summary-print-destination): Adjust line length.
4589
4590 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4591
4592         * tm-wl.el (toplevel): Use product-provide.
4593
4594 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
4595
4596         * Version number is increased to 2.3.92.
4597
4598 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4599
4600         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
4601         title text, use `display' property for left margin under Emacs 21.
4602
4603         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
4604         properties.
4605         (wl-plugged-init-icons): Ditto.
4606
4607 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4608
4609         * wl.el (wl-save-status, wl-init): Remove last period in
4610         "...done." message.
4611         * tm-wl.el (wl-summary-burst): Ditto.
4612         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
4613         wl-summary-resume-cache-status,
4614         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
4615         wl-summary-sync-update3, wl-summary-highlight-msgs,
4616         wl-summary-flush-pending-append-operations,
4617         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
4618         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
4619         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
4620         wl-thread-open-all): Ditto.
4621         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4622         * wl-mime.el (wl-summary-burst): Ditto.
4623         * wl-highlight.el (wl-highlight-summary): Ditto.
4624         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
4625         wl-folder-open-all, wl-folder-update-access-group): Ditto.
4626         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
4627         * wl-address.el (wl-local-address-init): Ditto.
4628
4629 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4630
4631         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
4632         `add-text-properties'.
4633         (wl-plugged-init-icons): Ditto.
4634         (wl-folder-init-icons): Use `propertize' instead of
4635         `put-text-property'.
4636         (wl-plugged-set-folder-icon): Ditto.
4637         (wl-e21-highlight-folder-group-line): Ditto.
4638
4639 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-version.el (wl-version-status-alist): New variable.
4642         (wl-version-status): New function.
4643
4644         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
4645         "Cc" part of the case "Reply-To".
4646
4647         * wl-draft.el (wl-draft-reply): Use result of
4648         `eword-extract-address-components'.
4649
4650         * wl-demo.el (wl-demo-icon-name): New constant.
4651         (wl-logo-xpm): Use it.
4652         (wl-logo-xbm): Ditto.
4653         (wl-logo-bitmap): Ditto.
4654
4655         * Version number is increased to 2.3.91.
4656
4657 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4658
4659         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
4660         (wl-extended-emacs-version, wl-extended-emacs-version2,
4661         wl-extended-emacs-version3): Remove `interactive'.  Fixed
4662         docstring.
4663
4664         * wl-version.el (wl-generate-user-agent-string-1): New function.
4665         (wl-generate-user-agent-string): Use it.
4666
4667         * wl-version.el (wl-generate-user-agent-string-1): Ignore
4668         `mime-edit-insert-user-agent-field'.
4669         (wl-generate-user-agent-string): Check
4670         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
4671
4672         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
4673         instead of `if', when verbose case.
4674
4675 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-expire.el (wl-summary-expire): Fix.
4678
4679 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
4682         and `elmo-lost+found-folder' if 'wl-draft.
4683         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
4684
4685 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-expire.el (wl-summary-expire): Change messages.
4688         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
4689         `deleing-info' instead of "Deleting..."
4690
4691 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
4692
4693         * wl-summary.el (wl-summary-refile-subr): Fix.
4694
4695 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
4698         if pipe folder.
4699
4700 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-vars.el (wl-draft-use-cache): Default `nil'.
4703
4704 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-expire.el (wl-expire-hide): New function.
4707         (wl-summary-expire): Add `hide'.
4708
4709 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4710
4711         * wl-vars.el (wl-draft-reply-without-argument-list):
4712         Changed default value to consider `Reply-To:'.
4713         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
4714
4715         * Version number is increased to 2.3.90.
4716
4717         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
4718         elmo-imap4-get-session with unwind-protect.
4719         Don't cause error.
4720         (wl-summary-sync-marks): Don't check plugged nor folder type.
4721         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
4722         (Always keep current buffer).
4723
4724 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4725
4726         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4727         Enclose with `save-excursion'.
4728
4729 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4730
4731         * wl-version.el (wl-version): Remove interactive.
4732
4733 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4734
4735         * wl-version.el (wl-generate-user-agent-string): Use
4736         `product-string-verbose' instead of `product-string-1'.
4737
4738 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-vars.el (wl-draft-use-cache): New variable.
4741         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
4742         if wl-draft-use-cache is non-nil.
4743
4744 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
4747         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
4748
4749 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
4752         (wl-thread-msg-mark-as-unread): Ditto.
4753
4754         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
4755         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
4756         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
4757         Don't set mark in summary if return value of `elmo-mark-as-read'
4758         is nil.
4759         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
4760         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
4761         instead of `wl-thread-msg-mark-as-read'.
4762         (wl-summary-mark-as-unread-region): Ditto.
4763         (wl-summary-target-mark-mark-as-read): Ditto.
4764
4765         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4766
4767 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
4770
4771         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
4772
4773 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
4776         face.
4777
4778 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4779
4780         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
4781         `running-xemacs'.
4782
4783 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4784
4785         * wl-version.el (toplevel): Use `product-version-as-string' for
4786         set verstion-string, if defined.
4787
4788         * wl-version.el (wl-version-show): Insert string at point, when
4789         call with argument.
4790
4791         * wl-version.el (wl-generate-user-agent-string): Use
4792         `product-string-1' instead of `wl-appname', `wl-version' and
4793         `wl-codename'.
4794
4795 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4796
4797         * wl-address.el (toplevel): Use product-provide.
4798         * wl-demo.el (toplevel): Ditto.
4799         * wl-dnd.el (toplevel): Ditto.
4800         * wl-draft.el (toplevel): Ditto.
4801         * wl-e21.el (toplevel): Ditto.
4802         * wl-expire.el (toplevel): Ditto.
4803         * wl-fldmgr.el (toplevel): Ditto.
4804         * wl-folder.el (toplevel): Ditto.
4805         * wl-highlight.el (toplevel): Ditto.
4806         * wl-message.el (toplevel): Ditto.
4807         * wl-mime.el (toplevel): Ditto.
4808         * wl-mule.el (toplevel): Ditto.
4809         * wl-nemacs.el (toplevel): Ditto.
4810         * wl-refile.el (toplevel): Ditto.
4811         * wl-score.el (toplevel): Ditto.
4812         * wl-summary.el (toplevel): Ditto.
4813         * wl-template.el (toplevel): Ditto.
4814         * wl-thread.el (toplevel): Ditto.
4815         * wl-util.el (toplevel): Ditto.
4816         * wl-vars.el (toplevel): Ditto.
4817         * wl-xmas.el (toplevel): Ditto.
4818         * wl.el (toplevel): Ditto.
4819
4820 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4821
4822         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
4823         instead of product.
4824
4825         * wl-version.el (wl-version): Compile time evalution elmo-version.
4826
4827 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
4828
4829         * wl-summary.el (wl-summary-sync-force-update): Append queue
4830         `mark-as-read'if unplugged.
4831
4832 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4833
4834         * wl-version.el: New file.  Use product.el.
4835         * wl.el: add (require 'wl-version).
4836         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
4837         for ~/.folders header.
4838         (wl-fldmgr-folders-header): Changed.
4839         * wl-demo.el (wl-demo): Use product.el.
4840
4841         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
4842         wl-version.el.
4843         * wl-util.el (wl-version, wl-version-show): Ditto.
4844
4845         * wl-util.el (wl-generate-user-agent-string,
4846         wl-extended-emacs-version, wl-extended-emacs-version2,
4847         wl-extended-emacs-version3): Move to wl-version.el.
4848         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
4849         xemacs-codename, mime-edit-insert-user-agent-field,
4850         mime-edit-user-agent-value, mime-editor/version,
4851         mime-editor/codename): Compile warning killer move to
4852         wl-version.el
4853
4854 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-summary.el (wl-summary-refile-subr): Fix.
4857
4858 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-summary.el (wl-summary-sync-marks): Changed argument for
4861         `elmo-list-folder-unread' and `elmo-list-folder-important'.
4862
4863 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
4864
4865         * wl.el (wl-check-environment): Check too many `@'.
4866
4867 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
4868
4869         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
4870
4871 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4872
4873         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
4874         wl-draft-reply-myself-without-argument-list): Add variables.
4875         * wl-draft.el (wl-draft-reply): Use it.
4876
4877 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
4878
4879         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
4880         the 5th argument of `elmo-network-get-spec'.
4881
4882         * wl-thread.el (wl-thread-reparent-children): New inline function.
4883         (wl-thread-delete-message): Use it.
4884
4885         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
4886         (wl-summary-score-update-all-lines): Don't use `dolist'.
4887
4888 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4889
4890         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
4891         (require 'elmo-msgdb) for inline function.
4892
4893 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4894
4895         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
4896
4897 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
4898
4899         * wl-score.el (wl-score-headers): Fix for the confusing macro
4900         `elmo-kill-buffer'.
4901
4902 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4903
4904         * wl-summary.el: Don't use the 3rd argument of `require' because
4905         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
4906         * wl-util.el: Ditto.
4907         * wl-draft.el: Ditto.
4908
4909 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4910
4911         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
4912         window system is not used.
4913
4914 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
4915
4916         * wl-thread.el: Don't use `mapcar' only for iteration.
4917         (wl-thread-resume-entity): Ditto.
4918         (wl-thread-delete-message): Ditto.
4919
4920         * wl-summary.el: Bind `dragdrop-drop-functions',
4921         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
4922         of `require' for `timezone', `easymenu' and `ps-print';
4923         don't use `mapcar' only for iteration.
4924
4925         * wl-util.el: Bind `mule-version', `nemacs-version',
4926         `emacs-beta-version', `xemacs-codename',
4927         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
4928         `mime-editor/version' and `mime-editor/codename'; specify 3rd
4929         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
4930         only for iteration.
4931
4932         * wl-score.el: Don't use `mapcar' only for iteration.
4933         (wl-score-simplify-buffer-fuzzy): Ditto.
4934         (wl-score-simplify-subject): Ditto.
4935         (wl-score-headers): Ditto.
4936         (wl-summary-score-update-all-lines): Ditto.
4937
4938         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
4939         `enable-multibyte-characters' and `mule-version'.
4940
4941         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
4942         `mapcar' only for iteration.
4943
4944         * wl-demo.el: Don't use `mapcar' only for iteration.
4945
4946         * wl-folder.el: Don't use `mapcar' only for iteration.
4947         (wl-folder-open-all): Ditto.
4948         (wl-folder-count-incorporates): Ditto.
4949
4950         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
4951         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
4952
4953         * wl-draft.el: Bind `x-face-add-x-face-version-header',
4954         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
4955         `smtp-connection-type'; specify 3rd argument of `require' for
4956         `timezone'; don't use `mapcar' only for iteration.
4957         (wl-draft-clone-local-variables): Don't use `mapcar'.
4958         (wl-draft-generate-clone-buffer): Ditto.
4959         (wl-user-agent-compose-internal): Ditto.
4960
4961         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
4962
4963         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
4964         (wl-save-status): Ditto.
4965
4966         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
4967         for iteration.
4968
4969 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
4972         removed `Date'.
4973         (wl-fldmgr-make-filter-default): New user option.
4974
4975         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
4976         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
4977         (wl-fldmgr-filter-completion-alist): Abolish.
4978
4979         * wl.el (wl): Don't check servers if arg is non-nil.
4980
4981         * wl-draft.el (wl-draft-reply): Set only message-id string to
4982         In-Reply-To field.
4983
4984 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-summary.el (wl-summary-pick): Rewrite.
4987
4988         * wl-draft.el (wl-draft-forward): Get references field from
4989         original buffer.
4990         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
4991
4992 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
4993
4994         * wl-draft.el (wl-draft-forward): Add references field.
4995
4996 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
4999         (wl-draft-reply): Use it.
5000
5001 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
5002
5003         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
5004         when Emacs 21 is running.
5005
5006         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
5007         bindings.
5008
5009 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5010
5011         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
5012         XPM icons transparent.
5013
5014         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
5015         Emacs 21.
5016
5017 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
5020         nil.
5021
5022         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
5023         when it is persistent.
5024         (wl-summary-sync-marks): Changed argument for
5025         `elmo-list-folder-unread' and `elmo-list-folder-important'.
5026         (wl-summary-virtual): Use `elmo-read-search-condition'.
5027         (wl-summary-redisplay-internal): If folder is local, mark as read
5028         even when folder is plugged.
5029
5030 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5031
5032         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
5033         of `tool-bar-lines' in the frame parameters.
5034         (after-make-frame-functions, post-command-hook): Don't modify the
5035         value.
5036         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
5037         wl-e21-tool-bar-lines): Removed.
5038
5039 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5040
5041         * wl-highlight.el (wl-highlight-folder-path): Put overlay
5042         properties `evaporate' and `wl-momentary-overlay' as well.
5043         (wl-highlight-summary-displaying): Ditto.
5044         (wl-delete-all-overlays): Don't delete overlay which does not have
5045         a property `wl-momentary-overlay'.
5046
5047         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
5048         `display-mouse-p' and `display-graphic-p'.
5049         (wl-folder-init-icons): Don't search for XBM or the other files.
5050         (wl-plugged-set-folder-icon): Make icons if and only if
5051         `display-graphic-p' returns non-nil.
5052         (wl-highlight-plugged-current-line): Use `before-string' overlay
5053         property to show icon images.
5054         (wl-highlight-folder-current-line): Ditto.
5055         (wl-e21-highlight-folder-group-line): Ditto.
5056         (wl-e21-highlight-folder-by-numbers): Ditto.
5057         (wl-e21-insert-image): Removed.
5058         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
5059         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
5060         said.
5061         (wl-e21-switch-toolbar-after-make-frame): Renamed from
5062         `wl-e21-force-switch-toolbar'.
5063         (wl-e21-make-icon-image): Removed.
5064         (wl-e21-setup-toolbar): Don't search for XBM files.
5065         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
5066         the default value.
5067
5068 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-util.el (wl-biff-check-folder-async): Set
5071         `wl-biff-check-folders-running' even when it is not an IMAP folder.
5072
5073 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5074
5075         * wl-e21.el (after-make-frame-functions): Add
5076         `wl-e21-force-switch-toolbar'.
5077         (wl-e21-force-switch-toolbar): New function force to switch the
5078         toolbar appearance automatically.
5079         (post-command-hook): Add `wl-e21-switch-toolbar'.
5080         (wl-e21-switch-toolbar): New function to switch the toolbar
5081         appearance automatically.
5082         (wl-e21-tool-bar-lines): New buffer local variable.
5083
5084 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5085
5086         * wl-util.el (wl-biff-check-folders-running): New variable.
5087         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
5088         (wl-biff-check-folder-async-callback):
5089         Set `wl-biff-check-folders-running'.
5090         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
5091         with unwind-protect.
5092
5093         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
5094         Enclose `wl-folder-auto-check' with unwind-protect.
5095
5096         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
5097         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
5098
5099         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
5100
5101         * wl-util.el (wl-biff-notify): New inline function.
5102         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
5103         locally.
5104         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
5105         folder-list' is 1.
5106         Use `wl-biff-notify'.
5107         (wl-biff-check-folder-async-callback): New function.
5108         (wl-biff-check-folder-async): Ditto.
5109
5110         * wl-folder.el (wl-folder): Don't check folders.
5111         (wl-folder-auto-check): New function.
5112
5113 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5114
5115         * wl-util.el (wl-biff-start) [Emacs19+]:
5116         Use `timer-next-integral-multiple-of-time'.
5117         (wl-biff-check-folders): Use `wl-default-folder'
5118         if `wl-biff-check-folder-list' is nil.
5119
5120 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
5121
5122         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
5123         instead of `elmo-delete-lists'.
5124
5125 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
5126
5127         * wl.el (wl-plugged-toggle-all): Set the value of
5128         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
5129         (wl-plugged-toggle): Ditto.
5130         (wl-toggle-plugged): Ditto.
5131         (wl-plugged-init): Ditto.
5132
5133         * wl-xmas.el (wl-biff-init-icons): Set icons data to
5134         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5135         instead of `wl-biff-state-indicator-off' and
5136         `wl-biff-state-indicator-on'; don't modify the value and the type
5137         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
5138         (wl-plugged-init-icons): Set icons data to
5139         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5140         instead of `wl-plug-state-indicator-off' and
5141         `wl-plug-state-indicator-on'; don't modify the value and the type
5142         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
5143
5144         * wl-vars.el (wl-modeline-biff-state-off,
5145         wl-modeline-biff-state-on, wl-modeline-biff-status,
5146         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
5147         wl-modeline-plug-status): New internal variables.
5148         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
5149         wl-biff-check-interval, wl-biff-check-folder-list): Change
5150         customization group from `wl-folder' to `wl-highlight'.
5151         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
5152         wl-show-plug-status-on-modeline): Defcustomized.
5153
5154         * wl-util.el (wl-biff-check-folders): Set the value of the flag
5155         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
5156         (wl-mode-line-buffer-identification): Set both ON and OFF data with
5157         a flag to `mode-line-buffer-identification'.
5158
5159         * wl-e21.el (wl-biff-init-icons): Set icons data to
5160         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5161         instead of `wl-biff-state-indicator-off' and
5162         `wl-biff-state-indicator-on'.
5163         (wl-plugged-init-icons): Set icons data to
5164         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5165         instead of `wl-plug-state-indicator-off' and
5166         `wl-plug-state-indicator-on'.
5167
5168 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5169
5170         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
5171         excessive titles.
5172
5173 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5174
5175         * wl.el (wl-plugged-mode): Use revised
5176         `wl-mode-line-buffer-identification'.
5177         (wl-plugged-init): Don't use `force-mode-line-update'.
5178
5179         * wl-xmas.el (wl-draft-overload-functions): Use revised
5180         `wl-mode-line-buffer-identification'.
5181         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
5182         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
5183         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5184         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5185         `wl-make-plugged-hook';
5186         add `wl-folder-init-icons' and `wl-setup-folder' to
5187         `wl-folder-mode-hook'.
5188
5189         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
5190         19 as well.
5191         (wl-mode-line-display-priority-list): New user option.
5192         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
5193         Defcustomized.
5194         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
5195         Add docs.
5196
5197         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
5198         start.
5199         (wl-mode-line-buffer-identification): Revised as a function.
5200
5201         * wl-summary.el (wl-summary-mode): Use revised
5202         `wl-mode-line-buffer-identification'; don't call
5203         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
5204         (TopLevel): Don't bind `wl-e21-setup-summary' nor
5205         `wl-xmas-setup-summary'.
5206
5207         * wl-nemacs.el (wl-draft-overload-functions): Use revised
5208         `wl-mode-line-buffer-identification'.
5209
5210         * wl-mule.el (wl-draft-overload-functions): Use revised
5211         `wl-mode-line-buffer-identification'.
5212
5213         * wl-folder.el (wl-make-plugged-alist): Don't call
5214         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
5215         (wl-folder): Don't call `wl-folder-init-icons' directly.
5216         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
5217         `wl-xmas-setup-folder' directly;
5218         use revised `wl-mode-line-buffer-identification'.
5219         (TopLevel): Don't bind `wl-biff-init-icons',
5220         `wl-plugged-init-icons', `wl-folder-init-icons',
5221         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
5222
5223         * wl-e21.el (wl-draft-overload-functions): Use revised
5224         `wl-mode-line-buffer-identification'.
5225         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
5226         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
5227         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5228         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5229         `wl-make-plugged-hook';
5230         add `wl-folder-init-icons' and `wl-setup-folder' to
5231         `wl-folder-mode-hook'.
5232
5233 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5234             Katsumi Yamaoka    <yamaoka@jpl.org>
5235
5236         * wl.el (wl): Call `wl-biff-start'.
5237         (wl-exit): Call `wl-biff-stop'.
5238         (wl-plugged-mode): Show biff in modeline.
5239         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
5240
5241         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
5242         (wl-biff-init-icons): New function.
5243         (wl-plugged-init-icons): Don't make too much keymaps.
5244         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
5245
5246         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
5247         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
5248         variables.
5249         (wl-biff-check-interval, wl-biff-check-folder-list): New user
5250         options.
5251
5252         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
5253         wl-biff-start, wl-biff-stop): New functions.
5254         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
5255         (wl-biff-timer-name): New variable.
5256
5257         * wl-summary.el (wl-summary-mode): Show biff in modeline.
5258
5259         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
5260         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5261
5262         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
5263         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5264
5265         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
5266         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
5267         `wl-folder-init-icons' to `ignore' if they are not available.
5268         (wl-folder-mode): Show biff in modeline.
5269
5270         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
5271         (wl-biff-init-icons): New function.
5272         (wl-plugged-init-icons): Don't make too much keymaps.
5273         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
5274
5275 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
5276
5277         * wl-vars.el (wl-strict-diff-folders): Customization Type
5278         and doc fix.  Define as a list of regular expressions for
5279         folders or nil.
5280         * wl-folder.el (wl-folder-check-one-entity): Use
5281         `wl-string-match-member' instead of `wl-string-member' for
5282         `wl-strict-diff-folders'.
5283
5284 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
5285
5286         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
5287         (wl-highlight-folder-current-line): Use it; new implementation.
5288         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
5289         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
5290         `defsubst' instead of `defun'.
5291
5292         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
5293         `wl-highlight-group-folder-by-numbers'; made it can also be a
5294         number.  See info for more details.
5295
5296         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
5297         running.
5298
5299         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
5300         to bind them.
5301
5302         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
5303         (wl-highlight-folder-current-line): New implementation.
5304
5305         * wl-highlight.el (wl-highlight-folder-group-line): New
5306         implementation.
5307         (wl-delete-all-overlays): Rewrite as a marco.
5308         (TopLevel): Require `wl-e21' when Emacs 21 is running.
5309
5310         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
5311         running.
5312         (wl-folder-*-glyph): No need to bind them.
5313
5314         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
5315         `wl-e21-highlight-folder-group-icon'; rewrite.
5316         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
5317         `defsubst' instead of `defun'.
5318         (wl-folder-mode-map): Bind it when compiling.
5319
5320 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl.el (wl): Initialize plug-related settings before `wl-init'.
5323
5324         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
5325
5326 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
5327
5328         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
5329
5330 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
5331
5332         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
5333         (wl-highlight-folder-current-line): Use it.
5334
5335         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
5336         in `id-name'.
5337
5338 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
5339
5340         * wl.el: Require `wl-e21' when Emacs 21 is running.
5341
5342         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
5343         default when Emacs 21 is running.
5344         (wl-use-highlight-mouse-line): Ditto.
5345         (wl-on-emacs21): New constant.
5346         (wl-on-emacs20): Removed.
5347
5348         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
5349         Emacs 21 is running.
5350
5351         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
5352         Emacs 21 is running.
5353
5354         * wl-e21.el: New file.
5355
5356 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
5357
5358         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
5359         (wl-toggle-plugged): Ditto.
5360         (wl-plugged-toggle): Ditto.
5361         (wl-plugged-toggle-all): Ditto.
5362
5363         * wl-vars.el (wl-plug-state-indicator): Refer
5364         `wl-plug-state-indicator-on' indirectly.
5365
5366 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
5369         Call `wl-folder-confirm-existence'.
5370
5371         * wl-folder.el (wl-folder-confirm-existence): Added optional
5372         argument `force'.
5373
5374 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
5375
5376         * wl-summary.el (wl-summary-refile-subr): Assume
5377         `copy-or-refile' as symbol.
5378         (wl-summary-refile): Follow up above change.
5379         (wl-summary-copy): Ditto.  Doc fix.
5380
5381 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-summary.el (wl-summary-pick): Don't bind
5384         `elmo-search-mime-charset'.
5385
5386         * wl-vars.el (wl-highlight-message-header-button-alist): Define
5387         default using old backquote style.
5388         (wl-search-mime-charset): Abolished.
5389
5390         * wl-highlight.el (wl-highlight-headers):
5391         Call `point' after `re-search-forward'(for Nemacs).
5392
5393         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
5394         for elmo-imap4.el.
5395
5396 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
5397
5398         * wl-message.el (wl-mmelmo-message-redisplay): Bind
5399         `wl-message-ignored-field-list' instead of
5400         `mime-view-ignored-field-list'.
5401
5402         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
5403         Add interactive spec.
5404         (wl-folder-goto-bottom-of-current-folder): Ditto.
5405         (wl-folder-mode-map): Bind them.
5406
5407         * wl-vars.el (wl-message-ignored-field-list): New variable.
5408         (wl-message-visible-field-list): New variable.
5409
5410         * wl-mime.el (wl-mime-header-presentation-method): New function.
5411         (wl-mime-setup): Set header-presentation-method.
5412
5413 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5414
5415         * wl-nemacs.el (wl-draft-overload-functions): Set
5416         `mode-line-buffer-identification' instead of using
5417         `wl-make-modeline'.
5418
5419         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
5420         instead of using `wl-make-modeline'.
5421
5422         * wl-xmas.el (wl-plugged-init-icons): Set up
5423         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
5424         (wl-make-modeline): Abolish.
5425         (wl-draft-overload-functions): Set
5426         `mode-line-buffer-identification' instead of using
5427         `wl-make-modeline'.
5428
5429         * wl-util.el (wl-make-modeline-subr): Abolish.
5430         (wl-mode-line-buffer-identification): New alias.
5431
5432         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
5433         (wl-summary-make-modeline): Abolish.
5434         (wl-summary-buffer-set-folder): Set
5435         `wl-summary-buffer-folder-indicator'.
5436         (wl-summary-mode): Set `mode-line-buffer-identification' instead
5437         of using `wl-make-modeline'.
5438         (wl-summary-switch-to-clone-buffer): Don't set
5439         `mode-line-buffer-identification'.
5440         (wl-summary-goto-folder-subr): Ditto.
5441
5442         * wl-mule.el (wl-draft-overload-functions): Set
5443         `mode-line-buffer-identification' instead of using
5444         `wl-make-modeline'.
5445
5446         * wl-folder.el (wl-folder-mode): Set
5447         `mode-line-buffer-identification' instead of using
5448         `wl-make-modeline'.
5449         (wl-folder): Don't set `mode-line-buffer-identification'.
5450
5451 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
5452
5453         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
5454         instead of `member' for `wl-refile-guess-func-list' look-ups.
5455         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
5456
5457 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5458
5459         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
5460         `wl-message-button-dispatcher'.
5461
5462         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
5463
5464         * wl-message.el (wl-message-button-dispatcher): Use it.
5465
5466         * wl-vars.el (wl-highlight-message-header-button-alist): Add
5467         "In-Reply-To".
5468
5469         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5470         Bind `case-fold-search' to t.
5471
5472 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5473
5474         * wl-xmas.el (wl-message-overload-functions): Initialize
5475         `wl-message-button-map'.
5476
5477         * wl-mule.el (wl-message-overload-functions): Initialize
5478         `wl-message-button-map'.
5479
5480         * wl-vars.el (wl-highlight-message-header-button-alist): New.
5481
5482         * wl-message.el (wl-message-button-map): New keymap.
5483         (wl-message-add-button): New function.
5484         (wl-message-button-dispatcher): New function.
5485         (wl-message-button-refer-article): New function.
5486
5487         * wl-highlight.el
5488         (wl-highlight-message-add-buttons-to-header): New function.
5489         (wl-highlight-headers): Use it.
5490
5491 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5492
5493         * wl-summary.el (wl-summary-default-from): Use
5494         `wl-address-get-petname-1'.
5495         (wl-summary-simple-from): Ditto.
5496
5497         * wl-address.el (wl-address-get-petname-1): New inline function.
5498         (wl-address-get-petname): Use it.
5499
5500 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
5501
5502         * wl-summary.el (wl-summary-default-from): Return full-name part
5503         from the address if no petname was found.
5504         (wl-summary-simple-from): Ditto.
5505
5506         * wl-address.el (wl-address-get-petname): Return nil if no petname
5507         associated with the address was found.
5508
5509 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5510
5511         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
5512         display is finished.
5513
5514 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5515
5516         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
5517         `elmo-folder-exists-p' argument.
5518
5519 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
5520
5521         * wl-folder.el (wl-folder-confirm-existence): Check existence of
5522         the folder.
5523
5524 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
5527
5528         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5529         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
5530
5531 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
5532
5533         * wl-folder.el (wl-folder-create-subr): New function.
5534         (wl-folder-confirm-existence): Use it.
5535         (wl-folder-check-one-entity): Use it.
5536         Check the error symbol is derived from 'elmo-open-error.
5537
5538         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
5539         `ignore-error'.
5540
5541 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5542
5543         * wl-util.el (toplevel): Add (eval-when-compile (require
5544         'elmo-util)).  (Maybe `provide' is typo.)
5545
5546 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-util.el (toplevel): Removed (provide 'elmo-util).
5549         (I don't know why this was needed.)
5550
5551         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
5552         Follow up changes for stream-type.
5553
5554         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
5555         (wl-draft-elmo-nntp-send): Ditto.
5556
5557         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
5558         (wl-nntp-posting-stream-type): Ditto.
5559         (wl-pop-before-smtp-ssl): Abolished.
5560         (wl-nntp-posting-ssl): Ditto.
5561
5562         * wl-address.el (wl-address-quote-specials): New function.
5563         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
5564
5565         * wl-draft.el (wl-draft-reply): Ditto.
5566
5567 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5568
5569         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
5570         use function `wl-string-match-assoc'.
5571
5572 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
5575
5576         * wl-draft.el (wl-draft-deduce-address-list): New function.
5577         (wl-draft-parse-mailbox-list): Ditto.
5578         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
5579         instead of `smtp-deduce-address-list'.
5580         (wl-draft-on-field-p): Follow group list.
5581
5582         * wl-address.el (wl-address-concat-token): New function.
5583         (wl-address-string-without-group-list-contents): Ditto.
5584         (wl-complete-field-body): Fixed problem of completion
5585         by japanese petname.
5586         (wl-address-make-completion-list): Rewrite.
5587
5588 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
5589
5590         * wl-address.el (wl-address-make-completion-list): Completion by
5591         petname.
5592         (wl-complete-field-body): Likewise.
5593
5594 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
5595
5596         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
5597         contains invalid address syntax.
5598
5599 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5600
5601         * wl-folder.el (wl-folder-check-entity-async): Use
5602         `elmo-nntp-spec-hostname'.
5603
5604 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5605
5606         * wl-summary.el (wl-summary-msgdb-load-async): Use
5607         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
5608
5609 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
5610
5611         * wl-draft.el (wl-draft-reply): Set argument
5612         `content-transfer-encoding' as nil.
5613
5614 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5615
5616         * wl-refile.el (wl-refile-learn): Move hit element to the top of
5617         `wl-refile-alist'.
5618
5619 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5620
5621         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
5622         (wl-draft-edit-string): Ditto.
5623         (wl-draft-forward): Ditto.
5624         * wl-summary.el (wl-summary-write): Ditto.
5625
5626 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-summary.el (wl-summary-sync-update3): Call
5629         `wl-summary-buffer-number-column-detect'.
5630         (wl-summary-buffer-number-column-detect): Search from point-min.
5631
5632 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
5635         contains an address which is not included in original to or cc.
5636
5637 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
5638
5639         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
5640         begin-line does not exist.
5641         * wl-message.el (wl-message-uu-substring): Ditto.
5642
5643 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5644
5645         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
5646         clear local variables.
5647         (wl-summary-exit): Call `elmo-commit'.
5648         (wl-summary-switch-to-clone-buffer): Call
5649         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
5650         (wl-summary-goto-folder-subr): Ditto.
5651
5652         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
5653         POP folder.
5654
5655 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
5658         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
5659         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
5660         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
5661         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
5662         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
5663
5664         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
5665
5666 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
5667
5668         * wl-summary.el (wl-summary-search-by-subject):
5669         Search parent message from the latest one.
5670
5671 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-draft.el (wl-draft-reply): Insert address with full-name.
5674         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
5675
5676         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
5677         New user option.
5678
5679         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
5680         if elmo-nntp-use-killed-list is nil.
5681         Use `elmo-msgdb-append-to-killed-list'.
5682         (Append numbers confirmed as disappeared to the killed list.)
5683         (wl-summary-confirm-appends): Don't display negative number.
5684
5685 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
5688
5689 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5690
5691         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
5692         range is `all'.
5693         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
5694         `elmo-list-bigger-diff'.
5695
5696 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-buffer-exit-func):
5699         New buffer local variable.
5700         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
5701
5702 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5703
5704         * wl-demo.el (wl-demo): Fix the last change.
5705
5706 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
5707
5708         * wl-demo.el (wl-demo): Don't use `eval'.
5709
5710 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-summary.el (wl-summary-buffer-thread-modified):
5713         New buffer-local variable.
5714         (wl-summary-set-thread-modified): New function.
5715         (wl-summary-thread-modified-p): New function.
5716         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
5717         (wl-summary-yank-saved-message): Use function
5718         `wl-summary-set-thread-modified'
5719         (wl-summary-switch-to-clone-buffer): Add
5720         `wl-summary-buffer-thread-modified'.
5721
5722         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
5723         (wl-summary-buffer-mark-saved-hook): Ditto.
5724         * wl-summary.el (wl-summary-msgdb-save): New hook
5725         `wl-summary-buffer-message-saved-hook' and
5726         `wl-summary-buffer-mark-saved-hook'.
5727
5728 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5729
5730         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
5731
5732 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5733
5734         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
5735         don't hide scroll bars under FSF Emacsen because it may incur an
5736         undesirable redrawing.
5737
5738 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
5739
5740         * wl-draft.el (wl-draft-edit-string): Call
5741         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
5742
5743 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
5744
5745         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
5746
5747 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
5748
5749         * wl-summary.el (wl-summary-msgdb-load-async): Call
5750         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
5751
5752 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
5753
5754         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
5755         fringes in demo buffer; center bitmap logo correctly even if old
5756         Mule is used.
5757
5758 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
5759
5760         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
5761
5762         * wl-refile.el (wl-refile-subject-alist): New variable.
5763         (wl-refile-subject-alist-file-name): Ditto.
5764         (wl-refile-alist-setup): Rewrite.
5765         (wl-refile-alist-save): Use `elmo-object-save'.
5766         Eliminated arguments.
5767         (wl-refile-learn): Check `wl-refile-guess-func-list'.
5768         (wl-refile-guess-by-subject): New function.
5769         (wl-refile-guess-func-list): Added it.
5770
5771 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5772
5773         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
5774         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
5775
5776 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
5777
5778         * wl-summary.el (wl-summary-buffer-prev-folder-func):
5779         New buffer-local variable.
5780         (wl-summary-buffer-next-folder-func): Ditto.
5781         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
5782         if non-nil.
5783         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
5784         if non-nil.
5785         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
5786         if non-nil.
5787         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
5788         if non-nil.
5789
5790 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
5791
5792         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
5793         permanently in the demo buffer.
5794
5795 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
5798         `mime-entity-fetch-field'.
5799
5800         * wl.el (wl-exit): Delete plugged buffer.
5801
5802         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
5803         XEmacs has menubar feature.
5804
5805 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5806
5807         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
5808         cannot arrive at the beginning of the buffer under old Emacsen.
5809
5810 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-address.el (wl-address-ldap-search):
5813         Call `ldap-search-entries' with `withdn' argument t.
5814         (wl-complete-field-body): Bind completion-ignore-case as t.
5815         Clear ldap search hash when it was sole completion.
5816         Use elmo-string for pattern string.
5817         (wl-ldap-alias-safe-string): Eliminated needless let.
5818
5819 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
5820
5821         * wl-address.el (wl-ldap-alias-dn-level): New variable.
5822         (wl-ldap-alias-sep): New constant.
5823         (wl-ldap-search-attribute-type-list): Ditto.
5824         (wl-ldap-get-value): New function.
5825         (wl-ldap-make-filter): Ditto.
5826         (wl-ldap-make-matched-value-list): Ditto.
5827         (wl-ldap-alias-safe-string): Ditto.
5828         (wl-ldap-register-dn-string): Ditto.
5829         (wl-address-ldap-search): Rewrite.
5830
5831 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5832
5833         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
5834         thread is deleted.
5835         (wl-thread-delete-line-from-buffer): Ditto.
5836         (wl-thread-get-exist-children): New function.
5837
5838 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
5839
5840         * wl-demo.el (wl-demo): Made it to select various image types.
5841         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
5842         from `wl-title-logo'.
5843         (wl-logo-ascii): New variable.
5844         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
5845         (wl-demo-copyright-notice): New constant.
5846
5847         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
5848
5849 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5850
5851         * wl-vars.el (wl-summary-target-above): Renamed from
5852         wl-summary-temp-above.
5853         * wl-score.el (wl-score-get-score-alist): Use it.
5854         (wl-summary-score-update-all-lines): Use it.
5855         * wl-summary.el: Ditto. (make-variable-buffer-local).
5856
5857 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl-vars.el (wl-ldap-port): New user option.
5860
5861         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
5862         Rewite whole implementation.
5863         (wl-complete-field-body): Fixed.
5864
5865 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
5866
5867         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
5868         Choose implementation at compile time.
5869
5870 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5871
5872         * wl-address.el (wl-ldap-search-internal): New function.
5873         (wl-complete-field-to): Use it.
5874
5875 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
5878         Use `let' instead of `let*'.
5879         Require 'wl-vars.
5880
5881         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
5882         Define as defcustom.
5883         (wl-ldap-base): Ditto.
5884         (wl-use-ldap): Ditto.
5885
5886 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
5887
5888         * wl-address.el (wl-ldap-search): New function.
5889         (wl-complete-field-body): Use `wl-ldap-search'.
5890         (wl-ldap-server): New variable.
5891         (wl-ldap-base): Ditto.
5892         (wl-use-ldap): Ditto.
5893
5894 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
5895
5896         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
5897         (Pointed out by Mito <mit@nines.nec.co.jp>).
5898         * wl-summary.el (wl-summary-redisplay-no-mime): Update
5899         buffer-local variables like `wl-summary-redisplay-internal'.
5900         (wl-summary-redisplay-all-header): Likewise.  Update
5901         Summary view too.
5902
5903 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-jump-to-parent-message):
5906         Consider prefix argument.
5907
5908         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
5909         when closed thread is deleted.
5910
5911 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
5912
5913         * wl-summary.el (wl-summary-jump-to-parent-message):
5914         Consider thread modification.
5915
5916 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
5917
5918         * wl-message.el (wl-message-normal-get-original-buffer): Use
5919         `save-excursion'.
5920
5921         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
5922         (wl-summary-showto-folder-regexp): Ditto.
5923
5924 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
5925
5926         * wl-util.el (wl-delete-alist): Doc fix.
5927         (wl-delete-associations): New function.
5928         (wl-inverse-alist): New function.
5929         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
5930         Split temporary variables. Use `wl-delete-associations'
5931         and `wl-inverse-alist'.
5932         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
5933
5934 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-folder.el (wl-folder-prefetch-entity):
5937         Execute prefetching if new count is unknown.
5938
5939 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5940
5941         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
5942
5943         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
5944         delete entity.
5945         (wl-thread-set-parent): If insert as top, set linked as nil.
5946
5947         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
5948         `wl-thread-cleanup-symbols' when view mode is thread.
5949
5950 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
5951
5952         * wl-folder.el (wl-folder-create-folder-entity): Use
5953         with-current-buffer.
5954         (wl-local-folder-init): Call set-buffer to make sure we are in
5955         the Folder buffer. Don't touch buffer-local variables here.
5956         (wl-folder-mode): Initialize buffer-local variables here.
5957
5958         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
5959         (wl-folder-entity-assign-id): Ditto.
5960         (wl-folder-create-entity-hashtb): Ditto.
5961         (wl-local-folder-init): Ditto.
5962         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
5963
5964 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5965
5966         * wl-summary.el (wl-summary-default-from): Fix probrem when
5967         std11-extract-address-components return (nil "foo@bar").
5968
5969 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
5970
5971         * wl-draft.el (wl-draft-clone-local-variables):
5972         Remove redundant `setq'.
5973
5974 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5977         Bind wl-highlight-x-face-func as nil while highlighting header.
5978
5979 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
5980
5981         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
5982
5983 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5984
5985         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
5986         elmo-msgdb-overview-hashtb from copy-variables.
5987         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
5988         instead of `elmo-msgdb-overview-get-entity-by-number'.
5989         (wl-summary-auto-refile): Ditto.
5990
5991         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
5992         `elmo-msgdb-overview-get-entity' instead of
5993         `elmo-msgdb-search-overview-entity'.  Use
5994         `elmo-msgdb-overview-get-entity' instead of
5995         `elmo-msgdb-overview-get-entity-by-number'.
5996         (wl-thread-insert-entity-sub): Ditto.
5997         (wl-thread-insert-message): Ditto.
5998
5999         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
6000         `elmo-msgdb-overview-get-entity'.
6001         (wl-normal-message-redisplay): Ditto.
6002
6003 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6004
6005         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
6006         `wl-thread-entities'.
6007         (wl-thread-delete-message): Fix remove top message from
6008         `wl-thread-entity-list'.
6009
6010         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
6011         wl-append(nconc), because update-list is broken on Meadow.
6012
6013         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
6014         updating process.
6015         (wl-summary-rescan): Ditto.
6016         (wl-summary-sync-update3): Ditto.
6017         * wl-thread.el (wl-thread-set-parent): Renamed from
6018         `wl-summary-set-parent'.
6019         (wl-thread-insert-message): Updating buffer faster.
6020         (wl-thread-delete-message): Updating buffer faster.
6021
6022         * wl-score.el (wl-summary-score-update-all-lines): Changed
6023         interval for display progress gauge.
6024
6025 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6026
6027         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
6028         folder always-sticky.
6029         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
6030         defmacro.
6031
6032 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
6033
6034         * wl-vars.el (wl-draft-add-references): New user option.
6035
6036         * wl-draft.el (wl-draft-add-references): New function.
6037         (wl-draft-yank-from-mail-reply-buffer): Use it.
6038         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
6039         as nil.
6040
6041 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6042
6043         * wl-thread.el (wl-thread-update-line-msgs): Called
6044         `wl-thread-update-line-on-buffer-sub'.
6045         (wl-thread-update-line-on-buffer): Delete routine of inserting
6046         thread.
6047         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
6048         moved from `wl-thread-update-line-on-buffer'.
6049         Add threshold for displaying progress gauge.
6050         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
6051         argument of `wl-thread-update-line-msgs'.
6052         Add threshold for displaying progress gauge.
6053         * wl-folder.el:
6054         Add threshold for displaying progress gauge.
6055         * wl-score.el: Ditto.
6056
6057         * wl-expire.el (wl-summary-expire): Display deleting info.
6058
6059 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
6062         `no-msg'.
6063         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
6064         argument of `wl-thread-update-line-msgs'.
6065         (wl-summary-set-parent): Added optional argument `parent-number'.
6066         (wl-summary-buffer-saved-message): New buffer local variable.
6067         (wl-summary-save-current-message): New command.
6068         (wl-summary-yank-saved-message): Ditto.
6069         (wl-summary-mode-map): Added key binding for
6070         `wl-summary-save-current-message' (\ew) and
6071         `wl-summary-yank-saved-message' (\C-y).
6072         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
6073
6074 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-summary.el (wl-summary-mode-map): Added key binding for
6077         `wl-summary-set-parent' (ts).
6078
6079 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6080
6081         * wl-summary.el (wl-summary-insert-thread-entity): Search same
6082         subject faster. If thread number is reverse, delayed updating
6083         thread.
6084         (wl-summary-search-by-subject): Ditto.
6085         (wl-summary-put-alike): Ditto.
6086         (wl-summary-get-alike): Ditto.
6087         (wl-summary-insert-headers): Insert header of all overview in
6088         buffer.
6089         (wl-summary-rescan): Delayed updating thread. Kill search subject
6090         buffer for wl-summary-search-by-subject.
6091         (wl-summary-sync-update3): Ditto.
6092         (wl-summary-exit): Ditto.
6093         (wl-summary-goto-bottom-of-current-thread): Change for linked
6094         thread.
6095         (wl-summary-overview-create-summary-line): Change line for linked
6096         thread.
6097
6098         * wl-summary.el (wl-summary-update-thread): Use
6099         wl-thread-maybe-get-children-num.
6100         (wl-summary-set-parent): If change parent, move sub thread.
6101         (wl-summary-redisplay-internal): Add horizontal recenter.
6102         (wl-summary-redisplay-no-mime): Add horizontal recenter.
6103
6104         * wl-thread.el (wl-thread-entity-get-linked): New function.
6105         (wl-thread-entity-set-linked): New function.
6106         (wl-thread-create-entity): Add linked element.
6107         (wl-thread-entity-insert-as-top): Use wl-append.
6108         (wl-thread-maybe-get-children-num): If closing thread, return
6109         children msgs.
6110         (wl-thread-update-line-msgs): Displaying progress message.
6111         (wl-thread-update-line-on-buffer-sub): Use
6112         wl-thread-maybe-get-children-num.
6113         (wl-thread-update-line-on-buffer): If update line is not exists,
6114         insert thread.
6115         (wl-thread-delete-message): If delete top msg of thread, search
6116         parent by subject.
6117         (wl-thread-insert-entity): Use
6118         wl-thread-maybe-get-children-num.
6119
6120         * wl-highlight.el (wl-highlight-summary-current-line): change
6121         sregexp for linked thread.
6122         * wl-util.el (wl-count-lines): Count lines.
6123         (wl-horizontal-recenter): horizontal recenter.
6124         * wl-score.el (wl-score-put-alike): Use wl-count-lines
6125         (wl-score-get-alike): Ditto.
6126         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
6127         (wl-subject-length-limit): New variable.
6128         (wl-highlight-thread-indent-string-regexp): Changed for linked
6129         thread.
6130
6131 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6134         New variable (revival).
6135         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6136         by subject matching if there's no in-reply-to nor references field
6137         (revival).
6138
6139 \f
6140 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6141
6142         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
6143         message.
6144
6145 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-summary.el (wl-summary-reply): Return t if there was a
6148         message at cursor point.
6149         Added unwind-protect.
6150         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
6151         returns t.
6152         (wl-summary-cancel-message): Do nothing when there's no message at
6153         cursor point.
6154         (wl-summary-forward): Ditto.
6155         (wl-summary-jump-to-parent-message): Ditto.
6156         (wl-summary-reedit): Ditto.
6157         (wl-summary-edit-addresses): Ditto.
6158         (wl-summary-pipe-message): Ditto.
6159         (wl-summary-print-message-with-ps-print): Ditto.
6160         (wl-summary-print-message): Ditto.
6161         (wl-summary-mark-as-important): Ditto.
6162         (wl-summary-mark-as-unread): Ditto.
6163
6164         * wl-summary.el (wl-summary-reply): Cause an error when there's no
6165         message at cursor point.
6166         (wl-summary-reply-with-citation): Remove unwind-protect.
6167
6168         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
6169         subject searching feature.
6170         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6171         Eliminated.
6172
6173 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6176         New variable.
6177         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6178         by subject matching if there's no in-reply-to nor references field.
6179
6180         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
6181
6182         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
6183         when display is finished.
6184         (wl-folder-open-all): Ditto.
6185         (wl-folder-update-access-group): Ditto.
6186         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
6187         * wl-thread.el (wl-thread-close-all): Ditto.
6188
6189         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
6190         progress gauge only when it was displayed.
6191         * wl-folder.el (wl-folder-insert-entity): Ditto.
6192
6193 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-summary.el (wl-summary-incorporate): Enclose
6196         `wl-summary-sync-force-update' with save-excursion.
6197
6198 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
6199
6200         * wl-summary.el (wl-summary-prefetch-region):
6201         Pass current cursor point to `pos-visible-in-window-p' after
6202         moving cursor to the started point.
6203
6204 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6205
6206         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
6207
6208         * wl-draft.el (wl-draft-insert-current-message): Delete useless
6209         fields from the forwarding message.
6210         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
6211         `ignored-fields'.
6212
6213 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
6214
6215         * wl-mime.el (wl-message-request-partial):
6216         Eliminated argument `msgdb'.
6217         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
6218         (wl-mime-combine-message/partial-pieces): Likewise.
6219         * tm-wl.el (wl-message-request-partial): Likewise.
6220         (wl-mime-combine-message/partial-pieces): Likewise.
6221
6222 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
6223
6224         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
6225         when display is finished.
6226
6227 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
6228
6229         * wl-summary.el (wl-summary-goto-folder-subr):
6230         Fix problem when wl-summary-partial-highlight-above-lines is nil.
6231
6232 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
6235         when cursor point is visible.
6236
6237 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-expire.el (wl-expire-archive-get-max-number):
6240         Don't use `file-name-directory'.
6241
6242 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-expire.el (wl-expire-archive-get-max-number):
6245         Use `file-name-directory'.
6246
6247 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-summary.el (wl-summary-sync-marks): Re-display progress
6250         only when there is progress.
6251
6252 2000-04-13  Mito <mit@nines.nec.co.jp>
6253
6254         * wl-summary.el (wl-summary-sync-marks): Display progress.
6255
6256 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
6259         (wl-summary-prev): Move cursor regardless of unread status.
6260         (wl-summary-next): Ditto.
6261
6262 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
6265         Added argument `target' and `number'.
6266         * tm-wl.el (wl-summary-burst-subr): New function.
6267         (wl-summary-burst): Use it.
6268
6269 2000-04-10  Mito <mit@nines.nec.co.jp>
6270
6271         * wl-mime.el (wl-burst): New function.
6272         (wl-summary-burst): Use it.
6273
6274 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6275
6276         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
6277         as petname when there's no candidate.
6278
6279 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
6282         New variable.
6283         * wl-fldmgr.el (wl-fldmgr-add): Use it.
6284
6285         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
6286
6287         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
6288
6289 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
6292         Use substring of `original' instead of buffer-substring.
6293         (wl-refile-evaluate-rule):
6294         Set `original' argument of wl-refile-expand-newtext.
6295
6296         * wl-summary.el
6297         (wl-summary-auto-refile-check-refile-rule-alist-subr,
6298         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
6299         (wl-summary-auto-refile): Check existence of destination folder just
6300         before marking.
6301
6302 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6303
6304         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
6305         when wl-refile-get-field-value return nil.
6306
6307 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
6308
6309         * wl-refile.el
6310         (wl-refile-expand-newtext): New function imported from Gnus.
6311         (wl-refile-evaluate-rule): Use it.
6312
6313 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-summary.el (wl-summary-print-destination):
6316         Duplicate folder string to avoid putting text-property on
6317         original string.
6318
6319         * wl-refile.el (wl-refile-get-field-value): New function.
6320         (wl-refile-evaluate-rule): New function;
6321         Evaluate refile rule recursively.
6322         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
6323         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
6324         New function; Check existence of a target folder recursively.
6325         (wl-summary-auto-refile-check-refile-rule-alist):
6326         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
6327
6328 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
6331
6332         * wl-folder.el (wl-create-folder-entity-from-buffer):
6333         Fixed problem when '}' character is contained in folder name.
6334
6335         * wl-xmas.el (wl-make-modeline): Consider plugged status.
6336
6337 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6338
6339         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
6340         (wl-fldmgr-add-completion-all-completions):
6341         Use wl-fldmgr-add-completion-hashtb.
6342
6343 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6344
6345         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
6346         wl-fldmgr-add-completion-subr): New functions.
6347         * wl-folder.el (wl-folder-completion-func): New variable.
6348         * wl-summary.el (wl-summary-read-folder):
6349         Use wl-folder-completion-func.
6350
6351         * wl-refile.el: Eliminate throw & catch.
6352
6353         * wl.el (wl-plugged-sending-queue-status): Fixed.
6354
6355 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
6356
6357         * wl-draft.el (wl-draft): Put category property on
6358         mail-header-separator.