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