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