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