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