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