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