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