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