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