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