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