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