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