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