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