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