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