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