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