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