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