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