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