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