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