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