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