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