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