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