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