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