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