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