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