* wl-score.el (wl-score-save): Bind print-length and print-level.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2
3         * wl-score.el (wl-score-save): Bind print-length and print-level.
4         (wl-score-pretty-print): Ditto.
5         (wl-score-edit-insert-header-entry): Ditto.
6
7         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
8         "From" entry to be treated with wl-draft-eword-encode-address-list.
9         * wl-mime.el (wl-draft-preview-message): Ditto.
10
11         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
12         (wl-summary-mark-as-unread): Ditto.
13         (wl-summary-mark-as-read-region): Change accordingly.
14         (wl-summary-mark-as-unread-region): Ditto.
15         (wl-summary-target-mark-mark-as-read): Ditto.
16         (wl-summary-target-mark-mark-as-unread): Ditto.
17
18 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
19
20         * Version number is increased to 2.11.2.
21
22 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
23
24         * wl-news.el.in (wl-news-previous-version-save): Bind
25         print-length and print-level.
26         * wl-thread.el (wl-thread-save-entities): Ditto.
27         (wl-thread-save-top-list): Bind print-length.
28
29 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
30
31         * wl-highlight.el (wl-highlight-summary-line-string): Use
32         wl-summary-score-below-mark, wl-summary-score-over-mark.
33         (wl-highlight-summary-current-line): Ditto.
34
35 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
36
37         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
38         insert it.
39
40 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
41
42         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
43
44 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
45
46         * wl-mime.el (wl-message-delete-current-part): Avoid error on
47         message without msgid.
48         Rewrite with elmo-folder-move-messages.
49         Set wl-message-buffer to nil.
50
51         * wl-summary.el (wl-summary-erase-subr): New function. Use
52         elmo-folder-move-messages.
53         (wl-summary-erase): Call it.
54         (wl-summary-target-mark-erase): Ditto.
55
56 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
57
58         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
59         it is not up-tp-date.
60
61 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
62
63         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
64         buffer after calling `wl-summary-goto-folder-subr' without the
65         argument `interactive'.
66         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
67
68 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
71         `mime-create-tag'. Use `string=' instead of `looking-at'.
72
73 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
74
75         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
76         to avoid compile warning.
77
78         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
79         entity-id when folder is given.
80         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
81         save-excursion, use save-selected-window instead.
82         Select folder buffer window if exists.
83         (To correct behavior with wl-folder-move-cur-folder.)
84
85 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
86
87         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
88
89 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
90
91         * wl-summary.el (wl-summary-line-list-info): Use %f to make
92         list-count instead of %d.
93
94 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
95
96         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
97         (wl-news): Set it.
98         (wl-news-append-to-folder): Use it.
99
100         * wl-news.el.in (wl-news-send-news): Append to specified folder
101         instead of wl-default-folder.
102         (wl-news-append-to-folder): Show error message with specified folder.
103
104         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
105                 In most major modes, Emacs assumes that any opening
106                 delimiter found at the left margin is the start of a
107                 top-level definition, or defun. Therefore, *never put an
108                 opening delimiter at the left margin unless it should have
109                 that significance.*
110
111         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
112
113 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
114
115         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
116
117 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
120
121 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
122
123         * wl-summary.el (wl-summary-mark-collect): Revive missing return
124         for sequential numbering case.
125
126 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
127
128         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
129         value.
130         (wl-draft-reply-without-argument-list): Ditto.
131         (wl-draft-reply-myself-with-argument-list): Abolish.
132         (wl-draft-reply-myself-without-argument-list): Ditto.
133         * wl-draft.el (wl-draft-self-reply-p): New function.
134         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
135
136 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
137
138         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
139         (avoid error for the case without byte-compiling)
140
141 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
142
143         * wl-news.el.in (wl-news-append-to-folder): New function.
144         (wl-news-exit): Rewrite.
145         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
146
147 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
148
149         * wl-draft.el (wl-draft-reply-position): New function.
150         (wl-draft-reply-position): Fix.
151         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
152         (wl-summary-target-mark-reply-with-citation): Ditto.
153         (wl-summary-reply-with-citation): Ditto.
154         * wl-vars.el (wl-draft-reply-default-position): New variable.
155
156 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
157
158         * wl-draft.el (wl-draft-send): Preview when interactive send.
159
160 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
161
162         * wl-draft.el (wl-draft-reply): Set default position.
163         * wl-summary.el (wl-summary-reply): Ditto.
164         (wl-summary-reply-with-citation): Ditto.
165         (wl-summary-target-mark-reply-with-citation): Ditto.
166
167 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
168
169         * wl-news.el.in (wl-news-lang): Set default value according to
170         current-language-environment.
171         (wl-news-append-news): Do nothing when news-list is nil.
172
173 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
174
175         * wl-news.el.in (wl-news-mode-map): Add new keybind.
176         (wl-news): Change message.
177         (wl-news-exit): Check buffer.
178         (wl-news-force-exit): New function.
179         (wl-news-show-all): New function.
180         (wl-news-discard-and-exit): Fix.
181
182 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
183
184         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
185         according to current-language-environment.
186
187         * wl-news.el.in (wl-news): If arg, show all NEWS after
188         wl-news-default-previous-version.
189
190 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
191
192         * wl-news.el.in (wl-news-check): Rewritten.
193         (wl-news-previous-version-load): Change data type.
194         (wl-news-previous-version-save): Change data type.
195         (wl-news-append-news): Add return value.
196         (wl-news-check-news): New function.
197         (wl-news-already-current-p): New function.
198         (wl-news-send-news): Rewritten.
199         (wl-news-mode-map): Add new keybind.
200         (wl-news): Rewritten.
201         (wl-news-exit): Rewritten.
202         (wl-news-discard-and-mail): New function.
203         (wl-news-send-to-address): Abolished.
204         * wl.el (wl-init): Delete a message.
205
206 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
207
208         * wl-news.el.in (wl-news-exit): Update previous version.
209         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
210
211 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
212
213         * wl-news.el.in (wl-news): Add `delete-other-windows'.
214
215 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
216
217         * wl-news.el.in (wl-news): New function.
218         (wl-news-mode): New function.
219         (wl-news-next-line): New function.
220         (wl-news-next-page): New function.
221         (wl-news-exit): New function.
222         (wl-news-buf-name): New variable.
223         (wl-news-mode-map): New variable.
224         (wl-news-winconf): New variable.
225         (wl-news-append-news): Add an option.
226
227 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
228
229         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
230
231 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
232
233         * wl-news.el.in (wl-news-send-to-address): New variable.
234         (wl-news-send-news): Use it.
235         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
236         Return updating status.
237         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
238
239 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
240
241         * wl-news.el.in (wl-news-send-news): Delete
242         Organization and X-Face.
243
244 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
245
246         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
247         (wl-news-append-news): New function.
248         (wl-news-send-news): New function.
249
250 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
251
252         * Version number is increased to 2.11.1.
253
254 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
255
256         * wl-news.el.in : New file.
257
258 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
259
260         * wl-vars.el (wl-draft-reply-with-argument-list): Change
261         default value.
262         (wl-draft-reply-without-argument-list): Ditto.
263
264 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
265
266         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
267         (wl-message-buffer-prefetch-idle-time): Ditto.
268         (wl-message-buffer-prefetch-folder-type-list): Ditto.
269
270 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
271
272         * wl-thread.el (wl-thread-insert-message): Use
273         wl-summary-max-thread-depth.
274
275         * wl-summary.el (wl-summary-insert-thread-entity): Refined
276         loop detection.
277
278         * wl-message.el (wl-message-buffer-display): Back to the first page
279         when cache is hit.
280
281 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-vars.el (wl-summary-max-thread-depth): New user option.
284
285         * wl-summary.el (wl-summary-insert-thread-entity):
286         If the thread depth is reached to wl-summary-max-thread-depth,
287         divide the thread.
288
289 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
290
291         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
292         for elmo-remove-passwd.
293
294 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
295
296         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
297         folder is sticky.
298         (wl-folder-mark-as-read-all-entity): Ditto.
299         (wl-folder-prefetch-entity): Ditto.
300
301 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
302
303         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
304
305 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
306
307         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
308         Delete messages on buffer for unplugged operation.
309         (wl-summary-erase): Ditto.
310
311 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
312
313         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
314         take nil so as not to search parent by subject.
315
316 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
317
318         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
319         (wl-folder-get-next-folder): Ditto.
320         (wl-folder-get-path): Ditto.
321
322 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
323
324         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
325         system and encode the region with it before verifying.
326
327 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
328
329         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
330         system of the echo buffer before decoding.
331
332 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
333
334         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
335         original contents.
336
337 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
338
339         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
340         with argument 'any-exists.
341
342 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
343
344         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
345         Use `wl-cs-autoconv'.
346
347 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
348
349         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
350         by `mime-view-automatic-conversion'.
351
352         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
353         (wl-message-verify-pgp-nonmime): Ditto.
354         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
355         Bind them to C-c:d and C-c:v respectively.
356
357         Merge following code by Teranishi-san from [wl-en:00167].
358         * wl-mime.el (wl-mime-preview-application/pgp): New function.
359         (wl-mime-preview-application/pgp-encrypted): Ditto.
360         (wl-mime-setup): Add entry.
361
362 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
363
364         * wl-summary.el (wl-summary-target-mark-erase): New function.
365         Bind it to "mD".
366
367 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
368
369         * wl-vars.el (wl-draft-write-file-function): Fix.
370         (wl-draft-reedit-hook): Changed default value.
371
372         * wl-draft.el (wl-draft-edit-string): Set cursor point for
373         wl-draft-reedit-hook.
374         (wl-draft-remove-text-plain-tag): New function.
375         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
376
377         * wl-vars.el (wl-draft-write-file-function): New user option.
378
379         * wl-draft.el (wl-draft-prepare-edit): Use it for
380         local-write-file-hooks.
381         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
382
383         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
384         (wl-draft-insert-mail-header-separator): Return the body beginning
385         point.
386         (wl-draft-reedit): Remove the mime-edit tag if the first part is
387         text/plain.
388         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
389
390 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
391
392         * wl-summary.el (wl-summary-erase): New function to erase message
393         without moving it to trash. Bind to "D".
394
395         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
396         as `keep' unless switch-function.
397
398 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
399
400         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
401         message buffer by using `wl-summary-toggle-disp-msg'.
402         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
403         buffer window.
404         (wl-summary-supresedes-message): Ditto.
405
406         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
407         Do not delete other windows.
408         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
409         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
410         (wl-draft-create-buffer): Set reply-or-forward also for target
411         mark commands.
412
413 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
414
415         * wl-draft.el (wl-user-agent-compose): Delete special case for
416         switch-to-buffer-other-window.
417
418         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
419         (wl-summary-forward): Ditto.
420
421         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
422         function.
423         (wl-draft-buffer-style): New use option.
424
425         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
426         (wl-draft): Follow the change above.
427         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
428         wl-draft-buffer-style.
429         (wl-user-agent-compose): Bind wl-draft-buffer-style with
430         switch-function.
431
432 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
433
434         * wl-address.el (wl-address-make-completion-entry): Extracted from
435         `wl-address-make-completion-list'.
436         (wl-address-enable-strict-loading): New variable.
437         (wl-address-make-completion-list): Revive petname duplication
438         inquiry, and enable it if `wl-address-enable-strict-loading'.
439         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
440
441 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-message.el (wl-message-get-original-buffer): Avoid
444         'Selecting deleted buffer' error when original buffer is killed.
445
446 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
447
448         * Version number is increased to 2.11.0.
449
450 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
451
452         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
453         buffer-modified status (Thanks to
454         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
455
456 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
457
458         * wl-util.el (wl-region-exists-p): New function.
459
460         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
461         Remove defvars for byte-compile warnings.
462
463 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
466         defvar-maybe. Removed unused bind.
467
468 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
469
470         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
471         summary buffer window before creating new frame.
472         (wl-draft-reply): Ditto.
473
474 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-mime.el (toplevel): Avoid byte-compile warnings.
477
478 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
479
480         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
481
482 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
485         instead of `kill-region'.
486
487 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
488
489         * wl-mime.el (wl-mime-preview-follow-current-region): New function
490         that originates in mime-preview-follow-current-entity.
491         (wl-draft-yank-current-message-entity): Use it if region is active.
492
493         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
494         * wl-e21.el (wl-message-define-keymap): Bind "D" for
495         `wl-message-delete-current-part'.
496         * wl-mule.el (wl-message-define-keymap): Ditto.
497         * wl-xmas.el (wl-message-define-keymap): Ditto.
498
499 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
500
501         * wl-mime.el (wl-message-delete-current-part): Check the class of
502         mime-entity.
503
504 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
505
506         * wl-mime.el (wl-message-delete-current-part): New function.
507         (wl-mime-node-id-to-string): Ditto.
508
509         * wl-mime.el (wl-message-delete-current-part): Use existing
510         original buffer which corresponds current mime-view buffer.
511         (fetched buffer might have different structure, possibly)
512
513         * wl-mime.el (wl-message-delete-current-part): Quit if the
514         message content differs from the actual message.
515
516 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
517
518         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
519         order.
520         (wl-summary-search-by-subject): Search parent message from tail;
521         Check the existence of the parent message on the current thread tree.
522         (wl-summary-update-thread): Check whether the line is inserted.
523
524 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
525
526         * wl-vars.el (wl-summary-line-format): Undo last change.
527         * wl-summary.el (wl-summary-print-destination): Do not put
528         invisible property when `wl-summary-width' is nil.
529         (wl-summary-line-subject-minimum-length): Abolished.
530         (wl-summary-line-subject): Ditto.
531
532 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
533
534         * wl-vars.el (wl-summary-line-format): Change default value.
535         (wl-summary-subject-length-limit): Abolished.
536         * wl-summary.el (wl-summary-line-subject): Ditto.
537
538 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-template.el (wl-template-select): Added optional argument.
541         If optional argument is specified, reverse
542         `wl-template-visible-select'.
543
544 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
545
546         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
547         Take prefix argument to force asking the destination folder.
548
549 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
550
551         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
552         logic to call `wl-summary-buffer-prev-folder-function'.
553         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
554
555 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
556
557         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
558         is nil.
559
560 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
561
562         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
563         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
564         (wl-mime-setup): Add its entry.
565
566 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
567
568         * wl-mime.el (wl-draft-preview-message): Restore the position
569         before evaluating wl-draft-send-hook in preview buffer.
570
571 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
572
573         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
574         when it creates new draft buffer.
575
576         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
577         without argument.
578
579         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
580         Evaluate content and if the value is string, insert it.
581         (wl-draft-config-sub-body,wl-draft-config-sub-top,
582         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
583         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
584         wl-draft-config-sub-part-bottom): Use it.
585
586         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
587         with the folder name. The question was unintelligible when it is
588         called from wl-save-status.
589
590 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
591
592         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
593         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
594         cannot take second argument).
595
596 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
597
598         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
599         as t. Since type and subtype are not case sensitive (RFC 2045).
600
601 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
602
603         * wl-vars.el (wl-message-mode-line-format): New variable.
604         (wl-message-mode-line-format-spec-alist): Ditto.
605         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
606         (wl-message-redisplay): Use wl-message-mode-line-format.
607
608 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
611
612 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
613
614         * wl-summary.el (wl-summary-default-from): Write description.
615
616 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
617
618         * wl-vars.el (wl-ldap-objectclass): Abolish.
619
620         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
621         (wl-ldap-make-filter): Removed condition for objectclass.
622         (wl-ldap-make-matched-value-list): Remove meaningless process.
623         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
624         (wl-address-ldap-search): Don't add `*' to `pat' string;
625         use ignore-errors; added `email';
626         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
627         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
628         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
629
630
631 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
632
633         * wl-draft.el (wl-draft-parent-folder): Write description.
634         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
635
636 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
639         as "" (zero-length string) if no parent.
640         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
641
642 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
643
644         * wl-address.el (wl-address-make-completion-list): Skip duplication
645         checking.
646         (wl-address-make-address-list): use `cons' and `nreverse' instead of
647         `append'.
648
649 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
650
651         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
652         instead of `beginning-of-buffer'.
653
654 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
657
658 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
659
660         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
661         Refer wl-message-buffer-name.
662         (wl-message-wheel-down): Ditto.
663
664 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
665
666         * wl-vars.el (wl-message-buffer-name): New user option.
667
668         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
669         directly instead of making alist dinamically.
670
671         * wl-message.el (wl-message-buffer-cache-name): Abolish.
672         (wl-message-buffer-create): Use wl-message-buffer-name instead of
673         wl-message-buffer-cache-name.
674         (wl-message-buffer-cache-clean-up): Ditto.
675
676         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
677
678         * Version number is increased to 2.9.15.
679
680 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
681
682         * wl-vars.el (wl-summary-default-view-alist): New user option.
683
684         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
685
686         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
687         while deleting address.
688         (wl-draft-delete-myself-from-cc): Ditto.
689
690         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
691         If optional argument is specified, reverse sort order.
692
693         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
694
695 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
696
697         * wl-thread.el (wl-thread-insert-message): Return parent number if
698         exists.
699         (wl-thread-update-indent-string-region): Use
700         wl-thread-update-line-on-buffer-sub instead of
701         wl-thread-update-line-on-buffer.
702
703 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
704
705         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
706         (wl-folder-close-all): Ditto.
707
708 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
709
710         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
711         and mailing-list:.
712         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
713         value.
714         (wl-summary-line-list-info): Print mailing-list name even when 
715         list-number is empty.
716
717 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
718
719         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
720
721         * wl-draft.el (wl-draft-confirm): Abolished since not used.
722         (wl-draft-open-file): Ditto.
723         (wl-draft-random-alphabet): Ditto.
724
725         * wl-summary.el (wl-summary-mode-map): Remove already abolished
726         bindings.
727
728 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
729
730         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
731         * wl-vars.el (wl-draft-config-alist): Ditto.
732
733 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
734
735         * Version number is increased to 2.9.14.
736
737         * wl.el (wl): Don't set wl-init as nil when error occured while
738         auto-checking folders.
739
740         * wl-util.el (wl-expand-newtext): Re-define as an alias for
741         `elmo-expand-newtext'.
742
743 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
744
745         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
746         `this-command' so that `wl-folder-goto-folder' contained in
747         `wl-summary-keep-cursor-command' work.
748
749 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
750
751         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
752         message buffer displaying state.
753
754 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
755
756         * wl-vars.el (wl-summary-default-view): New variable to specify
757         default value for `wl-summary-buffer-view' instead of using
758         set-default.
759         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
760
761 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
762
763         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
764
765         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
766
767 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
768
769         * wl-vars.el (wl-forward-subject-prefix): New variable.
770         * wl-draft.el (wl-draft-forward): Use it.
771
772 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
773
774         * wl-message.el (wl-message-prev-page): When it is called without
775         lines argument, scroll down by wl-message-scroll-amount lines.
776         (wl-message-next-page): Ditto.
777         * wl-vars.el (wl-message-scroll-amount): Change default value
778         to preserve current behavior.
779
780 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-summary.el (wl-summary-prefetch-msg): Bind
783         `wl-message-entity' to call `wl-summary-from-function'.
784
785 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
786
787         * wl-message.el (wl-message-buffer-create): Run
788         wl-message-buffer-created-hook.
789
790 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
791
792         * wl-summary.el (wl-summary-sort-specs): New variable.
793         (wl-summary-default-sort-spec): Ditto.
794         (wl-summary-sort): Rewrite.
795         (wl-summary-sort-by-list-info): New function.
796
797 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
798
799         * wl-summary.el (wl-summary-get-list-info): New function.
800         (wl-summary-sort): Rewrite.
801         (wl-summary-line-list-info): Ditto.
802         (wl-summary-line-list-count): Ditto.
803         (wl-summary-refile-region): Fixed docstring.
804
805 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
806
807         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
808         `wl-folder-entity-hashtb' as completion table.
809
810 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
813         only when this command is called interactively; silence the byte-
814         compiler.
815
816 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
817
818         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
819         active in XEmacs.
820
821 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
822
823         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
824         plural lines.
825
826 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
827
828         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
829         of current line when the cursor is on the header name.
830         (preserve behavior to move to b.o.h. and b.o.l. mutually)
831
832 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
833
834         * wl-util.el (wl-read-directory-name): Return displayed directory
835         as the default value also on XEmacs.
836
837 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
838
839         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
840         formatting.
841
842 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
843
844         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
845         argument and when it is non-nil, check face property before
846         highlighting for each line.
847         (wl-highlight-summary-window): Set it.
848
849 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
850
851         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
852         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
853
854         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
855         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
856         (wl-draft-get-fcc-list): Likewise.
857
858 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
859
860         * wl-thread.el (wl-thread-indent-regexp): Abolished.
861         (wl-thread-entity-cur): Ditto.
862         * wl-summary.el (wl-summary-buffer-set-folder): Removed
863         wl-thread-indent-regexp setting.
864         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
865
866         * wl-summary.el (wl-summary-display-top): Highlight summary window when
867         wl-summary-lazy-highlight.
868         (wl-summary-display-bottom): Ditto.
869
870         * wl-thread.el (wl-thread-open-close): Likewise.
871
872         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
873         from and subject;
874         Bind wl-draft-use-frame;
875         Enclose with save-window-excursion;
876         Use wl-draft-create-buffer instead of with-temp-buffer;
877         Use wl-draft-prepare-edit;
878         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
879         Use wl-draft-send instead of wl-draft-raw-send.
880
881 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
882
883         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
884         of using wl-from.
885
886 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
887
888         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
889         insert-buffer instead of clone-buffer.
890         (wl-draft-doing-mime-bcc): New variable.
891         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
892         infinite loop.
893         (wl-draft-do-mime-bcc): Use wl-from for From field value.
894
895         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
896         (wl-draft-mime-bcc-body): Ditto.
897
898         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
899         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
900         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
901         wl-draft-do-mime-bcc.
902         (wl-draft-mime-bcc-field): New function.
903         (wl-draft-do-mime-bcc): Ditto.
904
905         * wl-address.el (wl-address-complete-header-list): New variable.
906         (wl-address-complete-header-regexp): Changed default value.
907
908         * Version number is increased to 2.9.13.
909
910 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
913         it is differed.
914
915 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el (wl-summary-line-list-info): Rewrite.
918         (wl-summary-line-list-count): Ditto.
919
920 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
921
922         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
923         (wl-nntp-posting-function): New variable.
924         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
925         `wl-nntp-posting-config-alist'.
926
927 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
928
929         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
930         FLIM.
931
932 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
933
934         * wl-summary.el (wl-summary-target-mark-refile-sub):
935         Remove a nuisance funcall.
936
937 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
938
939         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
940         as t for `try-completion'.
941
942 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-summary.el (wl-summary-default-from): Use
945         wl-address-header-extract-address instead of
946         std11-extract-address-components.
947         (wl-summary-simple-from): Ditto.
948         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
949         (wl-summary-insert-headers): Show message.
950         (wl-summary-create-line): Set 4th argument of wl-set-string-width
951         for whole line.
952         (wl-summary-default-from): Revert last change.
953         (wl-summary-simple-from): Ditto.
954         (wl-summary-mark-as-read): Argument rearrangement and re-written.
955         (wl-summary-mark-as-read-region): Follow the change above.
956         (wl-summary-sync-marks): Ditto.
957         (wl-summary-target-mark-mark-as-read): Ditto.
958         (wl-summary-redisplay-internal): Ditto.
959         (wl-summary-redisplay-no-mime-internal): Ditto.
960         (wl-summary-redisplay-all-header): Ditto.
961         (wl-summary-mark-as-read): Removed argument `cached';
962         Use current cache status to set cache mark.
963         (wl-summary-redisplay-internal): Follow the change above.
964         (wl-summary-redisplay-no-mime-internal): Ditto.
965         (wl-summary-redisplay-all-header): Ditto.
966
967         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
968
969         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
970         Don't call itself recursively (Adviced by Yamaoka-san).
971
972 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
973
974         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
975         bind wl-summary-highlight as nil to avoid error caused by missing
976         local variables.
977
978 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
979
980         * wl-vars.el (wl-invalid-character-message): New user option.
981
982         * wl-util.el (wl-set-string-width): If truncated string-width is
983         larger than specified width, use `wl-invalid-character-message'.
984
985 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
986
987         * wl-summary.el (wl-summary-prefetch-msg): 
988         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
989
990 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-vars.el (wl-summary-check-line-format): New user option.
993         (wl-summary-line-format-file): Ditto.
994
995         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
996         variable.
997         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
998         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
999         and `wl-summary-view-old-p' to check whether do a rescan or not.
1000         (wl-summary-view-old-p): New function.
1001         (wl-summary-line-format-changed-p): Ditto.
1002         (wl-summary-line-format-save): Ditto.
1003         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
1004
1005         * wl-util.el (wl-set-string-width): Avoid using negative number
1006         for make-string.
1007
1008 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-summary.el (wl-summary-line-list-info): Revised format of the
1011         return value.
1012
1013         * wl-util.el (wl-set-string-width): Added optional argument
1014         `padding' (All other related portions are changed).
1015         (wl-line-parse-format): If the first letter of column number is
1016         `0', zero-padding the result (ex: "%05l").
1017
1018         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
1019
1020 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1021
1022         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
1023         sequential summary view.
1024
1025 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
1028         if it doesn't have a -unix version.
1029
1030 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-summary.el (wl-summary-jump-to-msg): Fix.
1033
1034 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
1035
1036         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
1037         content.
1038         (wl-draft): Follow the change above.
1039
1040         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
1041
1042         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
1043         and wl-folder-summary-line-format-alist contain %T and %P.
1044
1045         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
1046         (wl-summary-mode-line-format): New user option.
1047         (wl-summary-line-format-spec-alist): Added l, T, P, n.
1048         (wl-summary-line-format): Changed default value.
1049         (wl-summary-lazy-highlight): Changed default value.
1050
1051         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1052         change in wl-summary-create-line.
1053         (wl-thread-insert-entity-sub): Ditto.
1054
1055         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
1056         (wl-summary-buffer-unread-status): Ditto.
1057         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
1058         (wl-summary-buffer-persistent-mark-column): Ditto.
1059         (wl-summary-buffer-mode-line-formatter): Ditto.
1060         (wl-summary-buffer-mode-line): Ditto.
1061         (wl-summary-message-regexp): Abolished.
1062         (All other related portions are changed.)
1063         (wl-summary-detect-mark-position): New function.
1064         (wl-summary-buffer-set-folder): Setup
1065         wl-summary-buffer-mode-line-formatter.
1066         (wl-summary-mode): Setup selective-display;
1067         Setup pre-idle-hook when xemacs.
1068         (wl-summary-update-modeline): Rewrite.
1069         (wl-summary-jump-to-msg): Define as function;
1070         Changed regexp for searching messages.
1071         (wl-summary-message-number): Rewrite.
1072         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
1073         Do rescan when old type summary cache.
1074         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
1075         (wl-summary-remove-destination): Use '\r' to detect EOL.
1076         (wl-summary-print-destination): Ditto.
1077         (wl-summary-temp-mark): New inline function.
1078         (wl-summary-persistent-mark): Ditto.
1079         (wl-summary-line-number): New function.
1080         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
1081         (wl-summary-line-list-count): New function.
1082         (wl-summary-create-line): Added argument persistent-mark.
1083         (All other related portions are changed)
1084         (wl-summary-create-line): Insert '\r'.
1085         (wl-summary-save-view-cache): Encode whth `unix' EOL.
1086         (wl-summary-cursor-move-surface): New inline function.
1087         (wl-summary-prev): Use it.
1088         (wl-summary-next): Ditto.
1089
1090         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
1091         wl-summary-message-regexp.
1092         (wl-highlight-summary): Delete progress message.
1093         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
1094
1095         * Version number is increased to 2.9.12.
1096
1097 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1098
1099         * wl-summary.el (wl-summary-line-subject-minimum-length): New
1100         variable (nil: no minimum).
1101         (wl-summary-line-subject): Add some spaces after subject by
1102         wl-summary-line-subject-minimum-length.
1103
1104 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
1107         and removed `F'.
1108         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
1109         change above).
1110
1111 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1112
1113         * wl-summary.el (wl-summary-line-list-count): Reverted.
1114         (example setting in samples/*/dot.wl is also updated)
1115
1116 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
1117
1118         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
1119
1120         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
1121
1122         * wl-vars.el (wl-summary-line-format): Addes some description to the
1123         docstring.
1124
1125         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
1126         (wl-summary-line-close-bracket): Ditto.
1127         (wl-summary-line-children-number): Ditto.
1128         (wl-summary-line-thread-indent): Ditto.
1129         (wl-summary-line-children-and-from): Ditto.
1130
1131         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
1132         't', 'c', 'F' and added 'C'.
1133
1134         * wl-util.el (wl-set-string-width): Accept negative value.
1135         (wl-line-parse-format): Added "%number(" and "%)".
1136
1137 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1138
1139         * wl-summary.el (wl-summary-line-list-count): Change format of the
1140         return value.
1141
1142 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
1143
1144         * wl-draft.el (wl-draft-beginning-of-line): New command imported
1145         from the recent message.el.
1146         (wl-draft-point-in-header-p): Ditto.
1147         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
1148         wl-draft-beginning-of-line.
1149         * wl-e21.el (wl-draft-mode-map): Ditto.
1150         * wl-xmas.el (wl-draft-mode-map): Ditto.
1151
1152         * wl-folder.el: Sort macrodefs by dependencies.
1153
1154 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1155
1156         * wl-summary.el (wl-summary-prev): Fixed regexp.
1157         (wl-summary-next): Ditto.
1158
1159 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1160
1161         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
1162
1163 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1164
1165         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
1166         for backward compatibility.
1167
1168 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1169
1170         * wl-summary.el (wl-summary-line-list-count): New function, merged
1171         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
1172         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
1173         list counts.
1174
1175 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl-summary.el (wl-summary-create-line): Ignore errors while
1178         timezone-fix-time.
1179
1180         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
1181
1182         * wl-summary.el (wl-summary-sync-update): Ditto.
1183         (wl-summary-default-from): Use wl-message-entity
1184         instead of entity.
1185
1186         * wl-summary.el (wl-summary-create-line): Fix.
1187
1188         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
1189         (wl-summary-line-format): New user option.
1190         (wl-folder-summary-line-format-alist): Ditto.
1191         (wl-summary-from-width): Abolished.
1192
1193         * wl-util.el (toplevel): Require 'bytecomp.
1194         (wl-line-parse-format): New function.
1195         (wl-line-formatter-setup): New macro.
1196
1197         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
1198         (wl-summary-buffer-line-formatter): New buffer local variable.
1199         (wl-summary-switch-to-clone-buffer): Follow the change above.
1200         (wl-summary-message-regexp): Fix.
1201         (wl-summary-from-func-internal): Abolished.
1202         (wl-summary-subject-func-internal): Ditto.
1203         (wl-summary-subject-filter-func-internal): Ditto.
1204         (All other related portions are changed.)
1205         (wl-summary-buffer-set-folder):
1206         Set up wl-summary-buffer-number-column and 
1207         wl-summary-buffer-line-formatter
1208         (All other related portions are changed.)
1209         (wl-summary-buffer-number-column-detect): Abolished.
1210         (All other related portions are changed.)
1211         (wl-summary-delete-all-status-marks-on-buffer): Removed.
1212         (wl-summary-delete-all-temp-marks-on-buffer): Use
1213         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
1214         (wl-summary-target-mark-delete): Ditto.
1215         (wl-summary-target-mark-refile-subr): Ditto.
1216         (wl-summary-target-mark-mark-as-read): Ditto.
1217         (wl-summary-target-mark-mark-as-unread): Ditto.
1218         (wl-summary-target-mark-mark-as-important): Ditto.
1219         (wl-summary-target-mark-save): Ditto.
1220         (wl-summary-replace-status-marks): Renamed from
1221         wl-summary-set-status-marks-on-buffer;
1222         Use wl-summary-message-regexp instead of
1223         wl-summary-buffer-number-regexp.
1224         (wl-summary-sync-update): Follow the change above.
1225         (wl-summary-goto-previous-message-beginning): New function.
1226         (wl-summary-mark-as-unread): Use it.
1227         (wl-summary-mark-as-important): Ditto.
1228         (wl-summary-line-formatter): New variable.
1229         (wl-summary-line-year): New function.
1230         (wl-summary-line-day): Ditto.
1231         (wl-summary-line-day-of-week): Ditto.
1232         (wl-summary-line-hour): Ditto.
1233         (wl-summary-line-minute): Ditto.
1234         (wl-summary-line-open-bracket): Ditto.
1235         (wl-summary-line-close-bracket): Ditto.
1236         (wl-summary-line-children-number): Ditto.
1237         (wl-summary-line-thread-indent): Ditto.
1238         (wl-summary-line-size): Ditto.
1239         (wl-summary-line-subject): Ditto.
1240         (wl-summary-line-from): Ditto.
1241         (wl-summary-line-children-and-from): Ditto.
1242         (wl-summary-create-line): Rewritten.
1243         (wl-summary-format-date): Abolished.
1244
1245         * wl-highlight.el (wl-highlight-summary-current-line): Use
1246         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
1247         Use thread structure to detect thread top message.
1248
1249         * wl-draft.el (wl-default-draft-cite): Don't use
1250         wl-summary-from-func-internal.
1251
1252         * wl-refile.el (wl-refile-subject-learn): Don't use
1253         wl-summary-subject-filter-func-internal.
1254         (wl-refile-guess-by-subject): Ditto.
1255
1256         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
1257         parameters.
1258
1259         * wl-thread.el (wl-thread-update-indent-string-region):
1260         Use wl-thread-update-line-on-buffer instead of
1261         wl-thread-update-indent-string.
1262         (wl-thread-update-children-number): Redefine using
1263         wl-thread-update-line-on-buffer.
1264         (wl-thread-update-indent-string): Abolished.
1265
1266         * Version number is increased to 2.9.11.
1267
1268 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
1271         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
1272         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
1273
1274         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
1275         as nil.
1276
1277         * wl-thread.el (wl-thread-open-all-unread): Use 
1278         elmo-folder-list-messages-mark-match.
1279         (wl-thread-insert-message): Removed argument `mark-alist'.
1280         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
1281         elmo-msgdb-set-mark.
1282         (wl-thread-get-children-msgs-uncached): Likewise.
1283         (wl-thread-get-exist-children): Added argument include-self.
1284         (wl-thread-delete-message): Follow the change above.
1285
1286         * wl-summary.el (wl-summary-count-unread): Removed argument.
1287         (wl-summary-rescan): Follow the change above.
1288         (wl-summary-mark-as-read-region): Ditto
1289         (wl-summary-mark-as-unread-region): Ditto.
1290         (wl-summary-delete-messages-on-buffer): Ditto.
1291         (wl-summary-sync-update): Ditto.
1292         (wl-summary-switch-to-clone-buffer): Ditto.
1293         (wl-summary-goto-folder-subr): Ditto.
1294         (wl-summary-target-mark-mark-as-read): Ditto.
1295         (wl-summary-target-mark-mark-as-unread): Ditto.
1296         (wl-summary-target-mark-mark-as-important): Ditto.
1297         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
1298         (wl-summary-update-thread): Removed argument `mark-alist'.
1299         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
1300         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
1301         (wl-summary-resume-cache-status): Likewise.
1302         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
1303         elmo-msgdb-set-mark.
1304         (wl-summary-mark-as-read-all): Likewise.
1305         (wl-summary-delete-cache): Ditto.
1306         (wl-summary-auto-select-msg-p): Ditto.
1307         (wl-summary-mark-as-unread): Ditto.
1308         (wl-summary-no-auto-refile-message-p): Ditto.
1309         (wl-summary-mark-as-read): Ditto.
1310         (wl-summary-mark-as-important): Ditto.
1311         (wl-summary-auto-refile): Follow the change above.
1312         (wl-summary-delete-all-marks): Removed.
1313         (wl-summary-resume-marks-and-highlight): Ditto.
1314         (wl-summary-resume-marks): Ditto.
1315         (wl-summary-delete-important-msgs-from-list): Ditto.
1316         (wl-summary-delete-canceled-msgs-from-list): Ditto.
1317
1318         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
1319         wl-summary-count-unread.
1320
1321         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1322         (wl-summary-score-update-all-lines): Use
1323         elmo-msgdb-set-mark.
1324
1325 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
1328         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
1329         (wl-summary-create-line): Renamed from
1330         wl-summary-overview-create-summary-line;
1331         Argument rearrangement.
1332         (wl-summary-update-thread): Follow the change above.
1333
1334         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
1335         (wl-thread-insert-entity-sub): Likewise.
1336
1337         * wl-summary.el (wl-summary-append-message-func-internal): Removed
1338         argument `overview', `mark-alist' and added `msgdb'.
1339
1340         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
1341
1342         * wl-summary.el (wl-summary-insert-summary): Changed argument.
1343         (wl-summary-rescan): Follow the change above.
1344         (wl-summary-sync-update): Ditto.
1345         (wl-summary-insert-thread-entity): Ditto;
1346         Don't use `let*' in every while loop;
1347         Detect infinite loop of threads.
1348         (wl-summary-update-thread): Removed argument `overview'.
1349
1350         * wl-thread.el (wl-thread-insert-message): Ditto.
1351
1352         * Version number is increased to 2.9.10.
1353
1354         * wl-message.el (wl-message-redisplay): Ignore errors while
1355         wl-message-redisplay-hook.
1356
1357 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1358
1359         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
1360
1361 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl.el (wl): inhibit-quit while wl-folder.
1364
1365 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
1366
1367         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
1368         while msgdb access.
1369
1370 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
1373         even if no folder is not created.
1374
1375 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
1378
1379         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
1380         implementation.
1381         (wl-summary-target-mark-thread): Ditto.
1382
1383         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
1384
1385 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1386
1387         * wl-util.el (wl-display-bytes): Remove unused function.
1388
1389 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1390
1391         * wl.el (wl-check-environment): Cause error when wl-from is nil,
1392         seems critical one (partially reverse the change in 2002/03/17).
1393
1394 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1395
1396         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
1397         * wl-draft.el (wl-draft-write-sendlog): Ditto.
1398
1399 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1400
1401         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
1402         is not writable.
1403         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
1404         plugged status instead of `'force' as 2nd argument.
1405
1406         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
1407         is not creatable.
1408
1409         * Version number is increased to 2.9.9.
1410
1411 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1412
1413         * wl-summary.el (wl-summary-suspend): New function.
1414
1415 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
1416
1417         * wl.el (wl): Do not check variables if check is nil.
1418         * wl-utils.el (wl-collect-draft): New function.
1419         * wl-folder.el (wl-folder-suspend): Put summary buffers
1420         and draft buffers at the end of buffer list.
1421         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
1422
1423 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
1426         loop instead of recursive call.
1427
1428         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
1429         2nd argument.
1430
1431 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1432
1433         * wl-draft.el (wl-draft-create-contents): Don't take neither
1434         (function . args) nor (string . something) any more.
1435
1436         * wl-version.el (wl-generate-user-agent-string): Return string
1437         without header symbol.
1438         * wl-draft.el (wl-draft-default-headers): Use it.
1439
1440         * wl-draft.el (wl-draft-trim-ccs): Renamed from
1441         `wl-draft-insert-ccs' and return field value instead of inserting
1442         the header. Abolish cc argument.
1443         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
1444
1445         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
1446         rather than one with string car.
1447
1448         * wl-vars.el (wl-draft-additional-header-alist): New variable.
1449         * wl-draft.el (wl-draft-create-contents): Add it after the default
1450         headers.
1451
1452         * wl-draft.el (wl-draft-create-contents): For the case of
1453         (symbol-or-string . function) insert header only when the function
1454         returns string value.
1455
1456 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1457
1458         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
1459         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
1460
1461 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1462
1463         * wl.el (wl-check-environment): Don't check Message-ID when
1464         `wl-insert-message-id' is nil.
1465         Revive checking if `wl-message-id-domain' contains "@".
1466
1467 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1468
1469         * wl.el (wl-check-environment): Merge examination for "@" at
1470         inappropriate position into the first string-match.
1471
1472         * wl-summary.el (wl-summary-target-mark-print): New function.
1473         (wl-summary-pipe-message-subr): Extracted from
1474         `wl-summary-pipe-message'.
1475         (wl-summary-target-mark-pipe): New function.
1476         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
1477         `wl-summary-target-mark-pipe'.
1478
1479 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1480
1481         * wl.el (wl-check-environment): Rewrite around Message-ID check.
1482
1483 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1484
1485         * wl.el (wl-check-environment): Use elmo-warning instead of
1486         error for non-critical ones.
1487         Remove trash folder check.
1488         (wl): Don't ignore error in wl-check-environment.
1489
1490         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
1491         check, which is moved from `wl-check-environment'.
1492         (Adviced by Teranishi-san [X-Mail-Count: 9661])
1493
1494 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1495
1496         * wl-summary.el (wl-summary-write-current-folder): If it cannot
1497         guess anything, call wl-summary-write.
1498         (wl-summary-write): Create draft with blank To field.
1499         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
1500
1501 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1502
1503         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
1504         argument full as well for wl-folder-write-current-folder.
1505         If wl-*-write-current-folder cannot guess addressee, add blank
1506         To header.
1507         Rewrite condition for positioning cursor.
1508
1509 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1510
1511         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
1512         summary buffer is present, use it.
1513         (wl-folder-jump-to-previous-summary): Ditto.
1514
1515 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1516
1517         * wl-draft.el (wl-draft-create-contents): Fix docstring.
1518
1519         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
1520         wl-summary-previous-buffer and wl-summary-next-buffer.
1521
1522         * wl-folder.el (wl-folder-mode-map): Bind
1523         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
1524         (wl-folder-jump-to-next-summary): New function.
1525         (wl-folder-jump-to-previous-summary): Ditto.
1526
1527         * wl-draft.el (wl-draft): Rearranged.
1528
1529 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1530
1531         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
1532         of header.
1533         (wl-draft): Collect arguments for the header as header-alist.
1534         (wl-draft-forward): Arrange arguments for wl-draft.
1535         (wl-draft-reply): Ditto.
1536         (wl-draft-edit-string): Ditto.
1537         * wl-summary.el (wl-summary-write): Ditto.
1538         (wl-summary-write-current-folder): Ditto.
1539
1540         * Version number is increased to 2.9.8.
1541
1542 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1543
1544         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
1545
1546         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
1547
1548         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
1549         even if the guess failed.
1550
1551         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
1552         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
1553         wl-summary-write-current-folder.
1554         * wl-xmas.el: Ditto.
1555
1556 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * wl-summary.el (wl-summary-next-page): Force display message if
1559         message is not displayed yet.
1560         (wl-summary-prev-page): Ditto.
1561
1562 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
1563
1564         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
1565
1566 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1567
1568         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
1569         add "Preview Message" and "Save Draft and Exit".
1570
1571 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1572
1573         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
1574         if addrmgr is called from draft in splitted window.
1575
1576         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
1577         * wl-mule.el: Ditto.
1578         * wl-xmas.el: Ditto.
1579
1580 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1581
1582         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
1583
1584         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
1585         * wl-xmas.el (wl-folder-toolbar): Ditto.
1586
1587 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1588
1589         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
1590         and wl-draft-save-and-exit.
1591         (wl-draft-toolbar): Add wl-draft-save-and-exit.
1592         * wl-xmas.el: Ditto.
1593         * wl-mule.el: Ditto.
1594
1595         * wl-folder.el (wl-folder-goto-draft-folder): New function.
1596         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
1597
1598 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
1601         lists for saving buffer.
1602
1603 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1604
1605         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
1606         parent-folder argument instead of it.
1607         (wl-draft-create-buffer): Ditto.
1608         (wl-draft-forward): Ditto.
1609         (wl-draft-reply): Ditto.
1610         * wl-summary.el (wl-summary-write): Ditto.
1611         (wl-summary-write-current-folder): Ditto.
1612
1613         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
1614         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
1615         Folder buffer after composing.
1616
1617 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
1620         header if the file `wl-x-face-file' already contains it.
1621
1622 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1623
1624         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
1625         folder" entry.
1626         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
1627         * wl-e21.el (wl-folder-toolbar): Ditto.
1628         * wl-xmas.el (wl-folder-toolbar): Ditto.
1629
1630 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1631
1632         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
1633         wl-folder-goto-folder with sticky argument.
1634         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
1635
1636 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
1639         and wl-summary-previous-buffer.
1640         (wl-summary-next-buffer): New function.
1641         (wl-summary-previous-buffer): Ditto.
1642
1643 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1644
1645         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
1646         wl-folder-jump-to-current-entity-with-arg.
1647         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
1648         `wl-folder-jump-to-current-entity'.
1649         * wl-summary.el (wl-summary-mode-map): Bind "G" for
1650         `wl-summary-goto-folder-sticky'.
1651         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
1652         `wl-summary-goto-folder'.
1653         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
1654         Unless force-exit, do not clean temp. marks for sticky summary.
1655         (wl-summary-goto-folder): Now the prefix argument means force-exit.
1656
1657 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
1658
1659         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
1660         not entire.
1661
1662 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
1665         to `C-x C-s'.
1666         (wl-summary-save-status): New command.
1667         (wl-summary-exit): Don't clean-up temp marks when sticky.
1668         (Applied patch from Nakayama-san [wl: 09548])
1669         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
1670         Do nothing when no mark data.
1671         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
1672         Call `wl-summary-delete-all-temp-marks' before saving.
1673
1674 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
1675
1676         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
1677
1678 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1679
1680         * wl.el (wl-check-environment): Also cause error when (system-name)
1681         returns "localhost.localdomain". (Although it doesn't affect because
1682         of condition-case, see change in 2002-01-23 by Teranisi-san.)
1683
1684 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1685
1686         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
1687         instead of wl-match-member with wl-folder-hierarchy-access-folders.
1688
1689         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1690         value.
1691
1692 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
1693
1694         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
1695         Likewise r-cc-list and r-ng-list.
1696
1697 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
1698
1699         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
1700         only if it is bound as variable.
1701
1702         * wl-mime.el (wl-draft-preview-message): Ditto.
1703
1704 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
1707         needless `goto-char'.
1708
1709         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
1710         `wl-summary-redisplay-no-mime-internal' instead of
1711         `wl-summary-redisplay-no-mime'.
1712         (wl-summary-redisplay-no-mime): Changed argument;
1713         Call `wl-summary-redisplay-no-mime-internal'.
1714
1715         * wl-mime.el (wl-draft-preview-message): Bind
1716         `mime-header-encode-method-alist' locally.
1717
1718         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
1719         (wl-draft-std11-parse-addresses): Added the first address check.
1720         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
1721
1722         * Version number is increased to 2.9.7.
1723
1724 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
1725
1726         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
1727
1728 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
1729
1730         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
1731         related to scrollbar support, if there is no such a feature
1732         compiled in.
1733
1734 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
1737         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
1738         for prefetch.
1739
1740 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
1741
1742         * wl-summary.el (wl-summary-pick): Fix for no match.
1743
1744 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1745
1746         * wl-draft.el (wl-draft-save):
1747         Override `mime-header-encode-method-alist'.
1748
1749 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1750
1751         * wl-folder.el (wl-folder-pick): New function.
1752         Define key as "?".
1753
1754 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1755
1756         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
1757         Fix for unplugged.
1758
1759 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1760
1761         * wl-folder.el (wl-folder-virtual): New function.
1762         Define key as "V".
1763
1764 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1765
1766         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
1767         multi folder if entity is group.
1768
1769 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1770
1771         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
1772         is nil.
1773
1774 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
1775
1776         * wl-summary.el (wl-summary-pick): Fix for killed messages.
1777         (wl-summary-target-mark-msgs): Return the number of marked messages.
1778
1779 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1780
1781         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
1782         "first:" is specified.
1783
1784 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1785
1786         * wl-vars.el (wl-from): Use return value of function
1787         user-full-name instead of the variable user-full-name since
1788         XEmacs-20.4 doesn't set this variable.
1789
1790 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
1793         call `wl' directly.
1794
1795 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
1796
1797         * wl-draft.el (wl-draft-reedit): Removed duplicated
1798         switch-to-buffers.
1799
1800 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * wl.el (wl-other-frame): Removed garbages.
1803
1804 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
1807
1808         * wl-xmas.el (wl-draft-key-setup): Ditto.
1809
1810         * wl-mule.el (wl-draft-key-setup): Ditto.
1811
1812         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
1813         (wl-draft-reedit): Ditto.
1814         (wl-draft-prepare-edit): Add `wl-draft-save' to
1815         `local-write-file-hooks'.
1816         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
1817         (wl-draft-reedit): Set buffer-file-name.
1818         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
1819
1820
1821         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
1822         call it.
1823         (wl-delete-startup-frame-function): New variable.
1824         (wl-other-frame): New function
1825         (Original was written by Yamaoka san [wl: 09239]).
1826
1827         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
1828         if `wl-folder-use-frame'.
1829
1830 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1831
1832         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
1833
1834 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1835
1836         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
1837         New variable.
1838         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
1839         (wl-message-buffer-prefetch-get-next): Use them.
1840         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
1841
1842 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
1845         with unwind-protect.
1846
1847         * wl-draft.el (wl-draft-reedit): Rewrite.
1848         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
1849         (wl-draft-save): Insert header separator if it does not exist;
1850         Removed condition-case.
1851
1852         * wl-summary.el (wl-summary-reedit): Revert last change.
1853
1854         * wl-draft.el (wl-draft-save): Rewrite.
1855         (wl-draft-create-buffer): Set buffer-file-name as nil.
1856
1857         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
1858
1859         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
1860
1861         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
1862         nil.
1863
1864 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1865
1866         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
1867         If count is nil, do not prefetch.
1868         (wl-message-buffer-prefetch-next): Next.
1869
1870 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1871
1872         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
1873
1874 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1875
1876         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
1877         `delete-backward-char'
1878         (wl-draft-prepare-edit): Check major-mode.
1879         (wl-draft-decode-header): Rewrite.
1880         (wl-draft): Fix.
1881
1882 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
1883
1884         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
1885
1886 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1887
1888         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
1889         (wl-message-buffer-prefetch-get-next): Remove size checking.
1890         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
1891
1892 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1893
1894         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
1895         (wl-draft-default-headers): Fix.
1896
1897 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1898
1899         * wl-draft.el (wl-draft-default-headers): Insert return value of
1900         `wl-generate-mailer-string-function'.
1901
1902 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
1903
1904         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
1905         (wl-draft-insert-mail-header-separator): Ditto.
1906
1907         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
1908         again (Reverted the change on 2002-01-17 by OKADA san).
1909
1910 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1911
1912         * wl-draft.el (wl-draft): Rewrite.
1913         (wl-draft-create-buffer): New function.
1914         (wl-draft-create-contents): Ditto.
1915         (wl-draft-prepare-edit): Ditto.
1916         (wl-draft-decode-header): Ditto.
1917         (wl-draft-decode-body): Ditto.
1918         (wl-draft-check-new-line): Ditto.
1919         (wl-draft-default-headers): Ditto.
1920         (wl-draft-insert-mail-header-separator): Ditto.
1921
1922 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1923
1924         * Version number is increased to 2.9.6.
1925
1926 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1927
1928         * wl-draft.el (wl-draft-delete-field): Optional argument.
1929         (wl-draft-delete-fields): Ditto.
1930
1931 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1932
1933         * wl-message.el (toplevel): Eliminated byte-compile warning.
1934         for `itimer-function', `delete-timer' and `itimer-list'.
1935
1936 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1937
1938         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
1939         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
1940         `wl-message-buffer-prefetch-threshold'.
1941         * wl-summary.el (wl-summary-redisplay-internal): Remove
1942         the check of `wl-message-buffer-prefetch-depth'.
1943
1944 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
1945
1946         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
1947         size of article.
1948         (wl-message-buffer-prefetch-subr): Remove size check.
1949
1950 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1951
1952         * wl-vars.el (wl-plugged): Make customizable.
1953
1954 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1955
1956         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
1957         (wl-message-buffer-prefetch-set-timer): New function.
1958         (wl-message-buffer-prefetch-get-next): New function.
1959         (wl-message-buffer-prefetch): New function.
1960         (wl-message-buffer-prefetch-next): Rewrite.
1961         (wl-message-buffer-prefetch-subr): Rewrite.
1962         * wl-vars.el (wl-auto-prefetch-first): New variable.
1963         * wl-summary.el (wl-summary-goto-folder-subr): Call
1964         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
1965
1966 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1967
1968         * wl-score.el (wl-summary-score-update-all-lines): Do not call
1969         `wl-summary-unread-message-hook'.
1970
1971 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1972
1973         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
1974         (wl-summary-sync): Call `wl-summary-resume-cache-status'
1975         if range is `cache-status'.
1976
1977 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1978
1979         * wl-message.el (wl-message-buffer-prefetch-subr):
1980         Improve debug message.
1981
1982 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1983
1984         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
1985         `wl-mail-send-pre-hook'.
1986         (wl-draft-send-mail-with-qmail): Ditto.
1987         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
1988
1989 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1990
1991         * wl-message.el (wl-message-buffer-prefetch-subr):
1992         Fix for cancel-function-timers bug.
1993         (wl-message-buffer-prefetch-debug): Default value is t.
1994
1995 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
1996
1997         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
1998         (wl-message-buffer-prefetch-subr): Rewrite.
1999         Rename from `wl-message-buffer-prefetch'.
2000
2001 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2002
2003         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
2004         (wl-default-draft-cite-decorate-author): Ditto.
2005
2006         * wl-draft.el (wl-draft-cite-function): Removed.
2007         (wl-default-draft-cite-decorate-author): Ditto.
2008
2009 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2010
2011         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
2012         (wl-default-draft-cite): Do not arrange author name if the value of
2013         `wl-default-draft-cite-decorate-author' is nil.
2014
2015 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
2018
2019         * wl-folder.el (wl-folder-check-one-entity): Don't care
2020         `elmo-folder-use-flag-p'.
2021
2022 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
2023
2024         * wl-folder (wl-folder-check-one-entity): Fix
2025         problem if unread is nil.
2026
2027 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2028
2029         * wl-address.el (wl-address-make-completion-list): Check whether
2030         the address is a group list.
2031         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
2032
2033 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
2036         The number of the messages of new and unread does not count
2037         correctly.
2038
2039         * wl-summary.el (wl-summary-count-unread): Changed to return
2040         `(new . unread)' instead of total.
2041         (wl-summary-sync-update): Follow the change above.
2042
2043         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
2044
2045 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2046
2047         * wl-address.el (wl-address-make-completion-list): Do not enclose
2048         address by " <" and ">" if associated realname is "".
2049         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
2050         This is against the promblem with group list in .addresses pointed
2051         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
2052
2053 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2054
2055         * wl-draft.el (wl-draft-write-sendlog): The first argument of
2056         message is a format control string.
2057         * wl-expire.el (wl-expire-append-log): Ditto.
2058         * wl-mime.el (wl-summary-burst-subr): Ditto.
2059         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
2060         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
2061
2062 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2063
2064         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
2065         wl.el (wl-check-variables): Rename from `wl-check-type'.
2066         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
2067         (wl-check-variables-2): New function.
2068         (wl): Call `wl-check-variables-2'.
2069
2070 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2071
2072         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
2073         after renaming folder in access group.
2074
2075 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2076
2077         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
2078         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
2079         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
2080         (wl-message-buffer-prefetch): Rewrite.
2081         (wl-message-buffer-prefetch-idle-time): Removed.
2082         * wl-summary.el (wl-summary-redisplay-internal):
2083         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
2084         Error check for `wl-message-buffer-prefetch-depht'.
2085
2086 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2087
2088         * Version number is increased to 2.9.5.
2089         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
2090
2091 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
2092
2093         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
2094         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
2095         Based on the patch written by
2096         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2097
2098 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
2099
2100         * wl-draft.el (wl-draft-raw-send): Fix for
2101         `wl-news-send-pre-hook'
2102
2103 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2104
2105         * wl-utils.el (wl-message-id-function): New variable.
2106         * wl-draft.el (wl-draft-insert-required-fields):
2107         Use `wl-message-id-function'.
2108
2109 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2110
2111         * wl-vars.el (wl-message-id-use-wl-from): New variable.
2112         * wl-utils.el (wl-draft-make-message-id-string):
2113         Use `wl-from' for domain part of Message-ID
2114         if `wl-message-id-use-wl-from' if non-nil.
2115         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
2116
2117 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2118
2119         * wl.el (wl): Call `wl-check-type'
2120         Do not 'condition-case'.
2121
2122 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2123
2124         * wl.el (wl-check-type): New function.
2125         (wl-check-type-variables): New variable.
2126
2127 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2128
2129         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
2130
2131 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
2132
2133         * wl-draft.el (wl-smtp-password-key): New function.
2134         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
2135         (wl-draft-send-mail-with-smtp): Ditto.
2136         (wl-draft-send-mail-with-pop-before-smtp): Fix.
2137
2138 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
2139
2140         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
2141         * wl-utils.el (wl-unique-id-suffix): Remove.
2142
2143 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
2144
2145         * Version number is increased to 2.9.4.
2146
2147 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
2148
2149         * wl-utils.el (wl-unique-id-suffix): New variable.
2150         (wl-unique-id): Use `wl-unique-id-suffix'
2151
2152 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
2155         instead of `elmo-msgdb-search'.
2156
2157         * Version number is increased to 2.9.3.
2158
2159 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
2160
2161         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
2162
2163 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
2164
2165         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
2166         (wl-draft-dispatch-message): Changed for send-later.
2167         (wl-draft-queue-flush): Ditto.
2168         (wl-draft): Clear `wl-sent-message-queued'.
2169         (wl-draft-reedit): Ditto.
2170         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
2171         * wl-vars.el (wl-draft-force-queuing): New variable.
2172         (wl-draft-force-queuing-mail): New variable.
2173         (wl-draft-force-queuing-news): New variable.
2174
2175 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
2176
2177         * wl-draft.el (wl-draft-hide): Removed `interactive'.
2178         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
2179
2180 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * Version number is increased to 2.9.2.
2183
2184 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * wl-draft.el (wl-draft-elide-region): New user command.
2187         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
2188
2189         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
2190         command `wl-draft-elide-region'.
2191         * wl-mule.el: Ditto.
2192         * wl-xmas.el: Ditto.
2193
2194 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
2197         (wl-biff-check-folder-async): Removed needless let.
2198
2199 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
2200
2201         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
2202         wl-folder-get-elmo-folder.
2203         (wl-biff-check-folder): Set `biff' argument of
2204         `wl-folder-check-one-entity'.
2205         (wl-biff-check-folder-async): Setup `biff' slot of folder.
2206
2207         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
2208         (wl-folder-check-one-entity): Added `biff' argument;
2209         Setup `biff' slot of folder.
2210
2211         * Version number is increased to 2.9.1.
2212
2213 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
2216         comment out and fixed.
2217         (wl-fldmgr-add-completion-subr): Ditto.
2218
2219         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
2220         and msgdb.
2221
2222         * wl.el (wl-toggle-plugged): Save summary view.
2223
2224 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
2227
2228 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
2231
2232 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * wl-e21.el (wl-e21-toolbar-configurations): Replace
2235         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
2236         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
2237
2238         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
2239         if it was failed.
2240         (wl-demo): Disable undo in the demo buffer.
2241
2242 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * wl-version.el (wl-version): Changed codename.
2245
2246         * Version number is increased to 2.9.0.
2247
2248 2001-12-14  Takuo KITAME <kitame@northeye.org>
2249
2250         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
2251         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
2252         (wl-folder-mark-as-read-all-current-entity): Ditto.
2253
2254 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-vars.el (wl-from-width): Define as obsolete variable.
2257         (wl-subject-length-limit): Ditto.
2258
2259         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
2260
2261         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
2262         wl-summary-save-view.
2263
2264         * wl.el (wl-save-status): Ditto.
2265         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
2266
2267         * wl-summary.el (wl-summary-save-view): Removed unused argument.
2268         (wl-summary-exit): Follow the change above.
2269         (wl-summary-goto-folder-subr): Ditto.
2270
2271         * wl-folder.el (wl-folder-create-subr): Don't use
2272         `elmo-folder-creatable-p'.
2273
2274 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2275
2276         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
2277
2278 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
2281         rather than bitmap on Emacs 21.
2282         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
2283         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
2284         for xbm if the new redisplay engine is not available.
2285
2286 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2287
2288         * wl-folder.el (wl-folder-init-hook): New hook.
2289         (wl-folder-init): Run `wl-folder-init-hook'.
2290
2291 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
2294
2295 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-acap.el (wl-acap-cache-filename): New variable.
2298         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
2299         (wl-acap-init): Use cache if no ACAP server found.
2300
2301 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2302
2303         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
2304         `wl-acap-original-msgdb-dir'.
2305
2306         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
2307         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
2308
2309         * wl-mime.el (wl-mime-save-directory): Renamed from
2310         `wl-mime-save-dir'.
2311
2312 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * wl-vars.el (wl-icon-dir): Fixed the docstring.
2315
2316         * wl-demo.el: Require `path-util'.
2317         (wl-demo-bitmap-mule-available-p): New internal variable.
2318         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
2319         `module-installed-p' instead.
2320         (wl-demo-insert-image): Use *.img file for a bitmap image.
2321         (wl-demo): Don't call the ascii demo recursively.
2322
2323 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2324
2325         * Version number is increased to 2.7.7.
2326
2327 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2328
2329         * wl.el (wl-exit): Eliminated byte-compile warning.
2330
2331 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
2334         obsolete variable using `elmo-define-obsolete-variable'.
2335         (wl-fetch-confirm-threshold): Ditto.
2336         (wl-cache-prefetch-folder-type-list): Ditto.
2337         (wl-cache-prefetch-folder-list): Ditto.
2338
2339 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
2342         (wl-demo-icon-name): Use Xmas logo at the end of the year.
2343         (wl-demo-insert-image): New function.
2344         (wl-demo-insert-text): New function.
2345         (wl-demo-image-type-alist): Redefine as a function.
2346         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
2347         (wl-demo-with-temp-file-buffer): Removed.
2348         (wl-logo-xpm): Removed.
2349         (wl-logo-xbm): Removed.
2350         (wl-logo-bitmap): Removed.
2351
2352 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
2353
2354         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
2355         (wl-expire-localdir-get-folder-function): New user option.
2356         (wl-expire-localdir-get-folder): New function.
2357         (wl-expire-localdir-date): Ditto.
2358
2359 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2360
2361         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
2362         value.  Refactoring `wl-folder-notify-deleted' is nil case.
2363         Fixed unread number mismatch when all-unread < unread.
2364
2365 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
2368         (wl-fetch-confirm-threshold): Ditto.
2369
2370         * wl-summary.el (wl-summary-confirm-appends): Removed.
2371         (wl-summary-sync-update): Don't refer
2372         `wl-summary-update-confirm-threshold' (It is now abolished).
2373
2374         * wl-message.el (wl-message-display-internal): Don't refer
2375         `wl-fetch-confirm-threshold' (It is now abolished).
2376
2377 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
2380
2381 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2382
2383         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
2384         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
2385         Change default value to nil.
2386         (wl-summary-indent-length-limit): The value can be nil, nil means
2387         unlimited.
2388
2389         * wl-summary.el: Don't set limit for indent length if the value of
2390         wl-summary-indent-length-limit is nil.
2391         If the value of wl-summary-width is nil, it means only that the width
2392         of summary is unlimited (nil doesn't mean that the indent length is
2393         unlimited).
2394
2395         * wl-thread.el: Ditto.
2396
2397 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
2398
2399         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
2400         be nil, nil means never confirm.
2401         * wl-summary.el (wl-summary-confirm-appends): Ditto.
2402
2403 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2404
2405         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
2406         means unlimited).
2407
2408 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
2409
2410         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
2411         Use `with-temp-buffer'.
2412
2413 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
2416         with new backquote style).
2417         (wl-folder-get-entity-from-buffer): Ditto.
2418
2419 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-version.el (nemacs-version): Eliminated.
2422         (wl-extended-emacs-version2): Ignore nemacs.
2423         (wl-extended-emacs-version3): Ditto.
2424
2425 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
2426
2427         * wl-vars.el (wl-draft-add-references): Set default value as nil.
2428         (wl-draft-add-in-reply-to): New variable.
2429         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
2430         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
2431         (wl-draft-yank-from-mail-reply-buffer): Use
2432         `wl-draft-add-in-reply-to'.
2433         (wl-draft-insert-current-message): Ditto.
2434
2435 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
2438         typo (kill->hide).
2439         (wl-message-buffer-prefetch-folder-type-list): Added elements
2440         `mark' and `cache' instead of `internal'.
2441
2442 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
2443
2444         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
2445         resume msgdb directory.
2446
2447 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl.el (wl-exit): Call `wl-acap-exit'.
2450
2451         * wl-summary.el (wl-summary-message-string): New function.
2452         (wl-summary-reedit): Use it.
2453         (wl-summary-resend-bounced-mail): Remove needless let.
2454         (wl-summary-supersedes-message): Ditto.
2455         (wl-summary-save): Ditto.
2456
2457         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
2458         (wl-acap-init): Set it.
2459         (wl-acap-exit): New function.
2460
2461 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2462
2463         * wl.el (wl-init): Revert (require 'mime-setup). move from
2464         toplevel.
2465
2466 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2467
2468         * wl-summary.el (wl-summary-write-current-folder): Remove unused
2469         local variables.  Add error when guess function return invalid
2470         value.
2471
2472 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2473
2474         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
2475         Change local variable name.
2476         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
2477         (wl-folder-get-newsgroups): Return nil when non-news folder.
2478         * wl-summary.el (wl-summary-write-current-folder): State through
2479         when guess-list return nil.
2480         (wl-summary-write-current-folder-functions): Fixed docstring.
2481
2482         * wl.el (wl-exit): Changed confirm message.
2483
2484         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
2485         * wl-draft.el (wl-draft): Remove verbose `featurep'.
2486
2487         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
2488
2489 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
2492         user option (Renamed from wl-cache-prefetch-folder-type-list).
2493         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
2494         from wl-cache-prefetch-folder-list).
2495
2496         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
2497         Move to wl-vars.el.
2498         (wl-message-buffer-prefetch-p): Changed to enable
2499         `wl-message-buffer-prefetch-folder-list'.
2500
2501         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
2502         `ignore-cache'.
2503
2504 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
2505
2506         * wl-draft.el (wl-draft-config-sub-func-alist): Added
2507         `part-top' and `part-bottom'.
2508         (wl-draft-config-sub-part-top): New function.
2509         (wl-draft-config-sub-part-bottom): New function.
2510
2511 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2512
2513         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
2514
2515 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
2516
2517         * wl-folder.el (wl-folder-get-newsgroups): Fix.
2518
2519 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2520
2521         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
2522
2523         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
2524         (wl-summary-write-current-folder): Ditto.
2525
2526 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
2527
2528         * wl-folder.el (wl-folder-get-newsgroups): Use
2529         `elmo-folder-newsgroups'.
2530
2531 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
2532
2533         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
2534         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
2535         `wl-draft-config-sub-header-bottom'.
2536
2537 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2538
2539         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
2540         localnews folder.
2541
2542 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2543
2544         * wl-summary.el (wl-summary-mode): Undo last change.
2545
2546         * wl-folder.el (wl-folder-mode): Ditto.
2547
2548 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2549
2550         * wl-summary.el (wl-summary-mode): Locally set
2551         truncate-partial-window-width to nil.
2552         (for XEmacs)
2553
2554         * wl-folder.el (wl-folder-mode): Ditto.
2555
2556 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2557
2558         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
2559
2560 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
2563         number.
2564
2565         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
2566
2567         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
2568
2569         * Version number is increased to 2.7.6.
2570
2571 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
2574
2575 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-summary.el (wl-summary-sync-update): Enclose network
2578         related portion with `unwind-protect'.
2579
2580 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
2583
2584 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
2587         element.
2588         * wl-vars.el (wl-message-body-button-alist): Ditto.
2589
2590         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
2591         max match length.
2592         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
2593
2594         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
2595         for the max match length;
2596         Use 4th element value for the button string regexp group.
2597
2598         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
2599         candidate exists, prompt to select.
2600
2601 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2602
2603         * wl-summary.el (wl-summary-jump-to-msg): Search before
2604         calibration point by `beginning-of-line'.
2605
2606 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
2609         for access group.
2610
2611 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-message.el (wl-message-display-internal): Bind
2614         `default-mime-charset'.
2615
2616         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
2617
2618         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
2619
2620         * Version number is increased to 2.7.5.
2621
2622 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-expire.el (wl-summary-archive): Fixed;
2625         Use `elmo-folder-name-internal'.
2626
2627 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
2630         from `elmo-folder-move-messages' caller.
2631         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2632
2633         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
2634         related portions are changed).
2635
2636 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
2639         counter.
2640
2641 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2642
2643         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
2644         buffer local and set it to nil.
2645
2646         * wl-message.el (wl-message-redisplay): Ditto.
2647
2648 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-summary.el (wl-summary-mark-as-important): If message is
2651         already cached, set messag as read, otherwise encache and mark as read.
2652
2653 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2654
2655         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
2656         point-min.
2657
2658 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
2661         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
2662         a keymap.
2663
2664 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
2667         parent.
2668
2669         * wl-mule.el (wl-message-define-keymap): Ditto.
2670
2671         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
2672
2673         * wl-xmas.el (wl-message-display-internal-hook): Define.
2674         (wl-xmas-setup-message-toolbar): Define as function.
2675         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
2676         (wl-message-overload-functions): Abolished.
2677         (wl-message-define-keymap): New function.
2678
2679         * wl-vars.el (wl-message-display-internal-hook): New variable.
2680         (wl-message-header-button-alist): New variable (Renamed from
2681         wl-highlight-message-header-button-alist).
2682         (wl-message-body-button-alist): Ditto.
2683
2684         * wl-mule.el (wl-message-define-keymap): New function.
2685         (wl-message-overload-functions): Abolished.
2686
2687         * wl-message.el (wl-message-add-buttons-to-body): New function.
2688         (wl-message-redisplay): Don't call wl-message-overload-functions;
2689         Call wl-message-add-buttons-to-header and
2690         wl-message-add-buttons-to-body.
2691         (wl-message-display-internal): Set keymap argument for
2692         elmo-mime-display-as-is, elmo-mime-message-display;
2693         Run wl-message-display-internal-hook.
2694         (wl-message-refer-article-or-url): Abolished.
2695
2696         * wl-highlight.el (wl-highlight-headers): Don't call
2697         wl-highlight-message-add-buttons-to-header.
2698         (wl-highlight-message-add-buttons-to-header): Abolished.
2699
2700
2701         * wl-e21.el (wl-message-display-internal-hook): Define.
2702         (wl-e21-setup-toolbar): Deleted duplicated binding.
2703         (wl-e21-setup-message-toolbar): Define as function.
2704         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
2705         (wl-message-define-keymap): New function.
2706         (wl-message-overload-functions): Abolished.
2707
2708 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
2711         and elmo-folder-close.
2712
2713         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
2714
2715 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2716
2717         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
2718         boolean value.
2719         * wl-draft.el (wl-draft-do-fcc): Ditto.
2720
2721 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2722
2723         * wl-vars.el (wl-fcc-force-as-read): New variable.
2724         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
2725         mark copied message as read.
2726
2727 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
2728
2729         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
2730
2731 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2732
2733         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
2734         `wl-summary-target-above' instead of obsolete variable
2735         `wl-summary-temp-above'.
2736
2737         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
2738         instead of `make-obsolete-variable'.
2739         * wl-refile.el (toplevel): Ditto.
2740
2741 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2742
2743         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
2744         with third argument t.
2745         (wl-draft): Set first argument for wl-plugged-init as t.
2746
2747         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
2748         definition.
2749
2750 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2751
2752         * wl-vars.el: Tabify.
2753         (wl-biff-notify-hook): Use `ding' instead of `beep'.
2754
2755         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
2756         message.
2757
2758 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2759
2760         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
2761         and set default to beep.
2762
2763 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2764
2765         * wl-vars.el (wl-draft-truncate-lines): New variable.
2766
2767         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
2768         instead of wl-message-truncate-lines for truncate-lines.
2769
2770 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl-message.el (wl-message-display-internal): Call
2773         `wl-highlight-message' after `elmo-mime-display-as-is'.
2774
2775         * wl-mime.el (wl-mime-display-text/plain): New function.
2776         (wl-mime-display-header): Ditto.
2777         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
2778         body-presentation-method for text/plain;
2779         Register `wl-mime-display-header' as a header-presentation-method;
2780         Don't set up `elmo-message-text-content-inserted-hook' and
2781         `elmo-message-header-inserted-hook'.
2782
2783         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
2784         variable.
2785         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
2786         as t if flag is 'all-header;
2787         Don't bind `elmo-message-ignored-field-list',
2788         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
2789
2790 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
2793         for xemacs with non-mule environment.
2794
2795 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2796
2797         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
2798         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
2799         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
2800
2801 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2802
2803         * wl-vars.el (wl-interactive-send): Set default value as t.
2804
2805 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2806
2807         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
2808         (wl-addrmgr-method-list): Abolished.
2809         (wl-addrmgr-change-method): Follow above change.
2810
2811         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
2812
2813 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2814
2815         * wl-vars.el (wl-message-truncate-lines): Change default value
2816         to default-truncate-lines.
2817
2818         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
2819
2820 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2821
2822         * wl-vars.el (wl-message-truncate-lines): New variable.
2823
2824         * wl-message.el (wl-message-redisplay): Set truncate-lines using
2825         wl-message-truncate-lines.
2826
2827 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2828
2829         * wl-acap.el (wl-acap-init): Remove period from error message.
2830         (wl-acap-find-acap-service): Remove period from message.
2831
2832 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl.el (wl-check-environment): Undo last change.
2835
2836         * wl-vars.el (wl-from): Changed default value.
2837
2838         * wl-util.el (toplevel): Don't require tm-edit.
2839
2840         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
2841         `wl-folder-init';
2842         Don't set mark on mail body.
2843         (wl-draft-reedit): Ditto.
2844
2845         * wl-address.el (wl-address-quote-specials): Define as an alias for
2846         elmo-address-quote-specials.
2847
2848 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
2851
2852         * wl-vars.el (wl-from): Set default value as nil.
2853         (wl-organization): Set default value as ORGANIZATION environment
2854         variable.
2855
2856         * wl-draft.el (wl-smtp-extension-bind): Check value of
2857         wl-smtp-connection-type.
2858
2859         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
2860         error.
2861
2862 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2863
2864         * Version number is increased to 2.7.4.
2865
2866         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
2867         arguments from `wl-highlight-x-face-function' caller.
2868         Use x-face-1.3.6.12 or later.
2869
2870 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
2871
2872         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
2873
2874 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2875
2876         * wl-vars.el (wl-summary-width): Fix type to accept nil.
2877         (wl-fcc): Fix to accept function.
2878         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
2879
2880 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2881
2882         * wl-acap.el (toplevel): Added `product-provide' declare.
2883         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
2884
2885 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl.el (wl): Changed order of calling `elmo-init'
2888         and `elmo-folder-init'.
2889
2890 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-mime.el (wl-summary-burst): Extract message when content-type
2893         of root entity is not only `multipart' but also `message/rfc822'.
2894         (wl-summary-burst-subr): Ditto.
2895
2896 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-vars.el (toplevel): Require 'custom.
2899         (wl-trash-folder): Added to `wl-setting' group.
2900
2901         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
2902         exists.
2903         (wl-addrmgr-draw): Insert empty line when no entry exists.
2904
2905         * wl-mule.el (wl-message-wheel-up): Fixed.
2906         (wl-message-wheel-down): Ditto.
2907
2908 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2909
2910         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
2911         config is an anonymous lambda expression.
2912
2913 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
2916         when Mule 2 is running.
2917
2918 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
2921
2922 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
2925         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
2926
2927         * wl-address.el (wl-address-specials-regexp): Eliminated.
2928         (wl-address-quote-specials): Rewrite.
2929
2930 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
2933         shy-groups for regexp.
2934
2935         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
2936         character classes and Perl style shy-groups for regexp.
2937         (wl-highlight-plugged-current-line): Use Posix style character
2938         classes for regexp.
2939         (wl-e21-highlight-folder-by-numbers): Ditto.
2940         (wl-e21-display-image-p): Use `display-images-p' instead of
2941         `display-graphic-p'.
2942         (display-images-p): Make an alias to `display-graphic-p' if it is
2943         not available.  It is for Emacs version prior to 21.0.105.
2944
2945         * wl-demo.el (wl-demo): Use `display-images-p' instead of
2946         `display-graphic-p'.
2947         (wl-demo-image-type-alist): Ditto.
2948         (display-images-p): Make an alias to `display-graphic-p' if it is
2949         not available.  It is for Emacs version prior to 21.0.105.
2950
2951 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2952
2953         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
2954         support.
2955         (wl-generate-user-agent-string): Ditto.
2956
2957         * wl-version.el (wl-version): Update docsting.
2958         (wl-version-status): Ditto.
2959
2960 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2961
2962         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
2963         21.0.105.  For Emacs 21.0.104 or earlier.
2964
2965 2001-09-03  Takuo KITAME <kitame@northeye.org>
2966
2967         * wl-e21.el (wl-plugged-init-icons): Use
2968         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
2969         (wl-biff-init-icons): Ditto.
2970
2971 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-highlight.el (wl-highlight-summary-current-line):
2974         Fixed highlighting refile/copy destination.
2975
2976         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
2977         (wl-acap-store): Encode string by wl-acap-coding-system.
2978
2979 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-acap.el (toplevel): Check and require 'un-define before
2982         'xemacs-ucs;
2983          Added checking for UTF-2000.
2984
2985 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
2986
2987         * wl-acap.el (toplevel): Require 'un-define before 'wl;
2988         Don't enclose with `eval-and-compile'.
2989
2990         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
2991         wl-init is non-nil.
2992
2993         * wl-draft.el (wl-draft): Ditto.
2994
2995         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
2996
2997         * wl-acap.el (toplevel): Require 'wl.
2998         (wl-acap-store): Call `elmo-init'.
2999
3000         * wl.el (wl): Changed position of `wl-check-environment'.
3001         (toplevel): Added autoload setting for wl-acap.
3002
3003         * wl-vars.el (wl-setting): New custom group.
3004         (wl-from): Added wl-setting group.
3005         (wl-user-mail-address-list): Ditto.
3006         (wl-organization): Ditto.
3007         (wl-subscribed-mailing-list): Ditto.
3008         (wl-envelope-from): Ditto.
3009         (wl-smtp-posting-user): Ditto.
3010         (wl-smtp-posting-server): Ditto.
3011         (wl-smtp-posting-port): Ditto.
3012         (wl-smtp-authenticate-type): Ditto.
3013         (wl-pop-before-smtp-user): Ditto.
3014         (wl-pop-before-smtp-server): Ditto.
3015         (wl-pop-before-smtp-port): Ditto.
3016         (wl-pop-before-smtp-authenticate-type): Ditto.
3017         (wl-nntp-posting-server): Ditto.
3018         (wl-nntp-posting-user): Ditto.
3019         (wl-nntp-posting-port): Ditto.
3020         (wl-fetch-confirm-threshold): Ditto.
3021         (wl-prefetch-threshold): Ditto.
3022         (wl-thread-insert-opened): Ditto.
3023         (wl-ldap-server): Ditto.
3024         (wl-ldap-port): Ditto.
3025         (wl-ldap-base): Ditto.
3026         (wl-ldap-objectclass): Ditto.
3027         (wl-use-ldap): Ditto.
3028         (wl-draft-config-alist): Ditto.
3029         (wl-draft-config-matchone): Ditto.
3030         (wl-template-alist): Ditto.
3031         (wl-message-sort-field-list): Ditto.
3032         (wl-message-ignored-field-list): Ditto.
3033         (wl-message-visible-field-list): Ditto.
3034         (wl-interactive-send): Ditto.
3035         (wl-summary-move-order): Ditto.
3036         (wl-auto-select-first): Ditto.
3037         (wl-auto-select-next): Ditto.
3038         (wl-interactive-save-folders): Ditto.
3039
3040         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
3041         Initialization codes are moved from wl-local-folder-init.
3042         (wl-local-folder-init): Follow the change above.
3043         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
3044
3045         * wl-acap.el: New file.
3046
3047         * Version number is increased to 2.7.3.
3048
3049 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
3050
3051         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
3052
3053 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
3054
3055         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
3056         (wl-addrmgr-address-entry-list): Ditto.
3057
3058 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-e21.el (wl-draft-mode-map): Removed binding for
3061         `wl-draft-insert-x-face-field'.
3062
3063         * wl-mule.el (wl-draft-mode-map): Ditto.
3064
3065         * wl-xmas.el (wl-draft-mode-map): Ditto.
3066
3067         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
3068         (wl-cs-autoconv): Ditto.
3069         (wl-cs-local): Ditto.
3070         (wl-use-scoring): Ditto.
3071         (wl-mime-charset): Ditto.
3072         (wl-folder-check-async): Ditto.
3073
3074         * wl.el (toplevel): Ignore nemacs and tm.
3075         (wl-exit): Ditto.
3076
3077         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
3078         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
3079         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
3080         instead of wl-address-petname-add-or-change.
3081         (wl-summary-edit-addresses-subr): Use wl-address-delete
3082         instead of wl-address-petname-delete.
3083
3084         * wl-util.el (wl-as-coding-system): Ignore nemacs.
3085
3086         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
3087         if error occured.
3088
3089         * wl-message.el (require): Remove tm support.
3090
3091         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
3092
3093         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
3094         (wl-folder-jump-to-current-entity): Ditto.
3095         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
3096
3097         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
3098         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
3099         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
3100
3101         * wl-mule.el (wl-draft-key-setup): Ditto.
3102
3103         * wl-xmas.el (wl-draft-key-setup): Ditto.
3104
3105         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
3106         (wl-draft-std11-parse-addresses): New function.
3107         (wl-draft-parse-mailbox-list): Use it.
3108         (wl-draft): Ignore nemacs.
3109         (wl-draft-reedit): Ditto.
3110
3111         * wl-addrmgr.el: New file.
3112         (Original is wl-rcpt.el written by
3113         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
3114         Thanks Kitamoto-san.)
3115
3116         * wl-address.el (wl-address-make-address-list): Modified parsing
3117         process.
3118         (wl-address-delete): Renamed from `wl-address-petname-delete';
3119         Modify wl-address-list too.
3120         (wl-address-add-or-change): Renamed from
3121         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
3122
3123 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
3124
3125         * wl-highlight.el (wl-highlight-summary-current-line):
3126           Work with transient-mark-mode
3127
3128 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
3129
3130         * Version number is increased to 2.7.2.
3131
3132         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
3133         instead of elmo-dop-queue-method.
3134
3135 2001-08-06  SAITO Atsunori <sai@yedo.com>
3136
3137         * wl-vars.el (wl-ldap-objectclass): New user option.
3138
3139         * wl-address.el (wl-ldap-make-filter): Use it.
3140
3141 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
3144
3145 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-folder.el (wl-folder): redisplay after folder insertion.
3148
3149         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
3150
3151         * wl-summary.el (wl-summary-sync-update):
3152         Change status mark only when new-msgdb exists.
3153         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
3154
3155 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-summary.el (wl-summary-open-folder): New function.
3158         (wl-summary-goto-folder-subr): Use it.
3159         (wl-summary-mark-as-important): Fix;
3160         Encache only when no cache exists.
3161
3162 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3163
3164         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
3165         Use with-current-buffer.
3166
3167 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3168
3169         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
3170         before call `get-buffer'. Fixed parenthesis.
3171         (wl-score-get-header-entry): Clear message and help window when
3172         keyboard quit.
3173         (wl-score-edit-insert-header): Ditto.
3174
3175 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3176
3177         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
3178         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
3179         (wl-default-draft-cite): Fix.
3180
3181         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
3182         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
3183
3184 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3185
3186         * wl-message.el (wl-message-prev-page): Do same bahavior
3187         as summary when it is called in the message buffer.
3188         (wl-message-next-page): Ditto.
3189
3190 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-forward): Use cache if it is not
3193         section cache.
3194
3195 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-vars.el: Changed file coding system to ISO-2022-JP.
3198         Removed redundant require of elmo-vars.
3199         (wl-biff-state-indicator-on): Changed default value for
3200         xemacs with non-mule environment.
3201
3202         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3203         wl-message-buffer is nil;
3204         Hide progress bar after moving messages.
3205
3206 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
3209         message at cursor point is deleted.
3210
3211 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-vars.el: Changed file coding system to euc-japan.
3214         Added -*-coding:-*- magic to the first line.
3215
3216         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
3217         Search parent from the first message.
3218
3219         * Version number is increased to 2.7.1.
3220
3221 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
3222
3223         * wl-vars.el: Fix file coding system to ISO-2022-JP.
3224
3225 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
3228         refile/delete execution.
3229
3230         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
3231         Fixed docstring.
3232
3233 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
3236         do update process;
3237         Don't update marks when update process is interrupted.
3238
3239 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
3240
3241         * wl-summary.el (wl-summary-reply): Fixed problem when
3242         wl-draft-use-frame is non-nil.
3243         (wl-summary-forward): Ditto.
3244
3245         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
3246         as nil.
3247         (wl-folder-mark-as-read-all-entity): Ditto.
3248         (wl-folder-prefetch-entity): Ditto.
3249
3250         * wl.el (wl): Check environment before wl-init.
3251
3252         * wl-summary.el (wl-summary-collect-unread): Eliminated.
3253         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
3254         instead of wl-summary-collect-unread.
3255         (wl-summary-reply): Split message window.
3256
3257 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
3260         only if current language environment is japanese,
3261
3262         * wl-folder.el (wl-folder-jump-to-current-entity): Call
3263         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
3264         (wl-folder-goto-folder-subr): Ditto.
3265
3266         * wl-draft.el (wl-draft-dispatch-message): Call
3267         `elmo-file-cache-get-path'.
3268
3269 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-summary.el (wl-summary-cursor-move): If return value of
3272         wl-summary-next-message is not number, don't jump.
3273
3274 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-summary.el (wl-summary-buffer-next-message-function): New
3277         variable.
3278         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
3279         if it is bound.
3280
3281         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
3282         string.
3283
3284         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
3285         (wl-plugged-drawing): Ditto.
3286
3287 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
3290         process.
3291         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
3292         with unwind-protect.
3293
3294         * wl.el (wl-init): Require mime-setup.
3295         (wl-check-environment): Don't require mime-setup.
3296
3297         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
3298         instead of elmo-folder-type.
3299
3300         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
3301         value as nil.
3302
3303 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * Version number is increased to 2.7.0.
3306
3307         * wl-version.el (wl-version): Changed codename.
3308
3309         * wl-summary.el (wl-summary-delete-cache): Fixed.
3310
3311         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3312         Workaround for net folders.
3313         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
3314
3315         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
3316         value to nil (According to the patch from
3317         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
3318
3319         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
3320         of elmo-folder-close.
3321
3322 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
3323
3324         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
3325         for postfix.
3326
3327 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-summary.el (wl-summary-resend-message): Fixed.
3330
3331         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
3332         Call wl-draft with `from' argument if its address is included in
3333         `wl-user-mail-address-list'.
3334         (wl-draft): Added `from' argument.
3335
3336         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
3337         non-nil.
3338         (wl): Don't show demo if wl-demo is nil.
3339
3340         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
3341         wl-summary-use-frame.
3342
3343         * wl-vars.el (wl-summary-use-frame): New user option.
3344         (wl-folder-use-frame): Changed docstring.
3345
3346         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
3347         non-nil.
3348         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
3349         wl-summary-use-frame.
3350
3351         * wl-vars.el (wl-folder-use-frame): New user option.
3352
3353         * wl-summary.el (wl-summary-exit): Back to folder frame if
3354         wl-folder-use-frame is non-nil.
3355         (wl-summary-redisplay-internal): Ignore cache if current folder
3356         is draft folder,
3357         (wl-summary-redisplay-no-mime): Ditto.
3358         (wl-summary-redisplay-all-header): Ditto.
3359
3360         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
3361         if wl-folder-use-frame is non-nil.
3362
3363 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-summary.el (wl-summary-sync-update): Bind
3366         elmo-folder-update-threshold.
3367         (wl-summary-mark-as-important): Enclosed server mark processing
3368         with `save-match-data'.
3369
3370         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
3371         only when it is already defined.
3372
3373 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3374
3375         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
3376         name of folder exclude localdir is wrong.
3377         * wl-folder.el (wl-folder-sync-entity):
3378         Set `wl-summary-always-sticky-folder-list' as nil.
3379         (wl-folder-mark-as-read-all-entity): Ditto.
3380         (wl-folder-prefetch-entity): Ditto.
3381
3382 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
3383
3384         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
3385         instead of `wl-summary-write-current-newsgroup'.
3386
3387 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3388
3389         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
3390         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
3391         non-nil and selected message is important, do not display.
3392
3393 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
3394
3395         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
3396
3397 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
3400
3401         * wl-summary.el (wl-summary-mark-as-important): Set message number
3402         using wl-summary-message-number.
3403
3404 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
3407         destination folder is 'null.
3408
3409 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3410
3411         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
3412         New function.
3413         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
3414         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
3415         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3416
3417 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-mime.el (wl-mime-setup): Added setting for
3420         `mime-setup-signature-key-alist' to avoid overriding key bind for
3421         `wl-draft-send'.
3422
3423         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
3424         for `wl-draft-send'.
3425         * wl-mule.el (wl-draft-overload-functions): Ditto.
3426         * wl-xmas.el (wl-draft-overload-functions): Ditto.
3427         * wl-draft.el (wl-draft-send): Ditto.
3428
3429         * wl-message.el (wl-message-display-internal):
3430         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
3431         (Patch is provided by <kita@coe.nttdata.co.jp>).
3432
3433 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
3434
3435         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
3436
3437 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3438
3439         * wl.el (wl): Fix for wl-demo.
3440
3441 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3442
3443         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
3444
3445 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3446
3447         * wl-folder.el (wl-folder-prefetch-entity): Use
3448         `wl-folder-get-elmo-folder'.
3449         (wl-folder-count-incorporates): Do not use
3450         `wl-folder-get-elmo-folder'.
3451
3452 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
3453
3454         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
3455         instead of `elmo-folder-get-type'.
3456
3457 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3458
3459         * wl-summary.el (wl-summary-write-current-folder): Set cursor
3460         position on Subject: field.
3461         (Advised by Mito <mit@nines.nec.co.jp>)
3462
3463 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-folder.el (wl-folder-prefetch-entity): Use
3466         `wl-folder-get-elmo-folder'.
3467
3468 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
3469
3470         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
3471
3472         * wl-summary.el (wl-summary-buffer-set-folder): Set up
3473         `process-duplicates' slot.
3474
3475         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
3476         if detection failed.
3477
3478 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3479
3480         * wl-version.el (wl-version-status): Set to "alpha".
3481
3482 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
3485         Check wl-message-buffer lives before set-buffer.
3486
3487 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3488
3489         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
3490         called in folder mode.
3491         * wl-var.el (wl-summary-exit-pre-hook): New variable.
3492         * wl-summary.el (wl-summary-exit-pre-hook): Run
3493         `wl-summary-exit-pre-hook' before exit summary mode.
3494
3495 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3496
3497         * wl-version.el (wl-version-status): New variable.
3498         (wl-version-status-alist): Removed.
3499         (wl-version-status): Rule included.
3500
3501 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
3504         @sponichi.
3505
3506         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
3507         when `mail-reply-buffer' is buffer-local variable.
3508         (Reported by <kita@coe.nttdata.co.jp>).
3509
3510 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
3511
3512         * wl-vars.el (toplevel): Require 'elmo-util.
3513
3514 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
3517         (All other related portions are changed)
3518
3519         * wl.el (wl-plugged-change): Use '<' instead of '<='.
3520
3521         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
3522
3523 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3524
3525         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
3526
3527 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
3530         Delete other windows to avoid an error.
3531         Use `point-marker' instead of `point' to remember the start point
3532         of body.
3533
3534         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
3535
3536         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
3537         number not to exceed all message number.
3538
3539 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3540
3541         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
3542         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
3543
3544 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-summary.el (wl-summary-sync-force-update): Added argument
3547         no-check.
3548         (wl-summary-sync-update): Ditto.
3549         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
3550         with `no-check'.
3551
3552         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
3553         (wl-message-buffer-prefetch-next): Don't run timer if timer is
3554         already running.
3555
3556 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
3557
3558         * wl-expire.el (wl-expire-archive-get-folder): Added argument
3559         `dst-folder-arg'.
3560         (wl-expire-archive-number1): Diito.
3561         (wl-expire-archive-number2): Diito.
3562         (wl-expire-archive-Date): Diito.
3563         (wl-archive-number1): Diito.
3564         (wl-archive-number2): Diito.
3565         (wl-archive-date): Diito.
3566         (wl-archive-folder-p): New function.
3567         (wl-summary-expire): Support of expand folder name at
3568         wl-expire-alist.
3569         * wl-util.el (wl-expand-newtext): Renamed from
3570         `wl-refile-expand-newtext'.
3571
3572 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3573
3574         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
3575         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
3576         `(elmo-msgdb-get-overview msgdb)'.
3577         (wl-summary-prefetch): Bind match data before call
3578         `wl-summay-prefetch-msg'.
3579         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
3580         'off if `wl-summary-buffer-disp-msg' is non-nil.
3581         Fixed problem that couldn't show only one new or unread message when
3582         enter folder.
3583         (wl-summary-reply): Don't call `split-window-vertically' and other
3584         window.
3585
3586 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-expire.el (wl-expire-refile): Fixed.
3589
3590 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-vars.el (wl-biff-unnotify-hook): New variable.
3593
3594         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
3595         biff notification is removed.
3596
3597         * wl.el (wl): Changed position of `elmo-init'.
3598
3599         * wl-draft.el (wl-default-draft-cite): Use date field
3600         on the citation buffer.
3601
3602         * wl-vars.el (wl-shimbun-folder-icon): New variable.
3603
3604         * wl-xmas.el (wl-folder-internal-icon-list): Added
3605         `wl-folder-shimbun-image'.
3606
3607         * wl-e21.el (wl-folder-internal-icon-list): Added
3608         `wl-folder-shimbun-image'.
3609
3610 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl.el (wl-init): Eliminated argument.
3613         (wl): Rewrite.
3614
3615         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
3616         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
3617         instead of `elmo-folder-msgdb-internal'.
3618         (wl-summary-sync-update): Ditto.
3619         (wl-summary-flush-pending-append-operations): Eliminated.
3620         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
3621         (wl-summary-goto-folder-subr): Set load-msgdb argument of
3622         `elmo-folder-open'.
3623
3624         * wl-mime.el (wl-summary-burst): Fixed.
3625
3626         * wl-folder.el (wl-folder-info-save): Check data type.
3627
3628         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
3629         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
3630         instead of `elmo-folder-msgdb-internal'.
3631         (wl-expire-hide): Ditto.
3632
3633
3634         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
3635
3636 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3637
3638         * wl-folder.el (wl-folder-write-current-folder): Support petname.
3639
3640 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
3641
3642         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
3643
3644 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3645
3646         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
3647         Fixed `match-beginning' argument mismatch.
3648
3649 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
3650
3651         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
3652         the default value.
3653
3654 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
3657         instead of `elmo-nntp-default-port'.
3658
3659         * wl-vars.el: Fixed some doc strings.
3660
3661 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * wl-summary.el (wl-summary-prefetch-msg): Use
3664         `elmo-msgdb-overview-get-entity' instead of `assoc'.
3665
3666         * wl-vars.el: Define *-func as obsolete variable using
3667         `elmo-define-obsolete-variable'.
3668
3669         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
3670         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
3671         instead of `wl-message-buffer-prefetch-threshold'.
3672
3673         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
3674
3675         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
3676
3677         * wl-draft.el (wl-caesar-region-func): Ditto.
3678
3679         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
3680         Keep unread status in elmo-folder-move-messages.
3681         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
3682
3683 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3684
3685         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
3686         `wl-summary-buffer-exit-func'
3687         (wl-summary-buffer-message-redisplay-function): Renamed from
3688         `wl-summary-buffer-message-redisplay-func'
3689         (wl-summary-buffer-next-folder-function): Renamed from
3690         `wl-summary-buffer-next-folder-func'.
3691         (wl-summary-buffer-prev-folder-function): Renamed from
3692         `wl-summary-buffer-prev-folder-func'.
3693         (wl-summary-get-petname-function): Renamed from
3694         `wl-summary-get-petname-func'.
3695
3696         * wl-score.el (wl-score-edit-exit-function): Renamed from
3697         `wl-score-edit-exit-func'.
3698
3699         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
3700         Renamed from `wl-message-buffer-prefetch-get-next-function'.
3701
3702         * wl-util.el (wl-load-profile-function): Renamed from
3703         `wl-load-profile-func'.
3704
3705         * wl-folder.el (wl-folder-completion-function): Renamed from
3706         `wl-folder-completion-func'.
3707         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
3708
3709         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
3710         `wl-expire-archive-get-folder-func'.
3711         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
3712         (wl-draft-send-mail-function): Renamed from
3713         `wl-draft-send-mail-func'.
3714         (wl-draft-send-news-function): Renamed from
3715         `wl-draft-send-news-func'.
3716         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
3717         (wl-generate-mailer-string-function): Renamed from
3718         `wl-generate-mailer-string-func'.
3719         (wl-highlight-signature-search-function): Renamed from
3720         `wl-highlight-signature-search-func'.
3721         (wl-highlight-x-face-function): Renamed from
3722         `wl-highlight-x-face-func'
3723         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
3724         (wl-ps-print-buffer-function): Renamed from
3725         `wl-ps-print-buffer-func'
3726         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
3727         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
3728         (wl-summary-subject-filter-function): Renamed from
3729         `wl-summary-subject-filter-func'.
3730
3731         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
3732         `wl-draft-queue-flush-send-func'
3733         (wl-draft-cite-function): Renamed from
3734         `wl-draft-cite-func'
3735
3736         * wl-address.el (wl-address-init-function): Renamed from
3737         `wl-address-init-func'.
3738
3739 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
3740
3741         * wl-draft.el (wl-draft-queue-flush): Don't call
3742         `elmo-dop-unlock-message'.
3743         * wl-draft.el (wl-draft-queue-append): Don't call
3744         `elmo-dop-lock-message'.
3745
3746         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
3747         (wl-summary-buffer-folder-name): Ditto.
3748         (wl-summary-message-regexp): Added '-' (all other related portions
3749         are changed).
3750         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
3751         wl-summary-buffer-folder-name.
3752
3753 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
3754
3755         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
3756         the number of mails in the folder buffer is not updated by wl-biff.
3757
3758 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
3759
3760         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
3761         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
3762
3763 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
3764
3765         * wl-summary.el (wl-summary-next-message):
3766         Return next message number when wl-summary-move-order is nil.
3767
3768 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
3769
3770         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
3771         `wl-summary-move-spec-alist'.
3772         (wl-summary-move-spec-unplugged-alist): New variable
3773         (Move spec for unplugged status).
3774         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
3775         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
3776
3777 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
3778
3779         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
3780         * wl-mule.el (wl-draft-overload-menubar): Ditto.
3781
3782 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
3783
3784         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
3785         simple quotation to quote the anonymous function.
3786         * tm-wl.el (wl-draft-preview-message): Ditto.
3787
3788 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
3789
3790         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
3791         Eliminate redundant `save-excursion'.
3792         (wl-highlight-summary-current-line): Ditto.
3793
3794         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
3795         accessing match data when `looking-at' failed.
3796
3797         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
3798         `elmo-match-string' where users don't care about the speed.
3799         (wl-draft-save): Ditto.
3800
3801 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-util.el (wl-regexp-opt): New function.
3804
3805         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
3806         number from `wl-summary-buffer-number-list'.
3807         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
3808         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
3809         (wl-summary-move-spec-alist): Changed default setting.
3810
3811 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-vars.el (wl-biff-notify-hook): New hook.
3814         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
3815         the arrival of new mail.
3816         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
3817         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
3818
3819 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
3822
3823 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
3826
3827         * Version number is increased to 2.5.8.
3828
3829         * wl-thread.el (toplevel): require 'cl.
3830         (wl-thread-resume-entity): Call wl-thread-make-number-list.
3831         (wl-thread-make-number-list): New function.
3832         (wl-thread-entity-make-number-list-from-children): Ditto.
3833         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
3834         (wl-thread-entity-insert-as-children): Likewise.
3835         (wl-thread-delete-message): Likewise.
3836         (wl-meaning-of-mark): Eliminated.
3837         (wl-thread-next-failure-mark-p): Ditto.
3838         (wl-thread-entity-get-mark): Ditto.
3839         (wl-thread-meaning-alist-get-result): Ditto.
3840         (wl-thread-entity-check-prev-mark): Ditto.
3841         (wl-thread-entity-check-next-mark): Ditto.
3842         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
3843         (wl-thread-entity-get-prev-marked-entity): Ditto.
3844         (wl-thread-get-prev-unread): Ditto.
3845         (wl-thread-jump-to-prev-unread): Ditto.
3846         (wl-thread-get-next-unread): Ditto.
3847         (wl-thread-jump-to-next-unread): Ditto.
3848         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
3849         (wl-thread-entity-get-next-marked-entity): Ditto.
3850
3851         * wl-summary.el (wl-summary-buffer-number-list):
3852         New bufer-local variable.
3853         (wl-summary-switch-to-clone-buffer): Clone
3854         `wl-summary-buffer-number-list'.
3855         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
3856         (wl-summary-cursor-move-regex): Eliminated.
3857         (wl-summary-cursor-up): Rewrite.
3858         (wl-summary-cursor-down): Ditto.
3859         (wl-summary-mode-spec-alist): New variable.
3860         (wl-summary-next-message): New inline function.
3861         (wl-summary-cursor-move): New function.
3862         (wl-summary-default-get-next-msg): Rewrite.
3863         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
3864         (wl-summary-rescan): Ditto.
3865         (wl-summary-sync-all-init): Ditto.
3866         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
3867         summary is not thread view.
3868         (wl-summary-sync-update): Ditto.
3869         (wl-summary-rescan): Ditto.
3870         (wl-summary-make-number-list): New function.
3871
3872         * wl-draft.el: "FCC" -> "Fcc".
3873
3874 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-highlight.el (wl-highlight-summary-window):
3877         Call `set-buffer-modified-p'.
3878
3879         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
3880         (wl): Call `elmo-init' and fix.
3881
3882         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
3883         Use new variables.
3884
3885         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
3886
3887 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
3890
3891 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3892
3893         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
3894
3895 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3896
3897         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
3898         `wl-use-toolbar' nor `display-graphic-p'.
3899         (wl-e21-setup-message-toolbar): Ditto.
3900         (wl-e21-setup-summary-toolbar): Ditto.
3901         (wl-e21-setup-folder-toolbar): Ditto.
3902
3903         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
3904         (wl-plugged-init-icons): Ditto.
3905
3906         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
3907         `display-graphic-p'.
3908         (wl-plugged-set-folder-icon): Ditto.
3909         (wl-highlight-plugged-current-line): Ditto.
3910         (wl-highlight-folder-current-line): Ditto.
3911         (wl-e21-highlight-folder-group-line): Ditto.
3912         (wl-e21-setup-toolbar): Ditto.
3913         (wl-e21-display-image-p): New macro.
3914
3915         * wl-demo.el (wl-demo): Simplified.
3916         (wl-demo-image-type-alist): Use `image-type-available-p' for
3917         checking whether the image type `xbm' is available.
3918
3919 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
3922         (wl-summary-input-range): Ditto.
3923
3924 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-summary.el (wl-summary-edit-addresses): Use
3927         `wl-summary-get-original-buffer'
3928         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
3929         (wl-summary-jump-to-msg-by-message-id-via-nntp):
3930         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
3931         (wl-summary-get-newsgroups): Eliminated.
3932         (wl-summary-set-crosspost): Ditto.
3933         (wl-summary-is-crosspost-folder): Ditto.
3934         (wl-crosspost-alist-load): Ditto.
3935         (wl-crosspost-alist-save): Ditto.
3936
3937         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
3938         `elmo-setup-subscribed-newsgroups' instead of
3939         `elmo-nntp-make-groups-hashtb'.
3940         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
3941         instead of `wl-crosspost-alist-save'.
3942
3943         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
3944         of `elmo-folder-message-appendable-p'.
3945         (wl-mime-header-presentation-method): Eliminated.
3946
3947         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
3948         (Error occurs in emacs21).
3949
3950         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
3951         the current buffer).
3952
3953         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
3954         instead of `wl-crosspost-alist-save'.
3955         (wl-init): `elmo-crosspost-message-alist-load'
3956         instead of `wl-crosspost-alist-load'
3957
3958         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
3959         (wl-parse-newsgroups): Likewise.
3960         (wl-biff-notify): Run `wl-biff-notify-hook'.
3961
3962 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-vars.el (wl-summary-lazy-highlight): New variable.
3965
3966         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
3967         when `wl-summary-lazy-highlight' is non-nil.
3968         (wl-summary-goto-folder-subr): Highlight only when
3969         `wl-summary-lazy-highlight' is non-nil.
3970
3971         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
3972         Don't display progress and highlight temp-mark when
3973         `wl-summary-lazy-highlight' is non-nil.
3974         (wl-highlight-summary-window): New function.
3975         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
3976
3977 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-summary.el (wl-summary-sync): Change `all-visible'
3980         from `all-shown'
3981         (wl-summary-input-range): Ditto.
3982
3983 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
3984
3985         * wl-e21.el (wl-highlight-folder-current-line): Call
3986         `wl-folder-init-icons' when folder icons have not been initialized.
3987
3988         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
3989
3990         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
3991         (wl-demo-image-type-alist): New macro.
3992
3993 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
3994
3995         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
3996         display does not support graphics.
3997         (wl-plugged-init-icons): Ditto.
3998         (wl-folder-init-icons): Ditto.
3999
4000         * wl-demo.el (wl-demo): Chech closely whether the display
4001         supports graphics.
4002
4003 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-summary.el (wl-summary-get-original-buffer): New function.
4006         (wl-summary-set-crosspost): Use it.
4007         (wl-summary-target-mark-uudecode): Ditto.
4008         (wl-summary-reedit): Ditto.
4009         (wl-summary-resend-bounced-mail): Ditto.
4010         (wl-summary-update-crosspost): Eliminated (It may be incorporated
4011         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
4012
4013         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
4014         (wl-message-display-internal): Ditto.
4015
4016 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
4019
4020 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-summary.el (wl-summary-save-view): Renamed from
4023         `wl-summary-save-status'.
4024
4025 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
4026
4027         * wl-summary.el (wl-summary-sync): Added `all-shown'
4028
4029 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
4030
4031         * wl-summary.el (wl-summary-input-range): Added `all-shown'
4032
4033 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
4034
4035         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
4036
4037 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
4038
4039         * wl-highlight.el (wl-highlight-summary-line-string): Use
4040         `zerop' instead of `= 0'.
4041         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
4042
4043         * wl-template.el (wl-template-next): Use `=' instead of `eq'
4044         for comparing numbers.
4045         (wl-template-prev): Use `zerop' instead of `eq 0'.
4046
4047         * wl-draft.el (wl-draft-insert-current-message): Use
4048         `with-current-buffer' instead of `save-excursion'.
4049         Use `zerop' instead of `eq 0'.
4050
4051 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
4052
4053         * wl-draft.el (wl-draft-insert-ccs): New function.
4054         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
4055         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
4056
4057 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
4058
4059         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
4060
4061 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-expire.el (wl-expire-refile): Don't call
4064         elmo-msgdb-add-msgs-to-seen-list;
4065         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
4066         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4067
4068 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-message.el (wl-message-prev-page): Ignore errors while
4071         scroll-down.
4072
4073 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-mime.el: Use elmo-original-message-mode instead of
4076         mmelmo-original-mode.
4077
4078         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
4079         `elmo-folder-get-spec';
4080         (wl-fldmgr-add-completion-all-completions):
4081         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
4082
4083         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
4084         of `elmo-folder-get-type'.
4085
4086         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
4087         `elmo-folder-get-spec';
4088         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4089         Use `elmo-folder-append-message' instead of `elmo-append-msg';
4090         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4091         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
4092         `elmo-read-msg-no-cache';
4093         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
4094         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
4095         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
4096         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
4097         `elmo-cache-save';
4098         (wl-draft-reedit): Use `elmo-message-file-name'.
4099
4100         * wl-expire.el: Use `elmo-folder-name-internal';
4101         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4102         Use macro `wl-summary-buffer-msgdb' instead of variable
4103         `wl-summary-buffer-msgdb';
4104         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
4105         Use macro `wl-summary-buffer-folder-name' instead of variable
4106         `wl-summary-buffer-folder-name'.
4107         * wl-score.el: Likewise.
4108
4109         * wl-message.el: Rewrite for new message buffer cache mechanism.
4110         (wl-message-buffer-cache-buffer-get): New macro.
4111         (wl-message-buffer-cache-folder-get): Ditto.
4112         (wl-message-buffer-cache-message-get): Ditto.
4113         (wl-message-buffer-cache-entry-make): Ditto.
4114         (wl-message-buffer-cache-hit): Ditto.
4115         (wl-message-buffer-cache-sort): New function.
4116         (wl-message-buffer-cache-add): Ditto.
4117         (wl-message-buffer-cache-delete): Ditto.
4118         (wl-message-buffer-cache-clean-up): Ditto.
4119         (wl-message-buffer-window): Rewrite.
4120         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
4121         (wl-message-buffer-display): New function.
4122         (wl-message-display-internal): New function.
4123
4124 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4125
4126         * wl-folder.el: Use `elmo-folder-name-internal';
4127         Use `wl-folder-get-elmo-folder';
4128         Use `elmo-folder-list-messages' instead of
4129         `elmo-list-folder';
4130         Use `elmo-folder-get-primitive-list' instead of
4131         `elmo-folder-get-primitive-spec-list';
4132         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
4133         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4134         Use `elmo-folder-create' instead of `elmo-create-folder'.
4135         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
4136         (wl-folder-get-elmo-folder): New macro.
4137         (wl-folder-elmo-folder-cache-get): Ditto.
4138         (wl-folder-elmo-folder-cache-put): Ditto.
4139         (wl-folder-suspend): Call `elmo-quit'.
4140
4141         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
4142         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
4143         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
4144         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
4145         (toplevel): require 'cl.
4146         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
4147
4148         * wl-summary.el: Rewrite to use new elmo interface.
4149
4150 \f
4151 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-mime.el (wl-draft-preview-message):
4154         Run `wl-draft-send-hook' before collecting recipients information;
4155         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
4156
4157         * tm-wl.el (wl-draft-preview-message): Ditto.
4158
4159 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * wl-mime.el (wl-draft-preview-message): Fixed problem that
4162         wrong receipients are displayed when forwarded message.
4163
4164 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
4165
4166         * Version number is increased to 2.5.7.
4167
4168 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
4169
4170         * wl-message.el (wl-message-next-page): Bind
4171         `window-pixel-scroll-increment' to nil while scrolling up.
4172
4173 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4174
4175         * wl-vars.el (wl-save-hook): New hook.
4176         * wl.el (wl-save): Call `wl-save-hook'.
4177
4178 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4179
4180         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
4181         Argument WITH-ARG instead of NO-ARG (negative mean).
4182         (wl-draft-reply): WITH-ARG instead of NO-ARG.
4183         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
4184         * wl-message.el (wl-message-follow-current-entity): Likewise.
4185
4186 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4187
4188         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
4189         FROM was optional argument.
4190         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
4191
4192 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4193
4194         * Version number is increased to 2.5.6.
4195
4196 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4197
4198         * wl-version.el (wl-version-show): Removed.
4199         (wl-version): Add `interactive'.
4200
4201 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
4202
4203         * wl-summary.el (wl-summary-get-petname-func): New variable.
4204         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
4205         instead of `wl-address-get-petname-1'.
4206         (wl-summary-simple-from): Ditto.
4207
4208         * wl-address.el (wl-address-get-petname-1): Define as function.
4209
4210 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4213         field in the original message.
4214         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4215
4216 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4217
4218         * wl-expire.el (wl-expire-hide):
4219         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4220
4221 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4224         find decoder for To, Cc, and Subject.
4225
4226 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
4229         for checking `elmo-use-buffer-cache'.
4230         (wl-summary-mark-as-important): Fixed typo in comment.
4231
4232 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
4235         field in the original message.
4236         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4237
4238 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
4239
4240         * wl-expire.el (wl-expire-hide):
4241         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
4242
4243 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
4246         find decoder for To, Cc, and Subject.
4247
4248 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * Version number is increased to 2.5.5.
4251
4252         * wl-address.el (wl-address-specials-regexp): New constant.
4253         (wl-address-quote-specials): Use it.
4254
4255 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
4256
4257         * wl-summary.el (wl-summary-rescan):
4258         Call `wl-summary-buffer-number-column-detect'.
4259         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
4260
4261         * wl-message.el (wl-message-mode-map): Define.
4262         (wl-message-decode): Use it as local-map.
4263
4264 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-score.el (wl-score-guess-like-gnus): Abolished.
4267         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
4268
4269 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
4272
4273         * wl-mule.el (wl-read-event-char): Ditto.
4274
4275         * wl-e21.el (wl-read-event-char): Ditto.
4276
4277         * wl-nemacs.el (wl-read-event-char): Ditto.
4278         (read-event): Removed.
4279
4280         * wl-util.el (toplevel): Removed dummy definition of
4281         `read-event'.
4282         (wl-read-event-char, wl-xmas-read-event-char): Removed.
4283
4284 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
4285
4286         * wl-nemacs.el (elmo-archive-call-process): Moved to
4287         elmo-archive.el.
4288
4289 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4290
4291         * wl-draft.el (wl-draft-reply-list-symbol): New function.
4292         (wl-draft-reply): Use it.  Fixed "No match field" error message.
4293
4294         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
4295         instead of magic-number 6.  Use `not' instead of `null' for symbol
4296         `nil' check (not empty list).
4297         (wl-draft-insert-x-face-field): Fixed paren style.
4298
4299         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
4300         one-branch conditional statement, instead of `and' and `if'.
4301         (wl-draft-forward): Likewise.
4302         (wl-draft-add-references): Likewise.
4303         (wl-draft-yank-from-mail-reply-buffer): Likewise.
4304
4305         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
4306         conditional steatment.  Use `cond' instead of `if'.
4307         (wl-draft-confirm): Likewise.
4308
4309 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4310
4311         * wl-version.el (wl-version-show): Use `product-string-1'
4312         instead of `wl-version'.
4313         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
4314
4315         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
4316
4317 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4318
4319         * wl-highlight.el (wl-highlight-headers): Revert
4320         `wl-highlight-x-face-func' argument (`beg' and `end').
4321
4322 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4323
4324         * wl.el (toplevel): Move `product-provide' declare.
4325         * wl-demo.el (toplevel): Ditto.
4326         * wl-dnd.el (toplevel): Ditto.
4327         * wl-highlight.el (toplevel): Ditto.
4328         * wl-message.el (toplevel): Ditto.
4329         * wl-refile.el (toplevel): Ditto.
4330         * wl-util.el (toplevel): Ditto.
4331
4332 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
4335         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
4336         (wl-thread-close-all): keep cursor position.
4337
4338 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4339
4340         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
4341         (eq x 0).
4342         (wl-generate-user-agent-string-1): Fix conditional statement.
4343
4344 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * wl.el (wl-check-environment): Additional check for
4347         'wl-local-domain' and `wl-message-id-domain'.
4348
4349 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4352
4353 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4356         instead of `smtp-sasl-user-realm'.
4357
4358 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4359
4360         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4361
4362 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4363
4364         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
4365         to the default value as well as `eword-lexical-analyzer'.
4366
4367 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4368
4369         * wl-version.el (wl-extended-emacs-version,
4370         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
4371         `elmo-match-string' instead of `wl-match-string'.
4372
4373 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4374
4375         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
4376         docstring.
4377
4378 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
4379
4380         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
4381
4382 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4383
4384         * wl-highlight.el (wl-highlight-headers): Remove
4385         `wl-highlight-x-face-func' argument (`beg' and `end').
4386
4387 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl-summary.el (wl-summary-mark-as-important):
4390         Remove cache if folder is local.
4391
4392 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
4393
4394         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
4395         to get existing e-mail address string.
4396
4397 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4398
4399         * wl-version.el (wl-generate-user-agent-string): Commentary.
4400         (wl-generate-user-agent-string-1): Use `when' for
4401         one-branch conditional statement, instead of `and' and `if'.
4402         (wl-extended-emacs-version, wl-extended-emacs-version2,
4403         wl-extended-emacs-version3): Ditto.
4404
4405 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-summary.el (wl-summary-sync-all-init): New inline function.
4408         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
4409         condition-case; Remove initialization.
4410         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
4411         (wl-summary-sync-update3): Added argument `sync-all';
4412         Eliminated local variable `msgdb';
4413         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
4414         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
4415         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
4416
4417 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
4418
4419         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
4420         connection before call `wl-draft-send-mail-with-smtp'.
4421
4422 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * Version number is increased to 2.5.4.
4425
4426 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
4427
4428         * wl.el (wl-check-environment): Additional check for
4429         'wl-local-domain' and `wl-message-id-domain'.
4430
4431 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
4434         buffer as command specific.
4435         (wl-folder-mark-as-read-all-entity): Ditto.
4436         (wl-folder-prefetch-entity): Ditto.
4437         (wl-folder-drop-unsync-entity): Ditto.
4438
4439         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
4440         (wl-prog-uudecode-no-stdout-option): Changed default to t.
4441         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
4442
4443         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
4444         save-excursion.
4445
4446 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * Version number is increased to 2.5.3.
4449
4450         * wl-summary.el (wl-summary-save-view-cache):
4451         Delete duplicated `write-region';
4452         Use `write-region-as-binary' instead of `as-binary-output-file' and
4453         `write-region'.
4454
4455 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4456
4457         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
4458
4459 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
4462         instead of `smtp-via-smtp'.
4463
4464 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4465
4466         * wl-draft.el (toplevel): Delete defvar for sasl-*.
4467
4468 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
4471         instead of `smtp-sasl-user-realm'.
4472
4473 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4474
4475         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
4476
4477 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
4478
4479         * Version number is increased to 2.5.2.
4480
4481 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
4482
4483         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
4484         does not exist.
4485         (wl-biff-stop): Call `cancel-timer' if timer already exists.
4486         (wl-biff-start): Call `timer-activate' if timer already exists.
4487
4488         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
4489         only when it is bound as function.
4490
4491 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
4492
4493         * Version number is increased to 2.5.1.
4494
4495 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
4498         Print refile/copy destination.
4499
4500 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
4503         queue-flush-only is non-nil.
4504
4505         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
4506
4507         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
4508         checking cache folder.
4509
4510 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4511
4512         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
4513         `regexp-quote'.
4514
4515 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4516
4517         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
4518         function.
4519         * wl-summary.el (wl-summary-write-current-folder-functions):
4520         Change default value.  Use it.
4521
4522 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * Version number is increased to 2.5.0.
4525
4526         * wl-version.el (wl-version): Changed codename.
4527
4528 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
4531         (wl-summary-supersedes-message): Ditto.
4532
4533 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4534
4535         * wl-refile.el (wl-refile-guess-functions): Renamed from
4536         `wl-refile-guess-func-list'.
4537
4538 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4541         Fixed problem when no rule was matched.
4542
4543 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4544
4545         * wl-summary.el (wl-summary-get-mark): Fixed
4546         `wl-summary-buffer-target-mark' check logic.
4547
4548 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4549
4550         * wl-folder.el (wl-folder-write-current-folder): Added group
4551         folder check.
4552
4553         * wl-summary.el (wl-summary-write-current-folder): Renamed from
4554         `wl-summary-write-current-newsgroup'.
4555         (wl-summary-write-current-folder-functions): New variable.
4556         * wl-folder.el (wl-folder-get-newsgroups): New function.
4557         (wl-folder-guess-mailing-list-by-refile-rule): New function.
4558         (wl-folder-write-current-folder): Renamed from
4559         `wl-folder-write-current-newsgroup'.
4560
4561 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4562
4563         * Version number is increased to 2.3.93.
4564
4565 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
4568         (wl-ldap-make-matched-value-list): Ditto.
4569         (wl-ldap-alias-safe-string): Split e-mail address.
4570
4571         * wl-summary.el (wl-summary-read-folder): Fixed problem when
4572         petname folder default was selected.
4573         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
4574         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
4575
4576 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
4579         to `wl-draft-config-exec'.
4580
4581         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
4582         instead of calling `wl-draft-config-exec';
4583         Process group-list and show recipients in minibuffer.
4584
4585         * tm-wl.el (wl-draft-preview-message): Ditto.
4586
4587 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4588
4589         * wl.el (toplevel): Added (C) to copyright notice, and
4590         sync Author header.
4591         * tm-wl.el (toplevel): Ditto.
4592         * wl-address.el (toplevel): Ditto.
4593         * wl-demo.el (toplevel): Ditto.
4594         * wl-dnd.el (toplevel): Ditto.
4595         * wl-draft.el (toplevel): Ditto.
4596         * wl-e21.el (toplevel): Ditto.
4597         * wl-expire.el (toplevel): Ditto.
4598         * wl-folder.el (toplevel): Ditto.
4599         * wl-highlight.el (toplevel): Ditto.
4600         * wl-message.el (toplevel): Ditto.
4601         * wl-mime.el (toplevel): Ditto.
4602         * wl-mule.el (toplevel): Ditto.
4603         * wl-nemacs.el (toplevel): Ditto.
4604         * wl-refile.el (toplevel): Ditto.
4605         * wl-score.el (toplevel): Ditto.
4606         * wl-summary.el (toplevel): Ditto.
4607         * wl-template.el (toplevel): Ditto.
4608         * wl-thread.el (toplevel): Ditto.
4609         * wl-util.el (toplevel): Ditto.
4610         * wl-vars.el (toplevel): Ditto.
4611         * wl-xmas.el (toplevel): Ditto.
4612
4613 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
4614
4615         * wl.el (wl-init): Added comment about `wl-init-hook'.
4616         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
4617         * wl-vars.el (wl-init-hook): Added docs.
4618         (wl-make-plugged-hook): Removed useless docs.
4619         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
4620         * wl-xmas.el (toplevel): Ditto.
4621
4622 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4623
4624         * wl-address.el (toplevel): Fixed multiple Author header format.
4625         * wl-demo.el (toplevel): Ditto.
4626         * wl-draft.el (toplevel): Ditto.
4627         * wl-folder.el (toplevel): Ditto.
4628         * wl-summary.el (toplevel): Ditto.
4629         * wl-thread.el (toplevel): Ditto.
4630         * wl-util.el (toplevel): Ditto.
4631         * wl-vars.el (toplevel): Ditto.
4632         * wl-version.el (toplevel): Ditto.
4633         * wl-xmas.el (toplevel): Ditto.
4634         * wl.el (toplevel): Ditto.
4635
4636         * wl-version.el (toplevel): Added require `elmo-version' for
4637         `product-version-as-string'.
4638
4639 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-vars.el (wl-draft-send-hook): Changed default value to
4642         '(wl-draft-config-exec).
4643
4644         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
4645         explicitly.
4646         (wl-draft): Set `wl-draft-config-exec-flag' before running
4647         `wl-mail-setup-hook'.
4648
4649         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
4650         `wl-biff-init-icons' to `wl-init-hook' instead of
4651         `wl-make-plugged-hook'.
4652         (Because if `wl-draft' command is invoked at first,
4653         they are not initialized)
4654         Updated copyright notice.
4655
4656         * wl-e21.el (toplevel): Ditto;
4657
4658         * wl-demo.el (toplevel): Updated copyright notice.
4659         * wl-address.el (toplevel): Ditto.
4660         * wl-draft.el (toplevel): Ditto.
4661         * wl-version.el (toplevel): Ditto.
4662         * wl-folder.el (toplevel): Ditto.
4663         * wl-summary.el (toplevel): Ditto.
4664         * wl-thread.el (toplevel): Ditto.
4665         * wl-util.el (toplevel): Ditto.
4666         * wl-vars.el (toplevel): Ditto.
4667         * wl.el (toplevel): Ditto.
4668
4669 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-highlight.el (wl-highlight-message): Fixed problem of
4672         highlighting failure which occured when the last field contains
4673         multiple lines in the draft buffer.
4674
4675         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
4676         `wl-biff-start' if plugged.
4677
4678         * wl-util.el (wl-biff-check-folder): New function.
4679         (wl-biff-check-folders): Don't set session name prefix.
4680         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
4681         (wl-biff-check-folder-async): Ditto.
4682
4683         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
4684         in email address.
4685
4686 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
4687
4688         * wl-vars.el (wl-subject-prefix-regexp): New variable.
4689
4690         * wl-draft.el (wl-draft-strip-subject-re): New function.
4691
4692         * wl-draft.el (wl-draft-reply): Use it.
4693
4694 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
4695
4696         * wl-message.el (wl-mmelmo-message-redisplay): Use
4697         `mime-display-message' instead of `wl-mime-display-message'.
4698
4699         * wl-mime.el (toplevel): Removed compatibility workaround
4700         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
4701         (wl-mime-display-message): Abolished.
4702         (wl-mime-entity-read-field): Ditto.
4703         (wl-mime-combine-message/partial-pieces): Use
4704         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
4705
4706 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
4707
4708         * wl-template.el: Doc fixes.
4709
4710 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4711
4712         * wl-e21.el (wl-message-overload-functions): Do nothing if
4713         `current-local-map' is not available.
4714         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
4715
4716 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4717
4718         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
4719         representation.
4720
4721         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
4722         number.
4723         (wl-fldmgr-save-folders): Don't use `format' when insert
4724         `wl-fldmgr-folders-header'.
4725
4726 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
4727
4728         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
4729
4730 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-highlight.el (wl-highlight-message):
4733         Use `std11-field-end' to detect end point of the header field.
4734         Refer `wl-highlight-max-header-size'.
4735
4736         * wl-vars.el (wl-highlight-max-header-size): New variable.
4737
4738         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
4739
4740         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4741         Set `for-draft' argument of wl-highlight-headers.
4742         (wl-draft): Ditto.
4743         (wl-draft-reedit): Ditto.
4744         (wl-user-agent-compose-internal): Ditto.
4745
4746 2000-10-24   Daiki Ueno <ueno@unixuser.org>
4747
4748         * wl-message.el (wl-message-add-button): Use overlay.
4749
4750 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4751
4752         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
4753
4754         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
4755         problem when group-list content is nothing.
4756         (Reported by Mito <mit@nines.nec.co.jp>)
4757
4758 2000-10-18  SAITO Atsunori <sai@yedo.com>
4759
4760         * wl-summary.el (wl-summary-print-destination): Adjust line length.
4761
4762 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4763
4764         * tm-wl.el (toplevel): Use product-provide.
4765
4766 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * Version number is increased to 2.3.92.
4769
4770 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4771
4772         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
4773         title text, use `display' property for left margin under Emacs 21.
4774
4775         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
4776         properties.
4777         (wl-plugged-init-icons): Ditto.
4778
4779 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4780
4781         * wl.el (wl-save-status, wl-init): Remove last period in
4782         "...done." message.
4783         * tm-wl.el (wl-summary-burst): Ditto.
4784         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
4785         wl-summary-resume-cache-status,
4786         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
4787         wl-summary-sync-update3, wl-summary-highlight-msgs,
4788         wl-summary-flush-pending-append-operations,
4789         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
4790         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
4791         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
4792         wl-thread-open-all): Ditto.
4793         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4794         * wl-mime.el (wl-summary-burst): Ditto.
4795         * wl-highlight.el (wl-highlight-summary): Ditto.
4796         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
4797         wl-folder-open-all, wl-folder-update-access-group): Ditto.
4798         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
4799         * wl-address.el (wl-local-address-init): Ditto.
4800
4801 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
4802
4803         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
4804         `add-text-properties'.
4805         (wl-plugged-init-icons): Ditto.
4806         (wl-folder-init-icons): Use `propertize' instead of
4807         `put-text-property'.
4808         (wl-plugged-set-folder-icon): Ditto.
4809         (wl-e21-highlight-folder-group-line): Ditto.
4810
4811 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4812
4813         * wl-version.el (wl-version-status-alist): New variable.
4814         (wl-version-status): New function.
4815
4816         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
4817         "Cc" part of the case "Reply-To".
4818
4819         * wl-draft.el (wl-draft-reply): Use result of
4820         `eword-extract-address-components'.
4821
4822         * wl-demo.el (wl-demo-icon-name): New constant.
4823         (wl-logo-xpm): Use it.
4824         (wl-logo-xbm): Ditto.
4825         (wl-logo-bitmap): Ditto.
4826
4827         * Version number is increased to 2.3.91.
4828
4829 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4830
4831         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
4832         (wl-extended-emacs-version, wl-extended-emacs-version2,
4833         wl-extended-emacs-version3): Remove `interactive'.  Fixed
4834         docstring.
4835
4836         * wl-version.el (wl-generate-user-agent-string-1): New function.
4837         (wl-generate-user-agent-string): Use it.
4838
4839         * wl-version.el (wl-generate-user-agent-string-1): Ignore
4840         `mime-edit-insert-user-agent-field'.
4841         (wl-generate-user-agent-string): Check
4842         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
4843
4844         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
4845         instead of `if', when verbose case.
4846
4847 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4848
4849         * wl-expire.el (wl-summary-expire): Fix.
4850
4851 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
4854         and `elmo-lost+found-folder' if 'wl-draft.
4855         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
4856
4857 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-expire.el (wl-summary-expire): Change messages.
4860         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
4861         `deleing-info' instead of "Deleting..."
4862
4863 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
4864
4865         * wl-summary.el (wl-summary-refile-subr): Fix.
4866
4867 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
4870         if pipe folder.
4871
4872 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4873
4874         * wl-vars.el (wl-draft-use-cache): Default `nil'.
4875
4876 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
4877
4878         * wl-expire.el (wl-expire-hide): New function.
4879         (wl-summary-expire): Add `hide'.
4880
4881 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-vars.el (wl-draft-reply-without-argument-list):
4884         Changed default value to consider `Reply-To:'.
4885         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
4886
4887         * Version number is increased to 2.3.90.
4888
4889         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
4890         elmo-imap4-get-session with unwind-protect.
4891         Don't cause error.
4892         (wl-summary-sync-marks): Don't check plugged nor folder type.
4893         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
4894         (Always keep current buffer).
4895
4896 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
4897
4898         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
4899         Enclose with `save-excursion'.
4900
4901 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4902
4903         * wl-version.el (wl-version): Remove interactive.
4904
4905 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4906
4907         * wl-version.el (wl-generate-user-agent-string): Use
4908         `product-string-verbose' instead of `product-string-1'.
4909
4910 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-vars.el (wl-draft-use-cache): New variable.
4913         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
4914         if wl-draft-use-cache is non-nil.
4915
4916 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
4919         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
4920
4921 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
4924         (wl-thread-msg-mark-as-unread): Ditto.
4925
4926         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
4927         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
4928         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
4929         Don't set mark in summary if return value of `elmo-mark-as-read'
4930         is nil.
4931         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
4932         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
4933         instead of `wl-thread-msg-mark-as-read'.
4934         (wl-summary-mark-as-unread-region): Ditto.
4935         (wl-summary-target-mark-mark-as-read): Ditto.
4936
4937         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4938
4939 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
4942
4943         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
4944
4945 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4946
4947         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
4948         face.
4949
4950 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
4951
4952         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
4953         `running-xemacs'.
4954
4955 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4956
4957         * wl-version.el (toplevel): Use `product-version-as-string' for
4958         set verstion-string, if defined.
4959
4960         * wl-version.el (wl-version-show): Insert string at point, when
4961         call with argument.
4962
4963         * wl-version.el (wl-generate-user-agent-string): Use
4964         `product-string-1' instead of `wl-appname', `wl-version' and
4965         `wl-codename'.
4966
4967 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4968
4969         * wl-address.el (toplevel): Use product-provide.
4970         * wl-demo.el (toplevel): Ditto.
4971         * wl-dnd.el (toplevel): Ditto.
4972         * wl-draft.el (toplevel): Ditto.
4973         * wl-e21.el (toplevel): Ditto.
4974         * wl-expire.el (toplevel): Ditto.
4975         * wl-fldmgr.el (toplevel): Ditto.
4976         * wl-folder.el (toplevel): Ditto.
4977         * wl-highlight.el (toplevel): Ditto.
4978         * wl-message.el (toplevel): Ditto.
4979         * wl-mime.el (toplevel): Ditto.
4980         * wl-mule.el (toplevel): Ditto.
4981         * wl-nemacs.el (toplevel): Ditto.
4982         * wl-refile.el (toplevel): Ditto.
4983         * wl-score.el (toplevel): Ditto.
4984         * wl-summary.el (toplevel): Ditto.
4985         * wl-template.el (toplevel): Ditto.
4986         * wl-thread.el (toplevel): Ditto.
4987         * wl-util.el (toplevel): Ditto.
4988         * wl-vars.el (toplevel): Ditto.
4989         * wl-xmas.el (toplevel): Ditto.
4990         * wl.el (toplevel): Ditto.
4991
4992 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4993
4994         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
4995         instead of product.
4996
4997         * wl-version.el (wl-version): Compile time evalution elmo-version.
4998
4999 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
5000
5001         * wl-summary.el (wl-summary-sync-force-update): Append queue
5002         `mark-as-read'if unplugged.
5003
5004 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5005
5006         * wl-version.el: New file.  Use product.el.
5007         * wl.el: add (require 'wl-version).
5008         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
5009         for ~/.folders header.
5010         (wl-fldmgr-folders-header): Changed.
5011         * wl-demo.el (wl-demo): Use product.el.
5012
5013         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
5014         wl-version.el.
5015         * wl-util.el (wl-version, wl-version-show): Ditto.
5016
5017         * wl-util.el (wl-generate-user-agent-string,
5018         wl-extended-emacs-version, wl-extended-emacs-version2,
5019         wl-extended-emacs-version3): Move to wl-version.el.
5020         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
5021         xemacs-codename, mime-edit-insert-user-agent-field,
5022         mime-edit-user-agent-value, mime-editor/version,
5023         mime-editor/codename): Compile warning killer move to
5024         wl-version.el
5025
5026 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
5027
5028         * wl-summary.el (wl-summary-refile-subr): Fix.
5029
5030 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-summary.el (wl-summary-sync-marks): Changed argument for
5033         `elmo-list-folder-unread' and `elmo-list-folder-important'.
5034
5035 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
5036
5037         * wl.el (wl-check-environment): Check too many `@'.
5038
5039 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
5040
5041         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
5042
5043 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5044
5045         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
5046         wl-draft-reply-myself-without-argument-list): Add variables.
5047         * wl-draft.el (wl-draft-reply): Use it.
5048
5049 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
5050
5051         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
5052         the 5th argument of `elmo-network-get-spec'.
5053
5054         * wl-thread.el (wl-thread-reparent-children): New inline function.
5055         (wl-thread-delete-message): Use it.
5056
5057         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
5058         (wl-summary-score-update-all-lines): Don't use `dolist'.
5059
5060 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5061
5062         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
5063         (require 'elmo-msgdb) for inline function.
5064
5065 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
5066
5067         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
5068
5069 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
5070
5071         * wl-score.el (wl-score-headers): Fix for the confusing macro
5072         `elmo-kill-buffer'.
5073
5074 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5075
5076         * wl-summary.el: Don't use the 3rd argument of `require' because
5077         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
5078         * wl-util.el: Ditto.
5079         * wl-draft.el: Ditto.
5080
5081 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5082
5083         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
5084         window system is not used.
5085
5086 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
5087
5088         * wl-thread.el: Don't use `mapcar' only for iteration.
5089         (wl-thread-resume-entity): Ditto.
5090         (wl-thread-delete-message): Ditto.
5091
5092         * wl-summary.el: Bind `dragdrop-drop-functions',
5093         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
5094         of `require' for `timezone', `easymenu' and `ps-print';
5095         don't use `mapcar' only for iteration.
5096
5097         * wl-util.el: Bind `mule-version', `nemacs-version',
5098         `emacs-beta-version', `xemacs-codename',
5099         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
5100         `mime-editor/version' and `mime-editor/codename'; specify 3rd
5101         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
5102         only for iteration.
5103
5104         * wl-score.el: Don't use `mapcar' only for iteration.
5105         (wl-score-simplify-buffer-fuzzy): Ditto.
5106         (wl-score-simplify-subject): Ditto.
5107         (wl-score-headers): Ditto.
5108         (wl-summary-score-update-all-lines): Ditto.
5109
5110         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
5111         `enable-multibyte-characters' and `mule-version'.
5112
5113         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
5114         `mapcar' only for iteration.
5115
5116         * wl-demo.el: Don't use `mapcar' only for iteration.
5117
5118         * wl-folder.el: Don't use `mapcar' only for iteration.
5119         (wl-folder-open-all): Ditto.
5120         (wl-folder-count-incorporates): Ditto.
5121
5122         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
5123         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
5124
5125         * wl-draft.el: Bind `x-face-add-x-face-version-header',
5126         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
5127         `smtp-connection-type'; specify 3rd argument of `require' for
5128         `timezone'; don't use `mapcar' only for iteration.
5129         (wl-draft-clone-local-variables): Don't use `mapcar'.
5130         (wl-draft-generate-clone-buffer): Ditto.
5131         (wl-user-agent-compose-internal): Ditto.
5132
5133         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
5134
5135         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
5136         (wl-save-status): Ditto.
5137
5138         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
5139         for iteration.
5140
5141 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
5144         removed `Date'.
5145         (wl-fldmgr-make-filter-default): New user option.
5146
5147         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
5148         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
5149         (wl-fldmgr-filter-completion-alist): Abolish.
5150
5151         * wl.el (wl): Don't check servers if arg is non-nil.
5152
5153         * wl-draft.el (wl-draft-reply): Set only message-id string to
5154         In-Reply-To field.
5155
5156 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-summary.el (wl-summary-pick): Rewrite.
5159
5160         * wl-draft.el (wl-draft-forward): Get references field from
5161         original buffer.
5162         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
5163
5164 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5165
5166         * wl-draft.el (wl-draft-forward): Add references field.
5167
5168 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
5171         (wl-draft-reply): Use it.
5172
5173 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
5174
5175         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
5176         when Emacs 21 is running.
5177
5178         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
5179         bindings.
5180
5181 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5182
5183         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
5184         XPM icons transparent.
5185
5186         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
5187         Emacs 21.
5188
5189 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
5192         nil.
5193
5194         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
5195         when it is persistent.
5196         (wl-summary-sync-marks): Changed argument for
5197         `elmo-list-folder-unread' and `elmo-list-folder-important'.
5198         (wl-summary-virtual): Use `elmo-read-search-condition'.
5199         (wl-summary-redisplay-internal): If folder is local, mark as read
5200         even when folder is plugged.
5201
5202 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5203
5204         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
5205         of `tool-bar-lines' in the frame parameters.
5206         (after-make-frame-functions, post-command-hook): Don't modify the
5207         value.
5208         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
5209         wl-e21-tool-bar-lines): Removed.
5210
5211 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
5212
5213         * wl-highlight.el (wl-highlight-folder-path): Put overlay
5214         properties `evaporate' and `wl-momentary-overlay' as well.
5215         (wl-highlight-summary-displaying): Ditto.
5216         (wl-delete-all-overlays): Don't delete overlay which does not have
5217         a property `wl-momentary-overlay'.
5218
5219         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
5220         `display-mouse-p' and `display-graphic-p'.
5221         (wl-folder-init-icons): Don't search for XBM or the other files.
5222         (wl-plugged-set-folder-icon): Make icons if and only if
5223         `display-graphic-p' returns non-nil.
5224         (wl-highlight-plugged-current-line): Use `before-string' overlay
5225         property to show icon images.
5226         (wl-highlight-folder-current-line): Ditto.
5227         (wl-e21-highlight-folder-group-line): Ditto.
5228         (wl-e21-highlight-folder-by-numbers): Ditto.
5229         (wl-e21-insert-image): Removed.
5230         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
5231         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
5232         said.
5233         (wl-e21-switch-toolbar-after-make-frame): Renamed from
5234         `wl-e21-force-switch-toolbar'.
5235         (wl-e21-make-icon-image): Removed.
5236         (wl-e21-setup-toolbar): Don't search for XBM files.
5237         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
5238         the default value.
5239
5240 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-util.el (wl-biff-check-folder-async): Set
5243         `wl-biff-check-folders-running' even when it is not an IMAP folder.
5244
5245 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5246
5247         * wl-e21.el (after-make-frame-functions): Add
5248         `wl-e21-force-switch-toolbar'.
5249         (wl-e21-force-switch-toolbar): New function force to switch the
5250         toolbar appearance automatically.
5251         (post-command-hook): Add `wl-e21-switch-toolbar'.
5252         (wl-e21-switch-toolbar): New function to switch the toolbar
5253         appearance automatically.
5254         (wl-e21-tool-bar-lines): New buffer local variable.
5255
5256 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-util.el (wl-biff-check-folders-running): New variable.
5259         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
5260         (wl-biff-check-folder-async-callback):
5261         Set `wl-biff-check-folders-running'.
5262         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
5263         with unwind-protect.
5264
5265         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
5266         Enclose `wl-folder-auto-check' with unwind-protect.
5267
5268         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
5269         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
5270
5271         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
5272
5273         * wl-util.el (wl-biff-notify): New inline function.
5274         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
5275         locally.
5276         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
5277         folder-list' is 1.
5278         Use `wl-biff-notify'.
5279         (wl-biff-check-folder-async-callback): New function.
5280         (wl-biff-check-folder-async): Ditto.
5281
5282         * wl-folder.el (wl-folder): Don't check folders.
5283         (wl-folder-auto-check): New function.
5284
5285 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
5286
5287         * wl-util.el (wl-biff-start) [Emacs19+]:
5288         Use `timer-next-integral-multiple-of-time'.
5289         (wl-biff-check-folders): Use `wl-default-folder'
5290         if `wl-biff-check-folder-list' is nil.
5291
5292 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
5293
5294         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
5295         instead of `elmo-delete-lists'.
5296
5297 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
5298
5299         * wl.el (wl-plugged-toggle-all): Set the value of
5300         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
5301         (wl-plugged-toggle): Ditto.
5302         (wl-toggle-plugged): Ditto.
5303         (wl-plugged-init): Ditto.
5304
5305         * wl-xmas.el (wl-biff-init-icons): Set icons data to
5306         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5307         instead of `wl-biff-state-indicator-off' and
5308         `wl-biff-state-indicator-on'; don't modify the value and the type
5309         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
5310         (wl-plugged-init-icons): Set icons data to
5311         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5312         instead of `wl-plug-state-indicator-off' and
5313         `wl-plug-state-indicator-on'; don't modify the value and the type
5314         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
5315
5316         * wl-vars.el (wl-modeline-biff-state-off,
5317         wl-modeline-biff-state-on, wl-modeline-biff-status,
5318         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
5319         wl-modeline-plug-status): New internal variables.
5320         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
5321         wl-biff-check-interval, wl-biff-check-folder-list): Change
5322         customization group from `wl-folder' to `wl-highlight'.
5323         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
5324         wl-show-plug-status-on-modeline): Defcustomized.
5325
5326         * wl-util.el (wl-biff-check-folders): Set the value of the flag
5327         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
5328         (wl-mode-line-buffer-identification): Set both ON and OFF data with
5329         a flag to `mode-line-buffer-identification'.
5330
5331         * wl-e21.el (wl-biff-init-icons): Set icons data to
5332         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
5333         instead of `wl-biff-state-indicator-off' and
5334         `wl-biff-state-indicator-on'.
5335         (wl-plugged-init-icons): Set icons data to
5336         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
5337         instead of `wl-plug-state-indicator-off' and
5338         `wl-plug-state-indicator-on'.
5339
5340 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5341
5342         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
5343         excessive titles.
5344
5345 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5346
5347         * wl.el (wl-plugged-mode): Use revised
5348         `wl-mode-line-buffer-identification'.
5349         (wl-plugged-init): Don't use `force-mode-line-update'.
5350
5351         * wl-xmas.el (wl-draft-overload-functions): Use revised
5352         `wl-mode-line-buffer-identification'.
5353         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
5354         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
5355         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5356         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5357         `wl-make-plugged-hook';
5358         add `wl-folder-init-icons' and `wl-setup-folder' to
5359         `wl-folder-mode-hook'.
5360
5361         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
5362         19 as well.
5363         (wl-mode-line-display-priority-list): New user option.
5364         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
5365         Defcustomized.
5366         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
5367         Add docs.
5368
5369         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
5370         start.
5371         (wl-mode-line-buffer-identification): Revised as a function.
5372
5373         * wl-summary.el (wl-summary-mode): Use revised
5374         `wl-mode-line-buffer-identification'; don't call
5375         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
5376         (TopLevel): Don't bind `wl-e21-setup-summary' nor
5377         `wl-xmas-setup-summary'.
5378
5379         * wl-nemacs.el (wl-draft-overload-functions): Use revised
5380         `wl-mode-line-buffer-identification'.
5381
5382         * wl-mule.el (wl-draft-overload-functions): Use revised
5383         `wl-mode-line-buffer-identification'.
5384
5385         * wl-folder.el (wl-make-plugged-alist): Don't call
5386         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
5387         (wl-folder): Don't call `wl-folder-init-icons' directly.
5388         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
5389         `wl-xmas-setup-folder' directly;
5390         use revised `wl-mode-line-buffer-identification'.
5391         (TopLevel): Don't bind `wl-biff-init-icons',
5392         `wl-plugged-init-icons', `wl-folder-init-icons',
5393         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
5394
5395         * wl-e21.el (wl-draft-overload-functions): Use revised
5396         `wl-mode-line-buffer-identification'.
5397         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
5398         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
5399         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
5400         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
5401         `wl-make-plugged-hook';
5402         add `wl-folder-init-icons' and `wl-setup-folder' to
5403         `wl-folder-mode-hook'.
5404
5405 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
5406             Katsumi Yamaoka    <yamaoka@jpl.org>
5407
5408         * wl.el (wl): Call `wl-biff-start'.
5409         (wl-exit): Call `wl-biff-stop'.
5410         (wl-plugged-mode): Show biff in modeline.
5411         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
5412
5413         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
5414         (wl-biff-init-icons): New function.
5415         (wl-plugged-init-icons): Don't make too much keymaps.
5416         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
5417
5418         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
5419         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
5420         variables.
5421         (wl-biff-check-interval, wl-biff-check-folder-list): New user
5422         options.
5423
5424         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
5425         wl-biff-start, wl-biff-stop): New functions.
5426         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
5427         (wl-biff-timer-name): New variable.
5428
5429         * wl-summary.el (wl-summary-mode): Show biff in modeline.
5430
5431         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
5432         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5433
5434         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
5435         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
5436
5437         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
5438         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
5439         `wl-folder-init-icons' to `ignore' if they are not available.
5440         (wl-folder-mode): Show biff in modeline.
5441
5442         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
5443         (wl-biff-init-icons): New function.
5444         (wl-plugged-init-icons): Don't make too much keymaps.
5445         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
5446
5447 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
5448
5449         * wl-vars.el (wl-strict-diff-folders): Customization Type
5450         and doc fix.  Define as a list of regular expressions for
5451         folders or nil.
5452         * wl-folder.el (wl-folder-check-one-entity): Use
5453         `wl-string-match-member' instead of `wl-string-member' for
5454         `wl-strict-diff-folders'.
5455
5456 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
5457
5458         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
5459         (wl-highlight-folder-current-line): Use it; new implementation.
5460         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
5461         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
5462         `defsubst' instead of `defun'.
5463
5464         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
5465         `wl-highlight-group-folder-by-numbers'; made it can also be a
5466         number.  See info for more details.
5467
5468         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
5469         running.
5470
5471         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
5472         to bind them.
5473
5474         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
5475         (wl-highlight-folder-current-line): New implementation.
5476
5477         * wl-highlight.el (wl-highlight-folder-group-line): New
5478         implementation.
5479         (wl-delete-all-overlays): Rewrite as a marco.
5480         (TopLevel): Require `wl-e21' when Emacs 21 is running.
5481
5482         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
5483         running.
5484         (wl-folder-*-glyph): No need to bind them.
5485
5486         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
5487         `wl-e21-highlight-folder-group-icon'; rewrite.
5488         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
5489         `defsubst' instead of `defun'.
5490         (wl-folder-mode-map): Bind it when compiling.
5491
5492 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl.el (wl): Initialize plug-related settings before `wl-init'.
5495
5496         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
5497
5498 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
5499
5500         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
5501
5502 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
5503
5504         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
5505         (wl-highlight-folder-current-line): Use it.
5506
5507         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
5508         in `id-name'.
5509
5510 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
5511
5512         * wl.el: Require `wl-e21' when Emacs 21 is running.
5513
5514         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
5515         default when Emacs 21 is running.
5516         (wl-use-highlight-mouse-line): Ditto.
5517         (wl-on-emacs21): New constant.
5518         (wl-on-emacs20): Removed.
5519
5520         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
5521         Emacs 21 is running.
5522
5523         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
5524         Emacs 21 is running.
5525
5526         * wl-e21.el: New file.
5527
5528 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
5529
5530         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
5531         (wl-toggle-plugged): Ditto.
5532         (wl-plugged-toggle): Ditto.
5533         (wl-plugged-toggle-all): Ditto.
5534
5535         * wl-vars.el (wl-plug-state-indicator): Refer
5536         `wl-plug-state-indicator-on' indirectly.
5537
5538 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
5541         Call `wl-folder-confirm-existence'.
5542
5543         * wl-folder.el (wl-folder-confirm-existence): Added optional
5544         argument `force'.
5545
5546 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
5547
5548         * wl-summary.el (wl-summary-refile-subr): Assume
5549         `copy-or-refile' as symbol.
5550         (wl-summary-refile): Follow up above change.
5551         (wl-summary-copy): Ditto.  Doc fix.
5552
5553 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-summary.el (wl-summary-pick): Don't bind
5556         `elmo-search-mime-charset'.
5557
5558         * wl-vars.el (wl-highlight-message-header-button-alist): Define
5559         default using old backquote style.
5560         (wl-search-mime-charset): Abolished.
5561
5562         * wl-highlight.el (wl-highlight-headers):
5563         Call `point' after `re-search-forward'(for Nemacs).
5564
5565         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
5566         for elmo-imap4.el.
5567
5568 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
5569
5570         * wl-message.el (wl-mmelmo-message-redisplay): Bind
5571         `wl-message-ignored-field-list' instead of
5572         `mime-view-ignored-field-list'.
5573
5574         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
5575         Add interactive spec.
5576         (wl-folder-goto-bottom-of-current-folder): Ditto.
5577         (wl-folder-mode-map): Bind them.
5578
5579         * wl-vars.el (wl-message-ignored-field-list): New variable.
5580         (wl-message-visible-field-list): New variable.
5581
5582         * wl-mime.el (wl-mime-header-presentation-method): New function.
5583         (wl-mime-setup): Set header-presentation-method.
5584
5585 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5586
5587         * wl-nemacs.el (wl-draft-overload-functions): Set
5588         `mode-line-buffer-identification' instead of using
5589         `wl-make-modeline'.
5590
5591         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
5592         instead of using `wl-make-modeline'.
5593
5594         * wl-xmas.el (wl-plugged-init-icons): Set up
5595         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
5596         (wl-make-modeline): Abolish.
5597         (wl-draft-overload-functions): Set
5598         `mode-line-buffer-identification' instead of using
5599         `wl-make-modeline'.
5600
5601         * wl-util.el (wl-make-modeline-subr): Abolish.
5602         (wl-mode-line-buffer-identification): New alias.
5603
5604         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
5605         (wl-summary-make-modeline): Abolish.
5606         (wl-summary-buffer-set-folder): Set
5607         `wl-summary-buffer-folder-indicator'.
5608         (wl-summary-mode): Set `mode-line-buffer-identification' instead
5609         of using `wl-make-modeline'.
5610         (wl-summary-switch-to-clone-buffer): Don't set
5611         `mode-line-buffer-identification'.
5612         (wl-summary-goto-folder-subr): Ditto.
5613
5614         * wl-mule.el (wl-draft-overload-functions): Set
5615         `mode-line-buffer-identification' instead of using
5616         `wl-make-modeline'.
5617
5618         * wl-folder.el (wl-folder-mode): Set
5619         `mode-line-buffer-identification' instead of using
5620         `wl-make-modeline'.
5621         (wl-folder): Don't set `mode-line-buffer-identification'.
5622
5623 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
5624
5625         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
5626         instead of `member' for `wl-refile-guess-func-list' look-ups.
5627         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
5628
5629 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5630
5631         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
5632         `wl-message-button-dispatcher'.
5633
5634         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
5635
5636         * wl-message.el (wl-message-button-dispatcher): Use it.
5637
5638         * wl-vars.el (wl-highlight-message-header-button-alist): Add
5639         "In-Reply-To".
5640
5641         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5642         Bind `case-fold-search' to t.
5643
5644 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5645
5646         * wl-xmas.el (wl-message-overload-functions): Initialize
5647         `wl-message-button-map'.
5648
5649         * wl-mule.el (wl-message-overload-functions): Initialize
5650         `wl-message-button-map'.
5651
5652         * wl-vars.el (wl-highlight-message-header-button-alist): New.
5653
5654         * wl-message.el (wl-message-button-map): New keymap.
5655         (wl-message-add-button): New function.
5656         (wl-message-button-dispatcher): New function.
5657         (wl-message-button-refer-article): New function.
5658
5659         * wl-highlight.el
5660         (wl-highlight-message-add-buttons-to-header): New function.
5661         (wl-highlight-headers): Use it.
5662
5663 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
5664
5665         * wl-summary.el (wl-summary-default-from): Use
5666         `wl-address-get-petname-1'.
5667         (wl-summary-simple-from): Ditto.
5668
5669         * wl-address.el (wl-address-get-petname-1): New inline function.
5670         (wl-address-get-petname): Use it.
5671
5672 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
5673
5674         * wl-summary.el (wl-summary-default-from): Return full-name part
5675         from the address if no petname was found.
5676         (wl-summary-simple-from): Ditto.
5677
5678         * wl-address.el (wl-address-get-petname): Return nil if no petname
5679         associated with the address was found.
5680
5681 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5682
5683         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
5684         display is finished.
5685
5686 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5687
5688         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
5689         `elmo-folder-exists-p' argument.
5690
5691 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
5692
5693         * wl-folder.el (wl-folder-confirm-existence): Check existence of
5694         the folder.
5695
5696 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
5699
5700         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5701         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
5702
5703 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
5704
5705         * wl-folder.el (wl-folder-create-subr): New function.
5706         (wl-folder-confirm-existence): Use it.
5707         (wl-folder-check-one-entity): Use it.
5708         Check the error symbol is derived from 'elmo-open-error.
5709
5710         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
5711         `ignore-error'.
5712
5713 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5714
5715         * wl-util.el (toplevel): Add (eval-when-compile (require
5716         'elmo-util)).  (Maybe `provide' is typo.)
5717
5718 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-util.el (toplevel): Removed (provide 'elmo-util).
5721         (I don't know why this was needed.)
5722
5723         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
5724         Follow up changes for stream-type.
5725
5726         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
5727         (wl-draft-elmo-nntp-send): Ditto.
5728
5729         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
5730         (wl-nntp-posting-stream-type): Ditto.
5731         (wl-pop-before-smtp-ssl): Abolished.
5732         (wl-nntp-posting-ssl): Ditto.
5733
5734         * wl-address.el (wl-address-quote-specials): New function.
5735         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
5736
5737         * wl-draft.el (wl-draft-reply): Ditto.
5738
5739 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5740
5741         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
5742         use function `wl-string-match-assoc'.
5743
5744 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
5747
5748         * wl-draft.el (wl-draft-deduce-address-list): New function.
5749         (wl-draft-parse-mailbox-list): Ditto.
5750         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
5751         instead of `smtp-deduce-address-list'.
5752         (wl-draft-on-field-p): Follow group list.
5753
5754         * wl-address.el (wl-address-concat-token): New function.
5755         (wl-address-string-without-group-list-contents): Ditto.
5756         (wl-complete-field-body): Fixed problem of completion
5757         by japanese petname.
5758         (wl-address-make-completion-list): Rewrite.
5759
5760 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
5761
5762         * wl-address.el (wl-address-make-completion-list): Completion by
5763         petname.
5764         (wl-complete-field-body): Likewise.
5765
5766 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
5767
5768         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
5769         contains invalid address syntax.
5770
5771 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5772
5773         * wl-folder.el (wl-folder-check-entity-async): Use
5774         `elmo-nntp-spec-hostname'.
5775
5776 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
5777
5778         * wl-summary.el (wl-summary-msgdb-load-async): Use
5779         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
5780
5781 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-draft.el (wl-draft-reply): Set argument
5784         `content-transfer-encoding' as nil.
5785
5786 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
5787
5788         * wl-refile.el (wl-refile-learn): Move hit element to the top of
5789         `wl-refile-alist'.
5790
5791 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
5792
5793         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
5794         (wl-draft-edit-string): Ditto.
5795         (wl-draft-forward): Ditto.
5796         * wl-summary.el (wl-summary-write): Ditto.
5797
5798 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-summary.el (wl-summary-sync-update3): Call
5801         `wl-summary-buffer-number-column-detect'.
5802         (wl-summary-buffer-number-column-detect): Search from point-min.
5803
5804 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
5805
5806         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
5807         contains an address which is not included in original to or cc.
5808
5809 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
5810
5811         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
5812         begin-line does not exist.
5813         * wl-message.el (wl-message-uu-substring): Ditto.
5814
5815 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
5818         clear local variables.
5819         (wl-summary-exit): Call `elmo-commit'.
5820         (wl-summary-switch-to-clone-buffer): Call
5821         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
5822         (wl-summary-goto-folder-subr): Ditto.
5823
5824         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
5825         POP folder.
5826
5827 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
5830         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
5831         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
5832         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
5833         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
5834         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
5835
5836         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
5837
5838 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
5839
5840         * wl-summary.el (wl-summary-search-by-subject):
5841         Search parent message from the latest one.
5842
5843 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-draft.el (wl-draft-reply): Insert address with full-name.
5846         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
5847
5848         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
5849         New user option.
5850
5851         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
5852         if elmo-nntp-use-killed-list is nil.
5853         Use `elmo-msgdb-append-to-killed-list'.
5854         (Append numbers confirmed as disappeared to the killed list.)
5855         (wl-summary-confirm-appends): Don't display negative number.
5856
5857 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
5860
5861 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
5864         range is `all'.
5865         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
5866         `elmo-list-bigger-diff'.
5867
5868 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-summary.el (wl-summary-buffer-exit-func):
5871         New buffer local variable.
5872         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
5873
5874 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5875
5876         * wl-demo.el (wl-demo): Fix the last change.
5877
5878 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
5879
5880         * wl-demo.el (wl-demo): Don't use `eval'.
5881
5882 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
5883
5884         * wl-summary.el (wl-summary-buffer-thread-modified):
5885         New buffer-local variable.
5886         (wl-summary-set-thread-modified): New function.
5887         (wl-summary-thread-modified-p): New function.
5888         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
5889         (wl-summary-yank-saved-message): Use function
5890         `wl-summary-set-thread-modified'
5891         (wl-summary-switch-to-clone-buffer): Add
5892         `wl-summary-buffer-thread-modified'.
5893
5894         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
5895         (wl-summary-buffer-mark-saved-hook): Ditto.
5896         * wl-summary.el (wl-summary-msgdb-save): New hook
5897         `wl-summary-buffer-message-saved-hook' and
5898         `wl-summary-buffer-mark-saved-hook'.
5899
5900 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5901
5902         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
5903
5904 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
5905
5906         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
5907         don't hide scroll bars under FSF Emacsen because it may incur an
5908         undesirable redrawing.
5909
5910 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
5911
5912         * wl-draft.el (wl-draft-edit-string): Call
5913         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
5914
5915 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
5916
5917         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
5918
5919 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
5920
5921         * wl-summary.el (wl-summary-msgdb-load-async): Call
5922         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
5923
5924 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
5925
5926         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
5927         fringes in demo buffer; center bitmap logo correctly even if old
5928         Mule is used.
5929
5930 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
5931
5932         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
5933
5934         * wl-refile.el (wl-refile-subject-alist): New variable.
5935         (wl-refile-subject-alist-file-name): Ditto.
5936         (wl-refile-alist-setup): Rewrite.
5937         (wl-refile-alist-save): Use `elmo-object-save'.
5938         Eliminated arguments.
5939         (wl-refile-learn): Check `wl-refile-guess-func-list'.
5940         (wl-refile-guess-by-subject): New function.
5941         (wl-refile-guess-func-list): Added it.
5942
5943 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5944
5945         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
5946         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
5947
5948 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-summary-buffer-prev-folder-func):
5951         New buffer-local variable.
5952         (wl-summary-buffer-next-folder-func): Ditto.
5953         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
5954         if non-nil.
5955         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
5956         if non-nil.
5957         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
5958         if non-nil.
5959         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
5960         if non-nil.
5961
5962 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
5963
5964         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
5965         permanently in the demo buffer.
5966
5967 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
5970         `mime-entity-fetch-field'.
5971
5972         * wl.el (wl-exit): Delete plugged buffer.
5973
5974         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
5975         XEmacs has menubar feature.
5976
5977 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5978
5979         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
5980         cannot arrive at the beginning of the buffer under old Emacsen.
5981
5982 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * wl-address.el (wl-address-ldap-search):
5985         Call `ldap-search-entries' with `withdn' argument t.
5986         (wl-complete-field-body): Bind completion-ignore-case as t.
5987         Clear ldap search hash when it was sole completion.
5988         Use elmo-string for pattern string.
5989         (wl-ldap-alias-safe-string): Eliminated needless let.
5990
5991 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
5992
5993         * wl-address.el (wl-ldap-alias-dn-level): New variable.
5994         (wl-ldap-alias-sep): New constant.
5995         (wl-ldap-search-attribute-type-list): Ditto.
5996         (wl-ldap-get-value): New function.
5997         (wl-ldap-make-filter): Ditto.
5998         (wl-ldap-make-matched-value-list): Ditto.
5999         (wl-ldap-alias-safe-string): Ditto.
6000         (wl-ldap-register-dn-string): Ditto.
6001         (wl-address-ldap-search): Rewrite.
6002
6003 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6004
6005         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
6006         thread is deleted.
6007         (wl-thread-delete-line-from-buffer): Ditto.
6008         (wl-thread-get-exist-children): New function.
6009
6010 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
6011
6012         * wl-demo.el (wl-demo): Made it to select various image types.
6013         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
6014         from `wl-title-logo'.
6015         (wl-logo-ascii): New variable.
6016         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
6017         (wl-demo-copyright-notice): New constant.
6018
6019         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
6020
6021 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6022
6023         * wl-vars.el (wl-summary-target-above): Renamed from
6024         wl-summary-temp-above.
6025         * wl-score.el (wl-score-get-score-alist): Use it.
6026         (wl-summary-score-update-all-lines): Use it.
6027         * wl-summary.el: Ditto. (make-variable-buffer-local).
6028
6029 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-vars.el (wl-ldap-port): New user option.
6032
6033         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
6034         Rewite whole implementation.
6035         (wl-complete-field-body): Fixed.
6036
6037 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
6038
6039         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
6040         Choose implementation at compile time.
6041
6042 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
6043
6044         * wl-address.el (wl-ldap-search-internal): New function.
6045         (wl-complete-field-to): Use it.
6046
6047 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
6050         Use `let' instead of `let*'.
6051         Require 'wl-vars.
6052
6053         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
6054         Define as defcustom.
6055         (wl-ldap-base): Ditto.
6056         (wl-use-ldap): Ditto.
6057
6058 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
6059
6060         * wl-address.el (wl-ldap-search): New function.
6061         (wl-complete-field-body): Use `wl-ldap-search'.
6062         (wl-ldap-server): New variable.
6063         (wl-ldap-base): Ditto.
6064         (wl-use-ldap): Ditto.
6065
6066 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
6067
6068         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
6069         (Pointed out by Mito <mit@nines.nec.co.jp>).
6070         * wl-summary.el (wl-summary-redisplay-no-mime): Update
6071         buffer-local variables like `wl-summary-redisplay-internal'.
6072         (wl-summary-redisplay-all-header): Likewise.  Update
6073         Summary view too.
6074
6075 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-summary.el (wl-summary-jump-to-parent-message):
6078         Consider prefix argument.
6079
6080         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
6081         when closed thread is deleted.
6082
6083 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
6084
6085         * wl-summary.el (wl-summary-jump-to-parent-message):
6086         Consider thread modification.
6087
6088 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
6089
6090         * wl-message.el (wl-message-normal-get-original-buffer): Use
6091         `save-excursion'.
6092
6093         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
6094         (wl-summary-showto-folder-regexp): Ditto.
6095
6096 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
6097
6098         * wl-util.el (wl-delete-alist): Doc fix.
6099         (wl-delete-associations): New function.
6100         (wl-inverse-alist): New function.
6101         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
6102         Split temporary variables. Use `wl-delete-associations'
6103         and `wl-inverse-alist'.
6104         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
6105
6106 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-folder.el (wl-folder-prefetch-entity):
6109         Execute prefetching if new count is unknown.
6110
6111 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6112
6113         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
6114
6115         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
6116         delete entity.
6117         (wl-thread-set-parent): If insert as top, set linked as nil.
6118
6119         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
6120         `wl-thread-cleanup-symbols' when view mode is thread.
6121
6122 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
6123
6124         * wl-folder.el (wl-folder-create-folder-entity): Use
6125         with-current-buffer.
6126         (wl-local-folder-init): Call set-buffer to make sure we are in
6127         the Folder buffer. Don't touch buffer-local variables here.
6128         (wl-folder-mode): Initialize buffer-local variables here.
6129
6130         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
6131         (wl-folder-entity-assign-id): Ditto.
6132         (wl-folder-create-entity-hashtb): Ditto.
6133         (wl-local-folder-init): Ditto.
6134         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
6135
6136 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6137
6138         * wl-summary.el (wl-summary-default-from): Fix probrem when
6139         std11-extract-address-components return (nil "foo@bar").
6140
6141 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
6142
6143         * wl-draft.el (wl-draft-clone-local-variables):
6144         Remove redundant `setq'.
6145
6146 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6149         Bind wl-highlight-x-face-func as nil while highlighting header.
6150
6151 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
6152
6153         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
6154
6155 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6156
6157         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
6158         elmo-msgdb-overview-hashtb from copy-variables.
6159         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
6160         instead of `elmo-msgdb-overview-get-entity-by-number'.
6161         (wl-summary-auto-refile): Ditto.
6162
6163         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
6164         `elmo-msgdb-overview-get-entity' instead of
6165         `elmo-msgdb-search-overview-entity'.  Use
6166         `elmo-msgdb-overview-get-entity' instead of
6167         `elmo-msgdb-overview-get-entity-by-number'.
6168         (wl-thread-insert-entity-sub): Ditto.
6169         (wl-thread-insert-message): Ditto.
6170
6171         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
6172         `elmo-msgdb-overview-get-entity'.
6173         (wl-normal-message-redisplay): Ditto.
6174
6175 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6176
6177         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
6178         `wl-thread-entities'.
6179         (wl-thread-delete-message): Fix remove top message from
6180         `wl-thread-entity-list'.
6181
6182         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
6183         wl-append(nconc), because update-list is broken on Meadow.
6184
6185         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
6186         updating process.
6187         (wl-summary-rescan): Ditto.
6188         (wl-summary-sync-update3): Ditto.
6189         * wl-thread.el (wl-thread-set-parent): Renamed from
6190         `wl-summary-set-parent'.
6191         (wl-thread-insert-message): Updating buffer faster.
6192         (wl-thread-delete-message): Updating buffer faster.
6193
6194         * wl-score.el (wl-summary-score-update-all-lines): Changed
6195         interval for display progress gauge.
6196
6197 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6198
6199         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
6200         folder always-sticky.
6201         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
6202         defmacro.
6203
6204 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-vars.el (wl-draft-add-references): New user option.
6207
6208         * wl-draft.el (wl-draft-add-references): New function.
6209         (wl-draft-yank-from-mail-reply-buffer): Use it.
6210         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
6211         as nil.
6212
6213 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6214
6215         * wl-thread.el (wl-thread-update-line-msgs): Called
6216         `wl-thread-update-line-on-buffer-sub'.
6217         (wl-thread-update-line-on-buffer): Delete routine of inserting
6218         thread.
6219         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
6220         moved from `wl-thread-update-line-on-buffer'.
6221         Add threshold for displaying progress gauge.
6222         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
6223         argument of `wl-thread-update-line-msgs'.
6224         Add threshold for displaying progress gauge.
6225         * wl-folder.el:
6226         Add threshold for displaying progress gauge.
6227         * wl-score.el: Ditto.
6228
6229         * wl-expire.el (wl-summary-expire): Display deleting info.
6230
6231 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
6232
6233         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
6234         `no-msg'.
6235         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
6236         argument of `wl-thread-update-line-msgs'.
6237         (wl-summary-set-parent): Added optional argument `parent-number'.
6238         (wl-summary-buffer-saved-message): New buffer local variable.
6239         (wl-summary-save-current-message): New command.
6240         (wl-summary-yank-saved-message): Ditto.
6241         (wl-summary-mode-map): Added key binding for
6242         `wl-summary-save-current-message' (\ew) and
6243         `wl-summary-yank-saved-message' (\C-y).
6244         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
6245
6246 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-mode-map): Added key binding for
6249         `wl-summary-set-parent' (ts).
6250
6251 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6252
6253         * wl-summary.el (wl-summary-insert-thread-entity): Search same
6254         subject faster. If thread number is reverse, delayed updating
6255         thread.
6256         (wl-summary-search-by-subject): Ditto.
6257         (wl-summary-put-alike): Ditto.
6258         (wl-summary-get-alike): Ditto.
6259         (wl-summary-insert-headers): Insert header of all overview in
6260         buffer.
6261         (wl-summary-rescan): Delayed updating thread. Kill search subject
6262         buffer for wl-summary-search-by-subject.
6263         (wl-summary-sync-update3): Ditto.
6264         (wl-summary-exit): Ditto.
6265         (wl-summary-goto-bottom-of-current-thread): Change for linked
6266         thread.
6267         (wl-summary-overview-create-summary-line): Change line for linked
6268         thread.
6269
6270         * wl-summary.el (wl-summary-update-thread): Use
6271         wl-thread-maybe-get-children-num.
6272         (wl-summary-set-parent): If change parent, move sub thread.
6273         (wl-summary-redisplay-internal): Add horizontal recenter.
6274         (wl-summary-redisplay-no-mime): Add horizontal recenter.
6275
6276         * wl-thread.el (wl-thread-entity-get-linked): New function.
6277         (wl-thread-entity-set-linked): New function.
6278         (wl-thread-create-entity): Add linked element.
6279         (wl-thread-entity-insert-as-top): Use wl-append.
6280         (wl-thread-maybe-get-children-num): If closing thread, return
6281         children msgs.
6282         (wl-thread-update-line-msgs): Displaying progress message.
6283         (wl-thread-update-line-on-buffer-sub): Use
6284         wl-thread-maybe-get-children-num.
6285         (wl-thread-update-line-on-buffer): If update line is not exists,
6286         insert thread.
6287         (wl-thread-delete-message): If delete top msg of thread, search
6288         parent by subject.
6289         (wl-thread-insert-entity): Use
6290         wl-thread-maybe-get-children-num.
6291
6292         * wl-highlight.el (wl-highlight-summary-current-line): change
6293         sregexp for linked thread.
6294         * wl-util.el (wl-count-lines): Count lines.
6295         (wl-horizontal-recenter): horizontal recenter.
6296         * wl-score.el (wl-score-put-alike): Use wl-count-lines
6297         (wl-score-get-alike): Ditto.
6298         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
6299         (wl-subject-length-limit): New variable.
6300         (wl-highlight-thread-indent-string-regexp): Changed for linked
6301         thread.
6302
6303 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6306         New variable (revival).
6307         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6308         by subject matching if there's no in-reply-to nor references field
6309         (revival).
6310
6311 \f
6312 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
6315         message.
6316
6317 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-summary.el (wl-summary-reply): Return t if there was a
6320         message at cursor point.
6321         Added unwind-protect.
6322         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
6323         returns t.
6324         (wl-summary-cancel-message): Do nothing when there's no message at
6325         cursor point.
6326         (wl-summary-forward): Ditto.
6327         (wl-summary-jump-to-parent-message): Ditto.
6328         (wl-summary-reedit): Ditto.
6329         (wl-summary-edit-addresses): Ditto.
6330         (wl-summary-pipe-message): Ditto.
6331         (wl-summary-print-message-with-ps-print): Ditto.
6332         (wl-summary-print-message): Ditto.
6333         (wl-summary-mark-as-important): Ditto.
6334         (wl-summary-mark-as-unread): Ditto.
6335
6336         * wl-summary.el (wl-summary-reply): Cause an error when there's no
6337         message at cursor point.
6338         (wl-summary-reply-with-citation): Remove unwind-protect.
6339
6340         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
6341         subject searching feature.
6342         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6343         Eliminated.
6344
6345 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
6348         New variable.
6349         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
6350         by subject matching if there's no in-reply-to nor references field.
6351
6352         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
6353
6354         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
6355         when display is finished.
6356         (wl-folder-open-all): Ditto.
6357         (wl-folder-update-access-group): Ditto.
6358         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
6359         * wl-thread.el (wl-thread-close-all): Ditto.
6360
6361         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
6362         progress gauge only when it was displayed.
6363         * wl-folder.el (wl-folder-insert-entity): Ditto.
6364
6365 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * wl-summary.el (wl-summary-incorporate): Enclose
6368         `wl-summary-sync-force-update' with save-excursion.
6369
6370 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
6371
6372         * wl-summary.el (wl-summary-prefetch-region):
6373         Pass current cursor point to `pos-visible-in-window-p' after
6374         moving cursor to the started point.
6375
6376 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6377
6378         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
6379
6380         * wl-draft.el (wl-draft-insert-current-message): Delete useless
6381         fields from the forwarding message.
6382         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
6383         `ignored-fields'.
6384
6385 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-mime.el (wl-message-request-partial):
6388         Eliminated argument `msgdb'.
6389         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
6390         (wl-mime-combine-message/partial-pieces): Likewise.
6391         * tm-wl.el (wl-message-request-partial): Likewise.
6392         (wl-mime-combine-message/partial-pieces): Likewise.
6393
6394 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
6395
6396         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
6397         when display is finished.
6398
6399 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
6400
6401         * wl-summary.el (wl-summary-goto-folder-subr):
6402         Fix problem when wl-summary-partial-highlight-above-lines is nil.
6403
6404 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
6407         when cursor point is visible.
6408
6409 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-expire.el (wl-expire-archive-get-max-number):
6412         Don't use `file-name-directory'.
6413
6414 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-expire.el (wl-expire-archive-get-max-number):
6417         Use `file-name-directory'.
6418
6419 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-summary.el (wl-summary-sync-marks): Re-display progress
6422         only when there is progress.
6423
6424 2000-04-13  Mito <mit@nines.nec.co.jp>
6425
6426         * wl-summary.el (wl-summary-sync-marks): Display progress.
6427
6428 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
6431         (wl-summary-prev): Move cursor regardless of unread status.
6432         (wl-summary-next): Ditto.
6433
6434 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
6437         Added argument `target' and `number'.
6438         * tm-wl.el (wl-summary-burst-subr): New function.
6439         (wl-summary-burst): Use it.
6440
6441 2000-04-10  Mito <mit@nines.nec.co.jp>
6442
6443         * wl-mime.el (wl-burst): New function.
6444         (wl-summary-burst): Use it.
6445
6446 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6447
6448         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
6449         as petname when there's no candidate.
6450
6451 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
6454         New variable.
6455         * wl-fldmgr.el (wl-fldmgr-add): Use it.
6456
6457         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
6458
6459         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
6460
6461 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
6464         Use substring of `original' instead of buffer-substring.
6465         (wl-refile-evaluate-rule):
6466         Set `original' argument of wl-refile-expand-newtext.
6467
6468         * wl-summary.el
6469         (wl-summary-auto-refile-check-refile-rule-alist-subr,
6470         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
6471         (wl-summary-auto-refile): Check existence of destination folder just
6472         before marking.
6473
6474 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6475
6476         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
6477         when wl-refile-get-field-value return nil.
6478
6479 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
6480
6481         * wl-refile.el
6482         (wl-refile-expand-newtext): New function imported from Gnus.
6483         (wl-refile-evaluate-rule): Use it.
6484
6485 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-summary.el (wl-summary-print-destination):
6488         Duplicate folder string to avoid putting text-property on
6489         original string.
6490
6491         * wl-refile.el (wl-refile-get-field-value): New function.
6492         (wl-refile-evaluate-rule): New function;
6493         Evaluate refile rule recursively.
6494         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
6495         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
6496         New function; Check existence of a target folder recursively.
6497         (wl-summary-auto-refile-check-refile-rule-alist):
6498         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
6499
6500 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
6503
6504         * wl-folder.el (wl-create-folder-entity-from-buffer):
6505         Fixed problem when '}' character is contained in folder name.
6506
6507         * wl-xmas.el (wl-make-modeline): Consider plugged status.
6508
6509 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6510
6511         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
6512         (wl-fldmgr-add-completion-all-completions):
6513         Use wl-fldmgr-add-completion-hashtb.
6514
6515 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
6516
6517         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
6518         wl-fldmgr-add-completion-subr): New functions.
6519         * wl-folder.el (wl-folder-completion-func): New variable.
6520         * wl-summary.el (wl-summary-read-folder):
6521         Use wl-folder-completion-func.
6522
6523         * wl-refile.el: Eliminate throw & catch.
6524
6525         * wl.el (wl-plugged-sending-queue-status): Fixed.
6526
6527 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
6528
6529         * wl-draft.el (wl-draft): Put category property on
6530         mail-header-separator.