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