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