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