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