* wl-summary.el (wl-summary-buffer-next-message-function): New variable.
[elisp/wanderlust.git] / wl / ChangeLog
1 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-buffer-next-message-function): New
4         variable.
5         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6         if it is bound.
7         (wl-summary-cursor-move): If return value of
8         wl-summary-next-message is not number, don't jump.
9
10 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
13         process.
14         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
15         with unwind-protect.
16
17 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
18
19         * Version number is increased to 2.6.0.
20
21         * wl-version.el (wl-version): Changed codename.
22
23         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
24         Workaround for net folders.
25         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
26
27 2001-06-06  Peter Møller Neergaard <turtle@bu.edu>
28
29         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
30         for postfix.
31
32 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
33
34         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
35         Call wl-draft with `from' argument if its address is included in
36         `wl-user-mail-address-list'.
37         (wl-draft): Added `from' argument.
38
39         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
40         non-nil.
41
42         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
43         wl-summary-use-frame.
44
45         * wl-vars.el (wl-summary-use-frame): New user option.
46         (wl-folder-use-frame): Changed docstring.
47
48         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
49         non-nil.
50         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
51         wl-summary-use-frame.
52
53         * wl-vars.el (wl-folder-use-frame): New user option.
54
55         * wl-summary.el (wl-summary-exit): Back to folder frame if
56         wl-folder-use-frame is non-nil.
57         (wl-summary-redisplay-internal): Ignore cache
58         if current folder is draft folder.
59         (wl-summary-redisplay-no-mime): Ditto.
60         (wl-summary-redisplay-all-header): Ditto.
61
62         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
63         if wl-folder-use-frame is non-nil.
64
65 2001-06-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
66
67         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
68         Fixed probrem when hostname/port/auth included folder name makes
69         misguess.
70
71 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
72
73         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
74         instead of `wl-summary-write-current-newsgroup'.
75
76 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
77
78         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
79         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
80         non-nil and selected message is important, do not display.
81
82 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
83
84         * wl-summary.el (wl-summary-write-current-folder): Set cursor
85         position on Subject: field.
86         (Advised by Mito <mit@nines.nec.co.jp>)
87
88 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
89
90         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
91         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
92
93 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
94
95         * wl-vars.el (wl-biff-unnotify-hook): New variable.
96
97         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
98         biff notification is removed.
99
100 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
101
102         * wl-folder.el (wl-folder-write-current-folder): Support petname.
103
104 2001-03-14  Yuuichi Teranishi  <teranisi@gohome.org>
105
106         * wl-message.el (wl-normal-message-redisplay):
107         Set `wl-message-cache-used'.
108
109 2001-03-13  OKAZAKI Tetsurou  <okazaki@be.to>
110
111         * wl-summary.el (wl-summary-mode): Use `make-local-hook' instead
112         of `make-local-variable' for setting up `window-scroll-functions'.
113
114 2001-03-12  OKAZAKI Tetsurou  <okazaki@be.to>
115
116         * wl-highlight.el (wl-highlight-summary): Use `save-match-data'.
117
118 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
119
120         * wl-summary.el (wl-summary-move-spec-plugged-alist,
121         wl-summary-move-spec-unplugged-alist): Define without backquote.
122
123 2000-03-11  Kenichi OKADA  <okada@opaopa.org>
124
125         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
126
127 2001-03-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
128
129         * wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
130         score file.  Use `target' instead.
131
132 2001-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
135         Fixed probrem guess by top level folder.
136
137         * wl-draft.el (wl-draft-random-alphabet): Removed.
138         (wl-draft-confirm): Don't use conditonal statement
139         in `format' argument; Use gettext style.
140         (wl-draft-insert-x-face-field): Refactoring; Use guard statement
141         for error case.
142
143 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
144
145         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
146         the default value.
147
148 2001-03-03  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
149
150         * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that
151         last unread message is skipped.
152
153 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
154
155         * wl-summary.el (wl-summary-next-message):
156         Return next message number when wl-summary-move-order is nil.
157
158 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
159
160         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
161         `wl-summary-move-spec-alist'.
162         (wl-summary-move-spec-unplugged-alist): New variable
163         (Move spec for unplugged status).
164         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
165         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
166
167 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
168
169         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
170         * wl-mule.el (wl-draft-overload-menubar): Ditto.
171
172 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
173
174         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
175         simple quotation to quote the anonymous function.
176         * tm-wl.el (wl-draft-preview-message): Ditto.
177
178 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
179
180         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
181         the number of mails in the folder buffer is not updated by wl-biff.
182
183 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
184
185         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
186         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
187
188 2001-02-25  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
189
190         * wl-folder.el (wl-folder-sync-entity): Fixed change value of
191         `wl-message-buf-name' and `wl-summary-buffer-name'.
192         (wl-folder-mark-as-read-all-entity) : Ditto.
193         (wl-folder-prefetch-entity): Ditto.
194         (wl-folder-drop-unsync-entity): Ditto.
195
196 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
197
198         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
199         Eliminate redundant `save-excursion'.
200         (wl-highlight-summary-current-line): Ditto.
201
202         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
203         accessing match data when `looking-at' failed.
204
205         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
206         `elmo-match-string' where users don't care about the speed.
207         (wl-draft-save): Ditto.
208
209 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
210
211         * wl-util.el (wl-regexp-opt): New function.
212
213         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
214         number from `wl-summary-buffer-number-list'.
215         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
216         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
217         (wl-summary-move-spec-alist): Changed default setting.
218
219 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
220
221         * wl-vars.el (wl-biff-notify-hook): New hook.
222         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
223         the arrival of new mail.
224         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
225         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
226
227 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
230
231 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
232
233         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
234
235         * Version number is increased to 2.5.8.
236
237         * wl-thread.el (toplevel): require 'cl.
238         (wl-thread-resume-entity): Call wl-thread-make-number-list.
239         (wl-thread-make-number-list): New function.
240         (wl-thread-entity-make-number-list-from-children): Ditt.
241         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
242         (wl-thread-entity-insert-as-children): Likewise.
243         (wl-thread-delete-message): Likewise.
244         (wl-meaning-of-mark): Eliminated.
245         (wl-thread-next-failure-mark-p): Ditto.
246         (wl-thread-entity-get-mark): Ditto.
247         (wl-thread-meaning-alist-get-result): Ditto.
248         (wl-thread-entity-check-prev-mark): Ditto.
249         (wl-thread-entity-check-next-mark): Ditto.
250         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
251         (wl-thread-entity-get-prev-marked-entity): Ditto.
252         (wl-thread-get-prev-unread): Ditto.
253         (wl-thread-jump-to-prev-unread): Ditto.
254         (wl-thread-get-next-unread): Ditto.
255         (wl-thread-jump-to-next-unread): Ditto.
256         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
257         (wl-thread-entity-get-next-marked-entity): Ditto.
258
259         * wl-summary.el (wl-summary-buffer-number-list):
260         New bufer-local variable.
261         (wl-summary-switch-to-clone-buffer): Clone
262         `wl-summary-buffer-number-list'.
263         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
264         (wl-summary-cursor-move-regex): Eliminated.
265         (wl-summary-cursor-up): Rewrite.
266         (wl-summary-cursor-down): Ditto.
267         (wl-summary-mode-spec-alist): New variable.
268         (wl-summary-next-message): New inline function.
269         (wl-summary-cursor-move): New function.
270         (wl-summary-default-get-next-msg): Rewrite.
271         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
272         (wl-summary-rescan): Ditto.
273         (wl-summary-sync-all-init): Ditto.
274         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
275         summary is not thread view.
276         (wl-summary-sync-update3): Ditto.
277         (wl-summary-rescan): Ditto.
278         (wl-summary-make-number-list): New function.
279
280         * wl-draft.el: "FCC" -> "Fcc".
281
282 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
283
284         * wl-highlight.el (wl-highlight-summary-window):
285         Call `set-buffer-modified-p'.
286
287         * wl-vars.el (wl-summary-lazy-highlight): New variable.
288
289         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
290         when `wl-summary-lazy-highlight' is non-nil.
291         (wl-summary-goto-folder-subr): Highlight only when
292         `wl-summary-lazy-highlight' is non-nil.
293
294         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
295         Don't display progress and highlight temp-mark when
296         `wl-summary-lazy-highlight' is non-nil.
297         (wl-highlight-summary-window): New function.
298         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
299
300 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
301
302         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
303
304 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
305
306         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
307         `wl-use-toolbar' nor `display-graphic-p'.
308         (wl-e21-setup-message-toolbar): Ditto.
309         (wl-e21-setup-summary-toolbar): Ditto.
310         (wl-e21-setup-folder-toolbar): Ditto.
311
312         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
313         (wl-plugged-init-icons): Ditto.
314
315         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
316         `display-graphic-p'.
317         (wl-plugged-set-folder-icon): Ditto.
318         (wl-highlight-plugged-current-line): Ditto.
319         (wl-highlight-folder-current-line): Ditto.
320         (wl-e21-highlight-folder-group-line): Ditto.
321         (wl-e21-setup-toolbar): Ditto.
322         (wl-e21-display-image-p): New macro.
323
324         * wl-demo.el (wl-demo): Simplified.
325         (wl-demo-image-type-alist): Use `image-type-available-p' for
326         checking whether the image type `xbm' is available.
327
328 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
329
330         * wl-summary.el (wl-summary-sync): Change `all-visible'
331         from `all-shown'
332         (wl-summary-input-range): Ditto.
333
334 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
335
336         * wl-e21.el (wl-highlight-folder-current-line): Call
337         `wl-folder-init-icons' when folder icons have not been initialized.
338
339         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
340
341         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
342         (wl-demo-image-type-alist): New macro.
343
344 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
345
346         * wl-summary.el (wl-summary-sync): Added `all-shown'
347
348 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
349
350         * wl-summary.el (wl-summary-input-range): Added `all-shown'
351
352 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
353
354         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
355
356 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
357
358         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
359         display does not support graphics.
360         (wl-plugged-init-icons): Ditto.
361         (wl-folder-init-icons): Ditto.
362
363         * wl-demo.el (wl-demo): Chech closely whether the display
364         supports graphics.
365
366 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
367
368         * wl-highlight.el (wl-highlight-summary-line-string): Use
369         `zerop' instead of `= 0'.
370         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
371
372         * wl-template.el (wl-template-next): Use `=' instead of `eq'
373         for comparing numbers.
374         (wl-template-prev): Use `zerop' instead of `eq 0'.
375
376         * wl-draft.el (wl-draft-insert-current-message): Use
377         `with-current-buffer' instead of `save-excursion'.
378         Use `zerop' instead of `eq 0'.
379
380 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
381
382         * wl-draft.el (wl-draft-insert-ccs): New function.
383         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
384         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
385
386 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
387
388         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
389
390 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
391
392         * wl-summary.el (wl-cache-prefetch-message):
393         Call `elmo-buffer-cache-message' with `unread' argument.
394
395 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
396
397         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
398
399 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
400
401         * wl-mime.el (wl-draft-preview-message):
402         Run `wl-draft-send-hook' before collecting recipients information;
403         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
404
405         * tm-wl.el (wl-draft-preview-message): Ditto.
406
407 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl-mime.el (wl-draft-preview-message): Fixed problem that
410         wrong receipients are displayed when forwarded message.
411
412 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
413
414         * Version number is increased to 2.5.7.
415
416 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
417
418         * wl-message.el (wl-message-next-page): Bind
419         `window-pixel-scroll-increment' to nil while scrolling up.
420
421 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
422
423         * wl-vars.el (wl-save-hook): New hook.
424         * wl.el (wl-save): Call `wl-save-hook'.
425
426 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
427
428         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
429         Argument WITH-ARG instead of NO-ARG (negative mean).
430         (wl-draft-reply): WITH-ARG instead of NO-ARG.
431         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
432         * wl-message.el (wl-message-follow-current-entity): Likewise.
433
434 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
435
436         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
437         FROM was optional argument.
438         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
439
440 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
441
442         * Version number is increased to 2.5.6.
443
444 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
445
446         * wl-version.el (wl-version-show): Removed.
447         (wl-version): Add `interactive'.
448
449 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
450
451         * wl-summary.el (wl-summary-get-petname-func): New variable.
452         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
453         instead of `wl-address-get-petname-1'.
454         (wl-summary-simple-from): Ditto.
455
456         * wl-address.el (wl-address-get-petname-1): Define as function.
457
458 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
459
460         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
461         field in the original message.
462         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
463
464 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
465
466         * wl-expire.el (wl-expire-hide):
467         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
468
469 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
470
471         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
472         find decoder for To, Cc, and Subject.
473
474 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
475
476         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
477         for checking `elmo-use-buffer-cache'.
478         (wl-summary-mark-as-important): Fixed typo in comment.
479
480 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
481
482         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
483         field in the original message.
484         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
485
486 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
487
488         * wl-expire.el (wl-expire-hide):
489         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
490
491 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
492
493         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
494         find decoder for To, Cc, and Subject.
495
496 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
497
498         * Version number is increased to 2.5.5.
499
500         * wl-address.el (wl-address-specials-regexp): New constant.
501         (wl-address-quote-specials): Use it.
502
503 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
504
505         * wl-summary.el (wl-summary-rescan):
506         Call `wl-summary-buffer-number-column-detect'.
507         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
508
509         * wl-message.el (wl-message-mode-map): Define.
510         (wl-message-decode): Use it as local-map.
511
512 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
513
514         * wl-score.el (wl-score-guess-like-gnus): Abolished.
515         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
516
517 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
518
519         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
520
521         * wl-mule.el (wl-read-event-char): Ditto.
522
523         * wl-e21.el (wl-read-event-char): Ditto.
524
525         * wl-nemacs.el (wl-read-event-char): Ditto.
526         (read-event): Removed.
527
528         * wl-util.el (toplevel): Removed dummy definition of
529         `read-event'.
530         (wl-read-event-char, wl-xmas-read-event-char): Removed.
531
532 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
533
534         * wl-nemacs.el (elmo-archive-call-process): Moved to
535         elmo-archive.el.
536
537 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
538
539         * wl-draft.el (wl-draft-reply-list-symbol): New function.
540         (wl-draft-reply): Use it.  Fixed "No match field" error message.
541
542         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
543         instead of magic-number 6.  Use `not' instead of `null' for symbol
544         `nil' check (not empty list).
545         (wl-draft-insert-x-face-field): Fixed paren style.
546
547         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
548         one-branch conditional statement, instead of `and' and `if'.
549         (wl-draft-forward): Likewise.
550         (wl-draft-add-references): Likewise.
551         (wl-draft-yank-from-mail-reply-buffer): Likewise.
552
553         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
554         conditional steatment.  Use `cond' instead of `if'.
555         (wl-draft-confirm): Likewise.
556
557 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
558
559         * wl-version.el (wl-version-show): Use `product-string-1'
560         instead of `wl-version'.
561         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
562
563         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
564
565 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
566
567         * wl-highlight.el (wl-highlight-headers): Revert
568         `wl-highlight-x-face-func' argument (`beg' and `end').
569
570 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
571
572         * wl.el (toplevel): Move `product-provide' declare.
573         * wl-demo.el (toplevel): Ditto.
574         * wl-dnd.el (toplevel): Ditto.
575         * wl-highlight.el (toplevel): Ditto.
576         * wl-message.el (toplevel): Ditto.
577         * wl-refile.el (toplevel): Ditto.
578         * wl-util.el (toplevel): Ditto.
579
580 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
583         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
584         (wl-thread-close-all): keep cursor position.
585
586 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
587
588         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
589         (eq x 0).
590         (wl-generate-user-agent-string-1): Fix conditional statement.
591
592 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
593
594         * wl.el (wl-check-environment): Additional check for
595         'wl-local-domain' and `wl-message-id-domain'.
596
597 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
598
599         * wl-draft.el (toplevel): Delete defvar for sasl-*.
600
601 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
602
603         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
604         instead of `smtp-sasl-user-realm'.
605
606 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
607
608         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
609
610 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
611
612         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
613         to the default value as well as `eword-lexical-analyzer'.
614
615 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
616
617         * wl-version.el (wl-extended-emacs-version,
618         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
619         `elmo-match-string' instead of `wl-match-string'.
620
621 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
622
623         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
624         docstring.
625
626 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
627
628         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
629
630 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
631
632         * wl-highlight.el (wl-highlight-headers): Remove
633         `wl-highlight-x-face-func' argument (`beg' and `end').
634
635 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
636
637         * wl-summary.el (wl-summary-mark-as-important):
638         Remove cache if folder is local.
639
640 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
641
642         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
643         to get existing e-mail address string.
644
645 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
646
647         * wl-version.el (wl-generate-user-agent-string): Commentary.
648         (wl-generate-user-agent-string-1): Use `when' for
649         one-branch conditional statement, instead of `and' and `if'.
650         (wl-extended-emacs-version, wl-extended-emacs-version2,
651         wl-extended-emacs-version3): Ditto.
652
653 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
654
655         * wl-summary.el (wl-summary-sync-all-init): New inline function.
656         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
657         condition-case; Remove initialization.
658         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
659         (wl-summary-sync-update3): Added argument `sync-all';
660         Eliminated local variable `msgdb';
661         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
662         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
663         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
664
665 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
666
667         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
668         connection before call `wl-draft-send-mail-with-smtp'.
669
670 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
671
672         * Version number is increased to 2.5.4.
673
674 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
675
676         * wl.el (wl-check-environment): Additional check for
677         'wl-local-domain' and `wl-message-id-domain'.
678
679 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
680
681         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
682         buffer as command specific.
683         (wl-folder-mark-as-read-all-entity): Ditto.
684         (wl-folder-prefetch-entity): Ditto.
685         (wl-folder-drop-unsync-entity): Ditto.
686
687         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
688         (wl-prog-uudecode-no-stdout-option): Changed default to t.
689         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
690
691         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
692         save-excursion.
693
694 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * Version number is increased to 2.5.3.
697
698         * wl-summary.el (wl-summary-save-view-cache):
699         Delete duplicated `write-region';
700         Use `write-region-as-binary' instead of `as-binary-output-file' and
701         `write-region'.
702
703 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
704
705         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
706
707 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
710         instead of `smtp-via-smtp'.
711
712 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
713
714         * wl-draft.el (toplevel): Delete defvar for sasl-*.
715
716 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
717
718         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
719         instead of `smtp-sasl-user-realm'.
720
721 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
722
723         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
724
725 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
726
727         * Version number is increased to 2.5.2.
728
729 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
730
731         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
732         does not exist.
733         (wl-biff-stop): Call `cancel-timer' if timer already exists.
734         (wl-biff-start): Call `timer-activate' if timer already exists.
735
736         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
737         only when it is bound as function.
738
739 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
740
741         * Version number is increased to 2.5.1.
742
743 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
744
745         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
746         Print refile/copy destination.
747
748 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
749
750         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
751         queue-flush-only is non-nil.
752
753         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
754
755         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
756         checking cache folder.
757
758 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
759
760         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
761         `regexp-quote'.
762
763 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
764
765         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
766         function.
767         * wl-summary.el (wl-summary-write-current-folder-functions):
768         Change default value.  Use it.
769
770 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * Version number is increased to 2.5.0.
773
774         * wl-version.el (wl-version): Changed codename.
775
776 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
777
778         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
779         (wl-summary-supersedes-message): Ditto.
780
781 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
782
783         * wl-refile.el (wl-refile-guess-functions): Renamed from
784         `wl-refile-guess-func-list'.
785
786 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
789         Fixed problem when no rule was matched.
790
791 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
792
793         * wl-summary.el (wl-summary-get-mark): Fixed
794         `wl-summary-buffer-target-mark' check logic.
795
796 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
797
798         * wl-folder.el (wl-folder-write-current-folder): Added group
799         folder check.
800
801         * wl-summary.el (wl-summary-write-current-folder): Renamed from
802         `wl-summary-write-current-newsgroup'.
803         (wl-summary-write-current-folder-functions): New variable.
804         * wl-folder.el (wl-folder-get-newsgroups): New function.
805         (wl-folder-guess-mailing-list-by-refile-rule): New function.
806         (wl-folder-write-current-folder): Renamed from
807         `wl-folder-write-current-newsgroup'.
808
809 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
810
811         * Version number is increased to 2.3.93.
812
813 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
814
815         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
816         (wl-ldap-make-matched-value-list): Ditto.
817         (wl-ldap-alias-safe-string): Split e-mail address.
818
819         * wl-summary.el (wl-summary-read-folder): Fixed problem when
820         petname folder default was selected.
821         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
822         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
823
824 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
827         to `wl-draft-config-exec'.
828
829         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
830         instead of calling `wl-draft-config-exec';
831         Process group-list and show recipients in minibuffer.
832
833         * tm-wl.el (wl-draft-preview-message): Ditto.
834
835 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
836
837         * wl.el (toplevel): Added (C) to copyright notice, and
838         sync Author header.
839         * tm-wl.el (toplevel): Ditto.
840         * wl-address.el (toplevel): Ditto.
841         * wl-demo.el (toplevel): Ditto.
842         * wl-dnd.el (toplevel): Ditto.
843         * wl-draft.el (toplevel): Ditto.
844         * wl-e21.el (toplevel): Ditto.
845         * wl-expire.el (toplevel): Ditto.
846         * wl-folder.el (toplevel): Ditto.
847         * wl-highlight.el (toplevel): Ditto.
848         * wl-message.el (toplevel): Ditto.
849         * wl-mime.el (toplevel): Ditto.
850         * wl-mule.el (toplevel): Ditto.
851         * wl-nemacs.el (toplevel): Ditto.
852         * wl-refile.el (toplevel): Ditto.
853         * wl-score.el (toplevel): Ditto.
854         * wl-summary.el (toplevel): Ditto.
855         * wl-template.el (toplevel): Ditto.
856         * wl-thread.el (toplevel): Ditto.
857         * wl-util.el (toplevel): Ditto.
858         * wl-vars.el (toplevel): Ditto.
859         * wl-xmas.el (toplevel): Ditto.
860
861 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
862
863         * wl.el (wl-init): Added comment about `wl-init-hook'.
864         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
865         * wl-vars.el (wl-init-hook): Added docs.
866         (wl-make-plugged-hook): Removed useless docs.
867         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
868         * wl-xmas.el (toplevel): Ditto.
869
870 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
871
872         * wl-address.el (toplevel): Fixed multiple Author header format.
873         * wl-demo.el (toplevel): Ditto.
874         * wl-draft.el (toplevel): Ditto.
875         * wl-folder.el (toplevel): Ditto.
876         * wl-summary.el (toplevel): Ditto.
877         * wl-thread.el (toplevel): Ditto.
878         * wl-util.el (toplevel): Ditto.
879         * wl-vars.el (toplevel): Ditto.
880         * wl-version.el (toplevel): Ditto.
881         * wl-xmas.el (toplevel): Ditto.
882         * wl.el (toplevel): Ditto.
883
884         * wl-version.el (toplevel): Added require `elmo-version' for
885         `product-version-as-string'.
886
887 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-vars.el (wl-draft-send-hook): Changed default value to
890         '(wl-draft-config-exec).
891
892         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
893         explicitly.
894         (wl-draft): Set `wl-draft-config-exec-flag' before running
895         `wl-mail-setup-hook'.
896
897         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
898         `wl-biff-init-icons' to `wl-init-hook' instead of
899         `wl-make-plugged-hook'.
900         (Because if `wl-draft' command is invoked at first,
901         they are not initialized)
902         Updated copyright notice.
903
904         * wl-e21.el (toplevel): Ditto;
905
906         * wl-demo.el (toplevel): Updated copyright notice.
907         * wl-address.el (toplevel): Ditto.
908         * wl-draft.el (toplevel): Ditto.
909         * wl-version.el (toplevel): Ditto.
910         * wl-folder.el (toplevel): Ditto.
911         * wl-summary.el (toplevel): Ditto.
912         * wl-thread.el (toplevel): Ditto.
913         * wl-util.el (toplevel): Ditto.
914         * wl-vars.el (toplevel): Ditto.
915         * wl.el (toplevel): Ditto.
916
917 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
918
919         * wl-highlight.el (wl-highlight-message): Fixed problem of
920         highlighting failure which occured when the last field contains
921         multiple lines in the draft buffer.
922
923         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
924         `wl-biff-start' if plugged.
925
926         * wl-util.el (wl-biff-check-folder): New function.
927         (wl-biff-check-folders): Don't set session name prefix.
928         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
929         (wl-biff-check-folder-async): Ditto.
930
931         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
932         in email address.
933
934 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
935
936         * wl-vars.el (wl-subject-prefix-regexp): New variable.
937
938         * wl-draft.el (wl-draft-strip-subject-re): New function.
939
940         * wl-draft.el (wl-draft-reply): Use it.
941
942 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-message.el (wl-mmelmo-message-redisplay): Use
945         `mime-display-message' instead of `wl-mime-display-message'.
946
947         * wl-mime.el (toplevel): Removed compatibility workaround
948         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
949         (wl-mime-display-message): Abolished.
950         (wl-mime-entity-read-field): Ditto.
951         (wl-mime-combine-message/partial-pieces): Use
952         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
953
954 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
955
956         * wl-template.el: Doc fixes.
957
958 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
959
960         * wl-e21.el (wl-message-overload-functions): Do nothing if
961         `current-local-map' is not available.
962         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
963
964 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
965
966         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
967         representation.
968
969         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
970         number.
971         (wl-fldmgr-save-folders): Don't use `format' when insert
972         `wl-fldmgr-folders-header'.
973
974 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
975
976         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
977
978 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
979
980         * wl-highlight.el (wl-highlight-message):
981         Use `std11-field-end' to detect end point of the header field.
982         Refer `wl-highlight-max-header-size'.
983
984         * wl-vars.el (wl-highlight-max-header-size): New variable.
985
986         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
987
988         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
989         Set `for-draft' argument of wl-highlight-headers.
990         (wl-draft): Ditto.
991         (wl-draft-reedit): Ditto.
992         (wl-user-agent-compose-internal): Ditto.
993
994 2000-10-24   Daiki Ueno <ueno@unixuser.org>
995
996         * wl-message.el (wl-message-add-button): Use overlay.
997
998 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
999
1000         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
1001
1002         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
1003         problem when group-list content is nothing.
1004         (Reported by Mito <mit@nines.nec.co.jp>)
1005
1006 2000-10-18  SAITO Atsunori <sai@yedo.com>
1007
1008         * wl-summary.el (wl-summary-print-destination): Adjust line length.
1009
1010 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1011
1012         * tm-wl.el (toplevel): Use product-provide.
1013
1014 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
1015
1016         * Version number is increased to 2.3.92.
1017
1018 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1019
1020         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
1021         title text, use `display' property for left margin under Emacs 21.
1022
1023         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
1024         properties.
1025         (wl-plugged-init-icons): Ditto.
1026
1027 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1028
1029         * wl.el (wl-save-status, wl-init): Remove last period in
1030         "...done." message.
1031         * tm-wl.el (wl-summary-burst): Ditto.
1032         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
1033         wl-summary-resume-cache-status,
1034         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
1035         wl-summary-sync-update3, wl-summary-highlight-msgs,
1036         wl-summary-flush-pending-append-operations,
1037         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
1038         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
1039         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
1040         wl-thread-open-all): Ditto.
1041         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1042         * wl-mime.el (wl-summary-burst): Ditto.
1043         * wl-highlight.el (wl-highlight-summary): Ditto.
1044         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
1045         wl-folder-open-all, wl-folder-update-access-group): Ditto.
1046         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
1047         * wl-address.el (wl-local-address-init): Ditto.
1048
1049 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
1050
1051         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
1052         `add-text-properties'.
1053         (wl-plugged-init-icons): Ditto.
1054         (wl-folder-init-icons): Use `propertize' instead of
1055         `put-text-property'.
1056         (wl-plugged-set-folder-icon): Ditto.
1057         (wl-e21-highlight-folder-group-line): Ditto.
1058
1059 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * wl-version.el (wl-version-status-alist): New variable.
1062         (wl-version-status): New function.
1063
1064         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
1065         "Cc" part of the case "Reply-To".
1066
1067         * wl-draft.el (wl-draft-reply): Use result of
1068         `eword-extract-address-components'.
1069
1070         * wl-demo.el (wl-demo-icon-name): New constant.
1071         (wl-logo-xpm): Use it.
1072         (wl-logo-xbm): Ditto.
1073         (wl-logo-bitmap): Ditto.
1074
1075         * Version number is increased to 2.3.91.
1076
1077 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1078
1079         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
1080         (wl-extended-emacs-version, wl-extended-emacs-version2,
1081         wl-extended-emacs-version3): Remove `interactive'.  Fixed
1082         docstring.
1083
1084         * wl-version.el (wl-generate-user-agent-string-1): New function.
1085         (wl-generate-user-agent-string): Use it.
1086
1087         * wl-version.el (wl-generate-user-agent-string-1): Ignore
1088         `mime-edit-insert-user-agent-field'.
1089         (wl-generate-user-agent-string): Check
1090         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
1091
1092         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
1093         instead of `if', when verbose case.
1094
1095 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
1096
1097         * wl-expire.el (wl-summary-expire): Fix.
1098
1099 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
1100
1101         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
1102         and `elmo-lost+found-folder' if 'wl-draft.
1103         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
1104
1105 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
1106
1107         * wl-expire.el (wl-summary-expire): Change messages.
1108         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1109         `deleing-info' instead of "Deleting..."
1110
1111 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
1112
1113         * wl-summary.el (wl-summary-refile-subr): Fix.
1114
1115 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
1116
1117         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
1118         if pipe folder.
1119
1120 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
1121
1122         * wl-vars.el (wl-draft-use-cache): Default `nil'.
1123
1124 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
1125
1126         * wl-expire.el (wl-expire-hide): New function.
1127         (wl-summary-expire): Add `hide'.
1128
1129 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * wl-vars.el (wl-draft-reply-without-argument-list):
1132         Changed default value to consider `Reply-To:'.
1133         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
1134
1135         * Version number is increased to 2.3.90.
1136
1137         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
1138         elmo-imap4-get-session with unwind-protect.
1139         Don't cause error.
1140         (wl-summary-sync-marks): Don't check plugged nor folder type.
1141         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
1142         (Always keep current buffer).
1143
1144 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
1145
1146         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
1147         Enclose with `save-excursion'.
1148
1149 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1150
1151         * wl-version.el (wl-version): Remove interactive.
1152
1153 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1154
1155         * wl-version.el (wl-generate-user-agent-string): Use
1156         `product-string-verbose' instead of `product-string-1'.
1157
1158 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
1159
1160         * wl-vars.el (wl-draft-use-cache): New variable.
1161         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
1162         if wl-draft-use-cache is non-nil.
1163
1164 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
1165
1166         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
1167         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
1168
1169 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
1170
1171         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
1172         (wl-thread-msg-mark-as-unread): Ditto.
1173
1174         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
1175         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
1176         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
1177         Don't set mark in summary if return value of `elmo-mark-as-read'
1178         is nil.
1179         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
1180         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
1181         instead of `wl-thread-msg-mark-as-read'.
1182         (wl-summary-mark-as-unread-region): Ditto.
1183         (wl-summary-target-mark-mark-as-read): Ditto.
1184
1185         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1186
1187 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
1188
1189         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
1190
1191         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
1192
1193 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
1196         face.
1197
1198 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
1199
1200         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
1201         `running-xemacs'.
1202
1203 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1204
1205         * wl-version.el (toplevel): Use `product-version-as-string' for
1206         set verstion-string, if defined.
1207
1208         * wl-version.el (wl-version-show): Insert string at point, when
1209         call with argument.
1210
1211         * wl-version.el (wl-generate-user-agent-string): Use
1212         `product-string-1' instead of `wl-appname', `wl-version' and
1213         `wl-codename'.
1214
1215 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1216
1217         * wl-address.el (toplevel): Use product-provide.
1218         * wl-demo.el (toplevel): Ditto.
1219         * wl-dnd.el (toplevel): Ditto.
1220         * wl-draft.el (toplevel): Ditto.
1221         * wl-e21.el (toplevel): Ditto.
1222         * wl-expire.el (toplevel): Ditto.
1223         * wl-fldmgr.el (toplevel): Ditto.
1224         * wl-folder.el (toplevel): Ditto.
1225         * wl-highlight.el (toplevel): Ditto.
1226         * wl-message.el (toplevel): Ditto.
1227         * wl-mime.el (toplevel): Ditto.
1228         * wl-mule.el (toplevel): Ditto.
1229         * wl-nemacs.el (toplevel): Ditto.
1230         * wl-refile.el (toplevel): Ditto.
1231         * wl-score.el (toplevel): Ditto.
1232         * wl-summary.el (toplevel): Ditto.
1233         * wl-template.el (toplevel): Ditto.
1234         * wl-thread.el (toplevel): Ditto.
1235         * wl-util.el (toplevel): Ditto.
1236         * wl-vars.el (toplevel): Ditto.
1237         * wl-xmas.el (toplevel): Ditto.
1238         * wl.el (toplevel): Ditto.
1239
1240 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1241
1242         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
1243         instead of product.
1244
1245         * wl-version.el (wl-version): Compile time evalution elmo-version.
1246
1247 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
1248
1249         * wl-summary.el (wl-summary-sync-force-update): Append queue
1250         `mark-as-read'if unplugged.
1251
1252 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1253
1254         * wl-version.el: New file.  Use product.el.
1255         * wl.el: add (require 'wl-version).
1256         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
1257         for ~/.folders header.
1258         (wl-fldmgr-folders-header): Changed.
1259         * wl-demo.el (wl-demo): Use product.el.
1260
1261         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
1262         wl-version.el.
1263         * wl-util.el (wl-version, wl-version-show): Ditto.
1264
1265         * wl-util.el (wl-generate-user-agent-string,
1266         wl-extended-emacs-version, wl-extended-emacs-version2,
1267         wl-extended-emacs-version3): Move to wl-version.el.
1268         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
1269         xemacs-codename, mime-edit-insert-user-agent-field,
1270         mime-edit-user-agent-value, mime-editor/version,
1271         mime-editor/codename): Compile warning killer move to
1272         wl-version.el
1273
1274 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
1275
1276         * wl-summary.el (wl-summary-refile-subr): Fix.
1277
1278 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-summary.el (wl-summary-sync-marks): Changed argument for
1281         `elmo-list-folder-unread' and `elmo-list-folder-important'.
1282
1283 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
1284
1285         * wl.el (wl-check-environment): Check too many `@'.
1286
1287 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
1288
1289         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
1290
1291 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1292
1293         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
1294         wl-draft-reply-myself-without-argument-list): Add variables.
1295         * wl-draft.el (wl-draft-reply): Use it.
1296
1297 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
1298
1299         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
1300         the 5th argument of `elmo-network-get-spec'.
1301
1302         * wl-thread.el (wl-thread-reparent-children): New inline function.
1303         (wl-thread-delete-message): Use it.
1304
1305         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
1306         (wl-summary-score-update-all-lines): Don't use `dolist'.
1307
1308 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1309
1310         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
1311         (require 'elmo-msgdb) for inline function.
1312
1313 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
1314
1315         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
1316
1317 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
1318
1319         * wl-score.el (wl-score-headers): Fix for the confusing macro
1320         `elmo-kill-buffer'.
1321
1322 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
1323
1324         * wl-summary.el: Don't use the 3rd argument of `require' because
1325         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
1326         * wl-util.el: Ditto.
1327         * wl-draft.el: Ditto.
1328
1329 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
1330
1331         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
1332         window system is not used.
1333
1334 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
1335
1336         * wl-thread.el: Don't use `mapcar' only for iteration.
1337         (wl-thread-resume-entity): Ditto.
1338         (wl-thread-delete-message): Ditto.
1339
1340         * wl-summary.el: Bind `dragdrop-drop-functions',
1341         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
1342         of `require' for `timezone', `easymenu' and `ps-print';
1343         don't use `mapcar' only for iteration.
1344
1345         * wl-util.el: Bind `mule-version', `nemacs-version',
1346         `emacs-beta-version', `xemacs-codename',
1347         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
1348         `mime-editor/version' and `mime-editor/codename'; specify 3rd
1349         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
1350         only for iteration.
1351
1352         * wl-score.el: Don't use `mapcar' only for iteration.
1353         (wl-score-simplify-buffer-fuzzy): Ditto.
1354         (wl-score-simplify-subject): Ditto.
1355         (wl-score-headers): Ditto.
1356         (wl-summary-score-update-all-lines): Ditto.
1357
1358         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
1359         `enable-multibyte-characters' and `mule-version'.
1360
1361         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
1362         `mapcar' only for iteration.
1363
1364         * wl-demo.el: Don't use `mapcar' only for iteration.
1365
1366         * wl-folder.el: Don't use `mapcar' only for iteration.
1367         (wl-folder-open-all): Ditto.
1368         (wl-folder-count-incorporates): Ditto.
1369
1370         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
1371         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
1372
1373         * wl-draft.el: Bind `x-face-add-x-face-version-header',
1374         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
1375         `smtp-connection-type'; specify 3rd argument of `require' for
1376         `timezone'; don't use `mapcar' only for iteration.
1377         (wl-draft-clone-local-variables): Don't use `mapcar'.
1378         (wl-draft-generate-clone-buffer): Ditto.
1379         (wl-user-agent-compose-internal): Ditto.
1380
1381         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
1382
1383         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
1384         (wl-save-status): Ditto.
1385
1386         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
1387         for iteration.
1388
1389 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
1392         removed `Date'.
1393         (wl-fldmgr-make-filter-default): New user option.
1394
1395         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
1396         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
1397         (wl-fldmgr-filter-completion-alist): Abolish.
1398
1399         * wl.el (wl): Don't check servers if arg is non-nil.
1400
1401         * wl-draft.el (wl-draft-reply): Set only message-id string to
1402         In-Reply-To field.
1403
1404 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-summary.el (wl-summary-pick): Rewrite.
1407
1408         * wl-draft.el (wl-draft-forward): Get references field from
1409         original buffer.
1410         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
1411
1412 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
1413
1414         * wl-draft.el (wl-draft-forward): Add references field.
1415
1416 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
1419         (wl-draft-reply): Use it.
1420
1421 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
1422
1423         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
1424         when Emacs 21 is running.
1425
1426         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
1427         bindings.
1428
1429 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
1430
1431         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
1432         XPM icons transparent.
1433
1434         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
1435         Emacs 21.
1436
1437 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
1440         nil.
1441
1442         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
1443         when it is persistent.
1444         (wl-summary-sync-marks): Changed argument for
1445         `elmo-list-folder-unread' and `elmo-list-folder-important'.
1446         (wl-summary-virtual): Use `elmo-read-search-condition'.
1447         (wl-summary-redisplay-internal): If folder is local, mark as read
1448         even when folder is plugged.
1449
1450 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
1451
1452         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
1453         of `tool-bar-lines' in the frame parameters.
1454         (after-make-frame-functions, post-command-hook): Don't modify the
1455         value.
1456         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
1457         wl-e21-tool-bar-lines): Removed.
1458
1459 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
1460
1461         * wl-highlight.el (wl-highlight-folder-path): Put overlay
1462         properties `evaporate' and `wl-momentary-overlay' as well.
1463         (wl-highlight-summary-displaying): Ditto.
1464         (wl-delete-all-overlays): Don't delete overlay which does not have
1465         a property `wl-momentary-overlay'.
1466
1467         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
1468         `display-mouse-p' and `display-graphic-p'.
1469         (wl-folder-init-icons): Don't search for XBM or the other files.
1470         (wl-plugged-set-folder-icon): Make icons if and only if
1471         `display-graphic-p' returns non-nil.
1472         (wl-highlight-plugged-current-line): Use `before-string' overlay
1473         property to show icon images.
1474         (wl-highlight-folder-current-line): Ditto.
1475         (wl-e21-highlight-folder-group-line): Ditto.
1476         (wl-e21-highlight-folder-by-numbers): Ditto.
1477         (wl-e21-insert-image): Removed.
1478         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
1479         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
1480         said.
1481         (wl-e21-switch-toolbar-after-make-frame): Renamed from
1482         `wl-e21-force-switch-toolbar'.
1483         (wl-e21-make-icon-image): Removed.
1484         (wl-e21-setup-toolbar): Don't search for XBM files.
1485         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
1486         the default value.
1487
1488 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-util.el (wl-biff-check-folder-async): Set
1491         `wl-biff-check-folders-running' even when it is not an IMAP folder.
1492
1493 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
1494
1495         * wl-e21.el (after-make-frame-functions): Add
1496         `wl-e21-force-switch-toolbar'.
1497         (wl-e21-force-switch-toolbar): New function force to switch the
1498         toolbar appearance automatically.
1499         (post-command-hook): Add `wl-e21-switch-toolbar'.
1500         (wl-e21-switch-toolbar): New function to switch the toolbar
1501         appearance automatically.
1502         (wl-e21-tool-bar-lines): New buffer local variable.
1503
1504 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
1505
1506         * wl-util.el (wl-biff-check-folders-running): New variable.
1507         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
1508         (wl-biff-check-folder-async-callback):
1509         Set `wl-biff-check-folders-running'.
1510         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
1511         with unwind-protect.
1512
1513         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
1514         Enclose `wl-folder-auto-check' with unwind-protect.
1515
1516         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
1517         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
1518
1519         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
1520
1521         * wl-util.el (wl-biff-notify): New inline function.
1522         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
1523         locally.
1524         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
1525         folder-list' is 1.
1526         Use `wl-biff-notify'.
1527         (wl-biff-check-folder-async-callback): New function.
1528         (wl-biff-check-folder-async): Ditto.
1529
1530         * wl-folder.el (wl-folder): Don't check folders.
1531         (wl-folder-auto-check): New function.
1532
1533 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
1534
1535         * wl-util.el (wl-biff-start) [Emacs19+]:
1536         Use `timer-next-integral-multiple-of-time'.
1537         (wl-biff-check-folders): Use `wl-default-folder'
1538         if `wl-biff-check-folder-list' is nil.
1539
1540 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
1541
1542         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
1543         instead of `elmo-delete-lists'.
1544
1545 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
1546
1547         * wl.el (wl-plugged-toggle-all): Set the value of
1548         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
1549         (wl-plugged-toggle): Ditto.
1550         (wl-toggle-plugged): Ditto.
1551         (wl-plugged-init): Ditto.
1552
1553         * wl-xmas.el (wl-biff-init-icons): Set icons data to
1554         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
1555         instead of `wl-biff-state-indicator-off' and
1556         `wl-biff-state-indicator-on'; don't modify the value and the type
1557         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
1558         (wl-plugged-init-icons): Set icons data to
1559         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
1560         instead of `wl-plug-state-indicator-off' and
1561         `wl-plug-state-indicator-on'; don't modify the value and the type
1562         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
1563
1564         * wl-vars.el (wl-modeline-biff-state-off,
1565         wl-modeline-biff-state-on, wl-modeline-biff-status,
1566         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
1567         wl-modeline-plug-status): New internal variables.
1568         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
1569         wl-biff-check-interval, wl-biff-check-folder-list): Change
1570         customization group from `wl-folder' to `wl-highlight'.
1571         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
1572         wl-show-plug-status-on-modeline): Defcustomized.
1573
1574         * wl-util.el (wl-biff-check-folders): Set the value of the flag
1575         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
1576         (wl-mode-line-buffer-identification): Set both ON and OFF data with
1577         a flag to `mode-line-buffer-identification'.
1578
1579         * wl-e21.el (wl-biff-init-icons): Set icons data to
1580         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
1581         instead of `wl-biff-state-indicator-off' and
1582         `wl-biff-state-indicator-on'.
1583         (wl-plugged-init-icons): Set icons data to
1584         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
1585         instead of `wl-plug-state-indicator-off' and
1586         `wl-plug-state-indicator-on'.
1587
1588 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
1591         excessive titles.
1592
1593 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
1594
1595         * wl.el (wl-plugged-mode): Use revised
1596         `wl-mode-line-buffer-identification'.
1597         (wl-plugged-init): Don't use `force-mode-line-update'.
1598
1599         * wl-xmas.el (wl-draft-overload-functions): Use revised
1600         `wl-mode-line-buffer-identification'.
1601         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
1602         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
1603         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
1604         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
1605         `wl-make-plugged-hook';
1606         add `wl-folder-init-icons' and `wl-setup-folder' to
1607         `wl-folder-mode-hook'.
1608
1609         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
1610         19 as well.
1611         (wl-mode-line-display-priority-list): New user option.
1612         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
1613         Defcustomized.
1614         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
1615         Add docs.
1616
1617         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
1618         start.
1619         (wl-mode-line-buffer-identification): Revised as a function.
1620
1621         * wl-summary.el (wl-summary-mode): Use revised
1622         `wl-mode-line-buffer-identification'; don't call
1623         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
1624         (TopLevel): Don't bind `wl-e21-setup-summary' nor
1625         `wl-xmas-setup-summary'.
1626
1627         * wl-nemacs.el (wl-draft-overload-functions): Use revised
1628         `wl-mode-line-buffer-identification'.
1629
1630         * wl-mule.el (wl-draft-overload-functions): Use revised
1631         `wl-mode-line-buffer-identification'.
1632
1633         * wl-folder.el (wl-make-plugged-alist): Don't call
1634         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
1635         (wl-folder): Don't call `wl-folder-init-icons' directly.
1636         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
1637         `wl-xmas-setup-folder' directly;
1638         use revised `wl-mode-line-buffer-identification'.
1639         (TopLevel): Don't bind `wl-biff-init-icons',
1640         `wl-plugged-init-icons', `wl-folder-init-icons',
1641         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
1642
1643         * wl-e21.el (wl-draft-overload-functions): Use revised
1644         `wl-mode-line-buffer-identification'.
1645         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
1646         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
1647         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
1648         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
1649         `wl-make-plugged-hook';
1650         add `wl-folder-init-icons' and `wl-setup-folder' to
1651         `wl-folder-mode-hook'.
1652
1653 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
1654             Katsumi Yamaoka    <yamaoka@jpl.org>
1655
1656         * wl.el (wl): Call `wl-biff-start'.
1657         (wl-exit): Call `wl-biff-stop'.
1658         (wl-plugged-mode): Show biff in modeline.
1659         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
1660
1661         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
1662         (wl-biff-init-icons): New function.
1663         (wl-plugged-init-icons): Don't make too much keymaps.
1664         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
1665
1666         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
1667         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
1668         variables.
1669         (wl-biff-check-interval, wl-biff-check-folder-list): New user
1670         options.
1671
1672         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
1673         wl-biff-start, wl-biff-stop): New functions.
1674         (timer-next-integral-multiple-of-time): Defined with `defun-meybe'.
1675         (wl-biff-timer-name): New variable.
1676
1677         * wl-summary.el (wl-summary-mode): Show biff in modeline.
1678
1679         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
1680         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
1681
1682         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
1683         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
1684
1685         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
1686         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
1687         `wl-folder-init-icons' to `ignore' if they are not available.
1688         (wl-folder-mode): Show biff in modeline.
1689
1690         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
1691         (wl-biff-init-icons): New function.
1692         (wl-plugged-init-icons): Don't make too much keymaps.
1693         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
1694
1695 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
1696
1697         * wl-vars.el (wl-strict-diff-folders): Customization Type
1698         and doc fix.  Define as a list of regular expressions for
1699         folders or nil.
1700         * wl-folder.el (wl-folder-check-one-entity): Use
1701         `wl-string-match-member' instead of `wl-string-member' for
1702         `wl-strict-diff-folders'.
1703
1704 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
1705
1706         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
1707         (wl-highlight-folder-current-line): Use it; new implementation.
1708         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
1709         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
1710         `defsubst' instead of `defun'.
1711
1712         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
1713         `wl-highlight-group-folder-by-numbers'; made it can also be a
1714         number.  See info for more details.
1715
1716         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
1717         running.
1718
1719         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
1720         to bind them.
1721
1722         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
1723         (wl-highlight-folder-current-line): New implementation.
1724
1725         * wl-highlight.el (wl-highlight-folder-group-line): New
1726         implementation.
1727         (wl-delete-all-overlays): Rewrite as a marco.
1728         (TopLevel): Require `wl-e21' when Emacs 21 is running.
1729
1730         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
1731         running.
1732         (wl-folder-*-glyph): No need to bind them.
1733
1734         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
1735         `wl-e21-highlight-folder-group-icon'; rewrite.
1736         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
1737         `defsubst' instead of `defun'.
1738         (wl-folder-mode-map): Bind it when compiling.
1739
1740 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl.el (wl): Initialize plug-related settings before `wl-init'.
1743
1744         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
1745
1746 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
1747
1748         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
1749
1750 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
1751
1752         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
1753         (wl-highlight-folder-current-line): Use it.
1754
1755         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
1756         in `id-name'.
1757
1758 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
1759
1760         * wl.el: Require `wl-e21' when Emacs 21 is running.
1761
1762         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
1763         default when Emacs 21 is running.
1764         (wl-use-highlight-mouse-line): Ditto.
1765         (wl-on-emacs21): New constant.
1766         (wl-on-emacs20): Removed.
1767
1768         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
1769         Emacs 21 is running.
1770
1771         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
1772         Emacs 21 is running.
1773
1774         * wl-e21.el: New file.
1775
1776 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
1777
1778         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
1779         (wl-toggle-plugged): Ditto.
1780         (wl-plugged-toggle): Ditto.
1781         (wl-plugged-toggle-all): Ditto.
1782
1783         * wl-vars.el (wl-plug-state-indicator): Refer
1784         `wl-plug-state-indicator-on' indirectly.
1785
1786 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
1789         Call `wl-folder-confirm-existence'.
1790
1791         * wl-folder.el (wl-folder-confirm-existence): Added optional
1792         argument `force'.
1793
1794 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
1795
1796         * wl-summary.el (wl-summary-refile-subr): Assume
1797         `copy-or-refile' as symbol.
1798         (wl-summary-refile): Follow up above change.
1799         (wl-summary-copy): Ditto.  Doc fix.
1800
1801 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl-summary.el (wl-summary-pick): Don't bind
1804         `elmo-search-mime-charset'.
1805
1806         * wl-vars.el (wl-highlight-message-header-button-alist): Define
1807         default using old backquote style.
1808         (wl-search-mime-charset): Abolished.
1809
1810         * wl-highlight.el (wl-highlight-headers):
1811         Call `point' after `re-search-forward'(for Nemacs).
1812
1813         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
1814         for elmo-imap4.el.
1815
1816 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
1817
1818         * wl-message.el (wl-mmelmo-message-redisplay): Bind
1819         `wl-message-ignored-field-list' instead of
1820         `mime-view-ignored-field-list'.
1821
1822         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
1823         Add interactive spec.
1824         (wl-folder-goto-bottom-of-current-folder): Ditto.
1825         (wl-folder-mode-map): Bind them.
1826
1827         * wl-vars.el (wl-message-ignored-field-list): New variable.
1828         (wl-message-visible-field-list): New variable.
1829
1830         * wl-mime.el (wl-mime-header-presentation-method): New function.
1831         (wl-mime-setup): Set header-presentation-method.
1832
1833 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1834
1835         * wl-nemacs.el (wl-draft-overload-functions): Set
1836         `mode-line-buffer-identification' instead of using
1837         `wl-make-modeline'.
1838
1839         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
1840         instead of using `wl-make-modeline'.
1841
1842         * wl-xmas.el (wl-plugged-init-icons): Set up
1843         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
1844         (wl-make-modeline): Abolish.
1845         (wl-draft-overload-functions): Set
1846         `mode-line-buffer-identification' instead of using
1847         `wl-make-modeline'.
1848
1849         * wl-util.el (wl-make-modeline-subr): Abolish.
1850         (wl-mode-line-buffer-identification): New alias.
1851
1852         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
1853         (wl-summary-make-modeline): Abolish.
1854         (wl-summary-buffer-set-folder): Set
1855         `wl-summary-buffer-folder-indicator'.
1856         (wl-summary-mode): Set `mode-line-buffer-identification' instead
1857         of using `wl-make-modeline'.
1858         (wl-summary-switch-to-clone-buffer): Don't set
1859         `mode-line-buffer-identification'.
1860         (wl-summary-goto-folder-subr): Ditto.
1861
1862         * wl-mule.el (wl-draft-overload-functions): Set
1863         `mode-line-buffer-identification' instead of using
1864         `wl-make-modeline'.
1865
1866         * wl-folder.el (wl-folder-mode): Set
1867         `mode-line-buffer-identification' instead of using
1868         `wl-make-modeline'.
1869         (wl-folder): Don't set `mode-line-buffer-identification'.
1870
1871 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
1872
1873         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
1874         instead of `member' for `wl-refile-guess-func-list' look-ups.
1875         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
1876
1877 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1878
1879         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
1880         `wl-message-button-dispatcher'.
1881
1882         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
1883
1884         * wl-message.el (wl-message-button-dispatcher): Use it.
1885
1886         * wl-vars.el (wl-highlight-message-header-button-alist): Add
1887         "In-Reply-To".
1888
1889         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
1890         Bind `case-fold-search' to t.
1891
1892 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1893
1894         * wl-xmas.el (wl-message-overload-functions): Initialize
1895         `wl-message-button-map'.
1896
1897         * wl-mule.el (wl-message-overload-functions): Initialize
1898         `wl-message-button-map'.
1899
1900         * wl-vars.el (wl-highlight-message-header-button-alist): New.
1901
1902         * wl-message.el (wl-message-button-map): New keymap.
1903         (wl-message-add-button): New function.
1904         (wl-message-button-dispatcher): New function.
1905         (wl-message-button-refer-article): New function.
1906
1907         * wl-highlight.el
1908         (wl-highlight-message-add-buttons-to-header): New function.
1909         (wl-highlight-headers): Use it.
1910
1911 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
1912
1913         * wl-summary.el (wl-summary-default-from): Use
1914         `wl-address-get-petname-1'.
1915         (wl-summary-simple-from): Ditto.
1916
1917         * wl-address.el (wl-address-get-petname-1): New inline function.
1918         (wl-address-get-petname): Use it.
1919
1920 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
1921
1922         * wl-summary.el (wl-summary-default-from): Return full-name part
1923         from the address if no petname was found.
1924         (wl-summary-simple-from): Ditto.
1925
1926         * wl-address.el (wl-address-get-petname): Return nil if no petname
1927         associated with the address was found.
1928
1929 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
1930
1931         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
1932         display is finished.
1933
1934 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1935
1936         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
1937         `elmo-folder-exists-p' argument.
1938
1939 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
1940
1941         * wl-folder.el (wl-folder-confirm-existence): Check existence of
1942         the folder.
1943
1944 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1945
1946         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
1947
1948         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1949         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
1950
1951 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
1952
1953         * wl-folder.el (wl-folder-create-subr): New function.
1954         (wl-folder-confirm-existence): Use it.
1955         (wl-folder-check-one-entity): Use it.
1956         Check the error symbol is derived from 'elmo-open-error.
1957
1958         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
1959         `ignore-error'.
1960
1961 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1962
1963         * wl-util.el (toplevel): Add (eval-when-compile (require
1964         'elmo-util)).  (Maybe `provide' is typo.)
1965
1966 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1967
1968         * wl-util.el (toplevel): Removed (provide 'elmo-util).
1969         (I don't know why this was needed.)
1970
1971         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
1972         Follow up changes for stream-type.
1973
1974         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
1975         (wl-draft-elmo-nntp-send): Ditto.
1976
1977         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
1978         (wl-nntp-posting-stream-type): Ditto.
1979         (wl-pop-before-smtp-ssl): Abolished.
1980         (wl-nntp-posting-ssl): Ditto.
1981
1982         * wl-address.el (wl-address-quote-specials): New function.
1983         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
1984
1985         * wl-draft.el (wl-draft-reply): Ditto.
1986
1987 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1988
1989         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
1990         use function `wl-string-match-assoc'.
1991
1992 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
1995
1996         * wl-draft.el (wl-draft-deduce-address-list): New function.
1997         (wl-draft-parse-mailbox-list): Ditto.
1998         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
1999         instead of `smtp-deduce-address-list'.
2000         (wl-draft-on-field-p): Follow group list.
2001
2002         * wl-address.el (wl-address-concat-token): New function.
2003         (wl-address-string-without-group-list-contents): Ditto.
2004         (wl-complete-field-body): Fixed problem of completion
2005         by japanese petname.
2006         (wl-address-make-completion-list): Rewrite.
2007
2008 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
2009
2010         * wl-address.el (wl-address-make-completion-list): Completion by
2011         petname.
2012         (wl-complete-field-body): Likewise.
2013
2014 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
2017         contains invalid address syntax.
2018
2019 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
2020
2021         * wl-folder.el (wl-folder-check-entity-async): Use
2022         `elmo-nntp-spec-hostname'.
2023
2024 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
2025
2026         * wl-summary.el (wl-summary-msgdb-load-async): Use
2027         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
2028
2029 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-draft.el (wl-draft-reply): Set argument
2032         `content-transfer-encoding' as nil.
2033
2034 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
2035
2036         * wl-refile.el (wl-refile-learn): Move hit element to the top of
2037         `wl-refile-alist'.
2038
2039 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
2040
2041         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
2042         (wl-draft-edit-string): Ditto.
2043         (wl-draft-forward): Ditto.
2044         * wl-summary.el (wl-summary-write): Ditto.
2045
2046 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2047
2048         * wl-summary.el (wl-summary-sync-update3): Call
2049         `wl-summary-buffer-number-column-detect'.
2050         (wl-summary-buffer-number-column-detect): Search from point-min.
2051
2052 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
2055         contains an address which is not included in original to or cc.
2056
2057 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
2058
2059         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
2060         begin-line does not exist.
2061         * wl-message.el (wl-message-uu-substring): Ditto.
2062
2063 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
2066         clear local variables.
2067         (wl-summary-exit): Call `elmo-commit'.
2068         (wl-summary-switch-to-clone-buffer): Call
2069         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
2070         (wl-summary-goto-folder-subr): Ditto.
2071
2072         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
2073         POP folder.
2074
2075 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
2078         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
2079         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
2080         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
2081         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
2082         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
2083
2084         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
2085
2086 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
2087
2088         * wl-summary.el (wl-summary-search-by-subject):
2089         Search parent message from the latest one.
2090
2091 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2092
2093         * wl-draft.el (wl-draft-reply): Insert address with full-name.
2094         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
2095
2096         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
2097         New user option.
2098
2099         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
2100         if elmo-nntp-use-killed-list is nil.
2101         Use `elmo-msgdb-append-to-killed-list'.
2102         (Append numbers confirmed as disappeared to the killed list.)
2103         (wl-summary-confirm-appends): Don't display negative number.
2104
2105 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
2106
2107         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
2108
2109 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
2110
2111         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
2112         range is `all'.
2113         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
2114         `elmo-list-bigger-diff'.
2115
2116 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-buffer-exit-func):
2119         New buffer local variable.
2120         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
2121
2122 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
2123
2124         * wl-demo.el (wl-demo): Fix the last change.
2125
2126 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
2127
2128         * wl-demo.el (wl-demo): Don't use `eval'.
2129
2130 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
2131
2132         * wl-summary.el (wl-summary-buffer-thread-modified):
2133         New buffer-local variable.
2134         (wl-summary-set-thread-modified): New function.
2135         (wl-summary-thread-modified-p): New function.
2136         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
2137         (wl-summary-yank-saved-message): Use function
2138         `wl-summary-set-thread-modified'
2139         (wl-summary-switch-to-clone-buffer): Add
2140         `wl-summary-buffer-thread-modified'.
2141
2142         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
2143         (wl-summary-buffer-mark-saved-hook): Ditto.
2144         * wl-summary.el (wl-summary-msgdb-save): New hook
2145         `wl-summary-buffer-message-saved-hook' and
2146         `wl-summary-buffer-mark-saved-hook'.
2147
2148 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
2149
2150         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
2151
2152 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
2153
2154         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
2155         don't hide scroll bars under FSF Emacsen because it may incur an
2156         undesirable redrawing.
2157
2158 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
2159
2160         * wl-draft.el (wl-draft-edit-string): Call
2161         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
2162
2163 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
2164
2165         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
2166
2167 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
2168
2169         * wl-summary.el (wl-summary-msgdb-load-async): Call
2170         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
2171
2172 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
2173
2174         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
2175         fringes in demo buffer; center bitmap logo correctly even if old
2176         Mule is used.
2177
2178 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
2179
2180         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
2181
2182         * wl-refile.el (wl-refile-subject-alist): New variable.
2183         (wl-refile-subject-alist-file-name): Ditto.
2184         (wl-refile-alist-setup): Rewrite.
2185         (wl-refile-alist-save): Use `elmo-object-save'.
2186         Eliminated arguments.
2187         (wl-refile-learn): Check `wl-refile-guess-func-list'.
2188         (wl-refile-guess-by-subject): New function.
2189         (wl-refile-guess-func-list): Added it.
2190
2191 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
2192
2193         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
2194         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
2195
2196 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * wl-summary.el (wl-summary-buffer-prev-folder-func):
2199         New buffer-local variable.
2200         (wl-summary-buffer-next-folder-func): Ditto.
2201         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
2202         if non-nil.
2203         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
2204         if non-nil.
2205         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
2206         if non-nil.
2207         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
2208         if non-nil.
2209
2210 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
2211
2212         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
2213         permanently in the demo buffer.
2214
2215 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
2216
2217         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
2218         `mime-entity-fetch-field'.
2219
2220         * wl.el (wl-exit): Delete plugged buffer.
2221
2222         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
2223         XEmacs has menubar feature.
2224
2225 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
2226
2227         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
2228         cannot arrive at the beginning of the buffer under old Emacsen.
2229
2230 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-address.el (wl-address-ldap-search):
2233         Call `ldap-search-entries' with `withdn' argument t.
2234         (wl-complete-field-body): Bind completion-ignore-case as t.
2235         Clear ldap search hash when it was sole completion.
2236         Use elmo-string for pattern string.
2237         (wl-ldap-alias-safe-string): Eliminated needless let.
2238
2239 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
2240
2241         * wl-address.el (wl-ldap-alias-dn-level): New variable.
2242         (wl-ldap-alias-sep): New constant.
2243         (wl-ldap-search-attribute-type-list): Ditto.
2244         (wl-ldap-get-value): New function.
2245         (wl-ldap-make-filter): Ditto.
2246         (wl-ldap-make-matched-value-list): Ditto.
2247         (wl-ldap-alias-safe-string): Ditto.
2248         (wl-ldap-register-dn-string): Ditto.
2249         (wl-address-ldap-search): Rewrite.
2250
2251 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2252
2253         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
2254         thread is deleted.
2255         (wl-thread-delete-line-from-buffer): Ditto.
2256         (wl-thread-get-exist-children): New function.
2257
2258 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
2259
2260         * wl-demo.el (wl-demo): Made it to select various image types.
2261         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
2262         from `wl-title-logo'.
2263         (wl-logo-ascii): New variable.
2264         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
2265         (wl-demo-copyright-notice): New constant.
2266
2267         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
2268
2269 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2270
2271         * wl-vars.el (wl-summary-target-above): Renamed from
2272         wl-summary-temp-above.
2273         * wl-score.el (wl-score-get-score-alist): Use it.
2274         (wl-summary-score-update-all-lines): Use it.
2275         * wl-summary.el: Ditto. (make-variable-buffer-local).
2276
2277 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
2278
2279         * wl-vars.el (wl-ldap-port): New user option.
2280
2281         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
2282         Rewite whole implementation.
2283         (wl-complete-field-body): Fixed.
2284
2285 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
2286
2287         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
2288         Choose implementation at compile time.
2289
2290 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
2291
2292         * wl-address.el (wl-ldap-search-internal): New function.
2293         (wl-complete-field-to): Use it.
2294
2295 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
2298         Use `let' instead of `let*'.
2299         Require 'wl-vars.
2300
2301         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
2302         Define as defcustom.
2303         (wl-ldap-base): Ditto.
2304         (wl-use-ldap): Ditto.
2305
2306 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
2307
2308         * wl-address.el (wl-ldap-search): New function.
2309         (wl-complete-field-body): Use `wl-ldap-search'.
2310         (wl-ldap-server): New variable.
2311         (wl-ldap-base): Ditto.
2312         (wl-use-ldap): Ditto.
2313
2314 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
2315
2316         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
2317         (Pointed out by Mito <mit@nines.nec.co.jp>).
2318         * wl-summary.el (wl-summary-redisplay-no-mime): Update
2319         buffer-local variables like `wl-summary-redisplay-internal'.
2320         (wl-summary-redisplay-all-header): Likewise.  Update
2321         Summary view too.
2322
2323 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
2324
2325         * wl-summary.el (wl-summary-jump-to-parent-message):
2326         Consider prefix argument.
2327
2328         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
2329         when closed thread is deleted.
2330
2331 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
2332
2333         * wl-summary.el (wl-summary-jump-to-parent-message):
2334         Consider thread modification.
2335
2336 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
2337
2338         * wl-message.el (wl-message-normal-get-original-buffer): Use
2339         `save-excursion'.
2340
2341         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
2342         (wl-summary-showto-folder-regexp): Ditto.
2343
2344 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
2345
2346         * wl-util.el (wl-delete-alist): Doc fix.
2347         (wl-delete-associations): New function.
2348         (wl-inverse-alist): New function.
2349         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
2350         Split temporary variables. Use `wl-delete-associations'
2351         and `wl-inverse-alist'.
2352         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
2353
2354 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-folder.el (wl-folder-prefetch-entity):
2357         Execute prefetching if new count is unknown.
2358
2359 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2360
2361         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
2362
2363         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
2364         delete entity.
2365         (wl-thread-set-parent): If insert as top, set linked as nil.
2366
2367         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
2368         `wl-thread-cleanup-symbols' when view mode is thread.
2369
2370 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
2371
2372         * wl-folder.el (wl-folder-create-folder-entity): Use
2373         with-current-buffer.
2374         (wl-local-folder-init): Call set-buffer to make sure we are in
2375         the Folder buffer. Don't touch buffer-local variables here.
2376         (wl-folder-mode): Initialize buffer-local variables here.
2377
2378         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
2379         (wl-folder-entity-assign-id): Ditto.
2380         (wl-folder-create-entity-hashtb): Ditto.
2381         (wl-local-folder-init): Ditto.
2382         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
2383
2384 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2385
2386         * wl-summary.el (wl-summary-default-from): Fix probrem when
2387         std11-extract-address-components return (nil "foo@bar").
2388
2389 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
2390
2391         * wl-draft.el (wl-draft-clone-local-variables):
2392         Remove redundant `setq'.
2393
2394 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
2397         Bind wl-highlight-x-face-func as nil while highlighting header.
2398
2399 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
2400
2401         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
2402
2403 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2404
2405         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
2406         elmo-msgdb-overview-hashtb from copy-variables.
2407         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
2408         instead of `elmo-msgdb-overview-get-entity-by-number'.
2409         (wl-summary-auto-refile): Ditto.
2410
2411         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2412         `elmo-msgdb-overview-get-entity' instead of
2413         `elmo-msgdb-search-overview-entity'.  Use
2414         `elmo-msgdb-overview-get-entity' instead of
2415         `elmo-msgdb-overview-get-entity-by-number'.
2416         (wl-thread-insert-entity-sub): Ditto.
2417         (wl-thread-insert-message): Ditto.
2418
2419         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
2420         `elmo-msgdb-overview-get-entity'.
2421         (wl-normal-message-redisplay): Ditto.
2422
2423 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2424
2425         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
2426         `wl-thread-entities'.
2427         (wl-thread-delete-message): Fix remove top message from
2428         `wl-thread-entity-list'.
2429
2430         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
2431         wl-append(nconc), because update-list is broken on Meadow.
2432
2433         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
2434         updating process.
2435         (wl-summary-rescan): Ditto.
2436         (wl-summary-sync-update3): Ditto.
2437         * wl-thread.el (wl-thread-set-parent): Renamed from
2438         `wl-summary-set-parent'.
2439         (wl-thread-insert-message): Updating buffer faster.
2440         (wl-thread-delete-message): Updating buffer faster.
2441
2442         * wl-score.el (wl-summary-score-update-all-lines): Changed
2443         interval for display progress gauge.
2444
2445 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2446
2447         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
2448         folder always-sticky.
2449         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
2450         defmacro.
2451
2452 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-vars.el (wl-draft-add-references): New user option.
2455
2456         * wl-draft.el (wl-draft-add-references): New function.
2457         (wl-draft-yank-from-mail-reply-buffer): Use it.
2458         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
2459         as nil.
2460
2461 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2462
2463         * wl-thread.el (wl-thread-update-line-msgs): Called
2464         `wl-thread-update-line-on-buffer-sub'.
2465         (wl-thread-update-line-on-buffer): Delete routine of inserting
2466         thread.
2467         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
2468         moved from `wl-thread-update-line-on-buffer'.
2469         Add threshold for displaying progress gauge.
2470         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
2471         argument of `wl-thread-update-line-msgs'.
2472         Add threshold for displaying progress gauge.
2473         * wl-folder.el:
2474         Add threshold for displaying progress gauge.
2475         * wl-score.el: Ditto.
2476
2477         * wl-expire.el (wl-summary-expire): Display deleting info.
2478
2479 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
2482         `no-msg'.
2483         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
2484         argument of `wl-thread-update-line-msgs'.
2485         (wl-summary-set-parent): Added optional argument `parent-number'.
2486         (wl-summary-buffer-saved-message): New buffer local variable.
2487         (wl-summary-save-current-message): New command.
2488         (wl-summary-yank-saved-message): Ditto.
2489         (wl-summary-mode-map): Added key binding for
2490         `wl-summary-save-current-message' (\ew) and
2491         `wl-summary-yank-saved-message' (\C-y).
2492         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
2493
2494 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2495
2496         * wl-summary.el (wl-summary-mode-map): Added key binding for
2497         `wl-summary-set-parent' (ts).
2498
2499 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
2500
2501         * wl-summary.el (wl-summary-insert-thread-entity): Search same
2502         subject faster. If thread number is reverse, delayed updating
2503         thread.
2504         (wl-summary-search-by-subject): Ditto.
2505         (wl-summary-put-alike): Ditto.
2506         (wl-summary-get-alike): Ditto.
2507         (wl-summary-insert-headers): Insert header of all overview in
2508         buffer.
2509         (wl-summary-rescan): Delayed updating thread. Kill search subject
2510         buffer for wl-summary-search-by-subject.
2511         (wl-summary-sync-update3): Ditto.
2512         (wl-summary-exit): Ditto.
2513         (wl-summary-goto-bottom-of-current-thread): Change for linked
2514         thread.
2515         (wl-summary-overview-create-summary-line): Change line for linked
2516         thread.
2517
2518         * wl-summary.el (wl-summary-update-thread): Use
2519         wl-thread-maybe-get-children-num.
2520         (wl-summary-set-parent): If change parent, move sub thread.
2521         (wl-summary-redisplay-internal): Add horizontal recenter.
2522         (wl-summary-redisplay-no-mime): Add horizontal recenter.
2523
2524         * wl-thread.el (wl-thread-entity-get-linked): New function.
2525         (wl-thread-entity-set-linked): New function.
2526         (wl-thread-create-entity): Add linked element.
2527         (wl-thread-entity-insert-as-top): Use wl-append.
2528         (wl-thread-maybe-get-children-num): If closing thread, return
2529         children msgs.
2530         (wl-thread-update-line-msgs): Displaying progress message.
2531         (wl-thread-update-line-on-buffer-sub): Use
2532         wl-thread-maybe-get-children-num.
2533         (wl-thread-update-line-on-buffer): If update line is not exists,
2534         insert thread.
2535         (wl-thread-delete-message): If delete top msg of thread, search
2536         parent by subject.
2537         (wl-thread-insert-entity): Use
2538         wl-thread-maybe-get-children-num.
2539
2540         * wl-highlight.el (wl-highlight-summary-current-line): change
2541         sregexp for linked thread.
2542         * wl-util.el (wl-count-lines): Count lines.
2543         (wl-horizontal-recenter): horizontal recenter.
2544         * wl-score.el (wl-score-put-alike): Use wl-count-lines
2545         (wl-score-get-alike): Ditto.
2546         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
2547         (wl-subject-length-limit): New variable.
2548         (wl-highlight-thread-indent-string-regexp): Changed for linked
2549         thread.
2550
2551 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
2554         New variable (revival).
2555         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
2556         by subject matching if there's no in-reply-to nor references field
2557         (revival).
2558
2559 \f
2560 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
2563         message.
2564
2565 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-summary.el (wl-summary-reply): Return t if there was a
2568         message at cursor point.
2569         Added unwind-protect.
2570         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
2571         returns t.
2572         (wl-summary-cancel-message): Do nothing when there's no message at
2573         cursor point.
2574         (wl-summary-forward): Ditto.
2575         (wl-summary-jump-to-parent-message): Ditto.
2576         (wl-summary-reedit): Ditto.
2577         (wl-summary-edit-addresses): Ditto.
2578         (wl-summary-pipe-message): Ditto.
2579         (wl-summary-print-message-with-ps-print): Ditto.
2580         (wl-summary-print-message): Ditto.
2581         (wl-summary-mark-as-important): Ditto.
2582         (wl-summary-mark-as-unread): Ditto.
2583
2584         * wl-summary.el (wl-summary-reply): Cause an error when there's no
2585         message at cursor point.
2586         (wl-summary-reply-with-citation): Remove unwind-protect.
2587
2588         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
2589         subject searching feature.
2590         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
2591         Eliminated.
2592
2593 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
2596         New variable.
2597         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
2598         by subject matching if there's no in-reply-to nor references field.
2599
2600         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
2601
2602         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
2603         when display is finished.
2604         (wl-folder-open-all): Ditto.
2605         (wl-folder-update-access-group): Ditto.
2606         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
2607         * wl-thread.el (wl-thread-close-all): Ditto.
2608
2609         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
2610         progress gauge only when it was displayed.
2611         * wl-folder.el (wl-folder-insert-entity): Ditto.
2612
2613 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl-summary.el (wl-summary-incorporate): Enclose
2616         `wl-summary-sync-force-update' with save-excursion.
2617
2618 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
2619
2620         * wl-summary.el (wl-summary-prefetch-region):
2621         Pass current cursor point to `pos-visible-in-window-p' after
2622         moving cursor to the started point.
2623
2624 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
2625
2626         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
2627
2628         * wl-draft.el (wl-draft-insert-current-message): Delete useless
2629         fields from the forwarding message.
2630         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
2631         `ignored-fields'.
2632
2633 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-mime.el (wl-message-request-partial):
2636         Eliminated argument `msgdb'.
2637         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
2638         (wl-mime-combine-message/partial-pieces): Likewise.
2639         * tm-wl.el (wl-message-request-partial): Likewise.
2640         (wl-mime-combine-message/partial-pieces): Likewise.
2641
2642 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
2643
2644         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
2645         when display is finished.
2646
2647 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
2648
2649         * wl-summary.el (wl-summary-goto-folder-subr):
2650         Fix problem when wl-summary-partial-highlight-above-lines is nil.
2651
2652 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
2655         when cursor point is visible.
2656
2657 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-expire.el (wl-expire-archive-get-max-number):
2660         Don't use `file-name-directory'.
2661
2662 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-expire.el (wl-expire-archive-get-max-number):
2665         Use `file-name-directory'.
2666
2667 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-summary.el (wl-summary-sync-marks): Re-display progress
2670         only when there is progress.
2671
2672 2000-04-13  Mito <mit@nines.nec.co.jp>
2673
2674         * wl-summary.el (wl-summary-sync-marks): Display progress.
2675
2676 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
2679         (wl-summary-prev): Move cursor regardless of unread status.
2680         (wl-summary-next): Ditto.
2681
2682 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
2685         Added argument `target' and `number'.
2686         * tm-wl.el (wl-summary-burst-subr): New function.
2687         (wl-summary-burst): Use it.
2688
2689 2000-04-10  Mito <mit@nines.nec.co.jp>
2690
2691         * wl-mime.el (wl-burst): New function.
2692         (wl-summary-burst): Use it.
2693
2694 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
2695
2696         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
2697         as petname when there's no candidate.
2698
2699 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
2700
2701         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
2702         New variable.
2703         * wl-fldmgr.el (wl-fldmgr-add): Use it.
2704
2705         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
2706
2707         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
2708
2709 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
2710
2711         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
2712         Use substring of `original' instead of buffer-substring.
2713         (wl-refile-evaluate-rule):
2714         Set `original' argument of wl-refile-expand-newtext.
2715
2716         * wl-summary.el
2717         (wl-summary-auto-refile-check-refile-rule-alist-subr,
2718         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
2719         (wl-summary-auto-refile): Check existence of destination folder just
2720         before marking.
2721
2722 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2723
2724         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
2725         when wl-refile-get-field-value return nil.
2726
2727 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
2728
2729         * wl-refile.el
2730         (wl-refile-expand-newtext): New function imported from Gnus.
2731         (wl-refile-evaluate-rule): Use it.
2732
2733 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-summary.el (wl-summary-print-destination):
2736         Duplicate folder string to avoid putting text-property on
2737         original string.
2738
2739         * wl-refile.el (wl-refile-get-field-value): New function.
2740         (wl-refile-evaluate-rule): New function;
2741         Evaluate refile rule recursively.
2742         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
2743         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
2744         New function; Check existence of a target folder recursively.
2745         (wl-summary-auto-refile-check-refile-rule-alist):
2746         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
2747
2748 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
2749
2750         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
2751
2752         * wl-folder.el (wl-create-folder-entity-from-buffer):
2753         Fixed problem when '}' character is contained in folder name.
2754
2755         * wl-xmas.el (wl-make-modeline): Consider plugged status.
2756
2757 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2758
2759         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
2760         (wl-fldmgr-add-completion-all-completions):
2761         Use wl-fldmgr-add-completion-hashtb.
2762
2763 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
2764
2765         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
2766         wl-fldmgr-add-completion-subr): New functions.
2767         * wl-folder.el (wl-folder-completion-func): New variable.
2768         * wl-summary.el (wl-summary-read-folder):
2769         Use wl-folder-completion-func.
2770
2771         * wl-refile.el: Eliminate throw & catch.
2772
2773         * wl.el (wl-plugged-sending-queue-status): Fixed.
2774
2775 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
2776
2777         * wl-draft.el (wl-draft): Put category property on
2778         mail-header-separator.