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