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