a34ff8c024f0f5a5d0a9897daf7330dc8cfb42ee
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
4         docstring and custom spec.
5
6         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
7         flags too; Don't treat Cached and New.
8         (wl-summary-set-persistent-mark): Ditto.
9
10         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
11         `wl-folder-set-flag'.
12
13         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
14         instead of `wl-folder-set-flag'.
15
16         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
17         for completion.
18         (wl-summary-set-persistent-mark): Ditto.
19
20         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
21         instead of `wl-draft-quit-preview'.
22
23         * wl-mime.el (toplevel): Avoid compile warning.
24         (wl-mime-quit-preview): New function
25         (formarly defined as `wl-draft-quit-preview').
26         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
27         quitting method.
28
29         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
30
31         * wl-folder.el (wl-folder-set-flag): Renamed from
32         `wl-draft-set-flag-on-parent'.
33
34         * wl-draft.el (wl-draft-quit-preview): New function.
35         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
36         (wl-draft-send): Call `wl-folder-set-flag' instead of
37         `wl-draft-set-flag-on-parent'.
38         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
39
40 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
43         (wl-draft-send): Ditto.
44
45 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
46
47         * wl-vars.el (wl-draft-reply-hook): Changed default value.
48         (wl-draft-kill-pre-hook): Set default value as nil.
49         (wl-summary-reply-hook): Ditto.
50         (wl-draft-kill-flags): Abolish.
51
52         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
53         (wl-draft-parent-variables): Renamed from
54         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
55         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
56         argument; Add wl-draft-parent-variables to
57         wl-draft-config-variables.
58         (wl-draft-reply): Likewise.
59         (wl-draft-kill-flags): Abolish.
60         (wl-draft-send): Call wl-draft-set-flag-on-parent.
61         (wl-draft-set-flag-on-parent): New function.
62         (wl-draft-setup-parent-flag): Ditto.
63
64 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
65
66         * wl-draft.el (wl-draft-kill-flags): Avoid error when
67         `wl-draft-parent-folder' is "".
68
69 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
70
71         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
72         (wl-summary-digit-jump): New function.
73         (Adviced by John Owens and Hiroya Murata)
74
75         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
76         (Adviced by John Owens)
77
78         * wl-xmas.el (wl-message-define-keymap): Ditto.
79
80         * wl-mule.el (wl-message-define-keymap): Ditto.
81
82 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
83
84         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
85         change of return value of elmo-folder-count-flags.
86
87         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
88         (wl-summary-mark-as-read-internal): Ditto.
89         (wl-summary-set-persistent-mark-internal): Ditto.
90         (wl-summary-folder-info-update): Ditto.
91         (wl-summary-sync-update): Fixed the last change.
92
93         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
94
95 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
96
97         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
98         (wl-draft-kill-flags): Fixed docstring.
99
100         * wl-draft.el (wl-draft-kill-flags): New function.
101         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
102
103 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
104
105         * wl-vars.el (wl-reply-hook): Abolish.
106         (wl-draft-reply-hook): New hook.
107         (wl-summary-reply-hook): Ditto.
108         (wl-draft-forward-hook): Ditto.
109         (wl-summary-forward-hook): Ditto.
110         (wl-draft-kill-flags): New variable.
111
112         * wl-summary.el (wl-summary-mark-as-answered-region): Use
113         wl-summary-set-persistent-mark-internal.
114         (wl-summary-sync-marks): Use elmo-preserved-flags.
115         (wl-summary-update-persistent-mark): Make it interactive.
116         (wl-summary-set-persistent-mark-internal): New inline function.
117         (wl-summary-mark-as-answered): Use it.
118         (wl-summary-mark-as-unanswered): Ditto.
119         (wl-summary-unset-persistent-mark): New function.
120         (wl-summary-set-persistent-mark): Ditto.
121         (wl-summary-reply): Don't set answered flag;
122         Run wl-summary-reply-hook instead.
123         (wl-summary-forward): Call wl-draft-forward with number.
124         Run wl-summary-forward-hook.
125
126         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
127         (wl-highlight-summary-line-face-spec): Use it as a default
128         persistent mark face.
129
130         * wl-draft.el (wl-draft-forward): Added optional argument number;
131         Set wl-draft-parent-number; Run wl-draft-forward-hook.
132         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
133         (wl-draft-kill): Use wl-draft-kill-flags.
134
135         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
136
137         * wl-folder.el (wl-folder-check-one-entity): Follow the change
138         of return value of elmo-folder-count-flags.
139
140         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
141
142         * wl-summary.el (wl-summary-count-unread): Ditto.
143         (wl-summary-sync-update): Follow the change above.
144         (wl-summary-force-prefetch): New function.
145
146 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
147
148         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
149         variable `buf' with `let' instead of `setq'.
150
151 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
152
153         * wl-mime.el (wl-message-delete-current-part): If filename exists,
154         add Content-Disposition heaeder on the deleted part.
155
156 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-draft.el (wl-draft-save): Encode address list under edit by
159         `eword-encode-unstructured-field-body'.
160
161         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
162
163 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
166         wl-current-summary-buffer.
167
168 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
169
170         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
171         `numbers' is ignored.
172
173 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-folder.el (wl-folder-open-folder): Avoid error.
176         Reported by John Owens, [wl-en:815]
177
178         * wl.el (wl): Set timer for biff process even if prefix argument
179         is given or auto-checking is quitted.
180
181         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
182         immediately.
183         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
184         (wl-toggle-plugged): Ditto.
185
186         * wl-vars.el (wl-biff-use-idle-timer): New variable.
187         * wl-util.el (wl-biff-start): Use idle timer if
188         `wl-biff-use-idle-timer' is non-nil.
189
190 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-highlight.el (wl-highlight-message): Fix description.
193
194 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
197         tty.
198
199 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-action.el (wl-summary-exec): Print failure count.
202
203 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
206         to `defun', remove interactive form.
207         Set elmo-message-fetch-confirm when force-reload is non-nil.
208
209 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-summary.el (toplevel): Removed unnecessary autoload.
212
213 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
216         the buffer is generated from another message buffer.
217
218 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
221         extracted from `wl-fldmgr-save-folders'.
222         (wl-fldmgr-delete): Call it after deletion.
223
224 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
227         multi-tty support.
228
229 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
230
231         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
232
233 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
234
235         * wl-summary.el (wl-summary-rescan): Remove unused variables.
236         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
237
238 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
241         unsubscribe list only if argument CLEAR is nil.
242
243 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-draft.el (wl-draft-reply): Decode subject before removing
246         Re: prefix.
247
248 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
249
250         * wl-summary.el (wl-summary-sort-by-size): New command.
251
252 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-summary.el (wl-summary-number-list-from-region): New
255         function.
256         (wl-summary-mark-as-read-region): Use it.
257         (wl-summary-mark-as-unread-region): Ditto.
258         (wl-summary-set-flags-region): Ditto and add optional argument
259         remove.
260         (wl-summary-mark-as-answered-region): Ditto.
261         (wl-summary-mark-as-important-region): Ditto.
262         (wl-summary-target-mark-mark-as-important): Added optional
263         argument remove.
264         (wl-summary-target-mark-mark-as-answered): Ditto.
265         (wl-summary-target-mark-set-flags): Ditto.
266
267 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-set-flags-region): Call
270         `wl-summary-set-flags-internal' with number list instead of call
271         one by each message.
272         (wl-summary-target-mark-set-flags): Likewise.
273
274 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-summary.el (wl-summary-target-mark-operation): Add optional
277         argument `inverse' and use `wl-summary-delete-all-target-marks'.
278         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
279         (wl-summary-target-mark-mark-as-answered): Likewise.
280
281 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-summary.el (wl-summary-target-mark-forward): Use
284         `wl-summary-delete-all-target-marks' instead of
285         `wl-summary-delete-all-temp-marks'.
286         (wl-summary-target-mark-reply-with-citation): Ditto.
287         (wl-summary-target-mark-uudecode): Ditto.
288         (wl-summary-target-mark-set-flags): Ditto and remove needless
289         cursor move.
290
291 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-summary.el (wl-summary-target-mark-forward): Protect
294         wl-summary-buffer-target-mark-list from nreverse.
295         (wl-summary-target-mark-reply-with-citation): Ditto.
296
297 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
298
299         * wl-thread.el (wl-thread-update-indent-string-thread): Use
300         `elmo-display-progress-threshold'.
301
302 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
305         check `wl-summary-highlight'.
306         (wl-summary-window-scroll-functions): Respect value of
307         `wl-summary-highlight'.
308         (wl-summary-sync-update): Run hooks
309         `wl-summary-buffer-window-scroll-functions' at any time.
310
311 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
312
313         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
314         from `wl-summary-cleanup-temp-marks'.
315         (wl-summary-cleanup-temp-marks): Abolish argument.
316         * wl.el (wl-save-status): Revert previous change.
317         (wl-execute-temp-marks): New function, call
318         `wl-summary-exec-with-confirmation'.
319         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
320         (wl-folder-save-and-exec-marks): Abolished.
321
322 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-e21.el (wl-e21-display-image-p): Respect
325         `wl-highlight-folder-with-icon'.
326         (wl-e21-highlight-folder-group-line): Highlight mouse line
327         even if wl-e21-display-image-p is nil.
328
329         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
330         Respect value of `wl-summary-highlight'.
331
332         * wl.el (wl-save-status): Remove unused variable.
333
334         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
335         (wl-folder-mode-map): Bind it to "x".
336
337 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
340
341         * wl-thread.el (wl-thread-get-parent-list): Don't check
342         disconnected ancestors, neglecting needless work in
343         `wl-thread-update-indent-string-thread'.
344
345         * wl.el (wl-save): Take prefix argument to execute remaining marks.
346         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
347         argument, add argument default-keep to keep marks by default.
348
349         * Version number is increased to 2.11.30.
350
351         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
352         customization type and docstring.
353         (wl-draft-reply-without-argument-list): Ditto.
354
355 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
358
359         * wl-spam.el (wl-spam-mark-action-list): Ditto.
360
361 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
364
365 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-draft.el (wl-draft-config-exec): Narrow the range of
368         save-excursion so as not to include run-hooks.
369
370 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
373         Clarify that marks are going to be cleared.
374
375 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
378         according to 3rd element of wl-summary-flag-mark.
379
380         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
381
382 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-action.el (wl-summary-target-mark-all): Don't set
385         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
386
387 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
390         (wl-forward-subject-prefix): Ditto.
391         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
392         (wl-draft-reply-make-subject): Ditto.
393
394         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
395         `wl-draft-forward'.
396         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
397
398 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-action.el (wl-summary-target-mark-set-action): Stop if
401         target message does not exist.
402
403 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
404
405         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
406         `wl-subject-prefix-regexp'.
407         (wl-subject-forward-prefix-regexp): New variable.
408         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
409         `wl-draft-strip-subject-re' and take regexp as argument.
410         (wl-draft-forward): Use it.
411         (wl-draft-reply): Ditto.
412
413 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
414
415         * wl-e21.el (wl-highlight-plugged-current-line): Change for
416         emacs multi-tty support.
417
418 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
419
420         * wl-e21.el (wl-e21-display-image-p): Don't call
421         `display-images-p'.
422         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
423         support.
424         (wl-highlight-folder-current-line): Ditto.
425         (wl-folder-init-icons): Ditto.
426
427 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
430         the last line of summary in unplugged mode.
431
432 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
433
434         * wl-vars.el (wl-refile-rule-alist): Doc fix.
435
436 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-vars.el (wl-user-mail-address-regexp): New variable.
439         * wl-address.el (wl-address-user-mail-address-p): Use it.
440         (wl-address-delete-user-mail-addresses): Ditto.
441         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
442
443         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
444         (wl-address-delete-user-mail-addresses): Ditto.
445
446         * wl-address.el (wl-address-delete-user-mail-addresses): New
447         function.
448         * wl-refile.el (wl-refile-guess-by-history): Use it.
449         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
450         (wl-draft-make-mail-followup-to): Ditto and fix logic.
451
452         * wl-draft.el (wl-draft-edit-string): To judge sender address,
453         use wl-address-user-mail-address-p.
454
455 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
458         after opening group.
459
460 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
463         of elmo-set-buffer-multibyte.
464
465         * wl-message.el (wl-original-message-mode): Ditto.
466
467         * wl-score.el (wl-score-insert-header): Ditto.
468
469         * wl-summary.el
470         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
471         (wl-summary-goto-folder-subr): Ditto.
472         (wl-summary-insert-headers): Ditto.
473
474         * wl-util.el (wl-set-string-width): Ditto.
475
476         * Version number is increased to 2.11.29.
477
478 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
479
480         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
481         (wl-highlight-summary-line-help-echo-alist): New variable.
482         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
483         into `wl-highlight-summary-line-help-echo' and
484         `wl-highlight-flag-folder-help-echo'.
485         (wl-highlight-summary-line-string): Change accordingly.
486         (wl-highlight-summary-current-line): Ditto.
487
488 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-highlight.el (wl-highlight-message): Ignore white spaces
491         at the beginning of field body (Thanks to Markus Knittig).
492
493         * wl-draft.el (wl-draft-insert-current-message): Also check
494         summary buffer, remove unnecessary tag.
495
496 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-draft.el (wl-draft-insert-current-message): Cause error also
499         when wl-message-buffer is nil.
500
501         * wl-folder.el (wl-folder): Abolish unused argument.
502         Call wl-folder-init when wl-folder-entity is nil.
503         * wl.el (wl): Change accordingly.
504
505 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
508         multibyte string before insert into draft buffer.
509         (wl-draft-create-buffer): Always enable multibyte characters for
510         draft buffer.
511
512         * Version number is increased to 2.11.28.
513
514 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
515
516         * wl-folder.el (wl-folder-open-close): Handle blank line.
517         (wl-folder-jump-to-current-entity): Ditto.
518
519 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * Version number is increased to 2.11.27.
522
523 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * wl-thread.el (wl-thread-insert-message): When the thread is
526         devided by wl-summary-max-thread-depth, insert line at the end of
527         buffer.
528
529 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * Version number is increased to 2.11.26.
532
533 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
536
537 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
540         value of stream-type and session.
541
542 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * Version number is increased to 2.11.25.
545
546 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
547
548         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
549         in a quit message.
550
551 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
554         (wl-summary-redisplay-no-mime-internal): Ditto.
555
556 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
559         * wl-vars.el (wl-smtp-connection-type): Ditto.
560
561 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
562
563         * wl-highlight.el (wl-highlight-message): Change to strict regexp
564         for the separator line and quote mail-header-separator.
565
566 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-spam.el (wl-message-check-spam): Fixed problem no display
569         result message.
570
571         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
572         `elmo-multiple-fields-body-list' with boundary as
573         mail-header-separator.
574
575 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
576
577         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
578
579 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
580
581         * wl-util.el (wl-list-diff): Remove unused function.
582
583         * wl-draft.el (wl-draft-send-confirm): Discard input before
584         confirmation.
585
586 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
589         order of flag and new.
590
591 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-vars.el (wl-refile-policy-alist): Abolished.
594
595         * wl-action.el (wl-summary-set-action-refile): Follow the change
596         above.
597
598 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * wl-highlight.el (wl-highlight-signature-search): Don't use
601         re-search-backward for a long word since it is possible to crash
602         XEmacs because of a bug.
603
604 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
605
606         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
607
608 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
611         argument for wl-summary-sync-force-update.
612
613 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
614
615         * wl-summary.el (wl-summary-mode-map): Revival of
616         wl-summary-mark-as-important related bindings;
617         Bind 'F','tF','mF','rF','m&'.
618         (wl-summary-mark-as-important-region): Revival.
619         (wl-summary-target-mark-mark-as-important): Ditto.
620         (wl-summary-target-mark-operation): New function.
621         (wl-summary-target-mark-mark-as-answered): Use it.
622         (wl-summary-decide-flag): Don't set Important as default.
623         (wl-summary-mark-as-important-internal): Revival.
624         (wl-summary-mark-as-important): Ditto.
625
626         * wl-thread.el (wl-thread-mark-as-important): Ditto.
627
628         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
629         instead of facep.
630
631 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
632
633         * wl-dnd.el (wl-dnd-drop-func): Fix.
634
635         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
636         mouse-set-point instead of posn-point.
637
638         * wl-xmas.el (wl-completing-read-multiple): Define as function.
639
640         * wl-mule.el (wl-completing-read-multiple): Ditto.
641
642 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-demo.el (face-background-name): Defalias to avoid compile
645         warning.
646
647 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
648
649         * wl-summary.el (wl-summary-decide-flag): Use
650         wl-completing-read-multiple instead of completing-read-multiple.
651
652         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
653         New alias.
654
655         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
656         Use face-background-name instead of face-background.
657
658         * wl-vars.el (wl-summary-save-file-suffix): New user option.
659
660         * wl-summary.el (wl-summary-save): Use it.
661         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
662
663         * wl-mime.el (wl-mime-save-content): Fix last change.
664
665 2004-02-10  Len Trigg <lenbok@myrealbox.com>
666
667         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
668         New function.
669         (wl-summary-sort-specs): Added sort.
670         * wl-mime.el (wl-mime-save-content): Expand file name.
671
672 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
673
674         * wl-mime.el (wl-draft-preview-message): Fixed typo.
675
676         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
677
678 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
681         for flag if it is not defined.
682
683 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
684
685         * wl-e21.el (wl-highlight-folder-current-line): Use
686         elmo-folder-type-internal when elmo-folder-type returns nil.
687
688         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
689
690         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
691
692         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
693
694         * wl-e21.el (wl-summary-toolbar): Ditto.
695
696         * wl-vars.el (wl-demo-background-color): Abolished.
697         (wl-summary-persistent-mark-priority-list): Renamed from
698         wl-summary-flag-priority-list.
699         (wl-summary-flag-alist): New user option.
700         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
701         (wl-message-mode-line-format-spec-alist): Added 'F'.
702         (wl-message-mode-line-format): Likewise.
703         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
704         instead of wl-summary-important-mark.
705         (wl-file-folder-icon): New variable.
706
707         * wl-thread.el (wl-thread-set-flags): Renamed from
708         wl-thread-mark-as-important.
709
710         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
711         warning.
712         (wl-summary-mode-menu-spec): Follow the change of 
713         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
714         (wl-summary-mode-map): Follow the change of
715         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
716         (wl-summary-detect-mark-position): Follow the variable name change.
717         (wl-summary-set-flags-region): New function for the replacement of
718         wl-summary-mark-as-important-region.
719         (wl-summary-sync-marks): Sync all global-flags.
720         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
721         instead of elmo-message-flagged-p.
722         (wl-summary-persistent-mark-string): Follow the variable name change;
723         Put wl-summary-flag-mark if the message has global-flag.
724         (wl-summary-target-mark-set-flags): Renamed from 
725         wl-summary-target-mark-mark-as-important.
726         (wl-summary-decide-flag): New function.
727         (wl-summary-set-flags-internal): Renamed from
728         wl-summary-mark-as-important-internal.
729         (wl-summary-add-flags-internal): New function.
730         (wl-summary-remove-flags-internal): Ditto.
731         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
732         (wl-summary-mark-as-unimportant): Abolish.
733         (wl-summary-move-spec-alist): Changed `important' to `digest'.
734         (wl-summary-next-message): List flagged messages in the msgdb.
735
736         * wl-score.el (wl-summary-score-update-all-lines): Use
737         wl-summary-add-flags-internal instead of 
738
739         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
740
741         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
742         from wl-message-buffer-cur-flag (To avoid misunderstanding).
743         (wl-message-buffer-require-all-header): Renamed from
744         wl-message-buffer-all-header-flag (Ditto).
745         (wl-message-buffer-flag-indicator): New variable.
746         (wl-message-redisplay): Changed local varibale name from `flag' to
747         `display-type'; Set up wl-message-buffer-flag-indicator.
748         (wl-message-buffer-display): Changed varibale name from `flag' to
749         `display-type'.
750         (wl-message-display-internal): Likewise.
751
752         * wl-highlight.el (wl-highlight-demo-face): Define default background
753         color.
754         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
755
756         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
757
758         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
759         (wl-demo-setup-properties): Renamed from
760         `wl-demo-set-background-color'.
761         (wl-demo): Follow the change above.
762         
763         * Version number is increased to 2.11.24.
764
765 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-summary.el (wl-summary-toggle-thread): Call
768         `wl-summary-rescan' with disable-thread as non-nil.
769         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
770
771 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
772
773         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
774         foreground property of the face.
775         (wl-demo-insert-text): Don't set up face property here.
776         (wl-demo): Call wl-demo-set-background-color, anyway.
777
778 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-vars.el (wl-demo-background-color): The value can be nil.
781
782 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
783
784         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
785         to wl-summary-wheel-dispatcher.
786
787         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
788         wl-message-wheel-dispatcher.
789         (wl-message-wheel-dispatcher): New function.
790         (wl-summary-wheel-dispatcher): Ditto.
791
792 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-action.el (wl-summary-target-mark-all): List messages which are
795         not in the killed-list.
796
797         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
798         only when the folder is 'flag/important.
799
800         * wl-address.el (wl-complete-field-body): Complete if the last
801         character is a space.
802
803 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-folder.el (wl-folder-clear-entity-info): Use
806         elmo-clear-hash-val.
807
808         * wl-fldmgr.el (wl-fldmgr-rename): Set
809         wl-folder-info-alist-modified as t.
810
811 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
812
813         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
814
815 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
818         (wl-folder-buffer-last-visited-entity-id): New buffer local
819         variable.
820         (wl-folder-revisit-last-visited-folder): New function.
821         (wl-folder-mode-map): Bind it to "C-i".
822         (wl-folder-set-current-entity-id): Set last visited folder.
823         * wl-summary.el (wl-summary-exit): Ditto.
824
825 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
828         before calling `recenter' in order to cope with an XEmacs bug.
829
830 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
831
832         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
833         to the default value.
834
835 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
838         change.
839         (wl-summary-sync-marks): Ditto.
840         (wl-summary-mark-as-read-internal): Ditto.
841         (wl-summary-mark-as-answered-internal): Ditto.
842         (wl-summary-mark-as-important-internal): Ditto.
843         (wl-summary-reply): Ditto.
844
845         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
846         instead of `elmo-folder-unflag-answered'.
847
848         * Version number is increased to 2.11.23.
849
850         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
851         the last change.
852
853 2004-01-11  Kenichi Okada  <okada@opaopa.org>
854
855         * wl-spam.el (wl-summary-exec-action-refile-with-register):
856         Specify "spam" or "good".
857
858 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
859
860         * wl-spam.el (wl-summary-exec-action-spam): Call
861         wl-folder-confirm-existence for spam folder.
862         (wl-spam-setup): Bind "mk".
863
864 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
867
868 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
871         destination folder is empty.
872
873 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
876         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
877
878         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
879         (wl-summary-refile-prev-destination-region): New function.
880         (wl-thread-refile-prev-destination): Ditto.
881         (wl-summary-target-mark-refile-prev-destination): Ditto.
882
883 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
884
885         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
886         (wl-demo-background-color): Changed default value.
887
888         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
889         color.
890
891         * wl-demo.el (wl-demo-set-background-color): New function.
892         (wl-demo): Call it.
893
894 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-address.el (wl-address-delete): Avoid mis-deleting.
897         * wl-address.el (wl-address-add-or-change): Don't add empty
898         address.
899
900 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
901
902         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
903
904 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
905
906         * wl-vars.el (wl-demo-image-filter-alist): New variable
907         (wl-demo-background-color): Ditto.
908
909         * wl-demo.el (wl-demo-xpm-set-background): New function.
910         (wl-demo-image-filter): Ditto.
911         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
912
913         * wl-vars.el (wl-demo-icon-name-alist): New variable.
914
915         * wl-demo.el (wl-demo-icon-name): Define as function.
916         (wl-demo-insert-image): Use it.
917
918 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
919
920         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
921
922 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
923
924         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
925
926 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
927
928         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
929
930 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-thread.el (wl-thread-mark-as-answered): New function.
933
934         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
935         answered" entry.
936         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
937         "r&" and wl-thread-mark-as-answered to "t&".
938         (wl-summary-mark-as-important-region): Refine to toggle mark.
939         (wl-summary-mark-as-answered-region): New function.
940         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
941         and 3rd argument.
942         (wl-summary-mark-as-important-internal): Likewise.
943
944 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-template.el (wl-template-preview): New internal variable.
947         (wl-template-preview-p): New function.
948         (wl-template-show): Bind `wl-template-preview' as t.
949
950 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
953         `elmo-message-entity-field' with 3rd argument which is non-nil.
954
955 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
958         Removed duplicate local bind `folder'.
959
960 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
963
964 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
967         duplicate definition.
968
969 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
970
971         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
972         non-nil, use it; Don't fetch message if there's no message in the
973         current cursor position.
974
975 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-util.el (wl-region-exists-p): Use region-active-p.
978         (wl-deactivate-region): New function.
979         * wl-message.el (wl-message-redisplay): Deactivate region.
980
981         * wl-summary.el (wl-summary-reply): Call
982         `wl-summary-set-message-buffer-or-redisplay' instead of
983         `wl-summary-redisplay-internal', don't move point.
984
985 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
988         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
989         by regexp.
990
991 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
994         if no need.
995
996 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
999         default value to nil.
1000         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1001         `wl-summary-prepare-hook'; Replace refile action to
1002         `wl-summary-exec-action-refile-with-register'.
1003
1004         * Version number is increased to 2.11.22.
1005
1006 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-summary.el (wl-summary-detect-mark-position): Set
1009         `wl-summary-buffer-weekday-name-lang'.
1010
1011 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1012
1013         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1014         (wl-summary-mark-as-read-all): Ditto.
1015         (wl-summary-delete-messages-on-buffer): Ditto.
1016         (wl-summary-sync-update): Ditto.
1017         (wl-summary-mark-as-read-internal): Ditto.
1018         (wl-summary-mark-as-answered-internal): Ditto.
1019         (wl-summary-update-folder-info): Abolished.
1020
1021 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-summary.el (wl-summary-mark-as-read-all): Use
1024         `wl-summary-update-folder-info' instead of
1025         `wl-folder-update-unread'.
1026
1027 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1028
1029         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1030         `wl-summary-folder-info-update'.
1031         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1032         instead of `wl-summary-folder-info-update'.
1033         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1034         `wl-folder-set-folder-updated'.
1035         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1036         instead of `wl-folder-update-unread'.
1037         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1038         the value of `wl-summary-buffer-unread-count' for the second parameter of
1039         `wl-folder-update-unread'.
1040
1041         * Version number is increased to 2.11.21.
1042
1043 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1044
1045         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1046         a local variable.
1047
1048 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1051         interactively.
1052
1053         * wl-summary.el (wl-summary-mark-as-important-internal): New
1054         internal function.
1055         (wl-summary-mark-as-important): Use it.
1056         (wl-summary-mark-as-unimportant): New function.
1057         (wl-summary-sync-marks): Follow the API change.
1058
1059         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1060
1061         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1062
1063 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-folder.el (wl-folder-update-unread): Re-indent.
1066         Narrow the scope of a local variable.
1067
1068 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1071         (wl-addrmgr-merge-entries): Ditto.
1072         (wl-addrmgr): Added to address entry which exists in draft buffer
1073         if no entry is in original.
1074
1075 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1076
1077         * wl-batch.el: New file.
1078
1079 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1080
1081         * wl-vars.el (wl-use-semi): Remove unused variable.
1082
1083 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1086         "?".
1087
1088 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1091         wl-summary-new-mark.
1092         (wl-summary-new-cached-mark): New user option.
1093         (wl-summary-score-marks): Follow the change above.
1094         (wl-summary-auto-refile-skip-marks): Ditto.
1095         (wl-summary-incorporate-marks): Ditto.
1096         (wl-summary-expire-reserve-marks): Ditto.
1097
1098         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1099
1100         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1101         (wl-summary-persistent-mark-string): Distinguished between cached
1102         and uncached mark when the message is new.
1103
1104 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-spam.el (wl-spam-domain): Renamed from
1107         `wl-spam-folder-guess-domain'.
1108         (wl-summary-exec-action-spam): Register as spam if domain of the
1109         source folder is good.
1110         (wl-summary-exec-action-refile-with-register): Register message if
1111         domain of the source folder is not undecided.
1112
1113 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1116         detect thread loop.
1117
1118 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1121         and wl-summary-skip-mark-list.
1122
1123 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1126
1127         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1128
1129         * wl-spam.el (toplevel): Require wl-highlight.
1130         (wl-spam-auto-check-policy-alist): Abolish.
1131         (wl-spam-auto-check-folder-regexp-list): New user option.
1132         (wl-spam-auto-check-marks): Ditto.
1133         (wl-spam-mark-action-list): Ditto.
1134         (wl-highlight-summary-spam-face): New face.
1135         (wl-spam-auto-check-message-p): New function.
1136         (wl-spam-map-spam-messages): Fixed message.
1137         (wl-spam-register-spam-messages): Ditto.
1138         (wl-spam-register-good-messages): Ditto.
1139         (wl-summary-spam-map): Add and remove keybind.
1140         (wl-summary-target-mark-spam): Abolish.
1141         (wl-summary-refile-spam): Ditto.
1142         (wl-summary-test-spam): New function.
1143         (wl-summary-mark-spam): Ditto.
1144         (wl-summary-auto-check-spam): Follow the above change.
1145         (wl-summary-exec-action-spam): New function.
1146         (wl-summary-exec-action-refile-with-register): Fixed message.
1147         (wl-message-check-spam): New function.
1148         (wl-spam-setup): Ditto.
1149         (toplevel): Call it if this file is loaded interactivity.
1150
1151         * Version number is increased to 2.11.20.
1152
1153 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1156         when new optional argument `force' is non nil or modified.
1157
1158 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl.el (toplevel): Require wl-spam when compile.
1161         (wl-save-status): Call wl-spam-save-status.
1162
1163         * wl-spam.el (wl-spam-register-spam-messages): New function.
1164         (wl-spam-register-good-messages): Ditto.
1165         (wl-spam-save-status): Ditto.
1166         (wl-summary-mode-map): Bind
1167         wl-summary-target-mark-register-as-spam to "ms" and
1168         wl-summary-target-mark-register-as-good to "mn".
1169         (wl-summary-register-as-spam): Abolish optional argument; Use
1170         wl-spam-register-spam-messages.
1171         (wl-summary-register-as-spam-all): Use
1172         wl-spam-register-spam-messages.
1173         (wl-summary-register-as-good): Abolish optional argument; Use
1174         wl-spam-register-good-messages.
1175         (wl-summary-register-as-good-all): Use
1176         wl-spam-register-good-messages.
1177         (wl-summary-target-mark-register-as-spam): New funtion.
1178         (wl-summary-target-mark-register-as-good): Ditto.
1179
1180 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-spam.el: New file.
1183
1184 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1187
1188         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1189         (wl-summary-auto-refile): Call wl-refile-guess with
1190         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1191
1192 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1195         with disable-thread argument non-nil.
1196
1197 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-summary.el (wl-summary-rescan): Added optional argument
1200         disable-thread.
1201         (wl-summary-sync): Call wl-summary-rescan with argument
1202         disable-thread.
1203         (wl-summary-input-range): Added new range `rescan-thread'.
1204
1205 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1206
1207         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1208
1209 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1212         internal variable.
1213         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1214         wl-summary-search-parent-by-subject-regexp and
1215         wl-summary-divide-thread-when-subject-changed as nil.
1216         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1217         (wl-summary-insert-thread): Search parent entity from
1218         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1219         thread loop.
1220
1221 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1224
1225         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1226
1227         * wl-util.el (wl-require-update-all-folder-p): New function.
1228         (wl-get-assoc-list-value): Added `function' to match directive.
1229         (wl-collect-draft): Rewrite.
1230
1231         * wl-summary.el (wl-summary-sync-update): Clear faces
1232         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1233         are non-nil.
1234         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1235         argument as function.
1236         (wl-summary-input-range): Ditto.
1237
1238         * wl-folder.el (wl-draft-get-folder): New function.
1239         (wl-folder-get-elmo-folder): Consider draft folder.
1240
1241         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1242         (wl-draft-buffer-message-number): New buffer local variable.
1243         (wl-draft-folder-internal): New internal variable.
1244         (wl-draft-delete): Rewrite.
1245         (wl-draft-save): Ditto.
1246         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1247         wl-folder-get-elmo-folder.
1248         (wl-draft-config-info-operation): Ditto.
1249         (wl-jump-to-draft-folder): Ditto.
1250         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1251         (wl-draft-reedit): Rewrite.
1252
1253         * Version number is increased to 2.11.19.
1254         
1255 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1256
1257         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1258         variable.
1259
1260 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1263         Use ignore-errors instead of unwind-protect.
1264
1265 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1266
1267         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1268         for updating `wl-thread-entity-list'.
1269
1270 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1271
1272         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1273         parameter from calling `wl-thread-entity-get-older-brothers' and
1274         `wl-thread-entity-get-younger-brothers'.
1275         Replace nested `append' with a single one.
1276
1277 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-summary.el (wl-summary-mode): Don't use the return value of
1280         `make-local-hook'.
1281
1282 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1283
1284         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1285         instead of `let*'.
1286         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1287         of local variables.
1288
1289 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1292         Renamed from wl-summary-window-scroll-functions.
1293         (wl-summary-window-scroll-functions): Don't set to variable.
1294         (wl-summary-display-top): Use run-hooks.
1295         (wl-summary-display-bottom): Ditto.
1296         (wl-summary-toggle-disp-msg): Ditto.
1297         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1298         Use it instead of wl-summary-window-scroll-functions.
1299         (wl-summary-goto-folder-subr): Don't call
1300         wl-summary-window-scroll-functions, use
1301         wl-summary-buffer-window-scroll-functions instead.
1302
1303 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1306         make-local-variable.
1307
1308 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1309
1310         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1311         set-buffer-modified-p.
1312         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1313         (wl-summary-display-bottom): Ditto.
1314         (wl-summary-toggle-disp-msg): Ditto.
1315
1316 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1319
1320         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1321         (wl-summary-forward): Use elmo-message-entity-field instead of
1322         elmo-message-field.
1323
1324         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1325
1326 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-summary.el (wl-summary-window-scroll-functions): No use
1329         `append'.
1330
1331 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1332
1333         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1334         function.
1335         (wl-summary-window-scroll-functions): Call it when both
1336         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1337         (wl-summary-temp-mark): Added optional argument number.
1338         (wl-summary-message-mark): Added optional argument flag.
1339         (wl-summary-persistent-mark): Added optional argument number and flag.
1340         (wl-summary-update-persistent-mark): Ditto.
1341         (wl-summary-update-status-marks): Set "r" for interactive spec.
1342
1343         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1344         argument number and flag.
1345
1346         * wl-action.el (wl-summary-registered-temp-mark): 
1347         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1348
1349 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1352         internal variable (buffer local).
1353         (wl-summary-window-scroll-functions): New function.
1354         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1355         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1356         as nil.
1357         (wl-summary-update-status-marks): Added arguments beg, end and
1358         check.
1359         (wl-summary-update-mark-window): Use function.
1360         (wl-summary-sync-update): Follow the change above.
1361         (wl-summary-switch-to-clone-buffer): Copy
1362         wl-summary-buffer-unsync-mark-number-list.
1363         (wl-summary-goto-folder-subr): Set
1364         wl-summary-buffer-unsync-mark-number-list and
1365         use wl-summary-window-scroll-functions instead of
1366         wl-summary-lazy-highlight.
1367
1368         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1369
1370 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1373
1374         * wl-summary.el (wl-summary-update-persistent-mark): Call
1375         wl-summary-set-message-modified.
1376
1377         * wl-summary.el (wl-summary-sync-update): Don't call
1378         wl-summary-update-status-marks.
1379
1380         * Version number is increased to 2.11.18.
1381
1382 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1385         (wl-message-next-page): Ditto.
1386
1387 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1388
1389         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1390         local variable.  Change the order of a collected list into the
1391         same as the specified range.  Remove nil from a collected list.
1392
1393 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1396         argument for elmo-folder-list-messages.
1397
1398 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1401         change (wl-summary-count-unreads return a list instead of a cons
1402         cell).
1403
1404 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1405
1406         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1407         `wl-summary-folder-info-update'.
1408
1409 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-summary.el (wl-summary-set-message-modified): No use
1412         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1413         (wl-summary-set-mark-modified): Abolish.
1414         (wl-summary-mark-modified-p): Ditto.
1415         (wl-summary-save-view): Follow the change above.
1416
1417         * wl-expire.el (wl-summary-expire): Likewise.
1418
1419 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1420
1421         * wl-summary.el (wl-summary-detect-mark-position): Use
1422         modb-entity-handler.
1423         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1424
1425         * Version number is increased to 2.11.17.
1426
1427 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1428
1429         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1430         entity field value.
1431         (wl-summary-prefetch-msg): Ditto.
1432         (wl-summary-print-message-with-ps-print): Ditto.
1433
1434 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1435
1436         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1437         for dummy entity.
1438         (wl-summary-insert-thread): Use elmo-message-entity-field.
1439         (wl-summary-update-thread): Use elmo-message-entity-field and
1440         elmo-message-entity-number.
1441         (wl-summary-line-number):  Use elmo-message-entity-number.
1442         (wl-summary-line-size): Use elmo-message-entity-field.
1443         (wl-summary-line-subject): Ditto.
1444         (wl-summary-line-from): Ditto.
1445         (wl-summary-line-attached): Ditto.
1446         (wl-summary-create-line): Ditto.
1447         (wl-summary-create-line): Use elmo-message-entity-number.
1448         (wl-summary-print-message-with-ps-print): Use
1449         elmo-message-entity-field.
1450
1451 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1454         change in elmo-msgdb-make-message-entity.
1455         (wl-summary-buffer-set-folder): Don't call
1456         wl-summary-detect-mark-position here.
1457         (wl-summary-rescan): Call elmo-message-entity-number.
1458         (wl-summary-sync-update): Ditto.
1459         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1460
1461         * wl-score.el (wl-score-header-index): Redefine 2th element.
1462         (wl-score-overview-entity-get-extra): Abolish.
1463         (wl-score-ov-entity-get): Rewrite.
1464         (wl-score-string-index<, wl-score-string-func<): Abolish.
1465         (wl-score-string<): New function.
1466         (wl-score-string-sort): Use it.
1467
1468         * wl-refile.el (wl-refile-guess-by-history): Use
1469         elmo-message-entity-field.
1470         (wl-refile-guess-by-from): Ditto.
1471         (wl-refile-guess-by-msgid): Ditto.
1472
1473         * Version number is increased to 2.11.16.
1474
1475 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * wl-folder.el (wl-folder-confirm-existence): Don't call
1478         file-exists-p if msgdb-path is nil.
1479         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1480         `wl-read-folder-hist' to `wl-read-folder-history'.
1481
1482 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1483
1484         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1485         `y-or-n-p'.
1486
1487 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-score.el (wl-score-headers): Don't use
1490         elmo-folder-do-each-message-entity.
1491
1492         * Version number is increased to 2.11.15.
1493
1494 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-summary.el (wl-summary-delete-all-msgs): Use
1497         elmo-folder-move-messages instead of elmo-folder-delete-messages
1498         and elmo-folder-detach-messages.
1499         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1500
1501         * wl-expire.el (wl-expire-delete): Ditto.
1502         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1503
1504 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1505
1506         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1507         (wl-message-header-narrowing-fields): Ditto.
1508         (wl-message-header-narrowing-lines): Ditto.
1509         (wl-message-header-narrowing-string): Ditto.
1510
1511         * wl-summary.el (wl-summary-mode-map): Bind
1512         wl-summary-toggle-header-narrowing to "C-cC-f".
1513         (wl-summary-toggle-header-narrowing): New function.
1514
1515         * wl-message.el (wl-message-buffer-create): Call
1516         wl-message-header-narrowing-setup.
1517         (wl-message-redisplay): Call wl-message-header-narrowing.
1518         (wl-message-header-narrowing): New function.
1519         (wl-message-header-narrowing-map): New keymap.
1520         (wl-message-header-narrowing-widen-map): New keymap.
1521         (wl-message-header-narrowing-again-at-mouse): New function.
1522         (wl-message-header-narrowing-1): Ditto.
1523         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1524         (wl-message-header-narrowing-setup): Ditto.
1525         (wl-message-header-narrowing-toggle): Ditto.
1526         
1527         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1528
1529         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1530         'flag as all.
1531         (wl-use-flag-folder-help-echo): New user option.
1532
1533         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1534         wl-summary-highlight as nil.
1535         (wl-summary-set-mark-modified): Follow the API change.
1536         (wl-summary-mark-modified-p): Ditto.
1537         (wl-summary-mark-as-read-all): Ditto.
1538         (wl-summary-sync-marks): Don't call
1539         elmo-folder-list-messages-with-global-mark.
1540         (wl-summary-mark-as-read-internal): Follow the API change.
1541         (wl-summary-mark-as-answered-internal): Ditto.
1542         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1543         Follow the API change.
1544         (wl-summary-create-line): Call with number argument.
1545         (wl-summary-reply): Follow the API change.
1546
1547         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1548         function.
1549         (wl-highlight-summary-line-string): Call it when
1550         wl-use-flag-folder-help-echo is non-nil.
1551         (wl-highlight-summary-current-line): Ditto.
1552         (elmo-flag-folder-referrer): Added autoload setting.
1553
1554         * wl-draft.el (wl-draft-kill): Follow the API change.
1555
1556         * Version number is increased to 2.11.14.
1557         
1558 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1561
1562 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * Version number is increased to 2.11.13.
1565
1566 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-draft.el (wl-draft-previous-history-element): Fixed
1569         unbalanced parenthesis and bind unbound local variables.
1570
1571 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-draft.el (wl-draft-previous-history-element): New function.
1574         (wl-draft-next-history-element): Ditto.
1575         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1576         them to M-p and M-n.
1577
1578 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * Version number is increased to 2.11.12.
1581
1582 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1583
1584         * wl-draft.el (wl-draft-hide): Select buffer-window.
1585
1586 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1587
1588         * wl-summary.el (wl-summary-narrow-to-region): New function.
1589         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1590         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1591         (wl-summary-save-region): Use it.
1592         * wl-action.el (wl-summary-collect-numbers-region)
1593         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1594
1595 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-folder.el (wl-folder-count-incorporates): Don't use
1598         `elmo-msgdb-mark-load'
1599
1600         * Version number is increased to 2.11.11.
1601
1602 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1605         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1606
1607 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1610
1611 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1612
1613         * Version number is increased to 2.11.10.
1614
1615 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-mime.el (wl-draft-attribute-value): Fixed.
1618
1619 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-util.el (wl-copy-local-variables): New function.
1622
1623         * wl-mime.el (wl-draft-attribute-recipients): New function.
1624         (wl-draft-attribute-envelope-from): Ditto.
1625         (wl-draft-attribute-smtp-posting-server): Ditto.
1626         (wl-draft-attribute-smtp-posting-port): Ditto.
1627         (wl-draft-attribute-value): Ditto.
1628         (wl-draft-preview-message): Use it to get value for
1629         attributes. Reflect result of `wl-draft-config'.
1630
1631         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1632         and call `wl-summary-mark-as-read' before to call
1633         `wl-summary-unset-mark'.
1634         (wl-summary-target-mark-mark-as-unread): Likewise.
1635         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1636
1637 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-mime.el (wl-draft-preview-message): Use actual value for
1640         attributes; Fix for small window.
1641
1642 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-refile.el (wl-refile-get-field-value): Call
1645         `elmo-message-entity-field' with 3rd argument is non-nil.
1646
1647 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-vars.el (wl-draft-preview-attributes): New user option.
1650         (wl-draft-preview-attributes-list): Ditto.
1651         (wl-draft-preview-attributes-buffer-lines): Ditto.
1652         (wl-draft-preview-attributes-buffer-name): Ditto.
1653
1654         * wl-mime.el (wl-draft-preview-message): Display attributes.
1655
1656 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-summary.el (wl-summary-detect-mark-position): Bind
1659         wl-summary-flag-priority-list to '(new).
1660
1661 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1664         funtion.
1665         (wl-highlight-summary-line-string): Use it.
1666         (wl-highlight-summary-current-line): Ditto.
1667
1668 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1671         line even when the mark string is not changed.
1672
1673         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1674         argument change in the wl-summary-create-line.
1675         (wl-thread-insert-entity-sub): Ditto.
1676
1677         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1678         argument change in the wl-summary-create-line.
1679         (wl-summary-insert-sequential): Ditto.
1680         (wl-summary-update-thread): Ditto.
1681         (wl-summary-persistent-mark-string): New inline function.
1682         (wl-summary-message-mark): Use it.
1683         (wl-summary-create-line): Abolish argument wl-persistent-mark
1684         and added wl-flags, wl-cached.
1685
1686         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1687         mark to flags.
1688         (wl-highlight-summary-current-line): Decide the face not by the 
1689         persistent mark but flags.
1690
1691 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1694         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1695         wl-summary-read-uncached-mark): Revive.
1696         (wl-summary-answered-cached-mark,
1697         wl-summary-answered-uncached-mark): New user option.
1698         (wl-summary-score-marks): Follow the change above.
1699         (wl-summary-auto-refile-skip-marks): Ditto.
1700         (wl-summary-incorporate-marks): Ditto.
1701         (wl-summary-expire-reserve-marks): Ditto.
1702         (wl-summary-flag-priority-list): New user option.
1703
1704         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1705         changes.
1706         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1707         of elmo-message-mark.
1708         (wl-summary-mark-as-read-internal): Ditto.
1709         (wl-summary-mark-as-answered): Ditto.
1710         (wl-summary-mark-as-important): Ditto.
1711         (wl-summary-redisplay-internal): Ditto.
1712         (wl-summary-redisplay-no-mime-internal): Ditto.
1713         (wl-summary-message-mark): New function.
1714         (wl-summary-insert-sequential): Use wl-summary-message-mark
1715         instead of elmo-message-mark.
1716         (wl-summary-update-thread): Ditto.
1717         (wl-summary-persistent-mark): Ditto.
1718         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1719         instead of elmo-message-mark.
1720
1721         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1722         wl-summary-message-mark instead of elmo-message-mark.
1723         (wl-thread-insert-entity-sub): Ditto.
1724         (wl-thread-get-children-msgs-uncached): Ditto.
1725
1726         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1727         variable name changes.
1728         (wl-highlight-summary-current-line): Ditto.
1729
1730         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1731         wl-summary-message-mark instead of elmo-message-mark.
1732
1733         * wl-expire.el (wl-expire-message-p): Ditto.
1734
1735         * wl-score.el (wl-score-headers): Ditto.
1736
1737         * Version number is increased to 2.11.9.
1738
1739         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1740         (wl-summary-sync-update): Follow the change above.
1741         (wl-summary-switch-to-clone-buffer): Ditto.
1742         (wl-summary-open-folder): Ditto.
1743
1744 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1747         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1748
1749         * Version number is increased to 2.11.8.
1750
1751         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1752
1753         * wl-expire.el (wl-expire-refile): Follow the API change on
1754         `elmo-folder-move-messages'.
1755         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1756
1757         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1758         (wl-summary-exec-action-refile): Ditto.
1759         (wl-summary-exec-action-copy): Ditto.
1760         (wl-summary-no-auto-refile-message-p): No use
1761         `wl-summary-buffer-msgdb'.
1762         (wl-summary-auto-refile): Ditto.
1763
1764 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1767
1768 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1769
1770         * wl-summary.el (wl-summary-sync): Treat no-sync.
1771
1772         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1773         (wl-default-sync-range): Ditto.
1774
1775 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-refile.el (wl-refile-subject-learn): Call
1778         `elmo-message-entity-field' with 3rd argument is non-nil.
1779         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1780         instead of `elmo-msgdb-overview-entity-get-subject'.
1781
1782 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1783
1784         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1785         scan-type is rescan.
1786         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1787         new optional argument force is non-nil.
1788         (wl-summary-save-view-cache): Call it with force argument non-nil.
1789
1790         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1791
1792 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-action.el (wl-summary-print-argument): Fixed last change.
1795
1796 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1799         simplified.
1800         (wl-summary-target-mark-mark-as-unread): Likewise.
1801         (wl-summary-target-mark-mark-as-important): Likewise.
1802
1803 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1806         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1807         (wl-summary-mark-as-important-region): Change accordingly.
1808         (wl-summary-target-mark-mark-as-important): Ditto.
1809
1810 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1813
1814         * wl-action.el (wl-summary-print-argument): Print argument to
1815         right side of window if `wl-summary-print-argument-within-window'
1816         is non-nil.
1817
1818 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-action.el (wl-summary-set-mark): Use
1821         `wl-summary-message-visible-p' to check visibility of the message
1822         and jump to message only when the message line is visible and have
1823         different number; Call wl-summary-unset-mark with number argument.
1824         (wl-summary-unset-mark): 
1825         Use `wl-summary-message-visible-p'
1826         to check visibility of the message and jump to message only when
1827         the message line is visible and have different number;
1828
1829 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * Version number is increased to 2.11.7.
1832
1833         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1834         and wl-folder-summary-line-format.
1835
1836         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1837         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1838         (wl-summary-set-score-mark): Use it.
1839         (wl-summary-target-mark-mark-as-read): Ditto.
1840         (wl-summary-target-mark-mark-as-unread): Ditto.
1841         (wl-summary-target-mark-mark-as-important): Ditto.
1842         (wl-summary-target-mark-msgs): Simplified.
1843         (wl-summary-detect-mark-position): Fixed problem when
1844         summary-line-format no contain persisten/temp mark spec.
1845         (wl-summary-temp-mark): Ditto.
1846         (wl-summary-persistent-mark): Ditto.
1847         (wl-summary-update-persistent-mark): Ditto.
1848
1849         * wl-action.el (wl-summary-set-mark): Ditto.
1850         (wl-summary-unset-mark): Ditto.
1851         All other related portions are changed.
1852
1853 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * Version number is increased to 2.11.6.
1856
1857 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-util.el (wl-current-message-buffer): Define as function;
1860         Don't use the value of wl-messge-buffer.
1861
1862         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1863         persistent mark.
1864
1865         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1866         no current message, cause an error.
1867
1868 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-summary.el (wl-summary-set-message-modified): Use
1871         elmo-folder-set-message-modified instead of
1872         elmo-folder-set-message-modified-internal.
1873
1874 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1877         interactively.
1878         (wl-summary-sync): nokill->entirely.
1879         (wl-summary-sync-marks): Fixed message.
1880         (wl-summary-input-range): Added mark, nokill->entirely.
1881
1882         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1883         messages as read.
1884
1885 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1886
1887         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1888         update-noscore.
1889         (wl-summary-sync): Follow the change above.
1890
1891 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1892
1893         * wl-action.el (wl-summary-target-mark-all): Use
1894         elmo-folder-list-messages.
1895
1896 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1899         (wl-summary-rescan): Set wl-summary-scored as nil.
1900         (wl-summary-sync-force-update): Follow the change above.
1901         (wl-summary-sync): Ditto.
1902         (wl-summary-sync-update): Added argument disable-killed.
1903         (wl-summary-insert-headers): Set visible-only argument for
1904         elmo-folder-list-messages.
1905         (wl-summary-input-range): Added update-nokill, update-noscore,
1906         all-nokill, all-noscore and mark.
1907
1908         * Version number is increased to 2.11.5.
1909
1910         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1911
1912 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1915         (wl-summary-prefetch-region-no-mark): Change accordingly.
1916         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1917
1918 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-address.el (wl-complete-field-to): Abolished.
1921         (wl-complete-address): Completion function for completing-read.
1922         * wl-action.el (wl-summary-get-resend-address): Use it.
1923
1924         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1925         wl-summary-update-mark and abolish unused argument.
1926         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1927         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1928         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1929         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1930         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1931         * wl-draft.el (wl-draft-kill): Ditto.
1932
1933         * wl-summary.el: Remove unused binding of case-fold-search.
1934         (wl-summary-replace-status-marks): Abolished.
1935
1936 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1939         is specified or folder length is zero.
1940
1941 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1944         (wl-folder-archive-current-entity): Ditto.
1945
1946 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1949         retrieving message mark.
1950         (wl-summary-redisplay-internal): Ditto.
1951
1952         * wl-message.el (wl-message-buffer-display): Ignore errors while
1953         retrieving message-id field.
1954
1955         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1956         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1957         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1958         order of the arguments for `wl-expire-message-p'.
1959         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1960
1961         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1962         Check return value of wl-summary-reply.
1963         (wl-summary-reply): Recover window configuration when an error occured.
1964
1965 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-summary.el (wl-summary-resend-message): Abolished, the
1968         feature is inherited by wl-summary-resend (put resend mark).
1969
1970 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1973         wl-message-buffer to nil when the message is hide.
1974
1975 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1976
1977         * .cvsignore: New file.
1978
1979 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-action.el (wl-summary-action-docstring): Add more info.
1982         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1983         duplicate definition.
1984         (wl-summary-define-mark-action): Functions wl-summary-*-region
1985         keep current position.
1986         (wl-summary-unregister-target-mark): Store result to the variable.
1987
1988 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * Version number is increased to 2.11.4.
1991
1992 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1995         wl-summary-delete-all-temp-marks.
1996         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1997
1998         * wl-action.el (wl-summary-set-mark): Changed terminology
1999         refile-destination -> action-argument.
2000         (wl-summary-unset-mark): Ditto.
2001         (wl-summary-remove-argument): Ditto.
2002         (wl-summary-print-argument): Ditto.
2003
2004         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2005         (wl-thread-remove-argument-region): Ditto.
2006         (wl-thread-print-argument-region): Ditto.
2007         (wl-thread-close): Ditto.
2008         (wl-thread-open): Ditto.
2009
2010         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2011         (wl-highlight-refile-destination-face is abolished)
2012         (wl-highlight-action-argument-string): Ditto.
2013         (wl-highlight-summary-current-line): Highlight action argument.
2014
2015         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2016         color for light backgrounds.
2017         (wl-highlight-summary-answered-face): Ditto.
2018
2019 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2022
2023         * wl-score.el (wl-summary-score-update-all-lines): Use
2024         wl-summary-set-mark.
2025         (wl-summary-score-update-all-lines): Kill expunged messages.
2026
2027         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2028
2029 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2032         directly.
2033         (wl-score-overview-entity-get-lines): Ditto.
2034         (wl-score-overview-entity-get-xref): Ditto.
2035         (wl-score-get-latest-msgs): Ditto.
2036         (wl-summary-rescore): Ditto.
2037
2038         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2039         to "&".
2040         (wl-summary-mark-as-answered-internal): New inline function.
2041         (wl-summary-mark-as-answered): New function.
2042         (wl-summary-mark-as-unanswered): Ditto.
2043         (wl-summary-sync-marks): Modified for answered-mark synching.
2044
2045 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-action.el (wl-summary-set-mark): Fixed last change.
2048
2049 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2050
2051         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2052         behavior of wl-summary-unread-message-hook
2053         (Pointed out by akira yamada <akira@arika.org>).
2054
2055 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2058         wl-summary-delete.
2059         * wl-xmas.el (wl-summary-toolbar): Ditto.
2060
2061         * wl-action.el (wl-summary-set-mark): Don't override current
2062         temp-mark.
2063
2064         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2065
2066 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2067
2068         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2069         (wl-refile-msgid-learn): Ditto.
2070         (wl-refile-get-field-value): Ditto.
2071
2072         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2073
2074         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2075         (wl-expire-delete-reserved-messages): Renamed from
2076         wl-expire-reserve-marked-msgs-from-list.
2077         (wl-expire-delete): Removed argument `msgdb'.
2078         (wl-expire-refile): Ditto.
2079         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2080         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2081         mark-alist as argument.
2082         (wl-expire-archive-number1): Removed argument `msgdb'.
2083         (wl-expire-archive-number2): Ditto.
2084         (wl-expire-archive-date): Ditto.
2085         (wl-expire-localdir-date): Ditto.
2086         (wl-expire-hide): Ditto.
2087         (wl-archive-number1): Ditto.
2088         (wl-archive-number2): Ditto.
2089         (wl-archive-date): Ditto.
2090         (wl-archive-folder): Ditto.
2091         All other related portions are changed.
2092
2093 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2096         mean move up and down. (suggested by Takashi Kawachi)
2097
2098 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2099
2100         * wl-acap.el (toplevel): Don't require un-define.
2101
2102 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * wl-thread.el (wl-thread-delete-message): Always update
2105         wl-summary-buffer-number-list.
2106
2107         * wl-action.el (wl-summary-print-destination): 
2108         Do nothing when folder is nil.
2109
2110 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2113         persistent mark when prefetch is succeeded.
2114
2115 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2118         instead of elmo-msgdb-delete-msgs.
2119         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2120         (wl-expire-hide): Ditto.
2121
2122         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2123
2124         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2125         elmo-msgdb interface.
2126         (wl-thread-get-exist-children): Likewise.
2127         (wl-thread-insert-message): Likewise.
2128         (wl-thread-msg-mark-as-important): Likewise.
2129         (wl-thread-insert-entity-sub): Likewise.
2130         (wl-thread-get-children-msgs-uncached): Likewise.
2131
2132         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2133         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2134         (wl-summary-sync-update): Likewise.
2135         (wl-summary-auto-select-msg-p): Likewise.
2136         (wl-summary-update-thread): Likewise.
2137         (wl-summary-mark-as-important): Likewise.
2138         (wl-summary-jump-to-msg-internal): Likewise.
2139         (wl-summary-redisplay-internal): Likewise.
2140         (wl-summary-print-message-with-ps-print): Likewise.
2141         (wl-summary-folder-info-update): Likewise.
2142
2143         * wl-folder.el (wl-folder-check-one-entity):
2144         elmo-folder-count-flags instead of wl-summary-count-unread.
2145
2146         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2147
2148         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2149
2150         * wl-summary.el (wl-summary-set-message-modified): 
2151         Call wl-summary-set-mark-modified.
2152         (wl-summary-delete-messages-on-buffer): Call
2153         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2154         (wl-summary-sync-update): Call elmo-folder-length instead of
2155         elmo-folder-messages.
2156         (wl-summary-insert-headers): Don't call
2157         elmo-folder-list-message-entities.
2158
2159 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-action.el (wl-summary-define-mark-action): Call
2162         `wl-summary-set-mark' with argument `data'.
2163         (wl-summary-auto-refile): Fixed order of arguments when call
2164         `wl-summary-refile'.
2165
2166 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2169
2170         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2171
2172         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2173         (Renamed from wl-highlight-summary-deleted-face).
2174         (wl-highlight-summary-resend-face): New face.
2175
2176         (wl-highlight-summary-deleted-face): Renamed from
2177         wl-highlight-summary-erased-face.
2178
2179         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2180
2181         * wl-action.el (wl-summary-get-resend-address): New function.
2182         (wl-summary-exec-action-resend): Ditto.
2183         (wl-summary-exec-action-resend-subr): Ditto.
2184
2185         * w-thread.el (wl-thread-copy): Removed definition.
2186         (wl-thread-refile): Ditto.
2187         (wl-thread-delete): Ditto.
2188         (wl-thread-target-mark): Ditto.
2189
2190         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2191         (wl-summary-target-mark-set-action): Fixed.
2192         (wl-summary-define-mark-action): Fixed quotation.
2193         (wl-summary-move-mark-list-messages): Display message.
2194         (wl-summary-define-mark-action): Define thread functions.
2195         (wl-summary-exec-action-refile): Changed message.
2196         (wl-summary-exec): Ditto.
2197
2198 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2199         
2200         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2201         '%%'.
2202
2203 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2204
2205         * wl.el (toplevel): Require wl-action.
2206         (wl-init): Call wl-summary-define-mark-action.
2207
2208         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2209
2210         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2211         wl-summary-delete and wl-summary-erase.
2212         (wl-summary-mode-map): Ditto.
2213
2214         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2215         wl-delete-folder-alist.
2216
2217         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2218         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2219         (toplevel): Moved mark & action related functions to the wl-action.el.
2220
2221         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2222         in wl-summary-mark-action-list.
2223         (wl-highlight-summary-current-line): Ditto.
2224
2225         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2226         empty lines.
2227
2228         * wl-action.el: New file. 
2229
2230 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-summary.el (wl-summary-target-mark-replace): New function.
2233         (wl-summary-target-mark-prefetch): Use it.
2234         (wl-summary-target-mark-delete): Ditto.
2235         (toplevel): Rearranged definition order.
2236         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2237         (wl-summary-target-mark-erase): Rewrite.
2238         (wl-summary-erase-region): New function.
2239         (wl-summary-exec-action-erase): Changed message.
2240         (wl-summary-move-mark-list-messages): New function.
2241         (wl-summary-exec-action-delete): Use it.
2242         (wl-summary-exec-action-erase): Ditto.
2243
2244         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2245         (wl-summary-skip-mark-list): Added "d".
2246
2247         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2248         while searching.
2249
2250         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2251         and define using defcustom;
2252         Define 4th element as a face.
2253         
2254         * wl-summary.el (wl-summary-incorporate): Use 
2255         `wl-summary-prefetch-region-no-mark' instead of
2256         `wl-summary-prefetch-region'.
2257         (wl-summary-prefetch-region-no-mark): Revival of old
2258         `wl-summary-prefetch-region'.
2259         (wl-summary-mark-action-list): Moved to wl-vars.el
2260
2261         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2262         face according to the `wl-summary-mark-action-list'.
2263         (wl-highlight-summary-current-line): Ditto;
2264         Removed destination highlighting.
2265
2266         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2267         (wl-highlight-summary-line-string): Highlight for "i" mark.
2268         (wl-highlight-summary-current-line): Ditto.
2269
2270         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2271         no destination.
2272
2273         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2274         exists, just go ahead.
2275         (wl-summary-prefetch-region): Rewrite.
2276         (wl-summary-prefetch): Ditto.
2277         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2278         (wl-summary-exec-action-prefetch): New function.
2279         (wl-summary-target-mark-prefetch): Rewrite.
2280
2281 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2284         (wl-highlight-summary-line-string): Added "d" and "D".
2285         (wl-highlight-summary-current-line): Ditto.
2286
2287         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2288         in wl-summary.el.
2289         (wl-thread-insert-entity-sub): Ditto.
2290         (wl-thread-remove-destination-region): Ditto.
2291         (wl-thread-print-destination-region): Ditto.
2292
2293         * wl-summary.el (wl-summary-buffer-refile-list,
2294         wl-summary-buffer-delete-list,
2295         wl-summary-buffer-copy-list): Abolish.
2296         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2297         All other related portions are changed.
2298         (wl-summary-mark-action-list): New variable.
2299         (wl-summary-set-mark): New function.
2300         (wl-summary-register-target-mark): Ditto.
2301         (wl-summary-unregister-target-mark): Ditto.
2302         (wl-summary-have-target-mark-p): Ditto.
2303         (wl-summary-register-temp-mark): Ditto.
2304         (wl-summary-unregister-temp-mark): Ditto.
2305         (wl-summary-registered-temp-mark): Ditto.
2306         (wl-summary-collect-temp-mark): Ditto.
2307         (wl-summary-unset-mark): Ditto.
2308         (wl-summary-set-target-mark): Ditto.
2309         (wl-summary-unset-target-mark): Ditto.
2310         (wl-summary-set-action-generic): Ditto.
2311         (wl-summary-unset-action-generic): Ditto.
2312         (wl-summary-exec-action-delete): Ditto.
2313         (wl-summary-exec-action-erase): Ditto.
2314         (wl-summary-set-action-refile): Ditto.
2315         (wl-summary-set-action-refile-subr): Ditto.
2316         (wl-summary-unset-action-refile): Ditto.
2317         (wl-summary-make-destination-numbers-list): Ditto.
2318         (wl-summary-exec-action-refile): Ditto.
2319         (wl-summary-set-action-copy): Ditto.
2320         (wl-summary-unset-action-copy): Ditto.
2321         (wl-summary-exec-action-copy): Ditto.
2322         (wl-summary-collect-numbers-region): Ditto.
2323         (wl-summary-delete): Rewrite.
2324         (wl-summary-erase): Ditto.
2325         (wl-summary-remove-destination): Ditto.
2326         (wl-summary-exec): Ditto.
2327         (wl-summary-exec-region): Ditto.
2328         (wl-summary-target-mark-erase): Ditto.
2329         (wl-summary-refile): Ditto.
2330         (wl-summary-copy): Ditto.
2331         (wl-summary-unmark): Ditto.
2332         (wl-summary-delete-all-mark): Ditto.
2333         (wl-summary-mark-line): Don't highlight.
2334         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2335         (wl-summary-target-mark-refile-subr): Rewrite.
2336
2337         (wl-summary-copy-prev-destination): Abolish.
2338
2339 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2340
2341         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2342         default values along the value of wl-on-mule.
2343         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2344         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2345         It is not used anywhere.
2346
2347 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-summary.el (wl-summary-print-destination): Keep position.
2350         (wl-summary-cursor-move-surface): Keep horizontal position.
2351
2352 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2355         write sendlog.
2356
2357 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2358
2359         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2360         `wl-summary-highlight'.
2361
2362 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2365         trivial condition for temp-mark.
2366
2367 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2368
2369         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2370         when it hits killed buffer.
2371
2372 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2373
2374         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2375         * wl-news.el.in: `message' and `error' take format string.
2376
2377 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-folder (wl-folder-insert-entity): Display a message,
2380         `...done', when the work finish.
2381         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2382
2383 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-message.el (wl-message-redisplay): Remove unused local
2386         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2387
2388 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2389
2390         * wl-summary.el (wl-summary-replace-status-marks): Disable
2391         interactive use.
2392         (wl-summary-reedit): Check message existence at first.
2393         (wl-summary-mark-line): Fix doc, return value is indefinite.
2394
2395         * wl-highlight.el (wl-highlight-message): Arranged.
2396
2397         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2398         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2399         check temp-mark by wl-summary-temp-mark always.
2400         (wl-highlight-summary): Change accordingly.
2401         * wl-summary.el (wl-summary-mark-as-read-all)
2402         (wl-summary-delete-cache, wl-summary-set-score-mark)
2403         (wl-summary-mark-as-unread, wl-summary-unmark)
2404         (wl-summary-mark-line, wl-summary-mark-as-read)
2405         (wl-summary-mark-as-important): Ditto.
2406
2407         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2408         end of the window if possible.
2409         * wl-summary.el (wl-summary-sync-update): Support lazy
2410         highlighting.
2411         (wl-summary-toggle-disp-msg): Ditto.
2412
2413 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2414
2415         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2416
2417 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2420         change.
2421
2422 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2423
2424         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2425         API.
2426         (wl-summary-sync-update): Ditto.
2427
2428         * wl-score.el (wl-score-get-score-alist): Changed argument.
2429         (wl-summary-rescore-msgs): Likewise.
2430         (wl-summary-score-headers): Likewise.
2431         (wl-score-headers): Likewise;
2432         Use elmo-folder-do-each-message-entity, etc.
2433         (wl-summary-score-effect): Follow the changes above.
2434         (wl-summary-rescore): Ditto.
2435         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2436         (wl-score-get-overview): Abolish.
2437
2438         * wl-summary.el (wl-summary-default-from): Follow the API change in
2439         elmo-msgdb.
2440         (wl-summary-count-unread): Ditto.
2441         (wl-summary-detect-mark-position): Ditto.
2442         (wl-summary-overview-entity-compare-by-date): Ditto.
2443         (wl-summary-overview-entity-compare-by-number): Ditto.
2444         (wl-summary-overview-entity-compare-by-from): Ditto.
2445         (wl-summary-overview-entity-compare-by-subject): Ditto.
2446         (wl-summary-get-list-info): Ditto.
2447         (wl-summary-rescan): Ditto.
2448         (wl-summary-jump-to-msg-by-message-id): Ditto.
2449         (wl-summary-sync-update): Ditto; Removed comment.
2450         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2451         (wl-summary-insert-message): Use wl-summary-insert
2452         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2453         (wl-summary-insert-headers): Changed argument overview to folder.
2454         (wl-summary-search-by-subject): Likewise.
2455         (wl-summary-insert-thread): Renamed from 
2456         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2457
2458         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2459         too.
2460
2461         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2462         wl-string-member.
2463
2464 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2467         elmo-folder-append-buffer.
2468         (wl-draft-queue-append): Likewise.
2469
2470         * wl-mime.el (wl-message-delete-current-part): Ditto.
2471         (wl-summary-burst-subr): Ditto.
2472
2473         * wl-news.el.in (wl-news-send-news): Ditto.
2474
2475 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2478         function.
2479         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2480         (wl-summary-update-mark): Enclose with save-excursion.
2481         (wl-summary-mark-as-read-internal): Fixed last change.
2482         (wl-summary-mark-as-important): Use 3rd argument of
2483         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2484         Don't use elmo-msgdb-set-mark.
2485         (wl-summary-redisplay-internal): If msgdb flag is already read,
2486         just update the mark on buffer.
2487
2488 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2489
2490         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2491         cut visible folder when elmo-folder-delete returns non-nil value.
2492
2493 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2494
2495         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2496         by Kenichi OKADA <okada@opaopa.org>).
2497
2498 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2499
2500         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2501
2502 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2503
2504         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2505         Fixed the last change, search group entity by its real name.
2506         (Thanks to: KOBAYASHI Shinji)
2507
2508 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2511         (wl-fldmgr-access-display-all): Don't refer visible name.
2512         * wl-expire.el (wl-folder-archive-current-entity)
2513         (wl-folder-expire-current-entity): Ditto.
2514         * wl-folder.el (wl-folder-jump-to-current-entity)
2515         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2516         (wl-folder-open-folder-sub,wl-folder-open-all)
2517         (wl-folder-write-current-folder): Ditto.
2518         (wl-folder-insert-entity): Don't use petname for normal group.
2519         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2520         is the real name.
2521         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2522         Abolished.
2523
2524 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2525
2526         * wl-draft.el (wl-draft-create-buffer): Add
2527         `wl-summary-reply-with-citation'
2528
2529 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2530
2531         * wl-draft.el (wl-draft-reply): Fixed.
2532
2533 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2534
2535         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2536         when `wl-draft-send-confirm-with-preview' is non-nil.
2537         You can scroll up/down by j/k.
2538         (wl-draft-send-confirm-with-preview): New variable (default=t).
2539
2540 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2541
2542         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2543         (wl-fldmgr-save-folders): Fix comment.
2544
2545 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2546
2547         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2548         along the last change in `wl-folder-buffer-group-p'.
2549
2550 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2551
2552         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2553         folder.
2554
2555         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2556         the default value.
2557
2558         * wl-mime.el (wl-summary-burst): Update summary only when target
2559         folder equals current folder.
2560
2561 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2562
2563         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2564
2565 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2568         value.
2569
2570 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2573         `map-extents' instead of `extent-at' repeatedly.
2574         (wl-highlight-folder-current-line): Ditto.
2575
2576         * wl-highlight.el: Remove useless dummy functions.
2577
2578 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2581         (wl-folder-put-folder-property): New function to put text property.
2582         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2583         (wl-folder-insert-entity, wl-folder-update-diff-line)
2584         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2585         * wl-e21.el, wl-xmas.el, wl-mule.el
2586         (wl-highlight-folder-current-line): Ditto.
2587         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2588         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2589         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2590         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2591
2592 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2593
2594         * Version number is increased to 2.11.3.
2595
2596 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2599         Resume current-buffer since it is assumed by remaining tasks.
2600
2601 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2602
2603         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2604         (wl-folder-completion-function): Abolished.
2605         (wl-folder-complete-folder): New function.
2606         (wl-folder-complete-filter-condition): Ditto.
2607         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2608         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2609
2610 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2611
2612         * wl-draft.el (wl-draft-send-confirm): New function.
2613         (wl-draft-send): Use it.
2614
2615         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2616         cursor-in-echo-area while confirming.
2617
2618         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2619
2620         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2621         searching via nntp if wl-summary-search-via-nntp is 'force.
2622         Otherwise, invoke searching in nntp folder only.
2623         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2624
2625         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2626         explicitly for mime-make-text-tag.
2627
2628 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2629
2630         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2631         `mime-make-text-tag' instead of `mime-create-tag'.
2632
2633 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2636         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2637
2638 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2639
2640         * wl-score.el (wl-score-save): Bind print-length and print-level.
2641         (wl-score-pretty-print): Ditto.
2642         (wl-score-edit-insert-header-entry): Ditto.
2643
2644         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2645         "From" entry to be treated with wl-draft-eword-encode-address-list.
2646         * wl-mime.el (wl-draft-preview-message): Ditto.
2647
2648         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2649         (wl-summary-mark-as-unread): Ditto.
2650         (wl-summary-mark-as-read-region): Change accordingly.
2651         (wl-summary-mark-as-unread-region): Ditto.
2652         (wl-summary-target-mark-mark-as-read): Ditto.
2653         (wl-summary-target-mark-mark-as-unread): Ditto.
2654
2655 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2656
2657         * Version number is increased to 2.11.2.
2658
2659 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * wl-news.el.in (wl-news-previous-version-save): Bind
2662         print-length and print-level.
2663         * wl-thread.el (wl-thread-save-entities): Ditto.
2664         (wl-thread-save-top-list): Bind print-length.
2665
2666 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2667
2668         * wl-highlight.el (wl-highlight-summary-line-string): Use
2669         wl-summary-score-below-mark, wl-summary-score-over-mark.
2670         (wl-highlight-summary-current-line): Ditto.
2671
2672 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2673
2674         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2675         insert it.
2676
2677 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2678
2679         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2680
2681 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2682
2683         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2684         message without msgid.
2685         Rewrite with elmo-folder-move-messages.
2686         Set wl-message-buffer to nil.
2687
2688         * wl-summary.el (wl-summary-erase-subr): New function. Use
2689         elmo-folder-move-messages.
2690         (wl-summary-erase): Call it.
2691         (wl-summary-target-mark-erase): Ditto.
2692
2693 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2694
2695         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2696         it is not up-tp-date.
2697
2698 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2699
2700         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2701         buffer after calling `wl-summary-goto-folder-subr' without the
2702         argument `interactive'.
2703         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2704
2705 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2706
2707         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2708         `mime-create-tag'. Use `string=' instead of `looking-at'.
2709
2710 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2713         to avoid compile warning.
2714
2715         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2716         entity-id when folder is given.
2717         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2718         save-excursion, use save-selected-window instead.
2719         Select folder buffer window if exists.
2720         (To correct behavior with wl-folder-move-cur-folder.)
2721
2722 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2723
2724         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2725
2726 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2727
2728         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2729         list-count instead of %d.
2730
2731 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2732
2733         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2734         (wl-news): Set it.
2735         (wl-news-append-to-folder): Use it.
2736
2737         * wl-news.el.in (wl-news-send-news): Append to specified folder
2738         instead of wl-default-folder.
2739         (wl-news-append-to-folder): Show error message with specified folder.
2740
2741         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2742                 In most major modes, Emacs assumes that any opening
2743                 delimiter found at the left margin is the start of a
2744                 top-level definition, or defun. Therefore, *never put an
2745                 opening delimiter at the left margin unless it should have
2746                 that significance.*
2747
2748         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2749
2750 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2751
2752         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2753
2754 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2755
2756         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2757
2758 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2759
2760         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2761         for sequential numbering case.
2762
2763 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2764
2765         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2766         value.
2767         (wl-draft-reply-without-argument-list): Ditto.
2768         (wl-draft-reply-myself-with-argument-list): Abolish.
2769         (wl-draft-reply-myself-without-argument-list): Ditto.
2770         * wl-draft.el (wl-draft-self-reply-p): New function.
2771         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2772
2773 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2774
2775         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2776         (avoid error for the case without byte-compiling)
2777
2778 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2779
2780         * wl-news.el.in (wl-news-append-to-folder): New function.
2781         (wl-news-exit): Rewrite.
2782         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2783
2784 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2785
2786         * wl-draft.el (wl-draft-reply-position): New function.
2787         (wl-draft-reply-position): Fix.
2788         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2789         (wl-summary-target-mark-reply-with-citation): Ditto.
2790         (wl-summary-reply-with-citation): Ditto.
2791         * wl-vars.el (wl-draft-reply-default-position): New variable.
2792
2793 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2794
2795         * wl-draft.el (wl-draft-send): Preview when interactive send.
2796
2797 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2798
2799         * wl-draft.el (wl-draft-reply): Set default position.
2800         * wl-summary.el (wl-summary-reply): Ditto.
2801         (wl-summary-reply-with-citation): Ditto.
2802         (wl-summary-target-mark-reply-with-citation): Ditto.
2803
2804 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-news.el.in (wl-news-lang): Set default value according to
2807         current-language-environment.
2808         (wl-news-append-news): Do nothing when news-list is nil.
2809
2810 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2811
2812         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2813         (wl-news): Change message.
2814         (wl-news-exit): Check buffer.
2815         (wl-news-force-exit): New function.
2816         (wl-news-show-all): New function.
2817         (wl-news-discard-and-exit): Fix.
2818
2819 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2820
2821         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2822         according to current-language-environment.
2823
2824         * wl-news.el.in (wl-news): If arg, show all NEWS after
2825         wl-news-default-previous-version.
2826
2827 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2828
2829         * wl-news.el.in (wl-news-check): Rewritten.
2830         (wl-news-previous-version-load): Change data type.
2831         (wl-news-previous-version-save): Change data type.
2832         (wl-news-append-news): Add return value.
2833         (wl-news-check-news): New function.
2834         (wl-news-already-current-p): New function.
2835         (wl-news-send-news): Rewritten.
2836         (wl-news-mode-map): Add new keybind.
2837         (wl-news): Rewritten.
2838         (wl-news-exit): Rewritten.
2839         (wl-news-discard-and-mail): New function.
2840         (wl-news-send-to-address): Abolished.
2841         * wl.el (wl-init): Delete a message.
2842
2843 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2844
2845         * wl-news.el.in (wl-news-exit): Update previous version.
2846         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2847
2848 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2849
2850         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2851
2852 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2853
2854         * wl-news.el.in (wl-news): New function.
2855         (wl-news-mode): New function.
2856         (wl-news-next-line): New function.
2857         (wl-news-next-page): New function.
2858         (wl-news-exit): New function.
2859         (wl-news-buf-name): New variable.
2860         (wl-news-mode-map): New variable.
2861         (wl-news-winconf): New variable.
2862         (wl-news-append-news): Add an option.
2863
2864 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2865
2866         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2867
2868 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2869
2870         * wl-news.el.in (wl-news-send-to-address): New variable.
2871         (wl-news-send-news): Use it.
2872         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2873         Return updating status.
2874         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2875
2876 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2877
2878         * wl-news.el.in (wl-news-send-news): Delete
2879         Organization and X-Face.
2880
2881 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2882
2883         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2884         (wl-news-append-news): New function.
2885         (wl-news-send-news): New function.
2886
2887 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2888
2889         * Version number is increased to 2.11.1.
2890
2891 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * wl-news.el.in : New file.
2894
2895 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2896
2897         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2898         default value.
2899         (wl-draft-reply-without-argument-list): Ditto.
2900
2901 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2902
2903         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2904         (wl-message-buffer-prefetch-idle-time): Ditto.
2905         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2906
2907 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-thread.el (wl-thread-insert-message): Use
2910         wl-summary-max-thread-depth.
2911
2912         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2913         loop detection.
2914
2915         * wl-message.el (wl-message-buffer-display): Back to the first page
2916         when cache is hit.
2917
2918 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2921
2922         * wl-summary.el (wl-summary-insert-thread-entity):
2923         If the thread depth is reached to wl-summary-max-thread-depth,
2924         divide the thread.
2925
2926 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2927
2928         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2929         for elmo-remove-passwd.
2930
2931 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2934         folder is sticky.
2935         (wl-folder-mark-as-read-all-entity): Ditto.
2936         (wl-folder-prefetch-entity): Ditto.
2937
2938 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2939
2940         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2941
2942 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2943
2944         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2945         Delete messages on buffer for unplugged operation.
2946         (wl-summary-erase): Ditto.
2947
2948 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2949
2950         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2951         take nil so as not to search parent by subject.
2952
2953 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2954
2955         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2956         (wl-folder-get-next-folder): Ditto.
2957         (wl-folder-get-path): Ditto.
2958
2959 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2960
2961         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2962         system and encode the region with it before verifying.
2963
2964 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2965
2966         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2967         system of the echo buffer before decoding.
2968
2969 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2972         original contents.
2973
2974 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2975
2976         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2977         with argument 'any-exists.
2978
2979 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2980
2981         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2982         Use `wl-cs-autoconv'.
2983
2984 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2985
2986         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2987         by `mime-view-automatic-conversion'.
2988
2989         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2990         (wl-message-verify-pgp-nonmime): Ditto.
2991         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2992         Bind them to C-c:d and C-c:v respectively.
2993
2994         Merge following code by Teranishi-san from [wl-en:00167].
2995         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2996         (wl-mime-preview-application/pgp-encrypted): Ditto.
2997         (wl-mime-setup): Add entry.
2998
2999 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3000
3001         * wl-summary.el (wl-summary-target-mark-erase): New function.
3002         Bind it to "mD".
3003
3004 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3005
3006         * wl-vars.el (wl-draft-write-file-function): Fix.
3007         (wl-draft-reedit-hook): Changed default value.
3008
3009         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3010         wl-draft-reedit-hook.
3011         (wl-draft-remove-text-plain-tag): New function.
3012         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3013
3014         * wl-vars.el (wl-draft-write-file-function): New user option.
3015
3016         * wl-draft.el (wl-draft-prepare-edit): Use it for
3017         local-write-file-hooks.
3018         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3019
3020         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3021         (wl-draft-insert-mail-header-separator): Return the body beginning
3022         point.
3023         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3024         text/plain.
3025         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3026
3027 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3028
3029         * wl-summary.el (wl-summary-erase): New function to erase message
3030         without moving it to trash. Bind to "D".
3031
3032         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3033         as `keep' unless switch-function.
3034
3035 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3038         message buffer by using `wl-summary-toggle-disp-msg'.
3039         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3040         buffer window.
3041         (wl-summary-supresedes-message): Ditto.
3042
3043         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3044         Do not delete other windows.
3045         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3046         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3047         (wl-draft-create-buffer): Set reply-or-forward also for target
3048         mark commands.
3049
3050 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-draft.el (wl-user-agent-compose): Delete special case for
3053         switch-to-buffer-other-window.
3054
3055         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3056         (wl-summary-forward): Ditto.
3057
3058         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3059         function.
3060         (wl-draft-buffer-style): New use option.
3061
3062         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3063         (wl-draft): Follow the change above.
3064         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3065         wl-draft-buffer-style.
3066         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3067         switch-function.
3068
3069 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-draft.el (wl-user-agent-compose): Delete special case for
3072         switch-to-buffer-other-window.
3073
3074         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3075         (wl-summary-forward): Ditto.
3076
3077         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3078         function.
3079         (wl-draft-buffer-style): New use option.
3080
3081         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3082         (wl-draft): Follow the change above.
3083         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3084         wl-draft-buffer-style.
3085         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3086         switch-function.
3087
3088 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3089
3090         * wl-address.el (wl-address-make-completion-entry): Extracted from
3091         `wl-address-make-completion-list'.
3092         (wl-address-enable-strict-loading): New variable.
3093         (wl-address-make-completion-list): Revive petname duplication
3094         inquiry, and enable it if `wl-address-enable-strict-loading'.
3095         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3096
3097 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-message.el (wl-message-get-original-buffer): Avoid
3100         'Selecting deleted buffer' error when original buffer is killed.
3101
3102 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-summary.el (wl-summary-next-message): Use
3105         elmo-message-accessible-p instead of elmo-message-cached-p.
3106
3107 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3110
3111         * wl-thread.el (wl-thread-open-all-unread): Use
3112         elmo-folder-list-flagged instead of
3113         elmo-folder-list-messages-mark-match.
3114
3115         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3116         instead of elmo-folder-list-messages-mark-match.
3117         (wl-summary-move-spec-alist): New variable.
3118         (wl-summary-move-spec-plugged-alist,
3119         wl-summary-move-spec-unplugged-alist): Abolish.
3120         (wl-summary-next-message): Follow the change above.
3121         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3122         with 'no-msg' argument.
3123
3124         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3125         variable.
3126         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3127         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3128         (wl-message-buffer-prefetch-get-next): Follow the change above.
3129
3130 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3131
3132         * wl-version.el (wl-version): Changed codename.
3133
3134         * Version number is increased to 2.11.0.
3135
3136 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3139         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3140         `wl-draft-config-variables'.
3141         (wl-draft-kill): Fixed problem when the draft is reedit.
3142
3143 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3146         buffer-modified status (Thanks to
3147         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3148
3149 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * wl-util.el (wl-region-exists-p): New function.
3152
3153         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3154         Remove defvars for byte-compile warnings.
3155
3156 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3157
3158         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3159         defvar-maybe. Removed unused bind.
3160
3161 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3162
3163         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3164         summary buffer window before creating new frame.
3165         (wl-draft-reply): Ditto.
3166
3167 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3168
3169         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3170
3171 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3174
3175 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3178         instead of `kill-region'.
3179
3180 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3183         (wl-highlight-summary-line-string): Use it.
3184         (wl-highlight-summary-current-line): Ditto.
3185
3186         * wl-mime.el (wl-message-delete-current-part): Check the class of
3187         mime-entity.
3188
3189         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3190
3191         * wl-summary.el (wl-summary-make-number-list): Initialize.
3192         (wl-summary-update-mark): New function.
3193         (wl-summary-reply): Put `answered' mark on the message.
3194         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3195
3196         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3197         (wl-draft-reply): Added optional argument `number';
3198         Set wl-draft-parent-number.
3199         (wl-draft-kill): Delete answered mark if it is a reply.
3200
3201 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3202
3203         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3204         that originates in mime-preview-follow-current-entity.
3205         (wl-draft-yank-current-message-entity): Use it if region is active.
3206
3207         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3208         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3209         `wl-message-delete-current-part'.
3210         * wl-mule.el (wl-message-define-keymap): Ditto.
3211         * wl-xmas.el (wl-message-define-keymap): Ditto.
3212
3213 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3214
3215         * wl-mime.el (wl-message-delete-current-part): New function.
3216         (wl-mime-node-id-to-string): Ditto.
3217
3218         * wl-mime.el (wl-message-delete-current-part): Use existing
3219         original buffer which corresponds current mime-view buffer.
3220         (fetched buffer might have different structure, possibly)
3221
3222         * wl-mime.el (wl-message-delete-current-part): Quit if the
3223         message content differs from the actual message.
3224
3225 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3228         order.
3229         (wl-summary-search-by-subject): Search parent message from tail;
3230         Check the existence of the parent message on the current thread tree.
3231         (wl-summary-update-thread): Check whether the line is inserted.
3232
3233 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3234
3235         * wl-vars.el (wl-summary-line-format): Undo last change.
3236         * wl-summary.el (wl-summary-print-destination): Do not put
3237         invisible property when `wl-summary-width' is nil.
3238         (wl-summary-line-subject-minimum-length): Abolished.
3239         (wl-summary-line-subject): Ditto.
3240
3241 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl-vars.el (wl-summary-line-format): Change default value.
3244         (wl-summary-subject-length-limit): Abolished.
3245         * wl-summary.el (wl-summary-line-subject): Ditto.
3246
3247 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * wl-template.el (wl-template-select): Added optional argument.
3250         If optional argument is specified, reverse
3251         `wl-template-visible-select'.
3252
3253 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3254
3255         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3256         Take prefix argument to force asking the destination folder.
3257
3258 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3259
3260         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3261         count and update status.
3262
3263 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3264
3265         * wl-summary.el (wl-summary-redisplay-internal): If
3266         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3267         after fetching.
3268
3269 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3272         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3273
3274         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3275
3276 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3279         (All other related portions are changed).
3280         (wl-summary-mark-as-read-all): Rewrite.
3281
3282 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3285         `wl-summary-mark-as-read'.
3286         (wl-summary-mark-as-unread): Rewrite.
3287         (wl-summary-mark-as-read): Added no-modeline argument.
3288         (wl-summary-resume-cache-status): Rewrite.
3289         (wl-summary-exec-subr): Remove unused local variable.
3290
3291 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3292
3293         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3294         logic to call `wl-summary-buffer-prev-folder-function'.
3295         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3296
3297 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3300         is nil.
3301
3302 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3303
3304         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3305         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3306         (wl-mime-setup): Add its entry.
3307
3308 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3311         (wl-summary-delete-cache): Likewise.
3312         (wl-summary-mark-as-read): Rewrite.
3313
3314 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3317         `wl-summary-count-unread'.
3318
3319         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3320
3321         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3322
3323 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3326         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3327         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3328         Renamed to the elmo-msgdb-*-mark.
3329         (wl-summary-score-marks): Follow the change above.
3330         (wl-summary-auto-refile-skip-marks): Ditto.
3331         (wl-summary-incorporate-marks): Ditto.
3332         (wl-summary-expire-reserve-marks): Ditto.
3333
3334         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3335         changes.
3336         (wl-thread-insert-top): Changed updating message.
3337
3338         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3339         variable.
3340         (wl-summary-count-unread): Count answered marks.
3341         (wl-summary-rescan): Call wl-summary-insert-message instead of
3342         wl-summary-append-message-func-internal.
3343         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3344         (wl-summary-prefetch-msg): Follow the variable name changes.
3345         (wl-summary-prefetch-region): Ditto.
3346         (wl-summary-mark-as-read-all): Follow the API changes;
3347         Don't call elmo-folder-replace-marks.
3348         (wl-summary-delete-cache): Follow the variable name changes.
3349         (wl-summary-resume-cache-status): Ditto.
3350         (wl-summary-update-status-marks): New function.
3351         (wl-summary-insert-message): New function.
3352         (wl-summary-sync-marks): Follow the variable name changes.
3353         (wl-summary-sync-update): Synchronize to the msgdb, too;
3354         Changed update messages.
3355         (wl-summary-make-number-list): Rewrite.
3356         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3357         (wl-summary-mark-as-unread): Follow the API changes.
3358         (wl-summary-exec-subr): Follow the variable name changes.
3359         (wl-summary-mark-as-read): Ditto.
3360         (wl-summary-move-spec-plugged-alist): Ditto.
3361         (wl-summary-move-spec-unplugged-alist): Ditto.
3362         (wl-summary-cursor-move-surface): Ditto.
3363
3364         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3365         variable name changes.
3366         (wl-highlight-summary-current-line): Ditto.
3367
3368         * wl-expire.el (wl-expire-refile): Follow the API change in
3369         elmo-folder-move-messages.
3370         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3371         (wl-summary-archive): Use elmo-folder-msgdb instead of
3372         elmo-msgdb-load.
3373
3374 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-mime.el (wl-draft-preview-message): Restore the position
3377         before evaluating wl-draft-send-hook in preview buffer.
3378
3379 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3382         when it creates new draft buffer.
3383
3384         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3385         without argument.
3386
3387         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3388         Evaluate content and if the value is string, insert it.
3389         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3390         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3391         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3392         wl-draft-config-sub-part-bottom): Use it.
3393
3394         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3395         with the folder name. The question was unintelligible when it is
3396         called from wl-save-status.
3397
3398 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3399
3400         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3401         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3402         cannot take second argument).
3403
3404 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3407         as t. Since type and subtype are not case sensitive (RFC 2045).
3408
3409 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3410
3411         * wl-vars.el (wl-message-mode-line-format): New variable.
3412         (wl-message-mode-line-format-spec-alist): Ditto.
3413         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3414         (wl-message-redisplay): Use wl-message-mode-line-format.
3415
3416 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3419
3420 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-summary.el (wl-summary-default-from): Write description.
3423
3424 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3425
3426         * wl-vars.el (wl-ldap-objectclass): Abolish.
3427
3428         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3429         (wl-ldap-make-filter): Removed condition for objectclass.
3430         (wl-ldap-make-matched-value-list): Remove meaningless process.
3431         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3432         (wl-address-ldap-search): Don't add `*' to `pat' string;
3433         use ignore-errors; added `email';
3434         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3435         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3436         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3437
3438
3439 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3440
3441         * wl-draft.el (wl-draft-parent-folder): Write description.
3442         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3443
3444 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3447         as "" (zero-length string) if no parent.
3448         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3449
3450 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-address.el (wl-address-make-completion-list): Skip duplication
3453         checking.
3454         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3455         `append'.
3456
3457 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3458
3459         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3460         instead of `beginning-of-buffer'.
3461
3462 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3465
3466 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3469         Refer wl-message-buffer-name.
3470         (wl-message-wheel-down): Ditto.
3471
3472 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-vars.el (wl-message-buffer-name): New user option.
3475
3476         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3477         directly instead of making alist dinamically.
3478
3479         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3480         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3481         wl-message-buffer-cache-name.
3482         (wl-message-buffer-cache-clean-up): Ditto.
3483
3484         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3485
3486         * Version number is increased to 2.9.15.
3487
3488 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-vars.el (wl-summary-default-view-alist): New user option.
3491
3492         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3493
3494         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3495         while deleting address.
3496         (wl-draft-delete-myself-from-cc): Ditto.
3497
3498         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3499         If optional argument is specified, reverse sort order.
3500
3501         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3502
3503 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-thread.el (wl-thread-insert-message): Return parent number if
3506         exists.
3507         (wl-thread-update-indent-string-region): Use
3508         wl-thread-update-line-on-buffer-sub instead of
3509         wl-thread-update-line-on-buffer.
3510
3511 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3512
3513         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3514         (wl-folder-close-all): Ditto.
3515
3516 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3517
3518         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3519         and mailing-list:.
3520         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3521         value.
3522         (wl-summary-line-list-info): Print mailing-list name even when 
3523         list-number is empty.
3524
3525 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3528
3529         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3530         (wl-draft-open-file): Ditto.
3531         (wl-draft-random-alphabet): Ditto.
3532
3533         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3534         bindings.
3535
3536 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3539         * wl-vars.el (wl-draft-config-alist): Ditto.
3540
3541 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * Version number is increased to 2.9.14.
3544
3545         * wl.el (wl): Don't set wl-init as nil when error occured while
3546         auto-checking folders.
3547
3548         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3549         `elmo-expand-newtext'.
3550
3551 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3554         `this-command' so that `wl-folder-goto-folder' contained in
3555         `wl-summary-keep-cursor-command' work.
3556
3557 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3558
3559         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3560         message buffer displaying state.
3561
3562 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-vars.el (wl-summary-default-view): New variable to specify
3565         default value for `wl-summary-buffer-view' instead of using
3566         set-default.
3567         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3568
3569 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3572
3573         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3574
3575 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3576
3577         * wl-vars.el (wl-forward-subject-prefix): New variable.
3578         * wl-draft.el (wl-draft-forward): Use it.
3579
3580 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3581
3582         * wl-message.el (wl-message-prev-page): When it is called without
3583         lines argument, scroll down by wl-message-scroll-amount lines.
3584         (wl-message-next-page): Ditto.
3585         * wl-vars.el (wl-message-scroll-amount): Change default value
3586         to preserve current behavior.
3587
3588 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3589
3590         * wl-summary.el (wl-summary-prefetch-msg): Bind
3591         `wl-message-entity' to call `wl-summary-from-function'.
3592
3593 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3594
3595         * wl-message.el (wl-message-buffer-create): Run
3596         wl-message-buffer-created-hook.
3597
3598 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-summary.el (wl-summary-sort-specs): New variable.
3601         (wl-summary-default-sort-spec): Ditto.
3602         (wl-summary-sort): Rewrite.
3603         (wl-summary-sort-by-list-info): New function.
3604
3605 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3606
3607         * wl-summary.el (wl-summary-get-list-info): New function.
3608         (wl-summary-sort): Rewrite.
3609         (wl-summary-line-list-info): Ditto.
3610         (wl-summary-line-list-count): Ditto.
3611         (wl-summary-refile-region): Fixed docstring.
3612
3613 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3616         `wl-folder-entity-hashtb' as completion table.
3617
3618 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3621         only when this command is called interactively; silence the byte-
3622         compiler.
3623
3624 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3625
3626         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3627         active in XEmacs.
3628
3629 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3630
3631         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3632         plural lines.
3633
3634 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3637         of current line when the cursor is on the header name.
3638         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3639
3640 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3641
3642         * wl-util.el (wl-read-directory-name): Return displayed directory
3643         as the default value also on XEmacs.
3644
3645 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3648         formatting.
3649
3650 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3653         argument and when it is non-nil, check face property before
3654         highlighting for each line.
3655         (wl-highlight-summary-window): Set it.
3656
3657 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3660         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3661
3662         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3663         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3664         (wl-draft-get-fcc-list): Likewise.
3665
3666 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3669         (wl-thread-entity-cur): Ditto.
3670         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3671         wl-thread-indent-regexp setting.
3672         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3673
3674         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3675         wl-summary-lazy-highlight.
3676         (wl-summary-display-bottom): Ditto.
3677
3678         * wl-thread.el (wl-thread-open-close): Likewise.
3679
3680         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3681         from and subject;
3682         Bind wl-draft-use-frame;
3683         Enclose with save-window-excursion;
3684         Use wl-draft-create-buffer instead of with-temp-buffer;
3685         Use wl-draft-prepare-edit;
3686         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3687         Use wl-draft-send instead of wl-draft-raw-send.
3688
3689 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3692         of using wl-from.
3693
3694 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3697         insert-buffer instead of clone-buffer.
3698         (wl-draft-doing-mime-bcc): New variable.
3699         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3700         infinite loop.
3701         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3702
3703         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3704         (wl-draft-mime-bcc-body): Ditto.
3705
3706         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3707         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3708         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3709         wl-draft-do-mime-bcc.
3710         (wl-draft-mime-bcc-field): New function.
3711         (wl-draft-do-mime-bcc): Ditto.
3712
3713         * wl-address.el (wl-address-complete-header-list): New variable.
3714         (wl-address-complete-header-regexp): Changed default value.
3715
3716         * Version number is increased to 2.9.13.
3717
3718 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3721         it is differed.
3722
3723 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3724
3725         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3726         (wl-summary-line-list-count): Ditto.
3727
3728 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3729
3730         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3731         (wl-nntp-posting-function): New variable.
3732         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3733         `wl-nntp-posting-config-alist'.
3734
3735 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3736
3737         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3738         FLIM.
3739
3740 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3741
3742         * wl-summary.el (wl-summary-target-mark-refile-sub):
3743         Remove a nuisance funcall.
3744
3745 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3748         as t for `try-completion'.
3749
3750 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-summary.el (wl-summary-default-from): Use
3753         wl-address-header-extract-address instead of
3754         std11-extract-address-components.
3755         (wl-summary-simple-from): Ditto.
3756         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3757         (wl-summary-insert-headers): Show message.
3758         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3759         for whole line.
3760         (wl-summary-default-from): Revert last change.
3761         (wl-summary-simple-from): Ditto.
3762         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3763         (wl-summary-mark-as-read-region): Follow the change above.
3764         (wl-summary-sync-marks): Ditto.
3765         (wl-summary-target-mark-mark-as-read): Ditto.
3766         (wl-summary-redisplay-internal): Ditto.
3767         (wl-summary-redisplay-no-mime-internal): Ditto.
3768         (wl-summary-redisplay-all-header): Ditto.
3769         (wl-summary-mark-as-read): Removed argument `cached';
3770         Use current cache status to set cache mark.
3771         (wl-summary-redisplay-internal): Follow the change above.
3772         (wl-summary-redisplay-no-mime-internal): Ditto.
3773         (wl-summary-redisplay-all-header): Ditto.
3774
3775         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3776
3777         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3778         Don't call itself recursively (Adviced by Yamaoka-san).
3779
3780 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3781
3782         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3783         bind wl-summary-highlight as nil to avoid error caused by missing
3784         local variables.
3785
3786 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3787
3788         * wl-vars.el (wl-invalid-character-message): New user option.
3789
3790         * wl-util.el (wl-set-string-width): If truncated string-width is
3791         larger than specified width, use `wl-invalid-character-message'.
3792
3793 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3794
3795         * wl-summary.el (wl-summary-prefetch-msg): 
3796         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3797
3798 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-vars.el (wl-summary-check-line-format): New user option.
3801         (wl-summary-line-format-file): Ditto.
3802
3803         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3804         variable.
3805         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3806         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3807         and `wl-summary-view-old-p' to check whether do a rescan or not.
3808         (wl-summary-view-old-p): New function.
3809         (wl-summary-line-format-changed-p): Ditto.
3810         (wl-summary-line-format-save): Ditto.
3811         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3812
3813         * wl-util.el (wl-set-string-width): Avoid using negative number
3814         for make-string.
3815
3816 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3817
3818         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3819         return value.
3820
3821         * wl-util.el (wl-set-string-width): Added optional argument
3822         `padding' (All other related portions are changed).
3823         (wl-line-parse-format): If the first letter of column number is
3824         `0', zero-padding the result (ex: "%05l").
3825
3826         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3827
3828 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3829
3830         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3831         sequential summary view.
3832
3833 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3836         if it doesn't have a -unix version.
3837
3838 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3841
3842 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3845         content.
3846         (wl-draft): Follow the change above.
3847
3848         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3849
3850         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3851         and wl-folder-summary-line-format-alist contain %T and %P.
3852
3853         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3854         (wl-summary-mode-line-format): New user option.
3855         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3856         (wl-summary-line-format): Changed default value.
3857         (wl-summary-lazy-highlight): Changed default value.
3858
3859         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3860         change in wl-summary-create-line.
3861         (wl-thread-insert-entity-sub): Ditto.
3862
3863         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3864         (wl-summary-buffer-unread-status): Ditto.
3865         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3866         (wl-summary-buffer-persistent-mark-column): Ditto.
3867         (wl-summary-buffer-mode-line-formatter): Ditto.
3868         (wl-summary-buffer-mode-line): Ditto.
3869         (wl-summary-message-regexp): Abolished.
3870         (All other related portions are changed.)
3871         (wl-summary-detect-mark-position): New function.
3872         (wl-summary-buffer-set-folder): Setup
3873         wl-summary-buffer-mode-line-formatter.
3874         (wl-summary-mode): Setup selective-display;
3875         Setup pre-idle-hook when xemacs.
3876         (wl-summary-update-modeline): Rewrite.
3877         (wl-summary-jump-to-msg): Define as function;
3878         Changed regexp for searching messages.
3879         (wl-summary-message-number): Rewrite.
3880         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3881         Do rescan when old type summary cache.
3882         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3883         (wl-summary-remove-destination): Use '\r' to detect EOL.
3884         (wl-summary-print-destination): Ditto.
3885         (wl-summary-temp-mark): New inline function.
3886         (wl-summary-persistent-mark): Ditto.
3887         (wl-summary-line-number): New function.
3888         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3889         (wl-summary-line-list-count): New function.
3890         (wl-summary-create-line): Added argument persistent-mark.
3891         (All other related portions are changed)
3892         (wl-summary-create-line): Insert '\r'.
3893         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3894         (wl-summary-cursor-move-surface): New inline function.
3895         (wl-summary-prev): Use it.
3896         (wl-summary-next): Ditto.
3897
3898         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3899         wl-summary-message-regexp.
3900         (wl-highlight-summary): Delete progress message.
3901         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3902
3903         * Version number is increased to 2.9.12.
3904
3905 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3908         variable (nil: no minimum).
3909         (wl-summary-line-subject): Add some spaces after subject by
3910         wl-summary-line-subject-minimum-length.
3911
3912 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3913
3914         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3915         and removed `F'.
3916         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3917         change above).
3918
3919 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-summary.el (wl-summary-line-list-count): Reverted.
3922         (example setting in samples/*/dot.wl is also updated)
3923
3924 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3927
3928         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3929
3930         * wl-vars.el (wl-summary-line-format): Addes some description to the
3931         docstring.
3932
3933         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3934         (wl-summary-line-close-bracket): Ditto.
3935         (wl-summary-line-children-number): Ditto.
3936         (wl-summary-line-thread-indent): Ditto.
3937         (wl-summary-line-children-and-from): Ditto.
3938
3939         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3940         't', 'c', 'F' and added 'C'.
3941
3942         * wl-util.el (wl-set-string-width): Accept negative value.
3943         (wl-line-parse-format): Added "%number(" and "%)".
3944
3945 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3946
3947         * wl-summary.el (wl-summary-line-list-count): Change format of the
3948         return value.
3949
3950 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3951
3952         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3953         from the recent message.el.
3954         (wl-draft-point-in-header-p): Ditto.
3955         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3956         wl-draft-beginning-of-line.
3957         * wl-e21.el (wl-draft-mode-map): Ditto.
3958         * wl-xmas.el (wl-draft-mode-map): Ditto.
3959
3960         * wl-folder.el: Sort macrodefs by dependencies.
3961
3962 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3963
3964         * wl-summary.el (wl-summary-prev): Fixed regexp.
3965         (wl-summary-next): Ditto.
3966
3967 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3970
3971 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3972
3973         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3974         for backward compatibility.
3975
3976 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-summary.el (wl-summary-line-list-count): New function, merged
3979         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3980         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3981         list counts.
3982
3983 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-summary.el (wl-summary-create-line): Ignore errors while
3986         timezone-fix-time.
3987
3988         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3989
3990         * wl-summary.el (wl-summary-sync-update): Ditto.
3991         (wl-summary-default-from): Use wl-message-entity
3992         instead of entity.
3993
3994         * wl-summary.el (wl-summary-create-line): Fix.
3995
3996         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3997         (wl-summary-line-format): New user option.
3998         (wl-folder-summary-line-format-alist): Ditto.
3999         (wl-summary-from-width): Abolished.
4000
4001         * wl-util.el (toplevel): Require 'bytecomp.
4002         (wl-line-parse-format): New function.
4003         (wl-line-formatter-setup): New macro.
4004
4005         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4006         (wl-summary-buffer-line-formatter): New buffer local variable.
4007         (wl-summary-switch-to-clone-buffer): Follow the change above.
4008         (wl-summary-message-regexp): Fix.
4009         (wl-summary-from-func-internal): Abolished.
4010         (wl-summary-subject-func-internal): Ditto.
4011         (wl-summary-subject-filter-func-internal): Ditto.
4012         (All other related portions are changed.)
4013         (wl-summary-buffer-set-folder):
4014         Set up wl-summary-buffer-number-column and 
4015         wl-summary-buffer-line-formatter
4016         (All other related portions are changed.)
4017         (wl-summary-buffer-number-column-detect): Abolished.
4018         (All other related portions are changed.)
4019         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4020         (wl-summary-delete-all-temp-marks-on-buffer): Use
4021         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4022         (wl-summary-target-mark-delete): Ditto.
4023         (wl-summary-target-mark-refile-subr): Ditto.
4024         (wl-summary-target-mark-mark-as-read): Ditto.
4025         (wl-summary-target-mark-mark-as-unread): Ditto.
4026         (wl-summary-target-mark-mark-as-important): Ditto.
4027         (wl-summary-target-mark-save): Ditto.
4028         (wl-summary-replace-status-marks): Renamed from
4029         wl-summary-set-status-marks-on-buffer;
4030         Use wl-summary-message-regexp instead of
4031         wl-summary-buffer-number-regexp.
4032         (wl-summary-sync-update): Follow the change above.
4033         (wl-summary-goto-previous-message-beginning): New function.
4034         (wl-summary-mark-as-unread): Use it.
4035         (wl-summary-mark-as-important): Ditto.
4036         (wl-summary-line-formatter): New variable.
4037         (wl-summary-line-year): New function.
4038         (wl-summary-line-day): Ditto.
4039         (wl-summary-line-day-of-week): Ditto.
4040         (wl-summary-line-hour): Ditto.
4041         (wl-summary-line-minute): Ditto.
4042         (wl-summary-line-open-bracket): Ditto.
4043         (wl-summary-line-close-bracket): Ditto.
4044         (wl-summary-line-children-number): Ditto.
4045         (wl-summary-line-thread-indent): Ditto.
4046         (wl-summary-line-size): Ditto.
4047         (wl-summary-line-subject): Ditto.
4048         (wl-summary-line-from): Ditto.
4049         (wl-summary-line-children-and-from): Ditto.
4050         (wl-summary-create-line): Rewritten.
4051         (wl-summary-format-date): Abolished.
4052
4053         * wl-highlight.el (wl-highlight-summary-current-line): Use
4054         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4055         Use thread structure to detect thread top message.
4056
4057         * wl-draft.el (wl-default-draft-cite): Don't use
4058         wl-summary-from-func-internal.
4059
4060         * wl-refile.el (wl-refile-subject-learn): Don't use
4061         wl-summary-subject-filter-func-internal.
4062         (wl-refile-guess-by-subject): Ditto.
4063
4064         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4065         parameters.
4066
4067         * wl-thread.el (wl-thread-update-indent-string-region):
4068         Use wl-thread-update-line-on-buffer instead of
4069         wl-thread-update-indent-string.
4070         (wl-thread-update-children-number): Redefine using
4071         wl-thread-update-line-on-buffer.
4072         (wl-thread-update-indent-string): Abolished.
4073
4074         * Version number is increased to 2.9.11.
4075
4076 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4077
4078         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4079         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4080         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4081
4082         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4083         as nil.
4084
4085         * wl-thread.el (wl-thread-open-all-unread): Use 
4086         elmo-folder-list-messages-mark-match.
4087         (wl-thread-insert-message): Removed argument `mark-alist'.
4088         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4089         elmo-msgdb-set-mark.
4090         (wl-thread-get-children-msgs-uncached): Likewise.
4091         (wl-thread-get-exist-children): Added argument include-self.
4092         (wl-thread-delete-message): Follow the change above.
4093
4094         * wl-summary.el (wl-summary-count-unread): Removed argument.
4095         (wl-summary-rescan): Follow the change above.
4096         (wl-summary-mark-as-read-region): Ditto
4097         (wl-summary-mark-as-unread-region): Ditto.
4098         (wl-summary-delete-messages-on-buffer): Ditto.
4099         (wl-summary-sync-update): Ditto.
4100         (wl-summary-switch-to-clone-buffer): Ditto.
4101         (wl-summary-goto-folder-subr): Ditto.
4102         (wl-summary-target-mark-mark-as-read): Ditto.
4103         (wl-summary-target-mark-mark-as-unread): Ditto.
4104         (wl-summary-target-mark-mark-as-important): Ditto.
4105         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4106         (wl-summary-update-thread): Removed argument `mark-alist'.
4107         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4108         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4109         (wl-summary-resume-cache-status): Likewise.
4110         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4111         elmo-msgdb-set-mark.
4112         (wl-summary-mark-as-read-all): Likewise.
4113         (wl-summary-delete-cache): Ditto.
4114         (wl-summary-auto-select-msg-p): Ditto.
4115         (wl-summary-mark-as-unread): Ditto.
4116         (wl-summary-no-auto-refile-message-p): Ditto.
4117         (wl-summary-mark-as-read): Ditto.
4118         (wl-summary-mark-as-important): Ditto.
4119         (wl-summary-auto-refile): Follow the change above.
4120         (wl-summary-delete-all-marks): Removed.
4121         (wl-summary-resume-marks-and-highlight): Ditto.
4122         (wl-summary-resume-marks): Ditto.
4123         (wl-summary-delete-important-msgs-from-list): Ditto.
4124         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4125
4126         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4127         wl-summary-count-unread.
4128
4129         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4130         (wl-summary-score-update-all-lines): Use
4131         elmo-msgdb-set-mark.
4132
4133 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4136         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4137         (wl-summary-create-line): Renamed from
4138         wl-summary-overview-create-summary-line;
4139         Argument rearrangement.
4140         (wl-summary-update-thread): Follow the change above.
4141
4142         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4143         (wl-thread-insert-entity-sub): Likewise.
4144
4145         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4146         argument `overview', `mark-alist' and added `msgdb'.
4147
4148         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4149
4150         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4151         (wl-summary-rescan): Follow the change above.
4152         (wl-summary-sync-update): Ditto.
4153         (wl-summary-insert-thread-entity): Ditto;
4154         Don't use `let*' in every while loop;
4155         Detect infinite loop of threads.
4156         (wl-summary-update-thread): Removed argument `overview'.
4157
4158         * wl-thread.el (wl-thread-insert-message): Ditto.
4159
4160         * Version number is increased to 2.9.10.
4161
4162         * wl-message.el (wl-message-redisplay): Ignore errors while
4163         wl-message-redisplay-hook.
4164
4165 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4168
4169 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl.el (wl): inhibit-quit while wl-folder.
4172
4173 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4176         while msgdb access.
4177
4178 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4179
4180         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4181         even if no folder is not created.
4182
4183 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4186
4187         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4188         implementation.
4189         (wl-summary-target-mark-thread): Ditto.
4190
4191         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4192
4193 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4194
4195         * wl-util.el (wl-display-bytes): Remove unused function.
4196
4197 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4200         seems critical one (partially reverse the change in 2002/03/17).
4201
4202 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4205         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4206
4207 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4208
4209         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4210         is not writable.
4211         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4212         plugged status instead of `'force' as 2nd argument.
4213
4214         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4215         is not creatable.
4216
4217         * Version number is increased to 2.9.9.
4218
4219 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4220
4221         * wl-summary.el (wl-summary-suspend): New function.
4222
4223 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl.el (wl): Do not check variables if check is nil.
4226         * wl-utils.el (wl-collect-draft): New function.
4227         * wl-folder.el (wl-folder-suspend): Put summary buffers
4228         and draft buffers at the end of buffer list.
4229         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4230
4231 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4232
4233         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4234         loop instead of recursive call.
4235
4236         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4237         2nd argument.
4238
4239 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-draft.el (wl-draft-create-contents): Don't take neither
4242         (function . args) nor (string . something) any more.
4243
4244         * wl-version.el (wl-generate-user-agent-string): Return string
4245         without header symbol.
4246         * wl-draft.el (wl-draft-default-headers): Use it.
4247
4248         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4249         `wl-draft-insert-ccs' and return field value instead of inserting
4250         the header. Abolish cc argument.
4251         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4252
4253         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4254         rather than one with string car.
4255
4256         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4257         * wl-draft.el (wl-draft-create-contents): Add it after the default
4258         headers.
4259
4260         * wl-draft.el (wl-draft-create-contents): For the case of
4261         (symbol-or-string . function) insert header only when the function
4262         returns string value.
4263
4264 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4267         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4268
4269 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl.el (wl-check-environment): Don't check Message-ID when
4272         `wl-insert-message-id' is nil.
4273         Revive checking if `wl-message-id-domain' contains "@".
4274
4275 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl.el (wl-check-environment): Merge examination for "@" at
4278         inappropriate position into the first string-match.
4279
4280         * wl-summary.el (wl-summary-target-mark-print): New function.
4281         (wl-summary-pipe-message-subr): Extracted from
4282         `wl-summary-pipe-message'.
4283         (wl-summary-target-mark-pipe): New function.
4284         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4285         `wl-summary-target-mark-pipe'.
4286
4287 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4290
4291 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl.el (wl-check-environment): Use elmo-warning instead of
4294         error for non-critical ones.
4295         Remove trash folder check.
4296         (wl): Don't ignore error in wl-check-environment.
4297
4298         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4299         check, which is moved from `wl-check-environment'.
4300         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4301
4302 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4305         guess anything, call wl-summary-write.
4306         (wl-summary-write): Create draft with blank To field.
4307         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4308
4309 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310
4311         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4312         argument full as well for wl-folder-write-current-folder.
4313         If wl-*-write-current-folder cannot guess addressee, add blank
4314         To header.
4315         Rewrite condition for positioning cursor.
4316
4317 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4320         summary buffer is present, use it.
4321         (wl-folder-jump-to-previous-summary): Ditto.
4322
4323 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4324
4325         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4326
4327         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4328         wl-summary-previous-buffer and wl-summary-next-buffer.
4329
4330         * wl-folder.el (wl-folder-mode-map): Bind
4331         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4332         (wl-folder-jump-to-next-summary): New function.
4333         (wl-folder-jump-to-previous-summary): Ditto.
4334
4335         * wl-draft.el (wl-draft): Rearranged.
4336
4337 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4340         of header.
4341         (wl-draft): Collect arguments for the header as header-alist.
4342         (wl-draft-forward): Arrange arguments for wl-draft.
4343         (wl-draft-reply): Ditto.
4344         (wl-draft-edit-string): Ditto.
4345         * wl-summary.el (wl-summary-write): Ditto.
4346         (wl-summary-write-current-folder): Ditto.
4347
4348         * Version number is increased to 2.9.8.
4349
4350 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4353
4354         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4355
4356         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4357         even if the guess failed.
4358
4359         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4360         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4361         wl-summary-write-current-folder.
4362         * wl-xmas.el: Ditto.
4363
4364 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-summary.el (wl-summary-next-page): Force display message if
4367         message is not displayed yet.
4368         (wl-summary-prev-page): Ditto.
4369
4370 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4371
4372         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4373
4374 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4377         add "Preview Message" and "Save Draft and Exit".
4378
4379 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4380
4381         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4382         if addrmgr is called from draft in splitted window.
4383
4384         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4385         * wl-mule.el: Ditto.
4386         * wl-xmas.el: Ditto.
4387
4388 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4391
4392         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4393         * wl-xmas.el (wl-folder-toolbar): Ditto.
4394
4395 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4398         and wl-draft-save-and-exit.
4399         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4400         * wl-xmas.el: Ditto.
4401         * wl-mule.el: Ditto.
4402
4403         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4404         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4405
4406 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4409         lists for saving buffer.
4410
4411 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4414         parent-folder argument instead of it.
4415         (wl-draft-create-buffer): Ditto.
4416         (wl-draft-forward): Ditto.
4417         (wl-draft-reply): Ditto.
4418         * wl-summary.el (wl-summary-write): Ditto.
4419         (wl-summary-write-current-folder): Ditto.
4420
4421         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4422         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4423         Folder buffer after composing.
4424
4425 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4428         header if the file `wl-x-face-file' already contains it.
4429
4430 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4433         folder" entry.
4434         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4435         * wl-e21.el (wl-folder-toolbar): Ditto.
4436         * wl-xmas.el (wl-folder-toolbar): Ditto.
4437
4438 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4441         wl-folder-goto-folder with sticky argument.
4442         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4443
4444 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4447         and wl-summary-previous-buffer.
4448         (wl-summary-next-buffer): New function.
4449         (wl-summary-previous-buffer): Ditto.
4450
4451 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4454         wl-folder-jump-to-current-entity-with-arg.
4455         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4456         `wl-folder-jump-to-current-entity'.
4457         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4458         `wl-summary-goto-folder-sticky'.
4459         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4460         `wl-summary-goto-folder'.
4461         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4462         Unless force-exit, do not clean temp. marks for sticky summary.
4463         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4464
4465 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4468         not entire.
4469
4470 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4473         to `C-x C-s'.
4474         (wl-summary-save-status): New command.
4475         (wl-summary-exit): Don't clean-up temp marks when sticky.
4476         (Applied patch from Nakayama-san [wl: 09548])
4477         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4478         Do nothing when no mark data.
4479         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4480         Call `wl-summary-delete-all-temp-marks' before saving.
4481
4482 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4483
4484         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4485
4486 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl.el (wl-check-environment): Also cause error when (system-name)
4489         returns "localhost.localdomain". (Although it doesn't affect because
4490         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4491
4492 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4495         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4496
4497         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4498         value.
4499
4500 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4503         Likewise r-cc-list and r-ng-list.
4504
4505 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4508         only if it is bound as variable.
4509
4510         * wl-mime.el (wl-draft-preview-message): Ditto.
4511
4512 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4515         needless `goto-char'.
4516
4517         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4518         `wl-summary-redisplay-no-mime-internal' instead of
4519         `wl-summary-redisplay-no-mime'.
4520         (wl-summary-redisplay-no-mime): Changed argument;
4521         Call `wl-summary-redisplay-no-mime-internal'.
4522
4523         * wl-mime.el (wl-draft-preview-message): Bind
4524         `mime-header-encode-method-alist' locally.
4525
4526         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4527         (wl-draft-std11-parse-addresses): Added the first address check.
4528         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4529
4530         * Version number is increased to 2.9.7.
4531
4532 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4535
4536 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4537
4538         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4539         related to scrollbar support, if there is no such a feature
4540         compiled in.
4541
4542 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4543
4544         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4545         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4546         for prefetch.
4547
4548 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-summary.el (wl-summary-pick): Fix for no match.
4551
4552 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * wl-draft.el (wl-draft-save):
4555         Override `mime-header-encode-method-alist'.
4556
4557 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4558
4559         * wl-folder.el (wl-folder-pick): New function.
4560         Define key as "?".
4561
4562 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4563
4564         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4565         Fix for unplugged.
4566
4567 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4568
4569         * wl-folder.el (wl-folder-virtual): New function.
4570         Define key as "V".
4571
4572 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4575         multi folder if entity is group.
4576
4577 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4580         is nil.
4581
4582 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4585         (wl-summary-target-mark-msgs): Return the number of marked messages.
4586
4587 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4588
4589         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4590         "first:" is specified.
4591
4592 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-vars.el (wl-from): Use return value of function
4595         user-full-name instead of the variable user-full-name since
4596         XEmacs-20.4 doesn't set this variable.
4597
4598 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4599
4600         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4601         call `wl' directly.
4602
4603 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4604
4605         * wl-draft.el (wl-draft-reedit): Removed duplicated
4606         switch-to-buffers.
4607
4608 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * wl.el (wl-other-frame): Removed garbages.
4611
4612 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4613
4614         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4615
4616         * wl-xmas.el (wl-draft-key-setup): Ditto.
4617
4618         * wl-mule.el (wl-draft-key-setup): Ditto.
4619
4620         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4621         (wl-draft-reedit): Ditto.
4622         (wl-draft-prepare-edit): Add `wl-draft-save' to
4623         `local-write-file-hooks'.
4624         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4625         (wl-draft-reedit): Set buffer-file-name.
4626         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4627
4628
4629         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4630         call it.
4631         (wl-delete-startup-frame-function): New variable.
4632         (wl-other-frame): New function
4633         (Original was written by Yamaoka san [wl: 09239]).
4634
4635         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4636         if `wl-folder-use-frame'.
4637
4638 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4641
4642 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4645         New variable.
4646         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4647         (wl-message-buffer-prefetch-get-next): Use them.
4648         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4649
4650 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4653         with unwind-protect.
4654
4655         * wl-draft.el (wl-draft-reedit): Rewrite.
4656         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4657         (wl-draft-save): Insert header separator if it does not exist;
4658         Removed condition-case.
4659
4660         * wl-summary.el (wl-summary-reedit): Revert last change.
4661
4662         * wl-draft.el (wl-draft-save): Rewrite.
4663         (wl-draft-create-buffer): Set buffer-file-name as nil.
4664
4665         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4666
4667         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4668
4669         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4670         nil.
4671
4672 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4675         If count is nil, do not prefetch.
4676         (wl-message-buffer-prefetch-next): Next.
4677
4678 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4679
4680         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4681
4682 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4685         `delete-backward-char'
4686         (wl-draft-prepare-edit): Check major-mode.
4687         (wl-draft-decode-header): Rewrite.
4688         (wl-draft): Fix.
4689
4690 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4693
4694 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4697         (wl-message-buffer-prefetch-get-next): Remove size checking.
4698         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4699
4700 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4703         (wl-draft-default-headers): Fix.
4704
4705 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-draft.el (wl-draft-default-headers): Insert return value of
4708         `wl-generate-mailer-string-function'.
4709
4710 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4713         (wl-draft-insert-mail-header-separator): Ditto.
4714
4715         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4716         again (Reverted the change on 2002-01-17 by OKADA san).
4717
4718 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * wl-draft.el (wl-draft): Rewrite.
4721         (wl-draft-create-buffer): New function.
4722         (wl-draft-create-contents): Ditto.
4723         (wl-draft-prepare-edit): Ditto.
4724         (wl-draft-decode-header): Ditto.
4725         (wl-draft-decode-body): Ditto.
4726         (wl-draft-check-new-line): Ditto.
4727         (wl-draft-default-headers): Ditto.
4728         (wl-draft-insert-mail-header-separator): Ditto.
4729
4730 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * Version number is increased to 2.9.6.
4733
4734 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-draft.el (wl-draft-delete-field): Optional argument.
4737         (wl-draft-delete-fields): Ditto.
4738
4739 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4740
4741         * wl-message.el (toplevel): Eliminated byte-compile warning.
4742         for `itimer-function', `delete-timer' and `itimer-list'.
4743
4744 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4747         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4748         `wl-message-buffer-prefetch-threshold'.
4749         * wl-summary.el (wl-summary-redisplay-internal): Remove
4750         the check of `wl-message-buffer-prefetch-depth'.
4751
4752 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4753
4754         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4755         size of article.
4756         (wl-message-buffer-prefetch-subr): Remove size check.
4757
4758 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-vars.el (wl-plugged): Make customizable.
4761
4762 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4763
4764         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4765         (wl-message-buffer-prefetch-set-timer): New function.
4766         (wl-message-buffer-prefetch-get-next): New function.
4767         (wl-message-buffer-prefetch): New function.
4768         (wl-message-buffer-prefetch-next): Rewrite.
4769         (wl-message-buffer-prefetch-subr): Rewrite.
4770         * wl-vars.el (wl-auto-prefetch-first): New variable.
4771         * wl-summary.el (wl-summary-goto-folder-subr): Call
4772         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4773
4774 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4775
4776         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4777         `wl-summary-unread-message-hook'.
4778
4779 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4780
4781         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4782         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4783         if range is `cache-status'.
4784
4785 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-message.el (wl-message-buffer-prefetch-subr):
4788         Improve debug message.
4789
4790 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4793         `wl-mail-send-pre-hook'.
4794         (wl-draft-send-mail-with-qmail): Ditto.
4795         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4796
4797 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4798
4799         * wl-message.el (wl-message-buffer-prefetch-subr):
4800         Fix for cancel-function-timers bug.
4801         (wl-message-buffer-prefetch-debug): Default value is t.
4802
4803 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4804
4805         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4806         (wl-message-buffer-prefetch-subr): Rewrite.
4807         Rename from `wl-message-buffer-prefetch'.
4808
4809 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4812         (wl-default-draft-cite-decorate-author): Ditto.
4813
4814         * wl-draft.el (wl-draft-cite-function): Removed.
4815         (wl-default-draft-cite-decorate-author): Ditto.
4816
4817 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4820         (wl-default-draft-cite): Do not arrange author name if the value of
4821         `wl-default-draft-cite-decorate-author' is nil.
4822
4823 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4826
4827         * wl-folder.el (wl-folder-check-one-entity): Don't care
4828         `elmo-folder-use-flag-p'.
4829
4830 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4831
4832         * wl-folder (wl-folder-check-one-entity): Fix
4833         problem if unread is nil.
4834
4835 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-address.el (wl-address-make-completion-list): Check whether
4838         the address is a group list.
4839         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4840
4841 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4842
4843         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4844         The number of the messages of new and unread does not count
4845         correctly.
4846
4847         * wl-summary.el (wl-summary-count-unread): Changed to return
4848         `(new . unread)' instead of total.
4849         (wl-summary-sync-update): Follow the change above.
4850
4851         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4852
4853 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-address.el (wl-address-make-completion-list): Do not enclose
4856         address by " <" and ">" if associated realname is "".
4857         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4858         This is against the promblem with group list in .addresses pointed
4859         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4860
4861 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4864         message is a format control string.
4865         * wl-expire.el (wl-expire-append-log): Ditto.
4866         * wl-mime.el (wl-summary-burst-subr): Ditto.
4867         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4868         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4869
4870 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4871
4872         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4873         wl.el (wl-check-variables): Rename from `wl-check-type'.
4874         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4875         (wl-check-variables-2): New function.
4876         (wl): Call `wl-check-variables-2'.
4877
4878 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4881         after renaming folder in access group.
4882
4883 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4886         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4887         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4888         (wl-message-buffer-prefetch): Rewrite.
4889         (wl-message-buffer-prefetch-idle-time): Removed.
4890         * wl-summary.el (wl-summary-redisplay-internal):
4891         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4892         Error check for `wl-message-buffer-prefetch-depht'.
4893
4894 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * Version number is increased to 2.9.5.
4897         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4898
4899 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4900
4901         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4902         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4903         Based on the patch written by
4904         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-draft.el (wl-draft-raw-send): Fix for
4909         `wl-news-send-pre-hook'
4910
4911 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-utils.el (wl-message-id-function): New variable.
4914         * wl-draft.el (wl-draft-insert-required-fields):
4915         Use `wl-message-id-function'.
4916
4917 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4918
4919         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4920         * wl-utils.el (wl-draft-make-message-id-string):
4921         Use `wl-from' for domain part of Message-ID
4922         if `wl-message-id-use-wl-from' if non-nil.
4923         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4924
4925 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl.el (wl): Call `wl-check-type'
4928         Do not 'condition-case'.
4929
4930 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4931
4932         * wl.el (wl-check-type): New function.
4933         (wl-check-type-variables): New variable.
4934
4935 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4936
4937         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4938
4939 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-draft.el (wl-smtp-password-key): New function.
4942         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4943         (wl-draft-send-mail-with-smtp): Ditto.
4944         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4945
4946 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4947
4948         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4949         * wl-utils.el (wl-unique-id-suffix): Remove.
4950
4951 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4952
4953         * Version number is increased to 2.9.4.
4954
4955 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4956
4957         * wl-utils.el (wl-unique-id-suffix): New variable.
4958         (wl-unique-id): Use `wl-unique-id-suffix'
4959
4960 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4963         instead of `elmo-msgdb-search'.
4964
4965         * Version number is increased to 2.9.3.
4966
4967 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4968
4969         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4970
4971 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4972
4973         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4974         (wl-draft-dispatch-message): Changed for send-later.
4975         (wl-draft-queue-flush): Ditto.
4976         (wl-draft): Clear `wl-sent-message-queued'.
4977         (wl-draft-reedit): Ditto.
4978         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4979         * wl-vars.el (wl-draft-force-queuing): New variable.
4980         (wl-draft-force-queuing-mail): New variable.
4981         (wl-draft-force-queuing-news): New variable.
4982
4983 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4984
4985         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4986         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4987
4988 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4989
4990         * Version number is increased to 2.9.2.
4991
4992 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * wl-draft.el (wl-draft-elide-region): New user command.
4995         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4996
4997         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4998         command `wl-draft-elide-region'.
4999         * wl-mule.el: Ditto.
5000         * wl-xmas.el: Ditto.
5001
5002 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5005         (wl-biff-check-folder-async): Removed needless let.
5006
5007 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5010         wl-folder-get-elmo-folder.
5011         (wl-biff-check-folder): Set `biff' argument of
5012         `wl-folder-check-one-entity'.
5013         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5014
5015         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5016         (wl-folder-check-one-entity): Added `biff' argument;
5017         Setup `biff' slot of folder.
5018
5019         * Version number is increased to 2.9.1.
5020
5021 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5024         comment out and fixed.
5025         (wl-fldmgr-add-completion-subr): Ditto.
5026
5027         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5028         and msgdb.
5029
5030         * wl.el (wl-toggle-plugged): Save summary view.
5031
5032 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5035
5036 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5037
5038         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5039
5040 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5043         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5044         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5045
5046         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5047         if it was failed.
5048         (wl-demo): Disable undo in the demo buffer.
5049
5050 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-version.el (wl-version): Changed codename.
5053
5054         * Version number is increased to 2.9.0.
5055
5056 2001-12-14  Takuo KITAME <kitame@northeye.org>
5057
5058         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5059         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5060         (wl-folder-mark-as-read-all-current-entity): Ditto.
5061
5062 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-vars.el (wl-from-width): Define as obsolete variable.
5065         (wl-subject-length-limit): Ditto.
5066
5067         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5068
5069         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5070         wl-summary-save-view.
5071
5072         * wl.el (wl-save-status): Ditto.
5073         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5074
5075         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5076         (wl-summary-exit): Follow the change above.
5077         (wl-summary-goto-folder-subr): Ditto.
5078
5079         * wl-folder.el (wl-folder-create-subr): Don't use
5080         `elmo-folder-creatable-p'.
5081
5082 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5085
5086 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5089         rather than bitmap on Emacs 21.
5090         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5091         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5092         for xbm if the new redisplay engine is not available.
5093
5094 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-folder.el (wl-folder-init-hook): New hook.
5097         (wl-folder-init): Run `wl-folder-init-hook'.
5098
5099 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5102
5103 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-acap.el (wl-acap-cache-filename): New variable.
5106         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5107         (wl-acap-init): Use cache if no ACAP server found.
5108
5109 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5110
5111         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5112         `wl-acap-original-msgdb-dir'.
5113
5114         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5115         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5116
5117         * wl-mime.el (wl-mime-save-directory): Renamed from
5118         `wl-mime-save-dir'.
5119
5120 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5123
5124         * wl-demo.el: Require `path-util'.
5125         (wl-demo-bitmap-mule-available-p): New internal variable.
5126         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5127         `module-installed-p' instead.
5128         (wl-demo-insert-image): Use *.img file for a bitmap image.
5129         (wl-demo): Don't call the ascii demo recursively.
5130
5131 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5132
5133         * Version number is increased to 2.7.7.
5134
5135 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl.el (wl-exit): Eliminated byte-compile warning.
5138
5139 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5140
5141         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5142         obsolete variable using `elmo-define-obsolete-variable'.
5143         (wl-fetch-confirm-threshold): Ditto.
5144         (wl-cache-prefetch-folder-type-list): Ditto.
5145         (wl-cache-prefetch-folder-list): Ditto.
5146
5147 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5150         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5151         (wl-demo-insert-image): New function.
5152         (wl-demo-insert-text): New function.
5153         (wl-demo-image-type-alist): Redefine as a function.
5154         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5155         (wl-demo-with-temp-file-buffer): Removed.
5156         (wl-logo-xpm): Removed.
5157         (wl-logo-xbm): Removed.
5158         (wl-logo-bitmap): Removed.
5159
5160 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5161
5162         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5163         (wl-expire-localdir-get-folder-function): New user option.
5164         (wl-expire-localdir-get-folder): New function.
5165         (wl-expire-localdir-date): Ditto.
5166
5167 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5168
5169         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5170         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5171         Fixed unread number mismatch when all-unread < unread.
5172
5173 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5176         (wl-fetch-confirm-threshold): Ditto.
5177
5178         * wl-summary.el (wl-summary-confirm-appends): Removed.
5179         (wl-summary-sync-update): Don't refer
5180         `wl-summary-update-confirm-threshold' (It is now abolished).
5181
5182         * wl-message.el (wl-message-display-internal): Don't refer
5183         `wl-fetch-confirm-threshold' (It is now abolished).
5184
5185 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5188
5189 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5192         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5193         Change default value to nil.
5194         (wl-summary-indent-length-limit): The value can be nil, nil means
5195         unlimited.
5196
5197         * wl-summary.el: Don't set limit for indent length if the value of
5198         wl-summary-indent-length-limit is nil.
5199         If the value of wl-summary-width is nil, it means only that the width
5200         of summary is unlimited (nil doesn't mean that the indent length is
5201         unlimited).
5202
5203         * wl-thread.el: Ditto.
5204
5205 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5206
5207         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5208         be nil, nil means never confirm.
5209         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5210
5211 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5214         means unlimited).
5215
5216 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5219         Use `with-temp-buffer'.
5220
5221 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5224         with new backquote style).
5225         (wl-folder-get-entity-from-buffer): Ditto.
5226
5227 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5228
5229         * wl-version.el (nemacs-version): Eliminated.
5230         (wl-extended-emacs-version2): Ignore nemacs.
5231         (wl-extended-emacs-version3): Ditto.
5232
5233 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5234
5235         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5236         (wl-draft-add-in-reply-to): New variable.
5237         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5238         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5239         (wl-draft-yank-from-mail-reply-buffer): Use
5240         `wl-draft-add-in-reply-to'.
5241         (wl-draft-insert-current-message): Ditto.
5242
5243 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5244
5245         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5246         typo (kill->hide).
5247         (wl-message-buffer-prefetch-folder-type-list): Added elements
5248         `mark' and `cache' instead of `internal'.
5249
5250 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5253         resume msgdb directory.
5254
5255 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl.el (wl-exit): Call `wl-acap-exit'.
5258
5259         * wl-summary.el (wl-summary-message-string): New function.
5260         (wl-summary-reedit): Use it.
5261         (wl-summary-resend-bounced-mail): Remove needless let.
5262         (wl-summary-supersedes-message): Ditto.
5263         (wl-summary-save): Ditto.
5264
5265         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5266         (wl-acap-init): Set it.
5267         (wl-acap-exit): New function.
5268
5269 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5270
5271         * wl.el (wl-init): Revert (require 'mime-setup). move from
5272         toplevel.
5273
5274 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5275
5276         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5277         local variables.  Add error when guess function return invalid
5278         value.
5279
5280 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5281
5282         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5283         Change local variable name.
5284         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5285         (wl-folder-get-newsgroups): Return nil when non-news folder.
5286         * wl-summary.el (wl-summary-write-current-folder): State through
5287         when guess-list return nil.
5288         (wl-summary-write-current-folder-functions): Fixed docstring.
5289
5290         * wl.el (wl-exit): Changed confirm message.
5291
5292         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5293         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5294
5295         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5296
5297 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5298
5299         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5300         user option (Renamed from wl-cache-prefetch-folder-type-list).
5301         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5302         from wl-cache-prefetch-folder-list).
5303
5304         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5305         Move to wl-vars.el.
5306         (wl-message-buffer-prefetch-p): Changed to enable
5307         `wl-message-buffer-prefetch-folder-list'.
5308
5309         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5310         `ignore-cache'.
5311
5312 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5315         `part-top' and `part-bottom'.
5316         (wl-draft-config-sub-part-top): New function.
5317         (wl-draft-config-sub-part-bottom): New function.
5318
5319 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320
5321         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5322
5323 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5326
5327 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5330
5331         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5332         (wl-summary-write-current-folder): Ditto.
5333
5334 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-folder.el (wl-folder-get-newsgroups): Use
5337         `elmo-folder-newsgroups'.
5338
5339 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5340
5341         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5342         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5343         `wl-draft-config-sub-header-bottom'.
5344
5345 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5346
5347         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5348         localnews folder.
5349
5350 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5351
5352         * wl-summary.el (wl-summary-mode): Undo last change.
5353
5354         * wl-folder.el (wl-folder-mode): Ditto.
5355
5356 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5357
5358         * wl-summary.el (wl-summary-mode): Locally set
5359         truncate-partial-window-width to nil.
5360         (for XEmacs)
5361
5362         * wl-folder.el (wl-folder-mode): Ditto.
5363
5364 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5367
5368 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5371         number.
5372
5373         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5374
5375         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5376
5377         * Version number is increased to 2.7.6.
5378
5379 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5382
5383 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-summary.el (wl-summary-sync-update): Enclose network
5386         related portion with `unwind-protect'.
5387
5388 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5389
5390         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5391
5392 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5395         element.
5396         * wl-vars.el (wl-message-body-button-alist): Ditto.
5397
5398         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5399         max match length.
5400         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5401
5402         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5403         for the max match length;
5404         Use 4th element value for the button string regexp group.
5405
5406         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5407         candidate exists, prompt to select.
5408
5409 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5410
5411         * wl-summary.el (wl-summary-jump-to-msg): Search before
5412         calibration point by `beginning-of-line'.
5413
5414 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5415
5416         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5417         for access group.
5418
5419 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-message.el (wl-message-display-internal): Bind
5422         `default-mime-charset'.
5423
5424         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5425
5426         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5427
5428         * Version number is increased to 2.7.5.
5429
5430 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5431
5432         * wl-expire.el (wl-summary-archive): Fixed;
5433         Use `elmo-folder-name-internal'.
5434
5435 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5436
5437         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5438         from `elmo-folder-move-messages' caller.
5439         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5440
5441         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5442         related portions are changed).
5443
5444 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5445
5446         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5447         counter.
5448
5449 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5450
5451         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5452         buffer local and set it to nil.
5453
5454         * wl-message.el (wl-message-redisplay): Ditto.
5455
5456 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-summary.el (wl-summary-mark-as-important): If message is
5459         already cached, set messag as read, otherwise encache and mark as read.
5460
5461 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5464         point-min.
5465
5466 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5469         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5470         a keymap.
5471
5472 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5475         parent.
5476
5477         * wl-mule.el (wl-message-define-keymap): Ditto.
5478
5479         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5480
5481         * wl-xmas.el (wl-message-display-internal-hook): Define.
5482         (wl-xmas-setup-message-toolbar): Define as function.
5483         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5484         (wl-message-overload-functions): Abolished.
5485         (wl-message-define-keymap): New function.
5486
5487         * wl-vars.el (wl-message-display-internal-hook): New variable.
5488         (wl-message-header-button-alist): New variable (Renamed from
5489         wl-highlight-message-header-button-alist).
5490         (wl-message-body-button-alist): Ditto.
5491
5492         * wl-mule.el (wl-message-define-keymap): New function.
5493         (wl-message-overload-functions): Abolished.
5494
5495         * wl-message.el (wl-message-add-buttons-to-body): New function.
5496         (wl-message-redisplay): Don't call wl-message-overload-functions;
5497         Call wl-message-add-buttons-to-header and
5498         wl-message-add-buttons-to-body.
5499         (wl-message-display-internal): Set keymap argument for
5500         elmo-mime-display-as-is, elmo-mime-message-display;
5501         Run wl-message-display-internal-hook.
5502         (wl-message-refer-article-or-url): Abolished.
5503
5504         * wl-highlight.el (wl-highlight-headers): Don't call
5505         wl-highlight-message-add-buttons-to-header.
5506         (wl-highlight-message-add-buttons-to-header): Abolished.
5507
5508
5509         * wl-e21.el (wl-message-display-internal-hook): Define.
5510         (wl-e21-setup-toolbar): Deleted duplicated binding.
5511         (wl-e21-setup-message-toolbar): Define as function.
5512         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5513         (wl-message-define-keymap): New function.
5514         (wl-message-overload-functions): Abolished.
5515
5516 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5519         and elmo-folder-close.
5520
5521         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5522
5523 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5524
5525         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5526         boolean value.
5527         * wl-draft.el (wl-draft-do-fcc): Ditto.
5528
5529 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-vars.el (wl-fcc-force-as-read): New variable.
5532         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5533         mark copied message as read.
5534
5535 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5538
5539 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5540
5541         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5542         `wl-summary-target-above' instead of obsolete variable
5543         `wl-summary-temp-above'.
5544
5545         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5546         instead of `make-obsolete-variable'.
5547         * wl-refile.el (toplevel): Ditto.
5548
5549 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5552         with third argument t.
5553         (wl-draft): Set first argument for wl-plugged-init as t.
5554
5555         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5556         definition.
5557
5558 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5559
5560         * wl-vars.el: Tabify.
5561         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5562
5563         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5564         message.
5565
5566 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5567
5568         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5569         and set default to beep.
5570
5571 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5572
5573         * wl-vars.el (wl-draft-truncate-lines): New variable.
5574
5575         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5576         instead of wl-message-truncate-lines for truncate-lines.
5577
5578 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-message.el (wl-message-display-internal): Call
5581         `wl-highlight-message' after `elmo-mime-display-as-is'.
5582
5583         * wl-mime.el (wl-mime-display-text/plain): New function.
5584         (wl-mime-display-header): Ditto.
5585         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5586         body-presentation-method for text/plain;
5587         Register `wl-mime-display-header' as a header-presentation-method;
5588         Don't set up `elmo-message-text-content-inserted-hook' and
5589         `elmo-message-header-inserted-hook'.
5590
5591         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5592         variable.
5593         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5594         as t if flag is 'all-header;
5595         Don't bind `elmo-message-ignored-field-list',
5596         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5597
5598 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5601         for xemacs with non-mule environment.
5602
5603 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5604
5605         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5606         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5607         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5608
5609 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5610
5611         * wl-vars.el (wl-interactive-send): Set default value as t.
5612
5613 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5616         (wl-addrmgr-method-list): Abolished.
5617         (wl-addrmgr-change-method): Follow above change.
5618
5619         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5620
5621 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-vars.el (wl-message-truncate-lines): Change default value
5624         to default-truncate-lines.
5625
5626         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5627
5628 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl-vars.el (wl-message-truncate-lines): New variable.
5631
5632         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5633         wl-message-truncate-lines.
5634
5635 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5636
5637         * wl-acap.el (wl-acap-init): Remove period from error message.
5638         (wl-acap-find-acap-service): Remove period from message.
5639
5640 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl.el (wl-check-environment): Undo last change.
5643
5644         * wl-vars.el (wl-from): Changed default value.
5645
5646         * wl-util.el (toplevel): Don't require tm-edit.
5647
5648         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5649         `wl-folder-init';
5650         Don't set mark on mail body.
5651         (wl-draft-reedit): Ditto.
5652
5653         * wl-address.el (wl-address-quote-specials): Define as an alias for
5654         elmo-address-quote-specials.
5655
5656 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5659
5660         * wl-vars.el (wl-from): Set default value as nil.
5661         (wl-organization): Set default value as ORGANIZATION environment
5662         variable.
5663
5664         * wl-draft.el (wl-smtp-extension-bind): Check value of
5665         wl-smtp-connection-type.
5666
5667         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5668         error.
5669
5670 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5671
5672         * Version number is increased to 2.7.4.
5673
5674         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5675         arguments from `wl-highlight-x-face-function' caller.
5676         Use x-face-1.3.6.12 or later.
5677
5678 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5679
5680         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5681
5682 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5685         (wl-fcc): Fix to accept function.
5686         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5687
5688 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5689
5690         * wl-acap.el (toplevel): Added `product-provide' declare.
5691         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5692
5693 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl.el (wl): Changed order of calling `elmo-init'
5696         and `elmo-folder-init'.
5697
5698 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5699
5700         * wl-mime.el (wl-summary-burst): Extract message when content-type
5701         of root entity is not only `multipart' but also `message/rfc822'.
5702         (wl-summary-burst-subr): Ditto.
5703
5704 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-vars.el (toplevel): Require 'custom.
5707         (wl-trash-folder): Added to `wl-setting' group.
5708
5709         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5710         exists.
5711         (wl-addrmgr-draw): Insert empty line when no entry exists.
5712
5713         * wl-mule.el (wl-message-wheel-up): Fixed.
5714         (wl-message-wheel-down): Ditto.
5715
5716 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5717
5718         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5719         config is an anonymous lambda expression.
5720
5721 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5724         when Mule 2 is running.
5725
5726 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5729
5730 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5733         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5734
5735         * wl-address.el (wl-address-specials-regexp): Eliminated.
5736         (wl-address-quote-specials): Rewrite.
5737
5738 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5741         shy-groups for regexp.
5742
5743         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5744         character classes and Perl style shy-groups for regexp.
5745         (wl-highlight-plugged-current-line): Use Posix style character
5746         classes for regexp.
5747         (wl-e21-highlight-folder-by-numbers): Ditto.
5748         (wl-e21-display-image-p): Use `display-images-p' instead of
5749         `display-graphic-p'.
5750         (display-images-p): Make an alias to `display-graphic-p' if it is
5751         not available.  It is for Emacs version prior to 21.0.105.
5752
5753         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5754         `display-graphic-p'.
5755         (wl-demo-image-type-alist): Ditto.
5756         (display-images-p): Make an alias to `display-graphic-p' if it is
5757         not available.  It is for Emacs version prior to 21.0.105.
5758
5759 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5760
5761         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5762         support.
5763         (wl-generate-user-agent-string): Ditto.
5764
5765         * wl-version.el (wl-version): Update docsting.
5766         (wl-version-status): Ditto.
5767
5768 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5769
5770         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5771         21.0.105.  For Emacs 21.0.104 or earlier.
5772
5773 2001-09-03  Takuo KITAME <kitame@northeye.org>
5774
5775         * wl-e21.el (wl-plugged-init-icons): Use
5776         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5777         (wl-biff-init-icons): Ditto.
5778
5779 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-highlight.el (wl-highlight-summary-current-line):
5782         Fixed highlighting refile/copy destination.
5783
5784         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5785         (wl-acap-store): Encode string by wl-acap-coding-system.
5786
5787 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-acap.el (toplevel): Check and require 'un-define before
5790         'xemacs-ucs;
5791          Added checking for UTF-2000.
5792
5793 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5796         Don't enclose with `eval-and-compile'.
5797
5798         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5799         wl-init is non-nil.
5800
5801         * wl-draft.el (wl-draft): Ditto.
5802
5803         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5804
5805         * wl-acap.el (toplevel): Require 'wl.
5806         (wl-acap-store): Call `elmo-init'.
5807
5808         * wl.el (wl): Changed position of `wl-check-environment'.
5809         (toplevel): Added autoload setting for wl-acap.
5810
5811         * wl-vars.el (wl-setting): New custom group.
5812         (wl-from): Added wl-setting group.
5813         (wl-user-mail-address-list): Ditto.
5814         (wl-organization): Ditto.
5815         (wl-subscribed-mailing-list): Ditto.
5816         (wl-envelope-from): Ditto.
5817         (wl-smtp-posting-user): Ditto.
5818         (wl-smtp-posting-server): Ditto.
5819         (wl-smtp-posting-port): Ditto.
5820         (wl-smtp-authenticate-type): Ditto.
5821         (wl-pop-before-smtp-user): Ditto.
5822         (wl-pop-before-smtp-server): Ditto.
5823         (wl-pop-before-smtp-port): Ditto.
5824         (wl-pop-before-smtp-authenticate-type): Ditto.
5825         (wl-nntp-posting-server): Ditto.
5826         (wl-nntp-posting-user): Ditto.
5827         (wl-nntp-posting-port): Ditto.
5828         (wl-fetch-confirm-threshold): Ditto.
5829         (wl-prefetch-threshold): Ditto.
5830         (wl-thread-insert-opened): Ditto.
5831         (wl-ldap-server): Ditto.
5832         (wl-ldap-port): Ditto.
5833         (wl-ldap-base): Ditto.
5834         (wl-ldap-objectclass): Ditto.
5835         (wl-use-ldap): Ditto.
5836         (wl-draft-config-alist): Ditto.
5837         (wl-draft-config-matchone): Ditto.
5838         (wl-template-alist): Ditto.
5839         (wl-message-sort-field-list): Ditto.
5840         (wl-message-ignored-field-list): Ditto.
5841         (wl-message-visible-field-list): Ditto.
5842         (wl-interactive-send): Ditto.
5843         (wl-summary-move-order): Ditto.
5844         (wl-auto-select-first): Ditto.
5845         (wl-auto-select-next): Ditto.
5846         (wl-interactive-save-folders): Ditto.
5847
5848         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5849         Initialization codes are moved from wl-local-folder-init.
5850         (wl-local-folder-init): Follow the change above.
5851         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5852
5853         * wl-acap.el: New file.
5854
5855         * Version number is increased to 2.7.3.
5856
5857 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5860
5861 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5864         (wl-addrmgr-address-entry-list): Ditto.
5865
5866 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5867
5868         * wl-e21.el (wl-draft-mode-map): Removed binding for
5869         `wl-draft-insert-x-face-field'.
5870
5871         * wl-mule.el (wl-draft-mode-map): Ditto.
5872
5873         * wl-xmas.el (wl-draft-mode-map): Ditto.
5874
5875         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5876         (wl-cs-autoconv): Ditto.
5877         (wl-cs-local): Ditto.
5878         (wl-use-scoring): Ditto.
5879         (wl-mime-charset): Ditto.
5880         (wl-folder-check-async): Ditto.
5881
5882         * wl.el (toplevel): Ignore nemacs and tm.
5883         (wl-exit): Ditto.
5884
5885         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5886         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5887         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5888         instead of wl-address-petname-add-or-change.
5889         (wl-summary-edit-addresses-subr): Use wl-address-delete
5890         instead of wl-address-petname-delete.
5891
5892         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5893
5894         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5895         if error occured.
5896
5897         * wl-message.el (require): Remove tm support.
5898
5899         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5900
5901         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5902         (wl-folder-jump-to-current-entity): Ditto.
5903         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5904
5905         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5906         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5907         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5908
5909         * wl-mule.el (wl-draft-key-setup): Ditto.
5910
5911         * wl-xmas.el (wl-draft-key-setup): Ditto.
5912
5913         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5914         (wl-draft-std11-parse-addresses): New function.
5915         (wl-draft-parse-mailbox-list): Use it.
5916         (wl-draft): Ignore nemacs.
5917         (wl-draft-reedit): Ditto.
5918
5919         * wl-addrmgr.el: New file.
5920         (Original is wl-rcpt.el written by
5921         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5922         Thanks Kitamoto-san.)
5923
5924         * wl-address.el (wl-address-make-address-list): Modified parsing
5925         process.
5926         (wl-address-delete): Renamed from `wl-address-petname-delete';
5927         Modify wl-address-list too.
5928         (wl-address-add-or-change): Renamed from
5929         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5930
5931 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5932
5933         * wl-highlight.el (wl-highlight-summary-current-line):
5934           Work with transient-mark-mode
5935
5936 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * Version number is increased to 2.7.2.
5939
5940         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5941         instead of elmo-dop-queue-method.
5942
5943 2001-08-06  SAITO Atsunori <sai@yedo.com>
5944
5945         * wl-vars.el (wl-ldap-objectclass): New user option.
5946
5947         * wl-address.el (wl-ldap-make-filter): Use it.
5948
5949 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5952
5953 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-folder.el (wl-folder): redisplay after folder insertion.
5956
5957         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5958
5959         * wl-summary.el (wl-summary-sync-update):
5960         Change status mark only when new-msgdb exists.
5961         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5962
5963 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-summary.el (wl-summary-open-folder): New function.
5966         (wl-summary-goto-folder-subr): Use it.
5967         (wl-summary-mark-as-important): Fix;
5968         Encache only when no cache exists.
5969
5970 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5973         Use with-current-buffer.
5974
5975 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5978         before call `get-buffer'. Fixed parenthesis.
5979         (wl-score-get-header-entry): Clear message and help window when
5980         keyboard quit.
5981         (wl-score-edit-insert-header): Ditto.
5982
5983 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5986         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5987         (wl-default-draft-cite): Fix.
5988
5989         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5990         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5991
5992 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * wl-message.el (wl-message-prev-page): Do same bahavior
5995         as summary when it is called in the message buffer.
5996         (wl-message-next-page): Ditto.
5997
5998 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-summary.el (wl-summary-forward): Use cache if it is not
6001         section cache.
6002
6003 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6006         Removed redundant require of elmo-vars.
6007         (wl-biff-state-indicator-on): Changed default value for
6008         xemacs with non-mule environment.
6009
6010         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6011         wl-message-buffer is nil;
6012         Hide progress bar after moving messages.
6013
6014 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6017         message at cursor point is deleted.
6018
6019 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-vars.el: Changed file coding system to euc-japan.
6022         Added -*-coding:-*- magic to the first line.
6023
6024         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6025         Search parent from the first message.
6026
6027         * Version number is increased to 2.7.1.
6028
6029 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6030
6031         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6032
6033 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6034
6035         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6036         refile/delete execution.
6037
6038         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6039         Fixed docstring.
6040
6041 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6044         do update process;
6045         Don't update marks when update process is interrupted.
6046
6047 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-summary.el (wl-summary-reply): Fixed problem when
6050         wl-draft-use-frame is non-nil.
6051         (wl-summary-forward): Ditto.
6052
6053         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6054         as nil.
6055         (wl-folder-mark-as-read-all-entity): Ditto.
6056         (wl-folder-prefetch-entity): Ditto.
6057
6058         * wl.el (wl): Check environment before wl-init.
6059
6060         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6061         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6062         instead of wl-summary-collect-unread.
6063         (wl-summary-reply): Split message window.
6064
6065 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6068         only if current language environment is japanese,
6069
6070         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6071         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6072         (wl-folder-goto-folder-subr): Ditto.
6073
6074         * wl-draft.el (wl-draft-dispatch-message): Call
6075         `elmo-file-cache-get-path'.
6076
6077 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-summary.el (wl-summary-cursor-move): If return value of
6080         wl-summary-next-message is not number, don't jump.
6081
6082 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6083
6084         * wl-summary.el (wl-summary-buffer-next-message-function): New
6085         variable.
6086         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6087         if it is bound.
6088
6089         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6090         string.
6091
6092         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6093         (wl-plugged-drawing): Ditto.
6094
6095 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6098         process.
6099         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6100         with unwind-protect.
6101
6102         * wl.el (wl-init): Require mime-setup.
6103         (wl-check-environment): Don't require mime-setup.
6104
6105         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6106         instead of elmo-folder-type.
6107
6108         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6109         value as nil.
6110
6111 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * Version number is increased to 2.7.0.
6114
6115         * wl-version.el (wl-version): Changed codename.
6116
6117         * wl-summary.el (wl-summary-delete-cache): Fixed.
6118
6119         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6120         Workaround for net folders.
6121         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6122
6123         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6124         value to nil (According to the patch from
6125         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6126
6127         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6128         of elmo-folder-close.
6129
6130 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6131
6132         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6133         for postfix.
6134
6135 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-summary.el (wl-summary-resend-message): Fixed.
6138
6139         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6140         Call wl-draft with `from' argument if its address is included in
6141         `wl-user-mail-address-list'.
6142         (wl-draft): Added `from' argument.
6143
6144         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6145         non-nil.
6146         (wl): Don't show demo if wl-demo is nil.
6147
6148         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6149         wl-summary-use-frame.
6150
6151         * wl-vars.el (wl-summary-use-frame): New user option.
6152         (wl-folder-use-frame): Changed docstring.
6153
6154         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6155         non-nil.
6156         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6157         wl-summary-use-frame.
6158
6159         * wl-vars.el (wl-folder-use-frame): New user option.
6160
6161         * wl-summary.el (wl-summary-exit): Back to folder frame if
6162         wl-folder-use-frame is non-nil.
6163         (wl-summary-redisplay-internal): Ignore cache if current folder
6164         is draft folder,
6165         (wl-summary-redisplay-no-mime): Ditto.
6166         (wl-summary-redisplay-all-header): Ditto.
6167
6168         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6169         if wl-folder-use-frame is non-nil.
6170
6171 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6172
6173         * wl-summary.el (wl-summary-sync-update): Bind
6174         elmo-folder-update-threshold.
6175         (wl-summary-mark-as-important): Enclosed server mark processing
6176         with `save-match-data'.
6177
6178         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6179         only when it is already defined.
6180
6181 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6182
6183         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6184         name of folder exclude localdir is wrong.
6185         * wl-folder.el (wl-folder-sync-entity):
6186         Set `wl-summary-always-sticky-folder-list' as nil.
6187         (wl-folder-mark-as-read-all-entity): Ditto.
6188         (wl-folder-prefetch-entity): Ditto.
6189
6190 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6193         instead of `wl-summary-write-current-newsgroup'.
6194
6195 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6196
6197         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6198         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6199         non-nil and selected message is important, do not display.
6200
6201 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6202
6203         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6204
6205 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6208
6209         * wl-summary.el (wl-summary-mark-as-important): Set message number
6210         using wl-summary-message-number.
6211
6212 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6213
6214         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6215         destination folder is 'null.
6216
6217 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6218
6219         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6220         New function.
6221         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6222         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6223         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6224
6225 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-mime.el (wl-mime-setup): Added setting for
6228         `mime-setup-signature-key-alist' to avoid overriding key bind for
6229         `wl-draft-send'.
6230
6231         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6232         for `wl-draft-send'.
6233         * wl-mule.el (wl-draft-overload-functions): Ditto.
6234         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6235         * wl-draft.el (wl-draft-send): Ditto.
6236
6237         * wl-message.el (wl-message-display-internal):
6238         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6239         (Patch is provided by <kita@coe.nttdata.co.jp>).
6240
6241 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6242
6243         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6244
6245 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl.el (wl): Fix for wl-demo.
6248
6249 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6252
6253 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6254
6255         * wl-folder.el (wl-folder-prefetch-entity): Use
6256         `wl-folder-get-elmo-folder'.
6257         (wl-folder-count-incorporates): Do not use
6258         `wl-folder-get-elmo-folder'.
6259
6260 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6261
6262         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6263         instead of `elmo-folder-get-type'.
6264
6265 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6266
6267         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6268         position on Subject: field.
6269         (Advised by Mito <mit@nines.nec.co.jp>)
6270
6271 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6272
6273         * wl-folder.el (wl-folder-prefetch-entity): Use
6274         `wl-folder-get-elmo-folder'.
6275
6276 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6279
6280         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6281         `process-duplicates' slot.
6282
6283         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6284         if detection failed.
6285
6286 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6287
6288         * wl-version.el (wl-version-status): Set to "alpha".
6289
6290 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6293         Check wl-message-buffer lives before set-buffer.
6294
6295 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6296
6297         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6298         called in folder mode.
6299         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6300         * wl-summary.el (wl-summary-exit-pre-hook): Run
6301         `wl-summary-exit-pre-hook' before exit summary mode.
6302
6303 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6304
6305         * wl-version.el (wl-version-status): New variable.
6306         (wl-version-status-alist): Removed.
6307         (wl-version-status): Rule included.
6308
6309 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6312         @sponichi.
6313
6314         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6315         when `mail-reply-buffer' is buffer-local variable.
6316         (Reported by <kita@coe.nttdata.co.jp>).
6317
6318 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-vars.el (toplevel): Require 'elmo-util.
6321
6322 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6325         (All other related portions are changed)
6326
6327         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6328
6329         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6330
6331 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6332
6333         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6334
6335 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6338         Delete other windows to avoid an error.
6339         Use `point-marker' instead of `point' to remember the start point
6340         of body.
6341
6342         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6343
6344         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6345         number not to exceed all message number.
6346
6347 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6348
6349         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6350         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6351
6352 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-summary.el (wl-summary-sync-force-update): Added argument
6355         no-check.
6356         (wl-summary-sync-update): Ditto.
6357         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6358         with `no-check'.
6359
6360         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6361         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6362         already running.
6363
6364 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6365
6366         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6367         `dst-folder-arg'.
6368         (wl-expire-archive-number1): Diito.
6369         (wl-expire-archive-number2): Diito.
6370         (wl-expire-archive-Date): Diito.
6371         (wl-archive-number1): Diito.
6372         (wl-archive-number2): Diito.
6373         (wl-archive-date): Diito.
6374         (wl-archive-folder-p): New function.
6375         (wl-summary-expire): Support of expand folder name at
6376         wl-expire-alist.
6377         * wl-util.el (wl-expand-newtext): Renamed from
6378         `wl-refile-expand-newtext'.
6379
6380 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6381
6382         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6383         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6384         `(elmo-msgdb-get-overview msgdb)'.
6385         (wl-summary-prefetch): Bind match data before call
6386         `wl-summay-prefetch-msg'.
6387         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6388         'off if `wl-summary-buffer-disp-msg' is non-nil.
6389         Fixed problem that couldn't show only one new or unread message when
6390         enter folder.
6391         (wl-summary-reply): Don't call `split-window-vertically' and other
6392         window.
6393
6394 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-expire.el (wl-expire-refile): Fixed.
6397
6398 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6401
6402         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6403         biff notification is removed.
6404
6405         * wl.el (wl): Changed position of `elmo-init'.
6406
6407         * wl-draft.el (wl-default-draft-cite): Use date field
6408         on the citation buffer.
6409
6410         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6411
6412         * wl-xmas.el (wl-folder-internal-icon-list): Added
6413         `wl-folder-shimbun-image'.
6414
6415         * wl-e21.el (wl-folder-internal-icon-list): Added
6416         `wl-folder-shimbun-image'.
6417
6418 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6419
6420         * wl.el (wl-init): Eliminated argument.
6421         (wl): Rewrite.
6422
6423         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6424         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6425         instead of `elmo-folder-msgdb-internal'.
6426         (wl-summary-sync-update): Ditto.
6427         (wl-summary-flush-pending-append-operations): Eliminated.
6428         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6429         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6430         `elmo-folder-open'.
6431
6432         * wl-mime.el (wl-summary-burst): Fixed.
6433
6434         * wl-folder.el (wl-folder-info-save): Check data type.
6435
6436         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6437         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6438         instead of `elmo-folder-msgdb-internal'.
6439         (wl-expire-hide): Ditto.
6440
6441
6442         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6443
6444 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6445
6446         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6447
6448 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6449
6450         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6451
6452 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6453
6454         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6455         Fixed `match-beginning' argument mismatch.
6456
6457 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6458
6459         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6460         the default value.
6461
6462 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6465         instead of `elmo-nntp-default-port'.
6466
6467         * wl-vars.el: Fixed some doc strings.
6468
6469 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-summary.el (wl-summary-prefetch-msg): Use
6472         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6473
6474         * wl-vars.el: Define *-func as obsolete variable using
6475         `elmo-define-obsolete-variable'.
6476
6477         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6478         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6479         instead of `wl-message-buffer-prefetch-threshold'.
6480
6481         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6482
6483         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6484
6485         * wl-draft.el (wl-caesar-region-func): Ditto.
6486
6487         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6488         Keep unread status in elmo-folder-move-messages.
6489         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6490
6491 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6492
6493         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6494         `wl-summary-buffer-exit-func'
6495         (wl-summary-buffer-message-redisplay-function): Renamed from
6496         `wl-summary-buffer-message-redisplay-func'
6497         (wl-summary-buffer-next-folder-function): Renamed from
6498         `wl-summary-buffer-next-folder-func'.
6499         (wl-summary-buffer-prev-folder-function): Renamed from
6500         `wl-summary-buffer-prev-folder-func'.
6501         (wl-summary-get-petname-function): Renamed from
6502         `wl-summary-get-petname-func'.
6503
6504         * wl-score.el (wl-score-edit-exit-function): Renamed from
6505         `wl-score-edit-exit-func'.
6506
6507         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6508         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6509
6510         * wl-util.el (wl-load-profile-function): Renamed from
6511         `wl-load-profile-func'.
6512
6513         * wl-folder.el (wl-folder-completion-function): Renamed from
6514         `wl-folder-completion-func'.
6515         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6516
6517         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6518         `wl-expire-archive-get-folder-func'.
6519         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6520         (wl-draft-send-mail-function): Renamed from
6521         `wl-draft-send-mail-func'.
6522         (wl-draft-send-news-function): Renamed from
6523         `wl-draft-send-news-func'.
6524         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6525         (wl-generate-mailer-string-function): Renamed from
6526         `wl-generate-mailer-string-func'.
6527         (wl-highlight-signature-search-function): Renamed from
6528         `wl-highlight-signature-search-func'.
6529         (wl-highlight-x-face-function): Renamed from
6530         `wl-highlight-x-face-func'
6531         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6532         (wl-ps-print-buffer-function): Renamed from
6533         `wl-ps-print-buffer-func'
6534         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6535         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6536         (wl-summary-subject-filter-function): Renamed from
6537         `wl-summary-subject-filter-func'.
6538
6539         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6540         `wl-draft-queue-flush-send-func'
6541         (wl-draft-cite-function): Renamed from
6542         `wl-draft-cite-func'
6543
6544         * wl-address.el (wl-address-init-function): Renamed from
6545         `wl-address-init-func'.
6546
6547 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-draft.el (wl-draft-queue-flush): Don't call
6550         `elmo-dop-unlock-message'.
6551         * wl-draft.el (wl-draft-queue-append): Don't call
6552         `elmo-dop-lock-message'.
6553
6554         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6555         (wl-summary-buffer-folder-name): Ditto.
6556         (wl-summary-message-regexp): Added '-' (all other related portions
6557         are changed).
6558         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6559         wl-summary-buffer-folder-name.
6560
6561 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6562
6563         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6564         the number of mails in the folder buffer is not updated by wl-biff.
6565
6566 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6569         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6570
6571 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-summary.el (wl-summary-next-message):
6574         Return next message number when wl-summary-move-order is nil.
6575
6576 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6577
6578         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6579         `wl-summary-move-spec-alist'.
6580         (wl-summary-move-spec-unplugged-alist): New variable
6581         (Move spec for unplugged status).
6582         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6583         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6584
6585 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6586
6587         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6588         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6589
6590 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6591
6592         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6593         simple quotation to quote the anonymous function.
6594         * tm-wl.el (wl-draft-preview-message): Ditto.
6595
6596 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6597
6598         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6599         Eliminate redundant `save-excursion'.
6600         (wl-highlight-summary-current-line): Ditto.
6601
6602         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6603         accessing match data when `looking-at' failed.
6604
6605         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6606         `elmo-match-string' where users don't care about the speed.
6607         (wl-draft-save): Ditto.
6608
6609 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-util.el (wl-regexp-opt): New function.
6612
6613         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6614         number from `wl-summary-buffer-number-list'.
6615         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6616         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6617         (wl-summary-move-spec-alist): Changed default setting.
6618
6619 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6620
6621         * wl-vars.el (wl-biff-notify-hook): New hook.
6622         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6623         the arrival of new mail.
6624         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6625         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6626
6627 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6630
6631 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6634
6635         * Version number is increased to 2.5.8.
6636
6637         * wl-thread.el (toplevel): require 'cl.
6638         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6639         (wl-thread-make-number-list): New function.
6640         (wl-thread-entity-make-number-list-from-children): Ditto.
6641         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6642         (wl-thread-entity-insert-as-children): Likewise.
6643         (wl-thread-delete-message): Likewise.
6644         (wl-meaning-of-mark): Eliminated.
6645         (wl-thread-next-failure-mark-p): Ditto.
6646         (wl-thread-entity-get-mark): Ditto.
6647         (wl-thread-meaning-alist-get-result): Ditto.
6648         (wl-thread-entity-check-prev-mark): Ditto.
6649         (wl-thread-entity-check-next-mark): Ditto.
6650         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6651         (wl-thread-entity-get-prev-marked-entity): Ditto.
6652         (wl-thread-get-prev-unread): Ditto.
6653         (wl-thread-jump-to-prev-unread): Ditto.
6654         (wl-thread-get-next-unread): Ditto.
6655         (wl-thread-jump-to-next-unread): Ditto.
6656         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6657         (wl-thread-entity-get-next-marked-entity): Ditto.
6658
6659         * wl-summary.el (wl-summary-buffer-number-list):
6660         New bufer-local variable.
6661         (wl-summary-switch-to-clone-buffer): Clone
6662         `wl-summary-buffer-number-list'.
6663         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6664         (wl-summary-cursor-move-regex): Eliminated.
6665         (wl-summary-cursor-up): Rewrite.
6666         (wl-summary-cursor-down): Ditto.
6667         (wl-summary-mode-spec-alist): New variable.
6668         (wl-summary-next-message): New inline function.
6669         (wl-summary-cursor-move): New function.
6670         (wl-summary-default-get-next-msg): Rewrite.
6671         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6672         (wl-summary-rescan): Ditto.
6673         (wl-summary-sync-all-init): Ditto.
6674         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6675         summary is not thread view.
6676         (wl-summary-sync-update): Ditto.
6677         (wl-summary-rescan): Ditto.
6678         (wl-summary-make-number-list): New function.
6679
6680         * wl-draft.el: "FCC" -> "Fcc".
6681
6682 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-highlight.el (wl-highlight-summary-window):
6685         Call `set-buffer-modified-p'.
6686
6687         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6688         (wl): Call `elmo-init' and fix.
6689
6690         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6691         Use new variables.
6692
6693         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6694
6695 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6698
6699 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6700
6701         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6702
6703 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6704
6705         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6706         `wl-use-toolbar' nor `display-graphic-p'.
6707         (wl-e21-setup-message-toolbar): Ditto.
6708         (wl-e21-setup-summary-toolbar): Ditto.
6709         (wl-e21-setup-folder-toolbar): Ditto.
6710
6711         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6712         (wl-plugged-init-icons): Ditto.
6713
6714         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6715         `display-graphic-p'.
6716         (wl-plugged-set-folder-icon): Ditto.
6717         (wl-highlight-plugged-current-line): Ditto.
6718         (wl-highlight-folder-current-line): Ditto.
6719         (wl-e21-highlight-folder-group-line): Ditto.
6720         (wl-e21-setup-toolbar): Ditto.
6721         (wl-e21-display-image-p): New macro.
6722
6723         * wl-demo.el (wl-demo): Simplified.
6724         (wl-demo-image-type-alist): Use `image-type-available-p' for
6725         checking whether the image type `xbm' is available.
6726
6727 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6730         (wl-summary-input-range): Ditto.
6731
6732 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-summary.el (wl-summary-edit-addresses): Use
6735         `wl-summary-get-original-buffer'
6736         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6737         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6738         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6739         (wl-summary-get-newsgroups): Eliminated.
6740         (wl-summary-set-crosspost): Ditto.
6741         (wl-summary-is-crosspost-folder): Ditto.
6742         (wl-crosspost-alist-load): Ditto.
6743         (wl-crosspost-alist-save): Ditto.
6744
6745         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6746         `elmo-setup-subscribed-newsgroups' instead of
6747         `elmo-nntp-make-groups-hashtb'.
6748         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6749         instead of `wl-crosspost-alist-save'.
6750
6751         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6752         of `elmo-folder-message-appendable-p'.
6753         (wl-mime-header-presentation-method): Eliminated.
6754
6755         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6756         (Error occurs in emacs21).
6757
6758         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6759         the current buffer).
6760
6761         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6762         instead of `wl-crosspost-alist-save'.
6763         (wl-init): `elmo-crosspost-message-alist-load'
6764         instead of `wl-crosspost-alist-load'
6765
6766         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6767         (wl-parse-newsgroups): Likewise.
6768         (wl-biff-notify): Run `wl-biff-notify-hook'.
6769
6770 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6773
6774         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6775         when `wl-summary-lazy-highlight' is non-nil.
6776         (wl-summary-goto-folder-subr): Highlight only when
6777         `wl-summary-lazy-highlight' is non-nil.
6778
6779         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6780         Don't display progress and highlight temp-mark when
6781         `wl-summary-lazy-highlight' is non-nil.
6782         (wl-highlight-summary-window): New function.
6783         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6784
6785 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-summary.el (wl-summary-sync): Change `all-visible'
6788         from `all-shown'
6789         (wl-summary-input-range): Ditto.
6790
6791 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6792
6793         * wl-e21.el (wl-highlight-folder-current-line): Call
6794         `wl-folder-init-icons' when folder icons have not been initialized.
6795
6796         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6797
6798         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6799         (wl-demo-image-type-alist): New macro.
6800
6801 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6802
6803         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6804         display does not support graphics.
6805         (wl-plugged-init-icons): Ditto.
6806         (wl-folder-init-icons): Ditto.
6807
6808         * wl-demo.el (wl-demo): Chech closely whether the display
6809         supports graphics.
6810
6811 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-summary.el (wl-summary-get-original-buffer): New function.
6814         (wl-summary-set-crosspost): Use it.
6815         (wl-summary-target-mark-uudecode): Ditto.
6816         (wl-summary-reedit): Ditto.
6817         (wl-summary-resend-bounced-mail): Ditto.
6818         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6819         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6820
6821         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6822         (wl-message-display-internal): Ditto.
6823
6824 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6827
6828 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-summary.el (wl-summary-save-view): Renamed from
6831         `wl-summary-save-status'.
6832
6833 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * wl-summary.el (wl-summary-sync): Added `all-shown'
6836
6837 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6840
6841 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6844
6845 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6846
6847         * wl-highlight.el (wl-highlight-summary-line-string): Use
6848         `zerop' instead of `= 0'.
6849         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6850
6851         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6852         for comparing numbers.
6853         (wl-template-prev): Use `zerop' instead of `eq 0'.
6854
6855         * wl-draft.el (wl-draft-insert-current-message): Use
6856         `with-current-buffer' instead of `save-excursion'.
6857         Use `zerop' instead of `eq 0'.
6858
6859 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6860
6861         * wl-draft.el (wl-draft-insert-ccs): New function.
6862         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6863         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6864
6865 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6868
6869 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-expire.el (wl-expire-refile): Don't call
6872         elmo-msgdb-add-msgs-to-seen-list;
6873         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6874         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6875
6876 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-message.el (wl-message-prev-page): Ignore errors while
6879         scroll-down.
6880
6881 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * wl-mime.el: Use elmo-original-message-mode instead of
6884         mmelmo-original-mode.
6885
6886         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6887         `elmo-folder-get-spec';
6888         (wl-fldmgr-add-completion-all-completions):
6889         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6890
6891         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6892         of `elmo-folder-get-type'.
6893
6894         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6895         `elmo-folder-get-spec';
6896         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6897         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6898         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6899         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6900         `elmo-read-msg-no-cache';
6901         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6902         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6903         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6904         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6905         `elmo-cache-save';
6906         (wl-draft-reedit): Use `elmo-message-file-name'.
6907
6908         * wl-expire.el: Use `elmo-folder-name-internal';
6909         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6910         Use macro `wl-summary-buffer-msgdb' instead of variable
6911         `wl-summary-buffer-msgdb';
6912         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6913         Use macro `wl-summary-buffer-folder-name' instead of variable
6914         `wl-summary-buffer-folder-name'.
6915         * wl-score.el: Likewise.
6916
6917         * wl-message.el: Rewrite for new message buffer cache mechanism.
6918         (wl-message-buffer-cache-buffer-get): New macro.
6919         (wl-message-buffer-cache-folder-get): Ditto.
6920         (wl-message-buffer-cache-message-get): Ditto.
6921         (wl-message-buffer-cache-entry-make): Ditto.
6922         (wl-message-buffer-cache-hit): Ditto.
6923         (wl-message-buffer-cache-sort): New function.
6924         (wl-message-buffer-cache-add): Ditto.
6925         (wl-message-buffer-cache-delete): Ditto.
6926         (wl-message-buffer-cache-clean-up): Ditto.
6927         (wl-message-buffer-window): Rewrite.
6928         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6929         (wl-message-buffer-display): New function.
6930         (wl-message-display-internal): New function.
6931
6932 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-folder.el: Use `elmo-folder-name-internal';
6935         Use `wl-folder-get-elmo-folder';
6936         Use `elmo-folder-list-messages' instead of
6937         `elmo-list-folder';
6938         Use `elmo-folder-get-primitive-list' instead of
6939         `elmo-folder-get-primitive-spec-list';
6940         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6941         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6942         Use `elmo-folder-create' instead of `elmo-create-folder'.
6943         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6944         (wl-folder-get-elmo-folder): New macro.
6945         (wl-folder-elmo-folder-cache-get): Ditto.
6946         (wl-folder-elmo-folder-cache-put): Ditto.
6947         (wl-folder-suspend): Call `elmo-quit'.
6948
6949         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6950         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6951         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6952         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6953         (toplevel): require 'cl.
6954         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6955
6956         * wl-summary.el: Rewrite to use new elmo interface.
6957
6958 \f
6959 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-mime.el (wl-draft-preview-message):
6962         Run `wl-draft-send-hook' before collecting recipients information;
6963         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6964
6965         * tm-wl.el (wl-draft-preview-message): Ditto.
6966
6967 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6970         wrong recipients are displayed when forwarded message.
6971
6972 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * Version number is increased to 2.5.7.
6975
6976 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6977
6978         * wl-message.el (wl-message-next-page): Bind
6979         `window-pixel-scroll-increment' to nil while scrolling up.
6980
6981 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl-vars.el (wl-save-hook): New hook.
6984         * wl.el (wl-save): Call `wl-save-hook'.
6985
6986 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6989         Argument WITH-ARG instead of NO-ARG (negative mean).
6990         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6991         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6992         * wl-message.el (wl-message-follow-current-entity): Likewise.
6993
6994 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6995
6996         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6997         FROM was optional argument.
6998         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6999
7000 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * Version number is increased to 2.5.6.
7003
7004 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl-version.el (wl-version-show): Removed.
7007         (wl-version): Add `interactive'.
7008
7009 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7010
7011         * wl-summary.el (wl-summary-get-petname-func): New variable.
7012         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7013         instead of `wl-address-get-petname-1'.
7014         (wl-summary-simple-from): Ditto.
7015
7016         * wl-address.el (wl-address-get-petname-1): Define as function.
7017
7018 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7021         field in the original message.
7022         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7023
7024 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7025
7026         * wl-expire.el (wl-expire-hide):
7027         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7028
7029 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7032         find decoder for To, Cc, and Subject.
7033
7034 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7037         for checking `elmo-use-buffer-cache'.
7038         (wl-summary-mark-as-important): Fixed typo in comment.
7039
7040 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7043         field in the original message.
7044         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7045
7046 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7047
7048         * wl-expire.el (wl-expire-hide):
7049         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7050
7051 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7052
7053         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7054         find decoder for To, Cc, and Subject.
7055
7056 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * Version number is increased to 2.5.5.
7059
7060         * wl-address.el (wl-address-specials-regexp): New constant.
7061         (wl-address-quote-specials): Use it.
7062
7063 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-summary.el (wl-summary-rescan):
7066         Call `wl-summary-buffer-number-column-detect'.
7067         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7068
7069         * wl-message.el (wl-message-mode-map): Define.
7070         (wl-message-decode): Use it as local-map.
7071
7072 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7075         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7076
7077 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7080
7081         * wl-mule.el (wl-read-event-char): Ditto.
7082
7083         * wl-e21.el (wl-read-event-char): Ditto.
7084
7085         * wl-nemacs.el (wl-read-event-char): Ditto.
7086         (read-event): Removed.
7087
7088         * wl-util.el (toplevel): Removed dummy definition of
7089         `read-event'.
7090         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7091
7092 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7093
7094         * wl-nemacs.el (elmo-archive-call-process): Moved to
7095         elmo-archive.el.
7096
7097 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7098
7099         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7100         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7101
7102         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7103         instead of magic-number 6.  Use `not' instead of `null' for symbol
7104         `nil' check (not empty list).
7105         (wl-draft-insert-x-face-field): Fixed paren style.
7106
7107         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7108         one-branch conditional statement, instead of `and' and `if'.
7109         (wl-draft-forward): Likewise.
7110         (wl-draft-add-references): Likewise.
7111         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7112
7113         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7114         conditional steatment.  Use `cond' instead of `if'.
7115         (wl-draft-confirm): Likewise.
7116
7117 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7118
7119         * wl-version.el (wl-version-show): Use `product-string-1'
7120         instead of `wl-version'.
7121         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7122
7123         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7124
7125 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7126
7127         * wl-highlight.el (wl-highlight-headers): Revert
7128         `wl-highlight-x-face-func' argument (`beg' and `end').
7129
7130 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7131
7132         * wl.el (toplevel): Move `product-provide' declare.
7133         * wl-demo.el (toplevel): Ditto.
7134         * wl-dnd.el (toplevel): Ditto.
7135         * wl-highlight.el (toplevel): Ditto.
7136         * wl-message.el (toplevel): Ditto.
7137         * wl-refile.el (toplevel): Ditto.
7138         * wl-util.el (toplevel): Ditto.
7139
7140 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7143         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7144         (wl-thread-close-all): keep cursor position.
7145
7146 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7147
7148         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7149         (eq x 0).
7150         (wl-generate-user-agent-string-1): Fix conditional statement.
7151
7152 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7153
7154         * wl.el (wl-check-environment): Additional check for
7155         'wl-local-domain' and `wl-message-id-domain'.
7156
7157 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7160
7161 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7164         instead of `smtp-sasl-user-realm'.
7165
7166 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7167
7168         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7169
7170 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7171
7172         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7173         to the default value as well as `eword-lexical-analyzer'.
7174
7175 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7176
7177         * wl-version.el (wl-extended-emacs-version,
7178         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7179         `elmo-match-string' instead of `wl-match-string'.
7180
7181 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7182
7183         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7184         docstring.
7185
7186 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7187
7188         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7189
7190 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7191
7192         * wl-highlight.el (wl-highlight-headers): Remove
7193         `wl-highlight-x-face-func' argument (`beg' and `end').
7194
7195 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-summary.el (wl-summary-mark-as-important):
7198         Remove cache if folder is local.
7199
7200 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7201
7202         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7203         to get existing e-mail address string.
7204
7205 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * wl-version.el (wl-generate-user-agent-string): Commentary.
7208         (wl-generate-user-agent-string-1): Use `when' for
7209         one-branch conditional statement, instead of `and' and `if'.
7210         (wl-extended-emacs-version, wl-extended-emacs-version2,
7211         wl-extended-emacs-version3): Ditto.
7212
7213 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7216         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7217         condition-case; Remove initialization.
7218         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7219         (wl-summary-sync-update3): Added argument `sync-all';
7220         Eliminated local variable `msgdb';
7221         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7222         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7223         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7224
7225 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7226
7227         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7228         connection before call `wl-draft-send-mail-with-smtp'.
7229
7230 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * Version number is increased to 2.5.4.
7233
7234 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7235
7236         * wl.el (wl-check-environment): Additional check for
7237         'wl-local-domain' and `wl-message-id-domain'.
7238
7239 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7242         buffer as command specific.
7243         (wl-folder-mark-as-read-all-entity): Ditto.
7244         (wl-folder-prefetch-entity): Ditto.
7245         (wl-folder-drop-unsync-entity): Ditto.
7246
7247         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7248         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7249         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7250
7251         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7252         save-excursion.
7253
7254 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * Version number is increased to 2.5.3.
7257
7258         * wl-summary.el (wl-summary-save-view-cache):
7259         Delete duplicated `write-region';
7260         Use `write-region-as-binary' instead of `as-binary-output-file' and
7261         `write-region'.
7262
7263 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7264
7265         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7266
7267 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7270         instead of `smtp-via-smtp'.
7271
7272 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7273
7274         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7275
7276 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7277
7278         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7279         instead of `smtp-sasl-user-realm'.
7280
7281 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7282
7283         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7284
7285 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7286
7287         * Version number is increased to 2.5.2.
7288
7289 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7292         does not exist.
7293         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7294         (wl-biff-start): Call `timer-activate' if timer already exists.
7295
7296         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7297         only when it is bound as function.
7298
7299 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * Version number is increased to 2.5.1.
7302
7303 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7306         Print refile/copy destination.
7307
7308 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7311         queue-flush-only is non-nil.
7312
7313         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7314
7315         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7316         checking cache folder.
7317
7318 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7319
7320         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7321         `regexp-quote'.
7322
7323 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7324
7325         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7326         function.
7327         * wl-summary.el (wl-summary-write-current-folder-functions):
7328         Change default value.  Use it.
7329
7330 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * Version number is increased to 2.5.0.
7333
7334         * wl-version.el (wl-version): Changed codename.
7335
7336 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7337
7338         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7339         (wl-summary-supersedes-message): Ditto.
7340
7341 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7342
7343         * wl-refile.el (wl-refile-guess-functions): Renamed from
7344         `wl-refile-guess-func-list'.
7345
7346 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7349         Fixed problem when no rule was matched.
7350
7351 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7352
7353         * wl-summary.el (wl-summary-get-mark): Fixed
7354         `wl-summary-buffer-target-mark' check logic.
7355
7356 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl-folder.el (wl-folder-write-current-folder): Added group
7359         folder check.
7360
7361         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7362         `wl-summary-write-current-newsgroup'.
7363         (wl-summary-write-current-folder-functions): New variable.
7364         * wl-folder.el (wl-folder-get-newsgroups): New function.
7365         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7366         (wl-folder-write-current-folder): Renamed from
7367         `wl-folder-write-current-newsgroup'.
7368
7369 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7370
7371         * Version number is increased to 2.3.93.
7372
7373 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7376         (wl-ldap-make-matched-value-list): Ditto.
7377         (wl-ldap-alias-safe-string): Split e-mail address.
7378
7379         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7380         petname folder default was selected.
7381         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7382         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7383
7384 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7387         to `wl-draft-config-exec'.
7388
7389         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7390         instead of calling `wl-draft-config-exec';
7391         Process group-list and show recipients in minibuffer.
7392
7393         * tm-wl.el (wl-draft-preview-message): Ditto.
7394
7395 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl.el (toplevel): Added (C) to copyright notice, and
7398         sync Author header.
7399         * tm-wl.el (toplevel): Ditto.
7400         * wl-address.el (toplevel): Ditto.
7401         * wl-demo.el (toplevel): Ditto.
7402         * wl-dnd.el (toplevel): Ditto.
7403         * wl-draft.el (toplevel): Ditto.
7404         * wl-e21.el (toplevel): Ditto.
7405         * wl-expire.el (toplevel): Ditto.
7406         * wl-folder.el (toplevel): Ditto.
7407         * wl-highlight.el (toplevel): Ditto.
7408         * wl-message.el (toplevel): Ditto.
7409         * wl-mime.el (toplevel): Ditto.
7410         * wl-mule.el (toplevel): Ditto.
7411         * wl-nemacs.el (toplevel): Ditto.
7412         * wl-refile.el (toplevel): Ditto.
7413         * wl-score.el (toplevel): Ditto.
7414         * wl-summary.el (toplevel): Ditto.
7415         * wl-template.el (toplevel): Ditto.
7416         * wl-thread.el (toplevel): Ditto.
7417         * wl-util.el (toplevel): Ditto.
7418         * wl-vars.el (toplevel): Ditto.
7419         * wl-xmas.el (toplevel): Ditto.
7420
7421 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7422
7423         * wl.el (wl-init): Added comment about `wl-init-hook'.
7424         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7425         * wl-vars.el (wl-init-hook): Added docs.
7426         (wl-make-plugged-hook): Removed useless docs.
7427         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7428         * wl-xmas.el (toplevel): Ditto.
7429
7430 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl-address.el (toplevel): Fixed multiple Author header format.
7433         * wl-demo.el (toplevel): Ditto.
7434         * wl-draft.el (toplevel): Ditto.
7435         * wl-folder.el (toplevel): Ditto.
7436         * wl-summary.el (toplevel): Ditto.
7437         * wl-thread.el (toplevel): Ditto.
7438         * wl-util.el (toplevel): Ditto.
7439         * wl-vars.el (toplevel): Ditto.
7440         * wl-version.el (toplevel): Ditto.
7441         * wl-xmas.el (toplevel): Ditto.
7442         * wl.el (toplevel): Ditto.
7443
7444         * wl-version.el (toplevel): Added require `elmo-version' for
7445         `product-version-as-string'.
7446
7447 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-vars.el (wl-draft-send-hook): Changed default value to
7450         '(wl-draft-config-exec).
7451
7452         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7453         explicitly.
7454         (wl-draft): Set `wl-draft-config-exec-flag' before running
7455         `wl-mail-setup-hook'.
7456
7457         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7458         `wl-biff-init-icons' to `wl-init-hook' instead of
7459         `wl-make-plugged-hook'.
7460         (Because if `wl-draft' command is invoked at first,
7461         they are not initialized)
7462         Updated copyright notice.
7463
7464         * wl-e21.el (toplevel): Ditto;
7465
7466         * wl-demo.el (toplevel): Updated copyright notice.
7467         * wl-address.el (toplevel): Ditto.
7468         * wl-draft.el (toplevel): Ditto.
7469         * wl-version.el (toplevel): Ditto.
7470         * wl-folder.el (toplevel): Ditto.
7471         * wl-summary.el (toplevel): Ditto.
7472         * wl-thread.el (toplevel): Ditto.
7473         * wl-util.el (toplevel): Ditto.
7474         * wl-vars.el (toplevel): Ditto.
7475         * wl.el (toplevel): Ditto.
7476
7477 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-highlight.el (wl-highlight-message): Fixed problem of
7480         highlighting failure which occured when the last field contains
7481         multiple lines in the draft buffer.
7482
7483         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7484         `wl-biff-start' if plugged.
7485
7486         * wl-util.el (wl-biff-check-folder): New function.
7487         (wl-biff-check-folders): Don't set session name prefix.
7488         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7489         (wl-biff-check-folder-async): Ditto.
7490
7491         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7492         in email address.
7493
7494 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7495
7496         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7497
7498         * wl-draft.el (wl-draft-strip-subject-re): New function.
7499
7500         * wl-draft.el (wl-draft-reply): Use it.
7501
7502 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl-message.el (wl-mmelmo-message-redisplay): Use
7505         `mime-display-message' instead of `wl-mime-display-message'.
7506
7507         * wl-mime.el (toplevel): Removed compatibility workaround
7508         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7509         (wl-mime-display-message): Abolished.
7510         (wl-mime-entity-read-field): Ditto.
7511         (wl-mime-combine-message/partial-pieces): Use
7512         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7513
7514 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7515
7516         * wl-template.el: Doc fixes.
7517
7518 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7519
7520         * wl-e21.el (wl-message-overload-functions): Do nothing if
7521         `current-local-map' is not available.
7522         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7523
7524 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7527         representation.
7528
7529         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7530         number.
7531         (wl-fldmgr-save-folders): Don't use `format' when insert
7532         `wl-fldmgr-folders-header'.
7533
7534 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7535
7536         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7537
7538 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-highlight.el (wl-highlight-message):
7541         Use `std11-field-end' to detect end point of the header field.
7542         Refer `wl-highlight-max-header-size'.
7543
7544         * wl-vars.el (wl-highlight-max-header-size): New variable.
7545
7546         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7547
7548         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7549         Set `for-draft' argument of wl-highlight-headers.
7550         (wl-draft): Ditto.
7551         (wl-draft-reedit): Ditto.
7552         (wl-user-agent-compose-internal): Ditto.
7553
7554 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7555
7556         * wl-message.el (wl-message-add-button): Use overlay.
7557
7558 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7561
7562         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7563         problem when group-list content is nothing.
7564         (Reported by Mito <mit@nines.nec.co.jp>)
7565
7566 2000-10-18  SAITO Atsunori <sai@yedo.com>
7567
7568         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7569
7570 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7571
7572         * tm-wl.el (toplevel): Use product-provide.
7573
7574 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * Version number is increased to 2.3.92.
7577
7578 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7579
7580         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7581         title text, use `display' property for left margin under Emacs 21.
7582
7583         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7584         properties.
7585         (wl-plugged-init-icons): Ditto.
7586
7587 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl.el (wl-save-status, wl-init): Remove last period in
7590         "...done." message.
7591         * tm-wl.el (wl-summary-burst): Ditto.
7592         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7593         wl-summary-resume-cache-status,
7594         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7595         wl-summary-sync-update3, wl-summary-highlight-msgs,
7596         wl-summary-flush-pending-append-operations,
7597         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7598         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7599         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7600         wl-thread-open-all): Ditto.
7601         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7602         * wl-mime.el (wl-summary-burst): Ditto.
7603         * wl-highlight.el (wl-highlight-summary): Ditto.
7604         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7605         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7606         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7607         * wl-address.el (wl-local-address-init): Ditto.
7608
7609 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7610
7611         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7612         `add-text-properties'.
7613         (wl-plugged-init-icons): Ditto.
7614         (wl-folder-init-icons): Use `propertize' instead of
7615         `put-text-property'.
7616         (wl-plugged-set-folder-icon): Ditto.
7617         (wl-e21-highlight-folder-group-line): Ditto.
7618
7619 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-version.el (wl-version-status-alist): New variable.
7622         (wl-version-status): New function.
7623
7624         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7625         "Cc" part of the case "Reply-To".
7626
7627         * wl-draft.el (wl-draft-reply): Use result of
7628         `eword-extract-address-components'.
7629
7630         * wl-demo.el (wl-demo-icon-name): New constant.
7631         (wl-logo-xpm): Use it.
7632         (wl-logo-xbm): Ditto.
7633         (wl-logo-bitmap): Ditto.
7634
7635         * Version number is increased to 2.3.91.
7636
7637 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7640         (wl-extended-emacs-version, wl-extended-emacs-version2,
7641         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7642         docstring.
7643
7644         * wl-version.el (wl-generate-user-agent-string-1): New function.
7645         (wl-generate-user-agent-string): Use it.
7646
7647         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7648         `mime-edit-insert-user-agent-field'.
7649         (wl-generate-user-agent-string): Check
7650         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7651
7652         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7653         instead of `if', when verbose case.
7654
7655 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * wl-expire.el (wl-summary-expire): Fix.
7658
7659 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7662         and `elmo-lost+found-folder' if 'wl-draft.
7663         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7664
7665 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * wl-expire.el (wl-summary-expire): Change messages.
7668         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7669         `deleing-info' instead of "Deleting..."
7670
7671 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7672
7673         * wl-summary.el (wl-summary-refile-subr): Fix.
7674
7675 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7678         if pipe folder.
7679
7680 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7681
7682         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7683
7684 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7685
7686         * wl-expire.el (wl-expire-hide): New function.
7687         (wl-summary-expire): Add `hide'.
7688
7689 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-vars.el (wl-draft-reply-without-argument-list):
7692         Changed default value to consider `Reply-To:'.
7693         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7694
7695         * Version number is increased to 2.3.90.
7696
7697         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7698         elmo-imap4-get-session with unwind-protect.
7699         Don't cause error.
7700         (wl-summary-sync-marks): Don't check plugged nor folder type.
7701         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7702         (Always keep current buffer).
7703
7704 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7705
7706         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7707         Enclose with `save-excursion'.
7708
7709 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-version.el (wl-version): Remove interactive.
7712
7713 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7714
7715         * wl-version.el (wl-generate-user-agent-string): Use
7716         `product-string-verbose' instead of `product-string-1'.
7717
7718 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7719
7720         * wl-vars.el (wl-draft-use-cache): New variable.
7721         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7722         if wl-draft-use-cache is non-nil.
7723
7724 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7725
7726         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7727         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7728
7729 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7732         (wl-thread-msg-mark-as-unread): Ditto.
7733
7734         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7735         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7736         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7737         Don't set mark in summary if return value of `elmo-mark-as-read'
7738         is nil.
7739         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7740         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7741         instead of `wl-thread-msg-mark-as-read'.
7742         (wl-summary-mark-as-unread-region): Ditto.
7743         (wl-summary-target-mark-mark-as-read): Ditto.
7744
7745         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7746
7747 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7750
7751         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7752
7753 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7756         face.
7757
7758 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7759
7760         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7761         `running-xemacs'.
7762
7763 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7764
7765         * wl-version.el (toplevel): Use `product-version-as-string' for
7766         set verstion-string, if defined.
7767
7768         * wl-version.el (wl-version-show): Insert string at point, when
7769         call with argument.
7770
7771         * wl-version.el (wl-generate-user-agent-string): Use
7772         `product-string-1' instead of `wl-appname', `wl-version' and
7773         `wl-codename'.
7774
7775 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7776
7777         * wl-address.el (toplevel): Use product-provide.
7778         * wl-demo.el (toplevel): Ditto.
7779         * wl-dnd.el (toplevel): Ditto.
7780         * wl-draft.el (toplevel): Ditto.
7781         * wl-e21.el (toplevel): Ditto.
7782         * wl-expire.el (toplevel): Ditto.
7783         * wl-fldmgr.el (toplevel): Ditto.
7784         * wl-folder.el (toplevel): Ditto.
7785         * wl-highlight.el (toplevel): Ditto.
7786         * wl-message.el (toplevel): Ditto.
7787         * wl-mime.el (toplevel): Ditto.
7788         * wl-mule.el (toplevel): Ditto.
7789         * wl-nemacs.el (toplevel): Ditto.
7790         * wl-refile.el (toplevel): Ditto.
7791         * wl-score.el (toplevel): Ditto.
7792         * wl-summary.el (toplevel): Ditto.
7793         * wl-template.el (toplevel): Ditto.
7794         * wl-thread.el (toplevel): Ditto.
7795         * wl-util.el (toplevel): Ditto.
7796         * wl-vars.el (toplevel): Ditto.
7797         * wl-xmas.el (toplevel): Ditto.
7798         * wl.el (toplevel): Ditto.
7799
7800 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7801
7802         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7803         instead of product.
7804
7805         * wl-version.el (wl-version): Compile time evalution elmo-version.
7806
7807 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * wl-summary.el (wl-summary-sync-force-update): Append queue
7810         `mark-as-read'if unplugged.
7811
7812 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7813
7814         * wl-version.el: New file.  Use product.el.
7815         * wl.el: add (require 'wl-version).
7816         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7817         for ~/.folders header.
7818         (wl-fldmgr-folders-header): Changed.
7819         * wl-demo.el (wl-demo): Use product.el.
7820
7821         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7822         wl-version.el.
7823         * wl-util.el (wl-version, wl-version-show): Ditto.
7824
7825         * wl-util.el (wl-generate-user-agent-string,
7826         wl-extended-emacs-version, wl-extended-emacs-version2,
7827         wl-extended-emacs-version3): Move to wl-version.el.
7828         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7829         xemacs-codename, mime-edit-insert-user-agent-field,
7830         mime-edit-user-agent-value, mime-editor/version,
7831         mime-editor/codename): Compile warning killer move to
7832         wl-version.el
7833
7834 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7835
7836         * wl-summary.el (wl-summary-refile-subr): Fix.
7837
7838 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7841         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7842
7843 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7844
7845         * wl.el (wl-check-environment): Check too many `@'.
7846
7847 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7848
7849         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7850
7851 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7852
7853         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7854         wl-draft-reply-myself-without-argument-list): Add variables.
7855         * wl-draft.el (wl-draft-reply): Use it.
7856
7857 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7858
7859         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7860         the 5th argument of `elmo-network-get-spec'.
7861
7862         * wl-thread.el (wl-thread-reparent-children): New inline function.
7863         (wl-thread-delete-message): Use it.
7864
7865         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7866         (wl-summary-score-update-all-lines): Don't use `dolist'.
7867
7868 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7869
7870         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7871         (require 'elmo-msgdb) for inline function.
7872
7873 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7874
7875         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7876
7877 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7878
7879         * wl-score.el (wl-score-headers): Fix for the confusing macro
7880         `elmo-kill-buffer'.
7881
7882 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7883
7884         * wl-summary.el: Don't use the 3rd argument of `require' because
7885         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7886         * wl-util.el: Ditto.
7887         * wl-draft.el: Ditto.
7888
7889 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7890
7891         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7892         window system is not used.
7893
7894 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7895
7896         * wl-thread.el: Don't use `mapcar' only for iteration.
7897         (wl-thread-resume-entity): Ditto.
7898         (wl-thread-delete-message): Ditto.
7899
7900         * wl-summary.el: Bind `dragdrop-drop-functions',
7901         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7902         of `require' for `timezone', `easymenu' and `ps-print';
7903         don't use `mapcar' only for iteration.
7904
7905         * wl-util.el: Bind `mule-version', `nemacs-version',
7906         `emacs-beta-version', `xemacs-codename',
7907         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7908         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7909         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7910         only for iteration.
7911
7912         * wl-score.el: Don't use `mapcar' only for iteration.
7913         (wl-score-simplify-buffer-fuzzy): Ditto.
7914         (wl-score-simplify-subject): Ditto.
7915         (wl-score-headers): Ditto.
7916         (wl-summary-score-update-all-lines): Ditto.
7917
7918         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7919         `enable-multibyte-characters' and `mule-version'.
7920
7921         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7922         `mapcar' only for iteration.
7923
7924         * wl-demo.el: Don't use `mapcar' only for iteration.
7925
7926         * wl-folder.el: Don't use `mapcar' only for iteration.
7927         (wl-folder-open-all): Ditto.
7928         (wl-folder-count-incorporates): Ditto.
7929
7930         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7931         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7932
7933         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7934         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7935         `smtp-connection-type'; specify 3rd argument of `require' for
7936         `timezone'; don't use `mapcar' only for iteration.
7937         (wl-draft-clone-local-variables): Don't use `mapcar'.
7938         (wl-draft-generate-clone-buffer): Ditto.
7939         (wl-user-agent-compose-internal): Ditto.
7940
7941         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7942
7943         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7944         (wl-save-status): Ditto.
7945
7946         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7947         for iteration.
7948
7949 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7952         removed `Date'.
7953         (wl-fldmgr-make-filter-default): New user option.
7954
7955         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7956         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7957         (wl-fldmgr-filter-completion-alist): Abolish.
7958
7959         * wl.el (wl): Don't check servers if arg is non-nil.
7960
7961         * wl-draft.el (wl-draft-reply): Set only message-id string to
7962         In-Reply-To field.
7963
7964 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-summary.el (wl-summary-pick): Rewrite.
7967
7968         * wl-draft.el (wl-draft-forward): Get references field from
7969         original buffer.
7970         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7971
7972 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7973
7974         * wl-draft.el (wl-draft-forward): Add references field.
7975
7976 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7979         (wl-draft-reply): Use it.
7980
7981 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7982
7983         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7984         when Emacs 21 is running.
7985
7986         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7987         bindings.
7988
7989 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7990
7991         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7992         XPM icons transparent.
7993
7994         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7995         Emacs 21.
7996
7997 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8000         nil.
8001
8002         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8003         when it is persistent.
8004         (wl-summary-sync-marks): Changed argument for
8005         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8006         (wl-summary-virtual): Use `elmo-read-search-condition'.
8007         (wl-summary-redisplay-internal): If folder is local, mark as read
8008         even when folder is plugged.
8009
8010 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8011
8012         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8013         of `tool-bar-lines' in the frame parameters.
8014         (after-make-frame-functions, post-command-hook): Don't modify the
8015         value.
8016         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8017         wl-e21-tool-bar-lines): Removed.
8018
8019 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8020
8021         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8022         properties `evaporate' and `wl-momentary-overlay' as well.
8023         (wl-highlight-summary-displaying): Ditto.
8024         (wl-delete-all-overlays): Don't delete overlay which does not have
8025         a property `wl-momentary-overlay'.
8026
8027         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8028         `display-mouse-p' and `display-graphic-p'.
8029         (wl-folder-init-icons): Don't search for XBM or the other files.
8030         (wl-plugged-set-folder-icon): Make icons if and only if
8031         `display-graphic-p' returns non-nil.
8032         (wl-highlight-plugged-current-line): Use `before-string' overlay
8033         property to show icon images.
8034         (wl-highlight-folder-current-line): Ditto.
8035         (wl-e21-highlight-folder-group-line): Ditto.
8036         (wl-e21-highlight-folder-by-numbers): Ditto.
8037         (wl-e21-insert-image): Removed.
8038         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8039         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8040         said.
8041         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8042         `wl-e21-force-switch-toolbar'.
8043         (wl-e21-make-icon-image): Removed.
8044         (wl-e21-setup-toolbar): Don't search for XBM files.
8045         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8046         the default value.
8047
8048 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-util.el (wl-biff-check-folder-async): Set
8051         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8052
8053 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8054
8055         * wl-e21.el (after-make-frame-functions): Add
8056         `wl-e21-force-switch-toolbar'.
8057         (wl-e21-force-switch-toolbar): New function force to switch the
8058         toolbar appearance automatically.
8059         (post-command-hook): Add `wl-e21-switch-toolbar'.
8060         (wl-e21-switch-toolbar): New function to switch the toolbar
8061         appearance automatically.
8062         (wl-e21-tool-bar-lines): New buffer local variable.
8063
8064 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-util.el (wl-biff-check-folders-running): New variable.
8067         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8068         (wl-biff-check-folder-async-callback):
8069         Set `wl-biff-check-folders-running'.
8070         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8071         with unwind-protect.
8072
8073         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8074         Enclose `wl-folder-auto-check' with unwind-protect.
8075
8076         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8077         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8078
8079         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8080
8081         * wl-util.el (wl-biff-notify): New inline function.
8082         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8083         locally.
8084         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8085         folder-list' is 1.
8086         Use `wl-biff-notify'.
8087         (wl-biff-check-folder-async-callback): New function.
8088         (wl-biff-check-folder-async): Ditto.
8089
8090         * wl-folder.el (wl-folder): Don't check folders.
8091         (wl-folder-auto-check): New function.
8092
8093 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8094
8095         * wl-util.el (wl-biff-start) [Emacs19+]:
8096         Use `timer-next-integral-multiple-of-time'.
8097         (wl-biff-check-folders): Use `wl-default-folder'
8098         if `wl-biff-check-folder-list' is nil.
8099
8100 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8101
8102         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8103         instead of `elmo-delete-lists'.
8104
8105 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8106
8107         * wl.el (wl-plugged-toggle-all): Set the value of
8108         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8109         (wl-plugged-toggle): Ditto.
8110         (wl-toggle-plugged): Ditto.
8111         (wl-plugged-init): Ditto.
8112
8113         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8114         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8115         instead of `wl-biff-state-indicator-off' and
8116         `wl-biff-state-indicator-on'; don't modify the value and the type
8117         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8118         (wl-plugged-init-icons): Set icons data to
8119         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8120         instead of `wl-plug-state-indicator-off' and
8121         `wl-plug-state-indicator-on'; don't modify the value and the type
8122         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8123
8124         * wl-vars.el (wl-modeline-biff-state-off,
8125         wl-modeline-biff-state-on, wl-modeline-biff-status,
8126         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8127         wl-modeline-plug-status): New internal variables.
8128         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8129         wl-biff-check-interval, wl-biff-check-folder-list): Change
8130         customization group from `wl-folder' to `wl-highlight'.
8131         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8132         wl-show-plug-status-on-modeline): Defcustomized.
8133
8134         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8135         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8136         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8137         a flag to `mode-line-buffer-identification'.
8138
8139         * wl-e21.el (wl-biff-init-icons): Set icons data to
8140         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8141         instead of `wl-biff-state-indicator-off' and
8142         `wl-biff-state-indicator-on'.
8143         (wl-plugged-init-icons): Set icons data to
8144         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8145         instead of `wl-plug-state-indicator-off' and
8146         `wl-plug-state-indicator-on'.
8147
8148 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8149
8150         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8151         excessive titles.
8152
8153 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8154
8155         * wl.el (wl-plugged-mode): Use revised
8156         `wl-mode-line-buffer-identification'.
8157         (wl-plugged-init): Don't use `force-mode-line-update'.
8158
8159         * wl-xmas.el (wl-draft-overload-functions): Use revised
8160         `wl-mode-line-buffer-identification'.
8161         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8162         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8163         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8164         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8165         `wl-make-plugged-hook';
8166         add `wl-folder-init-icons' and `wl-setup-folder' to
8167         `wl-folder-mode-hook'.
8168
8169         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8170         19 as well.
8171         (wl-mode-line-display-priority-list): New user option.
8172         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8173         Defcustomized.
8174         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8175         Add docs.
8176
8177         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8178         start.
8179         (wl-mode-line-buffer-identification): Revised as a function.
8180
8181         * wl-summary.el (wl-summary-mode): Use revised
8182         `wl-mode-line-buffer-identification'; don't call
8183         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8184         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8185         `wl-xmas-setup-summary'.
8186
8187         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8188         `wl-mode-line-buffer-identification'.
8189
8190         * wl-mule.el (wl-draft-overload-functions): Use revised
8191         `wl-mode-line-buffer-identification'.
8192
8193         * wl-folder.el (wl-make-plugged-alist): Don't call
8194         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8195         (wl-folder): Don't call `wl-folder-init-icons' directly.
8196         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8197         `wl-xmas-setup-folder' directly;
8198         use revised `wl-mode-line-buffer-identification'.
8199         (TopLevel): Don't bind `wl-biff-init-icons',
8200         `wl-plugged-init-icons', `wl-folder-init-icons',
8201         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8202
8203         * wl-e21.el (wl-draft-overload-functions): Use revised
8204         `wl-mode-line-buffer-identification'.
8205         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8206         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8207         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8208         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8209         `wl-make-plugged-hook';
8210         add `wl-folder-init-icons' and `wl-setup-folder' to
8211         `wl-folder-mode-hook'.
8212
8213 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8214             Katsumi Yamaoka    <yamaoka@jpl.org>
8215
8216         * wl.el (wl): Call `wl-biff-start'.
8217         (wl-exit): Call `wl-biff-stop'.
8218         (wl-plugged-mode): Show biff in modeline.
8219         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8220
8221         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8222         (wl-biff-init-icons): New function.
8223         (wl-plugged-init-icons): Don't make too much keymaps.
8224         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8225
8226         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8227         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8228         variables.
8229         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8230         options.
8231
8232         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8233         wl-biff-start, wl-biff-stop): New functions.
8234         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8235         (wl-biff-timer-name): New variable.
8236
8237         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8238
8239         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8240         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8241
8242         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8243         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8244
8245         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8246         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8247         `wl-folder-init-icons' to `ignore' if they are not available.
8248         (wl-folder-mode): Show biff in modeline.
8249
8250         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8251         (wl-biff-init-icons): New function.
8252         (wl-plugged-init-icons): Don't make too much keymaps.
8253         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8254
8255 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8256
8257         * wl-vars.el (wl-strict-diff-folders): Customization Type
8258         and doc fix.  Define as a list of regular expressions for
8259         folders or nil.
8260         * wl-folder.el (wl-folder-check-one-entity): Use
8261         `wl-string-match-member' instead of `wl-string-member' for
8262         `wl-strict-diff-folders'.
8263
8264 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8265
8266         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8267         (wl-highlight-folder-current-line): Use it; new implementation.
8268         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8269         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8270         `defsubst' instead of `defun'.
8271
8272         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8273         `wl-highlight-group-folder-by-numbers'; made it can also be a
8274         number.  See info for more details.
8275
8276         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8277         running.
8278
8279         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8280         to bind them.
8281
8282         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8283         (wl-highlight-folder-current-line): New implementation.
8284
8285         * wl-highlight.el (wl-highlight-folder-group-line): New
8286         implementation.
8287         (wl-delete-all-overlays): Rewrite as a marco.
8288         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8289
8290         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8291         running.
8292         (wl-folder-*-glyph): No need to bind them.
8293
8294         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8295         `wl-e21-highlight-folder-group-icon'; rewrite.
8296         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8297         `defsubst' instead of `defun'.
8298         (wl-folder-mode-map): Bind it when compiling.
8299
8300 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8303
8304         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8305
8306 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8307
8308         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8309
8310 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8311
8312         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8313         (wl-highlight-folder-current-line): Use it.
8314
8315         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8316         in `id-name'.
8317
8318 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8319
8320         * wl.el: Require `wl-e21' when Emacs 21 is running.
8321
8322         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8323         default when Emacs 21 is running.
8324         (wl-use-highlight-mouse-line): Ditto.
8325         (wl-on-emacs21): New constant.
8326         (wl-on-emacs20): Removed.
8327
8328         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8329         Emacs 21 is running.
8330
8331         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8332         Emacs 21 is running.
8333
8334         * wl-e21.el: New file.
8335
8336 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8337
8338         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8339         (wl-toggle-plugged): Ditto.
8340         (wl-plugged-toggle): Ditto.
8341         (wl-plugged-toggle-all): Ditto.
8342
8343         * wl-vars.el (wl-plug-state-indicator): Refer
8344         `wl-plug-state-indicator-on' indirectly.
8345
8346 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8349         Call `wl-folder-confirm-existence'.
8350
8351         * wl-folder.el (wl-folder-confirm-existence): Added optional
8352         argument `force'.
8353
8354 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8355
8356         * wl-summary.el (wl-summary-refile-subr): Assume
8357         `copy-or-refile' as symbol.
8358         (wl-summary-refile): Follow up above change.
8359         (wl-summary-copy): Ditto.  Doc fix.
8360
8361 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-summary.el (wl-summary-pick): Don't bind
8364         `elmo-search-mime-charset'.
8365
8366         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8367         default using old backquote style.
8368         (wl-search-mime-charset): Abolished.
8369
8370         * wl-highlight.el (wl-highlight-headers):
8371         Call `point' after `re-search-forward'(for Nemacs).
8372
8373         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8374         for elmo-imap4.el.
8375
8376 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8377
8378         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8379         `wl-message-ignored-field-list' instead of
8380         `mime-view-ignored-field-list'.
8381
8382         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8383         Add interactive spec.
8384         (wl-folder-goto-bottom-of-current-folder): Ditto.
8385         (wl-folder-mode-map): Bind them.
8386
8387         * wl-vars.el (wl-message-ignored-field-list): New variable.
8388         (wl-message-visible-field-list): New variable.
8389
8390         * wl-mime.el (wl-mime-header-presentation-method): New function.
8391         (wl-mime-setup): Set header-presentation-method.
8392
8393 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8394
8395         * wl-nemacs.el (wl-draft-overload-functions): Set
8396         `mode-line-buffer-identification' instead of using
8397         `wl-make-modeline'.
8398
8399         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8400         instead of using `wl-make-modeline'.
8401
8402         * wl-xmas.el (wl-plugged-init-icons): Set up
8403         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8404         (wl-make-modeline): Abolish.
8405         (wl-draft-overload-functions): Set
8406         `mode-line-buffer-identification' instead of using
8407         `wl-make-modeline'.
8408
8409         * wl-util.el (wl-make-modeline-subr): Abolish.
8410         (wl-mode-line-buffer-identification): New alias.
8411
8412         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8413         (wl-summary-make-modeline): Abolish.
8414         (wl-summary-buffer-set-folder): Set
8415         `wl-summary-buffer-folder-indicator'.
8416         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8417         of using `wl-make-modeline'.
8418         (wl-summary-switch-to-clone-buffer): Don't set
8419         `mode-line-buffer-identification'.
8420         (wl-summary-goto-folder-subr): Ditto.
8421
8422         * wl-mule.el (wl-draft-overload-functions): Set
8423         `mode-line-buffer-identification' instead of using
8424         `wl-make-modeline'.
8425
8426         * wl-folder.el (wl-folder-mode): Set
8427         `mode-line-buffer-identification' instead of using
8428         `wl-make-modeline'.
8429         (wl-folder): Don't set `mode-line-buffer-identification'.
8430
8431 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8432
8433         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8434         instead of `member' for `wl-refile-guess-func-list' look-ups.
8435         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8436
8437 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8438
8439         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8440         `wl-message-button-dispatcher'.
8441
8442         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8443
8444         * wl-message.el (wl-message-button-dispatcher): Use it.
8445
8446         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8447         "In-Reply-To".
8448
8449         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8450         Bind `case-fold-search' to t.
8451
8452 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8453
8454         * wl-xmas.el (wl-message-overload-functions): Initialize
8455         `wl-message-button-map'.
8456
8457         * wl-mule.el (wl-message-overload-functions): Initialize
8458         `wl-message-button-map'.
8459
8460         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8461
8462         * wl-message.el (wl-message-button-map): New keymap.
8463         (wl-message-add-button): New function.
8464         (wl-message-button-dispatcher): New function.
8465         (wl-message-button-refer-article): New function.
8466
8467         * wl-highlight.el
8468         (wl-highlight-message-add-buttons-to-header): New function.
8469         (wl-highlight-headers): Use it.
8470
8471 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8472
8473         * wl-summary.el (wl-summary-default-from): Use
8474         `wl-address-get-petname-1'.
8475         (wl-summary-simple-from): Ditto.
8476
8477         * wl-address.el (wl-address-get-petname-1): New inline function.
8478         (wl-address-get-petname): Use it.
8479
8480 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8481
8482         * wl-summary.el (wl-summary-default-from): Return full-name part
8483         from the address if no petname was found.
8484         (wl-summary-simple-from): Ditto.
8485
8486         * wl-address.el (wl-address-get-petname): Return nil if no petname
8487         associated with the address was found.
8488
8489 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8490
8491         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8492         display is finished.
8493
8494 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8495
8496         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8497         `elmo-folder-exists-p' argument.
8498
8499 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8500
8501         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8502         the folder.
8503
8504 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8507
8508         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8509         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8510
8511 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8512
8513         * wl-folder.el (wl-folder-create-subr): New function.
8514         (wl-folder-confirm-existence): Use it.
8515         (wl-folder-check-one-entity): Use it.
8516         Check the error symbol is derived from 'elmo-open-error.
8517
8518         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8519         `ignore-error'.
8520
8521 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8522
8523         * wl-util.el (toplevel): Add (eval-when-compile (require
8524         'elmo-util)).  (Maybe `provide' is typo.)
8525
8526 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8529         (I don't know why this was needed.)
8530
8531         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8532         Follow up changes for stream-type.
8533
8534         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8535         (wl-draft-elmo-nntp-send): Ditto.
8536
8537         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8538         (wl-nntp-posting-stream-type): Ditto.
8539         (wl-pop-before-smtp-ssl): Abolished.
8540         (wl-nntp-posting-ssl): Ditto.
8541
8542         * wl-address.el (wl-address-quote-specials): New function.
8543         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8544
8545         * wl-draft.el (wl-draft-reply): Ditto.
8546
8547 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8548
8549         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8550         use function `wl-string-match-assoc'.
8551
8552 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8555
8556         * wl-draft.el (wl-draft-deduce-address-list): New function.
8557         (wl-draft-parse-mailbox-list): Ditto.
8558         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8559         instead of `smtp-deduce-address-list'.
8560         (wl-draft-on-field-p): Follow group list.
8561
8562         * wl-address.el (wl-address-concat-token): New function.
8563         (wl-address-string-without-group-list-contents): Ditto.
8564         (wl-complete-field-body): Fixed problem of completion
8565         by japanese petname.
8566         (wl-address-make-completion-list): Rewrite.
8567
8568 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8569
8570         * wl-address.el (wl-address-make-completion-list): Completion by
8571         petname.
8572         (wl-complete-field-body): Likewise.
8573
8574 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8577         contains invalid address syntax.
8578
8579 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8580
8581         * wl-folder.el (wl-folder-check-entity-async): Use
8582         `elmo-nntp-spec-hostname'.
8583
8584 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8585
8586         * wl-summary.el (wl-summary-msgdb-load-async): Use
8587         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8588
8589 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-draft.el (wl-draft-reply): Set argument
8592         `content-transfer-encoding' as nil.
8593
8594 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8595
8596         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8597         `wl-refile-alist'.
8598
8599 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8600
8601         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8602         (wl-draft-edit-string): Ditto.
8603         (wl-draft-forward): Ditto.
8604         * wl-summary.el (wl-summary-write): Ditto.
8605
8606 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-summary.el (wl-summary-sync-update3): Call
8609         `wl-summary-buffer-number-column-detect'.
8610         (wl-summary-buffer-number-column-detect): Search from point-min.
8611
8612 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8615         contains an address which is not included in original to or cc.
8616
8617 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8618
8619         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8620         begin-line does not exist.
8621         * wl-message.el (wl-message-uu-substring): Ditto.
8622
8623 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8626         clear local variables.
8627         (wl-summary-exit): Call `elmo-commit'.
8628         (wl-summary-switch-to-clone-buffer): Call
8629         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8630         (wl-summary-goto-folder-subr): Ditto.
8631
8632         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8633         POP folder.
8634
8635 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8638         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8639         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8640         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8641         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8642         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8643
8644         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8645
8646 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8647
8648         * wl-summary.el (wl-summary-search-by-subject):
8649         Search parent message from the latest one.
8650
8651 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8654         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8655
8656         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8657         New user option.
8658
8659         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8660         if elmo-nntp-use-killed-list is nil.
8661         Use `elmo-msgdb-append-to-killed-list'.
8662         (Append numbers confirmed as disappeared to the killed list.)
8663         (wl-summary-confirm-appends): Don't display negative number.
8664
8665 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8666
8667         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8668
8669 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8672         range is `all'.
8673         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8674         `elmo-list-bigger-diff'.
8675
8676 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-summary.el (wl-summary-buffer-exit-func):
8679         New buffer local variable.
8680         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8681
8682 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8683
8684         * wl-demo.el (wl-demo): Fix the last change.
8685
8686 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-demo.el (wl-demo): Don't use `eval'.
8689
8690 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8691
8692         * wl-summary.el (wl-summary-buffer-thread-modified):
8693         New buffer-local variable.
8694         (wl-summary-set-thread-modified): New function.
8695         (wl-summary-thread-modified-p): New function.
8696         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8697         (wl-summary-yank-saved-message): Use function
8698         `wl-summary-set-thread-modified'
8699         (wl-summary-switch-to-clone-buffer): Add
8700         `wl-summary-buffer-thread-modified'.
8701
8702         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8703         (wl-summary-buffer-mark-saved-hook): Ditto.
8704         * wl-summary.el (wl-summary-msgdb-save): New hook
8705         `wl-summary-buffer-message-saved-hook' and
8706         `wl-summary-buffer-mark-saved-hook'.
8707
8708 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8709
8710         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8711
8712 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8715         don't hide scroll bars under FSF Emacsen because it may incur an
8716         undesirable redrawing.
8717
8718 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8719
8720         * wl-draft.el (wl-draft-edit-string): Call
8721         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8722
8723 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8724
8725         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8726
8727 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8728
8729         * wl-summary.el (wl-summary-msgdb-load-async): Call
8730         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8731
8732 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8733
8734         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8735         fringes in demo buffer; center bitmap logo correctly even if old
8736         Mule is used.
8737
8738 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8739
8740         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8741
8742         * wl-refile.el (wl-refile-subject-alist): New variable.
8743         (wl-refile-subject-alist-file-name): Ditto.
8744         (wl-refile-alist-setup): Rewrite.
8745         (wl-refile-alist-save): Use `elmo-object-save'.
8746         Eliminated arguments.
8747         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8748         (wl-refile-guess-by-subject): New function.
8749         (wl-refile-guess-func-list): Added it.
8750
8751 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8752
8753         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8754         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8755
8756 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8759         New buffer-local variable.
8760         (wl-summary-buffer-next-folder-func): Ditto.
8761         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8762         if non-nil.
8763         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8764         if non-nil.
8765         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8766         if non-nil.
8767         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8768         if non-nil.
8769
8770 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8771
8772         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8773         permanently in the demo buffer.
8774
8775 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8778         `mime-entity-fetch-field'.
8779
8780         * wl.el (wl-exit): Delete plugged buffer.
8781
8782         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8783         XEmacs has menubar feature.
8784
8785 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8788         cannot arrive at the beginning of the buffer under old Emacsen.
8789
8790 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * wl-address.el (wl-address-ldap-search):
8793         Call `ldap-search-entries' with `withdn' argument t.
8794         (wl-complete-field-body): Bind completion-ignore-case as t.
8795         Clear ldap search hash when it was sole completion.
8796         Use elmo-string for pattern string.
8797         (wl-ldap-alias-safe-string): Eliminated needless let.
8798
8799 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8800
8801         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8802         (wl-ldap-alias-sep): New constant.
8803         (wl-ldap-search-attribute-type-list): Ditto.
8804         (wl-ldap-get-value): New function.
8805         (wl-ldap-make-filter): Ditto.
8806         (wl-ldap-make-matched-value-list): Ditto.
8807         (wl-ldap-alias-safe-string): Ditto.
8808         (wl-ldap-register-dn-string): Ditto.
8809         (wl-address-ldap-search): Rewrite.
8810
8811 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8812
8813         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8814         thread is deleted.
8815         (wl-thread-delete-line-from-buffer): Ditto.
8816         (wl-thread-get-exist-children): New function.
8817
8818 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8819
8820         * wl-demo.el (wl-demo): Made it to select various image types.
8821         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8822         from `wl-title-logo'.
8823         (wl-logo-ascii): New variable.
8824         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8825         (wl-demo-copyright-notice): New constant.
8826
8827         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8828
8829 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8830
8831         * wl-vars.el (wl-summary-target-above): Renamed from
8832         wl-summary-temp-above.
8833         * wl-score.el (wl-score-get-score-alist): Use it.
8834         (wl-summary-score-update-all-lines): Use it.
8835         * wl-summary.el: Ditto. (make-variable-buffer-local).
8836
8837 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * wl-vars.el (wl-ldap-port): New user option.
8840
8841         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8842         Rewite whole implementation.
8843         (wl-complete-field-body): Fixed.
8844
8845 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8846
8847         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8848         Choose implementation at compile time.
8849
8850 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8851
8852         * wl-address.el (wl-ldap-search-internal): New function.
8853         (wl-complete-field-to): Use it.
8854
8855 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8858         Use `let' instead of `let*'.
8859         Require 'wl-vars.
8860
8861         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8862         Define as defcustom.
8863         (wl-ldap-base): Ditto.
8864         (wl-use-ldap): Ditto.
8865
8866 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8867
8868         * wl-address.el (wl-ldap-search): New function.
8869         (wl-complete-field-body): Use `wl-ldap-search'.
8870         (wl-ldap-server): New variable.
8871         (wl-ldap-base): Ditto.
8872         (wl-use-ldap): Ditto.
8873
8874 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8875
8876         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8877         (Pointed out by Mito <mit@nines.nec.co.jp>).
8878         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8879         buffer-local variables like `wl-summary-redisplay-internal'.
8880         (wl-summary-redisplay-all-header): Likewise.  Update
8881         Summary view too.
8882
8883 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8884
8885         * wl-summary.el (wl-summary-jump-to-parent-message):
8886         Consider prefix argument.
8887
8888         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8889         when closed thread is deleted.
8890
8891 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8892
8893         * wl-summary.el (wl-summary-jump-to-parent-message):
8894         Consider thread modification.
8895
8896 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8897
8898         * wl-message.el (wl-message-normal-get-original-buffer): Use
8899         `save-excursion'.
8900
8901         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8902         (wl-summary-showto-folder-regexp): Ditto.
8903
8904 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8905
8906         * wl-util.el (wl-delete-alist): Doc fix.
8907         (wl-delete-associations): New function.
8908         (wl-inverse-alist): New function.
8909         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8910         Split temporary variables. Use `wl-delete-associations'
8911         and `wl-inverse-alist'.
8912         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8913
8914 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-folder.el (wl-folder-prefetch-entity):
8917         Execute prefetching if new count is unknown.
8918
8919 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8920
8921         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8922
8923         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8924         delete entity.
8925         (wl-thread-set-parent): If insert as top, set linked as nil.
8926
8927         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8928         `wl-thread-cleanup-symbols' when view mode is thread.
8929
8930 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8931
8932         * wl-folder.el (wl-folder-create-folder-entity): Use
8933         with-current-buffer.
8934         (wl-local-folder-init): Call set-buffer to make sure we are in
8935         the Folder buffer. Don't touch buffer-local variables here.
8936         (wl-folder-mode): Initialize buffer-local variables here.
8937
8938         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8939         (wl-folder-entity-assign-id): Ditto.
8940         (wl-folder-create-entity-hashtb): Ditto.
8941         (wl-local-folder-init): Ditto.
8942         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8943
8944 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8945
8946         * wl-summary.el (wl-summary-default-from): Fix probrem when
8947         std11-extract-address-components return (nil "foo@bar").
8948
8949 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8950
8951         * wl-draft.el (wl-draft-clone-local-variables):
8952         Remove redundant `setq'.
8953
8954 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8957         Bind wl-highlight-x-face-func as nil while highlighting header.
8958
8959 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8960
8961         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8962
8963 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8964
8965         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8966         elmo-msgdb-overview-hashtb from copy-variables.
8967         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8968         instead of `elmo-msgdb-overview-get-entity-by-number'.
8969         (wl-summary-auto-refile): Ditto.
8970
8971         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8972         `elmo-msgdb-overview-get-entity' instead of
8973         `elmo-msgdb-search-overview-entity'.  Use
8974         `elmo-msgdb-overview-get-entity' instead of
8975         `elmo-msgdb-overview-get-entity-by-number'.
8976         (wl-thread-insert-entity-sub): Ditto.
8977         (wl-thread-insert-message): Ditto.
8978
8979         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8980         `elmo-msgdb-overview-get-entity'.
8981         (wl-normal-message-redisplay): Ditto.
8982
8983 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8984
8985         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8986         `wl-thread-entities'.
8987         (wl-thread-delete-message): Fix remove top message from
8988         `wl-thread-entity-list'.
8989
8990         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8991         wl-append(nconc), because update-list is broken on Meadow.
8992
8993         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8994         updating process.
8995         (wl-summary-rescan): Ditto.
8996         (wl-summary-sync-update3): Ditto.
8997         * wl-thread.el (wl-thread-set-parent): Renamed from
8998         `wl-summary-set-parent'.
8999         (wl-thread-insert-message): Updating buffer faster.
9000         (wl-thread-delete-message): Updating buffer faster.
9001
9002         * wl-score.el (wl-summary-score-update-all-lines): Changed
9003         interval for display progress gauge.
9004
9005 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9006
9007         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9008         folder always-sticky.
9009         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9010         defmacro.
9011
9012 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9013
9014         * wl-vars.el (wl-draft-add-references): New user option.
9015
9016         * wl-draft.el (wl-draft-add-references): New function.
9017         (wl-draft-yank-from-mail-reply-buffer): Use it.
9018         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9019         as nil.
9020
9021 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9022
9023         * wl-thread.el (wl-thread-update-line-msgs): Called
9024         `wl-thread-update-line-on-buffer-sub'.
9025         (wl-thread-update-line-on-buffer): Delete routine of inserting
9026         thread.
9027         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9028         moved from `wl-thread-update-line-on-buffer'.
9029         Add threshold for displaying progress gauge.
9030         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9031         argument of `wl-thread-update-line-msgs'.
9032         Add threshold for displaying progress gauge.
9033         * wl-folder.el:
9034         Add threshold for displaying progress gauge.
9035         * wl-score.el: Ditto.
9036
9037         * wl-expire.el (wl-summary-expire): Display deleting info.
9038
9039 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9042         `no-msg'.
9043         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9044         argument of `wl-thread-update-line-msgs'.
9045         (wl-summary-set-parent): Added optional argument `parent-number'.
9046         (wl-summary-buffer-saved-message): New buffer local variable.
9047         (wl-summary-save-current-message): New command.
9048         (wl-summary-yank-saved-message): Ditto.
9049         (wl-summary-mode-map): Added key binding for
9050         `wl-summary-save-current-message' (\ew) and
9051         `wl-summary-yank-saved-message' (\C-y).
9052         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9053
9054 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-summary.el (wl-summary-mode-map): Added key binding for
9057         `wl-summary-set-parent' (ts).
9058
9059 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9060
9061         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9062         subject faster. If thread number is reverse, delayed updating
9063         thread.
9064         (wl-summary-search-by-subject): Ditto.
9065         (wl-summary-put-alike): Ditto.
9066         (wl-summary-get-alike): Ditto.
9067         (wl-summary-insert-headers): Insert header of all overview in
9068         buffer.
9069         (wl-summary-rescan): Delayed updating thread. Kill search subject
9070         buffer for wl-summary-search-by-subject.
9071         (wl-summary-sync-update3): Ditto.
9072         (wl-summary-exit): Ditto.
9073         (wl-summary-goto-bottom-of-current-thread): Change for linked
9074         thread.
9075         (wl-summary-overview-create-summary-line): Change line for linked
9076         thread.
9077
9078         * wl-summary.el (wl-summary-update-thread): Use
9079         wl-thread-maybe-get-children-num.
9080         (wl-summary-set-parent): If change parent, move sub thread.
9081         (wl-summary-redisplay-internal): Add horizontal recenter.
9082         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9083
9084         * wl-thread.el (wl-thread-entity-get-linked): New function.
9085         (wl-thread-entity-set-linked): New function.
9086         (wl-thread-create-entity): Add linked element.
9087         (wl-thread-entity-insert-as-top): Use wl-append.
9088         (wl-thread-maybe-get-children-num): If closing thread, return
9089         children msgs.
9090         (wl-thread-update-line-msgs): Displaying progress message.
9091         (wl-thread-update-line-on-buffer-sub): Use
9092         wl-thread-maybe-get-children-num.
9093         (wl-thread-update-line-on-buffer): If update line is not exists,
9094         insert thread.
9095         (wl-thread-delete-message): If delete top msg of thread, search
9096         parent by subject.
9097         (wl-thread-insert-entity): Use
9098         wl-thread-maybe-get-children-num.
9099
9100         * wl-highlight.el (wl-highlight-summary-current-line): change
9101         sregexp for linked thread.
9102         * wl-util.el (wl-count-lines): Count lines.
9103         (wl-horizontal-recenter): horizontal recenter.
9104         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9105         (wl-score-get-alike): Ditto.
9106         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9107         (wl-subject-length-limit): New variable.
9108         (wl-highlight-thread-indent-string-regexp): Changed for linked
9109         thread.
9110
9111 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9114         New variable (revival).
9115         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9116         by subject matching if there's no in-reply-to nor references field
9117         (revival).
9118
9119 \f
9120 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9123         message.
9124
9125 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * wl-summary.el (wl-summary-reply): Return t if there was a
9128         message at cursor point.
9129         Added unwind-protect.
9130         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9131         returns t.
9132         (wl-summary-cancel-message): Do nothing when there's no message at
9133         cursor point.
9134         (wl-summary-forward): Ditto.
9135         (wl-summary-jump-to-parent-message): Ditto.
9136         (wl-summary-reedit): Ditto.
9137         (wl-summary-edit-addresses): Ditto.
9138         (wl-summary-pipe-message): Ditto.
9139         (wl-summary-print-message-with-ps-print): Ditto.
9140         (wl-summary-print-message): Ditto.
9141         (wl-summary-mark-as-important): Ditto.
9142         (wl-summary-mark-as-unread): Ditto.
9143
9144         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9145         message at cursor point.
9146         (wl-summary-reply-with-citation): Remove unwind-protect.
9147
9148         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9149         subject searching feature.
9150         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9151         Eliminated.
9152
9153 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9156         New variable.
9157         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9158         by subject matching if there's no in-reply-to nor references field.
9159
9160         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9161
9162         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9163         when display is finished.
9164         (wl-folder-open-all): Ditto.
9165         (wl-folder-update-access-group): Ditto.
9166         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9167         * wl-thread.el (wl-thread-close-all): Ditto.
9168
9169         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9170         progress gauge only when it was displayed.
9171         * wl-folder.el (wl-folder-insert-entity): Ditto.
9172
9173 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * wl-summary.el (wl-summary-incorporate): Enclose
9176         `wl-summary-sync-force-update' with save-excursion.
9177
9178 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9179
9180         * wl-summary.el (wl-summary-prefetch-region):
9181         Pass current cursor point to `pos-visible-in-window-p' after
9182         moving cursor to the started point.
9183
9184 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9185
9186         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9187
9188         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9189         fields from the forwarding message.
9190         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9191         `ignored-fields'.
9192
9193 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-mime.el (wl-message-request-partial):
9196         Eliminated argument `msgdb'.
9197         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9198         (wl-mime-combine-message/partial-pieces): Likewise.
9199         * tm-wl.el (wl-message-request-partial): Likewise.
9200         (wl-mime-combine-message/partial-pieces): Likewise.
9201
9202 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9203
9204         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9205         when display is finished.
9206
9207 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9208
9209         * wl-summary.el (wl-summary-goto-folder-subr):
9210         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9211
9212 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9215         when cursor point is visible.
9216
9217 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-expire.el (wl-expire-archive-get-max-number):
9220         Don't use `file-name-directory'.
9221
9222 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-expire.el (wl-expire-archive-get-max-number):
9225         Use `file-name-directory'.
9226
9227 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9230         only when there is progress.
9231
9232 2000-04-13  Mito <mit@nines.nec.co.jp>
9233
9234         * wl-summary.el (wl-summary-sync-marks): Display progress.
9235
9236 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9239         (wl-summary-prev): Move cursor regardless of unread status.
9240         (wl-summary-next): Ditto.
9241
9242 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9245         Added argument `target' and `number'.
9246         * tm-wl.el (wl-summary-burst-subr): New function.
9247         (wl-summary-burst): Use it.
9248
9249 2000-04-10  Mito <mit@nines.nec.co.jp>
9250
9251         * wl-mime.el (wl-burst): New function.
9252         (wl-summary-burst): Use it.
9253
9254 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9255
9256         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9257         as petname when there's no candidate.
9258
9259 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9260
9261         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9262         New variable.
9263         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9264
9265         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9266
9267         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9268
9269 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9272         Use substring of `original' instead of buffer-substring.
9273         (wl-refile-evaluate-rule):
9274         Set `original' argument of wl-refile-expand-newtext.
9275
9276         * wl-summary.el
9277         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9278         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9279         (wl-summary-auto-refile): Check existence of destination folder just
9280         before marking.
9281
9282 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9283
9284         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9285         when wl-refile-get-field-value return nil.
9286
9287 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9288
9289         * wl-refile.el
9290         (wl-refile-expand-newtext): New function imported from Gnus.
9291         (wl-refile-evaluate-rule): Use it.
9292
9293 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-summary.el (wl-summary-print-destination):
9296         Duplicate folder string to avoid putting text-property on
9297         original string.
9298
9299         * wl-refile.el (wl-refile-get-field-value): New function.
9300         (wl-refile-evaluate-rule): New function;
9301         Evaluate refile rule recursively.
9302         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9303         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9304         New function; Check existence of a target folder recursively.
9305         (wl-summary-auto-refile-check-refile-rule-alist):
9306         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9307
9308 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9311
9312         * wl-folder.el (wl-create-folder-entity-from-buffer):
9313         Fixed problem when '}' character is contained in folder name.
9314
9315         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9316
9317 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9318
9319         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9320         (wl-fldmgr-add-completion-all-completions):
9321         Use wl-fldmgr-add-completion-hashtb.
9322
9323 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9324
9325         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9326         wl-fldmgr-add-completion-subr): New functions.
9327         * wl-folder.el (wl-folder-completion-func): New variable.
9328         * wl-summary.el (wl-summary-read-folder):
9329         Use wl-folder-completion-func.
9330
9331         * wl-refile.el: Eliminate throw & catch.
9332
9333         * wl.el (wl-plugged-sending-queue-status): Fixed.
9334
9335 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9336
9337         * wl-draft.el (wl-draft): Put category property on
9338         mail-header-separator.