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