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