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