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