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