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