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