* wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
4         wl-message-buffer-display.
5
6         * wl-util.el (wl-set-save-drafts): Fix typo.
7
8 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
11         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
12         wl-highlight-logo-face to set the bg color of an xbm image; fixed
13         the way to measure the width of a bitmap image; don't put face on
14         ascii and bitmap images; put the mark which should not use the
15         variable-pitch face on ascii and bitmap images.
16         (wl-demo-setup-properties): Don't use the variable-pitch face on
17         ascii and bitmap images; made it work on Emacs 20 and earlier.
18         (wl-demo-insert-text): End with a newline at the bottom; don't put
19         face on text.
20
21         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
22
23 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
24
25         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
26
27         * wl-util.el (wl-save-drafts): Moved from sample setting.
28         (wl-set-save-drafts): New function to set idle timer.
29         * wl-draft.el (wl-draft): Call it.
30         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
31
32 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
33
34         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
35         a summary which has toggle display status off.
36
37 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-draft.el (wl-draft-do-fcc): No cache save.
40
41 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
42
43         * wl-summary.el (elmo-event-handler-flag-changed): Use
44         `set-buffer' instead of `with-current-buffer'.
45
46 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * wl-summary.el (wl-summary-after-resize-function): New function.
49         (wl-summary-mode): Add `wl-summary-after-resize-function' to
50         window-size-change-functions.
51
52 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-draft.el (wl-draft-create-buffer): Bind
55         `change-major-mode-hook' after current buffer is changed.
56
57         * wl-summary.el (wl-summary-buffer-detach): New function.
58         (wl-summary-buffer-set-folder): Call it.
59         (wl-summary-mode): Add `wl-summary-buffer-detach' to
60         change-major-mode-hook and kill-buffer-hook.
61         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
62         (wl-summary-switch-to-clone-buffer): Ditto.
63         (wl-summary-goto-folder-subr): Ditto.
64
65 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
66
67         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
68         after boundp check.
69
70 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
73         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
74         for `kill-buffer'.
75
76         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
77         handler of current buffer from elmo-folder.
78
79 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
82
83 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-summary.el (wl-summary-buffer-event-handler): New internal
86         variable.
87         (wl-summary-event-handler): New class.
88         (elmo-event-handler-flag-changed): Define to update persistent
89         mark.
90         (wl-summary-buffer-set-folder): Register event handler to
91         elmo-folder.
92         (wl-summary-exit): Unregister event handler.
93         (wl-summary-goto-folder-subr): Ditto.
94         (wl-summary-mark-as-read-all): Does not call
95         `wl-summary-update-persistent-mark' directly.
96         (wl-summary-mark-as-read-internal): Ditto.
97         (wl-summary-set-persistent-mark-internal): Ditto.
98         (wl-summary-set-flags-internal): Ditto.
99
100         * Version number is increased to 2.11.33.
101
102 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
103
104         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
105         to nil.
106
107 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-spam.el (wl-spam-setup): Add hook
110         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
111         instead of `wl-summary-prepare-hook'.
112
113         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
114         if folder type is `'flag'.
115         (wl-summary-mark-as-important): Ditto.
116
117 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-address.el (wl-address-minibuffer-history): New variable.
120         (wl-address-minibuffer-local-map): New keymap.
121         (wl-address-read-from-minibuffer): New function.
122
123         * wl-action.el (wl-summary-get-resend-address): Use
124         `wl-address-read-from-minibuffer' instead of `completing-read'.
125
126 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * Version number is increased to 2.11.32.
129
130 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
133         without mule to iso-8859-1.
134         (wl-draft-add-in-reply-to): Add note in description.
135         (wl-draft-add-references): Ditto.
136
137 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
138
139         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
140         definition for `m'.
141         (wl-summary-mode-line-format): Add '[%m]'.
142         (wl-message-mode-line-format-spec-alist): Ditto.
143         (wl-summary-display-mime-mode-list): New variable.
144
145         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
146         from wl-summary-buffer-display-as-is.
147         (wl-summary-buffer-display-all-header): New buffer local variable.
148         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
149         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
150         instead of wl-summary-buffer-display-as-is.
151         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
152         (wl-summary-set-persistent-mark): Ditto.
153         (wl-summary-set-message-buffer-or-redisplay): Just call
154         `wl-summary-redisplay-internal' without optional arguments.
155         (wl-summary-toggle-mime): Rewrite.
156         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
157         (wl-summary-toggle-all-header): New function.
158         (wl-summary-redisplay-internal): Treat mime mode.
159
160         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
161         to wl-mime-preview-follow-no-mime.
162         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
163         accodring to the display-mode.
164
165         * wl-message.el (wl-message-buffer-display-type): Rewrite.
166         (wl-message-buffer-display): Changed argument name from `as-is' to
167         `mode'.
168         (wl-message-display-internal): Ditto;
169         Bind elmo-mime-display-header-analysis according to the mode.
170         (wl-message-display-internal): Put wl-message-display-mime-mode
171         property on entire buffer.
172
173 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
174
175         * wl-draft.el (wl-draft-do-fcc): Undo last change.
176
177 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
178
179         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
180         Don't extract mail address.
181         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
182
183         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
184
185         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
186
187 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
190         wl-fldmgr-cut-entity-list on confirmation.
191
192 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
193
194         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
195         (wl-mime-quit-preview): Check existence of
196         mime-edit-temp-message-buffer here.
197
198 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
199
200         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
201         after deletion.
202
203         * wl-draft.el (wl-draft-send-confirm): Check major-mode
204         before calling wl-mime-quit-preview.
205
206 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-summary.el (wl-summary-pick): If call it with prefix
209         argument, set `delete-marks' as non-nil. Pick from only visible
210         messages.
211         (wl-summary-check-target-mark): New function.
212         (wl-summary-target-mark-mark-as-read): Use it.
213         (wl-summary-target-mark-mark-as-unread): Ditto.
214         (wl-summary-target-mark-operation): Ditto.
215         (wl-summary-target-mark-set-flags): Ditto.
216         (wl-summary-target-mark-save): Ditto.
217         (wl-summary-target-mark-pick): Ditto.
218         (wl-summary-target-mark-forward): Ditto.
219         (wl-summary-target-mark-reply-with-citation): Ditto.
220         (wl-summary-target-mark-print): Ditto.
221         (wl-summary-target-mark-uudecode): Ditto.
222
223         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
224         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
225         with `ask-coding' is non-nil.
226
227 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-thread.el (wl-thread-set-parent): If parent is a message
230         which is identified by references, set linked as nil.
231
232 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
233
234         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
235         (wl-message-mode-line-format-spec-alist): Ditto.
236         (wl-message-mode-line-format): Ditto.
237         (wl-summary-mode-line-format): Ditto for docstring.
238         (wl-summary-no-mime-folder-list): Fix typo.
239
240         * wl-util.el (wl-current-message-buffer): Call
241         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
242
243         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
244         variable.
245         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
246         of `wl-summary-redisplay-no-mime'.
247         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
248         (wl-summary-toggle-mime): New function.
249         (wl-summary-redisplay-all-header): Rewrite.
250         (wl-summary-redisplay-no-mime): Ditto.
251         (wl-summary-redisplay-internal): Added argument `as-is' and
252         `all-header'.
253
254         * wl-refile.el (wl-refile-default-from-folder-path-separator):
255         New variable.
256         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
257         bottom.
258         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
259         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
260         "/" unconditionally.
261
262         * wl-mime.el (wl-draft-yank-current-message-entity): Use
263         wl-mime-preview-follow-no-mime for as-is content.
264         (wl-mime-preview-follow-no-mime): New function.
265         (wl-mime-preview-follow-current-region): Fixed parenthesis.
266
267         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
268         and added `as-is', `all-header'.
269         (wl-message-buffer-display): Ditto.
270         (wl-message-buffer-display-type): New function.
271
272 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-vars.el (wl-message-header-button-alist): Change default
275         value.
276         (wl-message-body-button-alist): Ditto.
277
278 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
281
282 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
285
286 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-summary.el (wl-summary-sync-marks): Remove condition which
289         is always true.
290
291 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
294         on null entity.
295
296 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-vars.el (wl-draft-reply-default-position): Fix range.
299
300 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-vars.el (wl-summary-resend-hook): New hook.
303
304         * wl-action.el (wl-summary-exec-action-resend-subr): Run
305         `wl-summary-resend-hook'.
306
307 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
308
309         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
310         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
311         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
312         (wl-summary-new-cached-mark): Changed default value to 'n'.
313         (wl-summary-unread-cached-mark): Changed default value to 'u'.
314         (wl-summary-answered-cached-mark): Changed default value to 'a'.
315         (wl-folder-sync-range-alist): Remove spec for 'flag.
316         (wl-summary-force-prefetch-folder-list): New user option.
317
318         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
319         `wl-summary-toggle-persistent-mark'.
320         (wl-summary-update-mark-and-highlight-window): Don't highlight when
321         number is nil.
322         (wl-summary-mark-as-answered-region): Set interactive argument of
323         `wl-summary-set-persistent-mark-internal'.
324         (wl-summary-mark-as-important-region): Ditto.
325         (wl-summary-unset-persistent-mark): Ditto.
326         (wl-summary-set-persistent-mark): Ditto.
327         (wl-summary-mark-as-answered): Ditto.
328         (wl-summary-mark-as-important): Ditto.
329         (wl-summary-set-persistent-mark-internal): Do nothing
330         when `elmo-message-flag-available-p' is nil.
331         (wl-summary-toggle-persistent-mark): New function.
332         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
333         when the folder matches `wl-summary-force-prefetch-folder-list'.
334
335
336         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
337         when number is nil.
338         (wl-highlight-summary-forwarded-face): New face.
339
340 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
341
342         * Version number is increased to 2.11.31.
343
344 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
345
346         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
347         (wl-biff-check-folder-async): Ditto.
348         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
349
350 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
351
352         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
353         Add an argument `reverse'.  All callers are updated.
354         (wl-summary-sort): Add a prefix argument `reverse' to specify
355         reverse sorting.
356         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
357         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
358         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
359
360 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-message.el (wl-message-redisplay): Does not narrow header if
363         disply-type is all-header or as-is.
364
365         * wl-summary.el (wl-summary-enter-handler): Use
366         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
367
368 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
371         after adding wl-draft-parent-variables.
372         (wl-draft-forward): Ditto.
373
374 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-summary.el (wl-summary-sync-marks): Call
377         `wl-summary-set-persistent-mark' and
378         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
379         (wl-summary-set-persistent-mark-internal): Add 4th argument
380         `no-server'.
381         (wl-summary-unset-persistent-mark): Ditto.
382         (wl-summary-set-persistent-mark): Ditto.
383         (wl-summary-add-flags-internal): Abolish.
384         (wl-summary-remove-flags-internal): Ditto.
385         (wl-summary-mark-as-important-internal): Ditto.
386         (wl-summary-mark-as-important): Use
387         `wl-summary-set-persistent-mark' instead of
388         `wl-summary-add-flags-internal'.
389         (wl-summary-mark-as-important-region): Ditto.
390
391         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
392
393         * wl-summary.el (wl-summary-get-available-flags): New function.
394         (wl-summary-sync-marks): Use it and simplified.
395         (wl-summary-unset-persistent-mark): Use
396         `wl-summary-get-available-flags'.
397         (wl-summary-set-persistent-mark): Ditto.
398
399 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
400
401         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
402         id.
403
404 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-summary.el (wl-summary-enter-handler): If argument is not a
407         number, call `wl-summary-prev-line-content'. Show message when the
408         message is not found.
409
410 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
411
412         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
413         wl-summary-enter-handler.
414         (wl-summary-enter-handler): New command.
415
416         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
417         docstring and custom spec.
418
419         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
420         flags too; Don't treat Cached and New.
421         (wl-summary-set-persistent-mark): Ditto.
422
423         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
424         `wl-folder-set-flag'.
425
426         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
427         instead of `wl-folder-set-flag'.
428
429         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
430         for completion.
431         (wl-summary-set-persistent-mark): Ditto.
432
433         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
434         instead of `wl-draft-quit-preview'.
435
436         * wl-mime.el (toplevel): Avoid compile warning.
437         (wl-mime-quit-preview): New function
438         (formarly defined as `wl-draft-quit-preview').
439         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
440         quitting method.
441
442         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
443
444         * wl-folder.el (wl-folder-set-flag): Renamed from
445         `wl-draft-set-flag-on-parent'.
446
447         * wl-draft.el (wl-draft-quit-preview): New function.
448         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
449         (wl-draft-send): Call `wl-folder-set-flag' instead of
450         `wl-draft-set-flag-on-parent'.
451         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
452
453 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
456         (wl-draft-send): Ditto.
457
458 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
459
460         * wl-vars.el (wl-draft-reply-hook): Changed default value.
461         (wl-draft-kill-pre-hook): Set default value as nil.
462         (wl-summary-reply-hook): Ditto.
463         (wl-draft-kill-flags): Abolish.
464
465         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
466         (wl-draft-parent-variables): Renamed from
467         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
468         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
469         argument; Add wl-draft-parent-variables to
470         wl-draft-config-variables.
471         (wl-draft-reply): Likewise.
472         (wl-draft-kill-flags): Abolish.
473         (wl-draft-send): Call wl-draft-set-flag-on-parent.
474         (wl-draft-set-flag-on-parent): New function.
475         (wl-draft-setup-parent-flag): Ditto.
476
477 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
478
479         * wl-draft.el (wl-draft-kill-flags): Avoid error when
480         `wl-draft-parent-folder' is "".
481
482 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
483
484         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
485         (wl-summary-digit-jump): New function.
486         (Adviced by John Owens and Hiroya Murata)
487
488         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
489         (Adviced by John Owens)
490
491         * wl-xmas.el (wl-message-define-keymap): Ditto.
492
493         * wl-mule.el (wl-message-define-keymap): Ditto.
494
495 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
498         change of return value of elmo-folder-count-flags.
499
500         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
501         (wl-summary-mark-as-read-internal): Ditto.
502         (wl-summary-set-persistent-mark-internal): Ditto.
503         (wl-summary-folder-info-update): Ditto.
504         (wl-summary-sync-update): Fixed the last change.
505
506         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
507
508 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
511         (wl-draft-kill-flags): Fixed docstring.
512
513         * wl-draft.el (wl-draft-kill-flags): New function.
514         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
515
516 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
517
518         * wl-vars.el (wl-reply-hook): Abolish.
519         (wl-draft-reply-hook): New hook.
520         (wl-summary-reply-hook): Ditto.
521         (wl-draft-forward-hook): Ditto.
522         (wl-summary-forward-hook): Ditto.
523         (wl-draft-kill-flags): New variable.
524
525         * wl-summary.el (wl-summary-mark-as-answered-region): Use
526         wl-summary-set-persistent-mark-internal.
527         (wl-summary-sync-marks): Use elmo-preserved-flags.
528         (wl-summary-update-persistent-mark): Make it interactive.
529         (wl-summary-set-persistent-mark-internal): New inline function.
530         (wl-summary-mark-as-answered): Use it.
531         (wl-summary-mark-as-unanswered): Ditto.
532         (wl-summary-unset-persistent-mark): New function.
533         (wl-summary-set-persistent-mark): Ditto.
534         (wl-summary-reply): Don't set answered flag;
535         Run wl-summary-reply-hook instead.
536         (wl-summary-forward): Call wl-draft-forward with number.
537         Run wl-summary-forward-hook.
538
539         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
540         (wl-highlight-summary-line-face-spec): Use it as a default
541         persistent mark face.
542
543         * wl-draft.el (wl-draft-forward): Added optional argument number;
544         Set wl-draft-parent-number; Run wl-draft-forward-hook.
545         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
546         (wl-draft-kill): Use wl-draft-kill-flags.
547
548         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
549
550         * wl-folder.el (wl-folder-check-one-entity): Follow the change
551         of return value of elmo-folder-count-flags.
552
553         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
554
555         * wl-summary.el (wl-summary-count-unread): Ditto.
556         (wl-summary-sync-update): Follow the change above.
557         (wl-summary-force-prefetch): New function.
558
559 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
560
561         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
562         variable `buf' with `let' instead of `setq'.
563
564 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-mime.el (wl-message-delete-current-part): If filename exists,
567         add Content-Disposition heaeder on the deleted part.
568
569 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-draft.el (wl-draft-save): Encode address list under edit by
572         `eword-encode-unstructured-field-body'.
573
574         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
575
576 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
579         wl-current-summary-buffer.
580
581 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
582
583         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
584         `numbers' is ignored.
585
586 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
587
588         * wl-folder.el (wl-folder-open-folder): Avoid error.
589         Reported by John Owens, [wl-en:815]
590
591         * wl.el (wl): Set timer for biff process even if prefix argument
592         is given or auto-checking is quitted.
593
594         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
595         immediately.
596         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
597         (wl-toggle-plugged): Ditto.
598
599         * wl-vars.el (wl-biff-use-idle-timer): New variable.
600         * wl-util.el (wl-biff-start): Use idle timer if
601         `wl-biff-use-idle-timer' is non-nil.
602
603 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-highlight.el (wl-highlight-message): Fix description.
606
607 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
610         tty.
611
612 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * wl-action.el (wl-summary-exec): Print failure count.
615
616 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
619         to `defun', remove interactive form.
620         Set elmo-message-fetch-confirm when force-reload is non-nil.
621
622 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-summary.el (toplevel): Removed unnecessary autoload.
625
626 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
629         the buffer is generated from another message buffer.
630
631 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
632
633         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
634         extracted from `wl-fldmgr-save-folders'.
635         (wl-fldmgr-delete): Call it after deletion.
636
637 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
640         multi-tty support.
641
642 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
643
644         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
645
646 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
647
648         * wl-summary.el (wl-summary-rescan): Remove unused variables.
649         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
650
651 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
654         unsubscribe list only if argument CLEAR is nil.
655
656 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-draft.el (wl-draft-reply): Decode subject before removing
659         Re: prefix.
660
661 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
662
663         * wl-summary.el (wl-summary-sort-by-size): New command.
664
665 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-number-list-from-region): New
668         function.
669         (wl-summary-mark-as-read-region): Use it.
670         (wl-summary-mark-as-unread-region): Ditto.
671         (wl-summary-set-flags-region): Ditto and add optional argument
672         remove.
673         (wl-summary-mark-as-answered-region): Ditto.
674         (wl-summary-mark-as-important-region): Ditto.
675         (wl-summary-target-mark-mark-as-important): Added optional
676         argument remove.
677         (wl-summary-target-mark-mark-as-answered): Ditto.
678         (wl-summary-target-mark-set-flags): Ditto.
679
680 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-summary.el (wl-summary-set-flags-region): Call
683         `wl-summary-set-flags-internal' with number list instead of call
684         one by each message.
685         (wl-summary-target-mark-set-flags): Likewise.
686
687 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-summary.el (wl-summary-target-mark-operation): Add optional
690         argument `inverse' and use `wl-summary-delete-all-target-marks'.
691         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
692         (wl-summary-target-mark-mark-as-answered): Likewise.
693
694 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl-summary.el (wl-summary-target-mark-forward): Use
697         `wl-summary-delete-all-target-marks' instead of
698         `wl-summary-delete-all-temp-marks'.
699         (wl-summary-target-mark-reply-with-citation): Ditto.
700         (wl-summary-target-mark-uudecode): Ditto.
701         (wl-summary-target-mark-set-flags): Ditto and remove needless
702         cursor move.
703
704 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl-summary.el (wl-summary-target-mark-forward): Protect
707         wl-summary-buffer-target-mark-list from nreverse.
708         (wl-summary-target-mark-reply-with-citation): Ditto.
709
710 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-thread.el (wl-thread-update-indent-string-thread): Use
713         `elmo-display-progress-threshold'.
714
715 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
718         check `wl-summary-highlight'.
719         (wl-summary-window-scroll-functions): Respect value of
720         `wl-summary-highlight'.
721         (wl-summary-sync-update): Run hooks
722         `wl-summary-buffer-window-scroll-functions' at any time.
723
724 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
727         from `wl-summary-cleanup-temp-marks'.
728         (wl-summary-cleanup-temp-marks): Abolish argument.
729         * wl.el (wl-save-status): Revert previous change.
730         (wl-execute-temp-marks): New function, call
731         `wl-summary-exec-with-confirmation'.
732         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
733         (wl-folder-save-and-exec-marks): Abolished.
734
735 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-e21.el (wl-e21-display-image-p): Respect
738         `wl-highlight-folder-with-icon'.
739         (wl-e21-highlight-folder-group-line): Highlight mouse line
740         even if wl-e21-display-image-p is nil.
741
742         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
743         Respect value of `wl-summary-highlight'.
744
745         * wl.el (wl-save-status): Remove unused variable.
746
747         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
748         (wl-folder-mode-map): Bind it to "x".
749
750 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
753
754         * wl-thread.el (wl-thread-get-parent-list): Don't check
755         disconnected ancestors, neglecting needless work in
756         `wl-thread-update-indent-string-thread'.
757
758         * wl.el (wl-save): Take prefix argument to execute remaining marks.
759         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
760         argument, add argument default-keep to keep marks by default.
761
762         * Version number is increased to 2.11.30.
763
764         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
765         customization type and docstring.
766         (wl-draft-reply-without-argument-list): Ditto.
767
768 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
771
772         * wl-spam.el (wl-spam-mark-action-list): Ditto.
773
774 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
777
778 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-draft.el (wl-draft-config-exec): Narrow the range of
781         save-excursion so as not to include run-hooks.
782
783 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
784
785         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
786         Clarify that marks are going to be cleared.
787
788 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
791         according to 3rd element of wl-summary-flag-mark.
792
793         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
794
795 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-action.el (wl-summary-target-mark-all): Don't set
798         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
799
800 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
803         (wl-forward-subject-prefix): Ditto.
804         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
805         (wl-draft-reply-make-subject): Ditto.
806
807         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
808         `wl-draft-forward'.
809         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
810
811 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
812
813         * wl-action.el (wl-summary-target-mark-set-action): Stop if
814         target message does not exist.
815
816 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
817
818         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
819         `wl-subject-prefix-regexp'.
820         (wl-subject-forward-prefix-regexp): New variable.
821         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
822         `wl-draft-strip-subject-re' and take regexp as argument.
823         (wl-draft-forward): Use it.
824         (wl-draft-reply): Ditto.
825
826 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
827
828         * wl-e21.el (wl-highlight-plugged-current-line): Change for
829         emacs multi-tty support.
830
831 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
832
833         * wl-e21.el (wl-e21-display-image-p): Don't call
834         `display-images-p'.
835         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
836         support.
837         (wl-highlight-folder-current-line): Ditto.
838         (wl-folder-init-icons): Ditto.
839
840 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
843         the last line of summary in unplugged mode.
844
845 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
846
847         * wl-vars.el (wl-refile-rule-alist): Doc fix.
848
849 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
850
851         * wl-vars.el (wl-user-mail-address-regexp): New variable.
852         * wl-address.el (wl-address-user-mail-address-p): Use it.
853         (wl-address-delete-user-mail-addresses): Ditto.
854         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
855
856         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
857         (wl-address-delete-user-mail-addresses): Ditto.
858
859         * wl-address.el (wl-address-delete-user-mail-addresses): New
860         function.
861         * wl-refile.el (wl-refile-guess-by-history): Use it.
862         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
863         (wl-draft-make-mail-followup-to): Ditto and fix logic.
864
865         * wl-draft.el (wl-draft-edit-string): To judge sender address,
866         use wl-address-user-mail-address-p.
867
868 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
871         after opening group.
872
873 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
876         of elmo-set-buffer-multibyte.
877
878         * wl-message.el (wl-original-message-mode): Ditto.
879
880         * wl-score.el (wl-score-insert-header): Ditto.
881
882         * wl-summary.el
883         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
884         (wl-summary-goto-folder-subr): Ditto.
885         (wl-summary-insert-headers): Ditto.
886
887         * wl-util.el (wl-set-string-width): Ditto.
888
889         * Version number is increased to 2.11.29.
890
891 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
894         (wl-highlight-summary-line-help-echo-alist): New variable.
895         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
896         into `wl-highlight-summary-line-help-echo' and
897         `wl-highlight-flag-folder-help-echo'.
898         (wl-highlight-summary-line-string): Change accordingly.
899         (wl-highlight-summary-current-line): Ditto.
900
901 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-highlight.el (wl-highlight-message): Ignore white spaces
904         at the beginning of field body (Thanks to Markus Knittig).
905
906         * wl-draft.el (wl-draft-insert-current-message): Also check
907         summary buffer, remove unnecessary tag.
908
909 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-draft.el (wl-draft-insert-current-message): Cause error also
912         when wl-message-buffer is nil.
913
914         * wl-folder.el (wl-folder): Abolish unused argument.
915         Call wl-folder-init when wl-folder-entity is nil.
916         * wl.el (wl): Change accordingly.
917
918 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
921         multibyte string before insert into draft buffer.
922         (wl-draft-create-buffer): Always enable multibyte characters for
923         draft buffer.
924
925         * Version number is increased to 2.11.28.
926
927 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
928
929         * wl-folder.el (wl-folder-open-close): Handle blank line.
930         (wl-folder-jump-to-current-entity): Ditto.
931
932 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * Version number is increased to 2.11.27.
935
936 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-thread.el (wl-thread-insert-message): When the thread is
939         devided by wl-summary-max-thread-depth, insert line at the end of
940         buffer.
941
942 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * Version number is increased to 2.11.26.
945
946 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
949
950 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
953         value of stream-type and session.
954
955 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * Version number is increased to 2.11.25.
958
959 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
960
961         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
962         in a quit message.
963
964 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
967         (wl-summary-redisplay-no-mime-internal): Ditto.
968
969 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
970
971         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
972         * wl-vars.el (wl-smtp-connection-type): Ditto.
973
974 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
975
976         * wl-highlight.el (wl-highlight-message): Change to strict regexp
977         for the separator line and quote mail-header-separator.
978
979 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-spam.el (wl-message-check-spam): Fixed problem no display
982         result message.
983
984         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
985         `elmo-multiple-fields-body-list' with boundary as
986         mail-header-separator.
987
988 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
989
990         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
991
992 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * wl-util.el (wl-list-diff): Remove unused function.
995
996         * wl-draft.el (wl-draft-send-confirm): Discard input before
997         confirmation.
998
999 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1002         order of flag and new.
1003
1004 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-vars.el (wl-refile-policy-alist): Abolished.
1007
1008         * wl-action.el (wl-summary-set-action-refile): Follow the change
1009         above.
1010
1011 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * wl-highlight.el (wl-highlight-signature-search): Don't use
1014         re-search-backward for a long word since it is possible to crash
1015         XEmacs because of a bug.
1016
1017 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1018
1019         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1020
1021 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1022
1023         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1024         argument for wl-summary-sync-force-update.
1025
1026 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1027
1028         * wl-summary.el (wl-summary-mode-map): Revival of
1029         wl-summary-mark-as-important related bindings;
1030         Bind 'F','tF','mF','rF','m&'.
1031         (wl-summary-mark-as-important-region): Revival.
1032         (wl-summary-target-mark-mark-as-important): Ditto.
1033         (wl-summary-target-mark-operation): New function.
1034         (wl-summary-target-mark-mark-as-answered): Use it.
1035         (wl-summary-decide-flag): Don't set Important as default.
1036         (wl-summary-mark-as-important-internal): Revival.
1037         (wl-summary-mark-as-important): Ditto.
1038
1039         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1040
1041         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1042         instead of facep.
1043
1044 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1045
1046         * wl-dnd.el (wl-dnd-drop-func): Fix.
1047
1048         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1049         mouse-set-point instead of posn-point.
1050
1051         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1052
1053         * wl-mule.el (wl-completing-read-multiple): Ditto.
1054
1055 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-demo.el (face-background-name): Defalias to avoid compile
1058         warning.
1059
1060 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-decide-flag): Use
1063         wl-completing-read-multiple instead of completing-read-multiple.
1064
1065         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1066         New alias.
1067
1068         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1069         Use face-background-name instead of face-background.
1070
1071         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1072
1073         * wl-summary.el (wl-summary-save): Use it.
1074         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1075
1076         * wl-mime.el (wl-mime-save-content): Fix last change.
1077
1078 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1079
1080         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1081         New function.
1082         (wl-summary-sort-specs): Added sort.
1083         * wl-mime.el (wl-mime-save-content): Expand file name.
1084
1085 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1086
1087         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1088
1089         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1090
1091 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1094         for flag if it is not defined.
1095
1096 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1097
1098         * wl-e21.el (wl-highlight-folder-current-line): Use
1099         elmo-folder-type-internal when elmo-folder-type returns nil.
1100
1101         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1102
1103         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1104
1105         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1106
1107         * wl-e21.el (wl-summary-toolbar): Ditto.
1108
1109         * wl-vars.el (wl-demo-background-color): Abolished.
1110         (wl-summary-persistent-mark-priority-list): Renamed from
1111         wl-summary-flag-priority-list.
1112         (wl-summary-flag-alist): New user option.
1113         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1114         (wl-message-mode-line-format-spec-alist): Added 'F'.
1115         (wl-message-mode-line-format): Likewise.
1116         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1117         instead of wl-summary-important-mark.
1118         (wl-file-folder-icon): New variable.
1119
1120         * wl-thread.el (wl-thread-set-flags): Renamed from
1121         wl-thread-mark-as-important.
1122
1123         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1124         warning.
1125         (wl-summary-mode-menu-spec): Follow the change of 
1126         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1127         (wl-summary-mode-map): Follow the change of
1128         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1129         (wl-summary-detect-mark-position): Follow the variable name change.
1130         (wl-summary-set-flags-region): New function for the replacement of
1131         wl-summary-mark-as-important-region.
1132         (wl-summary-sync-marks): Sync all global-flags.
1133         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1134         instead of elmo-message-flagged-p.
1135         (wl-summary-persistent-mark-string): Follow the variable name change;
1136         Put wl-summary-flag-mark if the message has global-flag.
1137         (wl-summary-target-mark-set-flags): Renamed from 
1138         wl-summary-target-mark-mark-as-important.
1139         (wl-summary-decide-flag): New function.
1140         (wl-summary-set-flags-internal): Renamed from
1141         wl-summary-mark-as-important-internal.
1142         (wl-summary-add-flags-internal): New function.
1143         (wl-summary-remove-flags-internal): Ditto.
1144         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1145         (wl-summary-mark-as-unimportant): Abolish.
1146         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1147         (wl-summary-next-message): List flagged messages in the msgdb.
1148
1149         * wl-score.el (wl-summary-score-update-all-lines): Use
1150         wl-summary-add-flags-internal instead of 
1151
1152         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1153
1154         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1155         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1156         (wl-message-buffer-require-all-header): Renamed from
1157         wl-message-buffer-all-header-flag (Ditto).
1158         (wl-message-buffer-flag-indicator): New variable.
1159         (wl-message-redisplay): Changed local varibale name from `flag' to
1160         `display-type'; Set up wl-message-buffer-flag-indicator.
1161         (wl-message-buffer-display): Changed varibale name from `flag' to
1162         `display-type'.
1163         (wl-message-display-internal): Likewise.
1164
1165         * wl-highlight.el (wl-highlight-demo-face): Define default background
1166         color.
1167         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1168
1169         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1170
1171         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1172         (wl-demo-setup-properties): Renamed from
1173         `wl-demo-set-background-color'.
1174         (wl-demo): Follow the change above.
1175         
1176         * Version number is increased to 2.11.24.
1177
1178 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-summary.el (wl-summary-toggle-thread): Call
1181         `wl-summary-rescan' with disable-thread as non-nil.
1182         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1183
1184 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1185
1186         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1187         foreground property of the face.
1188         (wl-demo-insert-text): Don't set up face property here.
1189         (wl-demo): Call wl-demo-set-background-color, anyway.
1190
1191 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-vars.el (wl-demo-background-color): The value can be nil.
1194
1195 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1198         to wl-summary-wheel-dispatcher.
1199
1200         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1201         wl-message-wheel-dispatcher.
1202         (wl-message-wheel-dispatcher): New function.
1203         (wl-summary-wheel-dispatcher): Ditto.
1204
1205 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1206
1207         * wl-action.el (wl-summary-target-mark-all): List messages which are
1208         not in the killed-list.
1209
1210         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1211         only when the folder is 'flag/important.
1212
1213         * wl-address.el (wl-complete-field-body): Complete if the last
1214         character is a space.
1215
1216 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-folder.el (wl-folder-clear-entity-info): Use
1219         elmo-clear-hash-val.
1220
1221         * wl-fldmgr.el (wl-fldmgr-rename): Set
1222         wl-folder-info-alist-modified as t.
1223
1224 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1227
1228 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1231         (wl-folder-buffer-last-visited-entity-id): New buffer local
1232         variable.
1233         (wl-folder-revisit-last-visited-folder): New function.
1234         (wl-folder-mode-map): Bind it to "C-i".
1235         (wl-folder-set-current-entity-id): Set last visited folder.
1236         * wl-summary.el (wl-summary-exit): Ditto.
1237
1238 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1241         before calling `recenter' in order to cope with an XEmacs bug.
1242
1243 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1246         to the default value.
1247
1248 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1251         change.
1252         (wl-summary-sync-marks): Ditto.
1253         (wl-summary-mark-as-read-internal): Ditto.
1254         (wl-summary-mark-as-answered-internal): Ditto.
1255         (wl-summary-mark-as-important-internal): Ditto.
1256         (wl-summary-reply): Ditto.
1257
1258         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1259         instead of `elmo-folder-unflag-answered'.
1260
1261         * Version number is increased to 2.11.23.
1262
1263         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1264         the last change.
1265
1266 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1267
1268         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1269         Specify "spam" or "good".
1270
1271 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-spam.el (wl-summary-exec-action-spam): Call
1274         wl-folder-confirm-existence for spam folder.
1275         (wl-spam-setup): Bind "mk".
1276
1277 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1280
1281 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1284         destination folder is empty.
1285
1286 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1289         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1290
1291         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1292         (wl-summary-refile-prev-destination-region): New function.
1293         (wl-thread-refile-prev-destination): Ditto.
1294         (wl-summary-target-mark-refile-prev-destination): Ditto.
1295
1296 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1299         (wl-demo-background-color): Changed default value.
1300
1301         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1302         color.
1303
1304         * wl-demo.el (wl-demo-set-background-color): New function.
1305         (wl-demo): Call it.
1306
1307 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1310         * wl-address.el (wl-address-add-or-change): Don't add empty
1311         address.
1312
1313 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1314
1315         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1316
1317 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * wl-vars.el (wl-demo-image-filter-alist): New variable
1320         (wl-demo-background-color): Ditto.
1321
1322         * wl-demo.el (wl-demo-xpm-set-background): New function.
1323         (wl-demo-image-filter): Ditto.
1324         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1325
1326         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1327
1328         * wl-demo.el (wl-demo-icon-name): Define as function.
1329         (wl-demo-insert-image): Use it.
1330
1331 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1332
1333         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1334
1335 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1336
1337         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1338
1339 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1342
1343 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-thread.el (wl-thread-mark-as-answered): New function.
1346
1347         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1348         answered" entry.
1349         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1350         "r&" and wl-thread-mark-as-answered to "t&".
1351         (wl-summary-mark-as-important-region): Refine to toggle mark.
1352         (wl-summary-mark-as-answered-region): New function.
1353         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1354         and 3rd argument.
1355         (wl-summary-mark-as-important-internal): Likewise.
1356
1357 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-template.el (wl-template-preview): New internal variable.
1360         (wl-template-preview-p): New function.
1361         (wl-template-show): Bind `wl-template-preview' as t.
1362
1363 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1366         `elmo-message-entity-field' with 3rd argument which is non-nil.
1367
1368 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1371         Removed duplicate local bind `folder'.
1372
1373 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1376
1377 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1380         duplicate definition.
1381
1382 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1385         non-nil, use it; Don't fetch message if there's no message in the
1386         current cursor position.
1387
1388 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1389
1390         * wl-util.el (wl-region-exists-p): Use region-active-p.
1391         (wl-deactivate-region): New function.
1392         * wl-message.el (wl-message-redisplay): Deactivate region.
1393
1394         * wl-summary.el (wl-summary-reply): Call
1395         `wl-summary-set-message-buffer-or-redisplay' instead of
1396         `wl-summary-redisplay-internal', don't move point.
1397
1398 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1401         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1402         by regexp.
1403
1404 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1405
1406         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1407         if no need.
1408
1409 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1412         default value to nil.
1413         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1414         `wl-summary-prepare-hook'; Replace refile action to
1415         `wl-summary-exec-action-refile-with-register'.
1416
1417         * Version number is increased to 2.11.22.
1418
1419 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-summary.el (wl-summary-detect-mark-position): Set
1422         `wl-summary-buffer-weekday-name-lang'.
1423
1424 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1425
1426         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1427         (wl-summary-mark-as-read-all): Ditto.
1428         (wl-summary-delete-messages-on-buffer): Ditto.
1429         (wl-summary-sync-update): Ditto.
1430         (wl-summary-mark-as-read-internal): Ditto.
1431         (wl-summary-mark-as-answered-internal): Ditto.
1432         (wl-summary-update-folder-info): Abolished.
1433
1434 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-summary.el (wl-summary-mark-as-read-all): Use
1437         `wl-summary-update-folder-info' instead of
1438         `wl-folder-update-unread'.
1439
1440 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1441
1442         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1443         `wl-summary-folder-info-update'.
1444         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1445         instead of `wl-summary-folder-info-update'.
1446         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1447         `wl-folder-set-folder-updated'.
1448         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1449         instead of `wl-folder-update-unread'.
1450         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1451         the value of `wl-summary-buffer-unread-count' for the second parameter of
1452         `wl-folder-update-unread'.
1453
1454         * Version number is increased to 2.11.21.
1455
1456 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1457
1458         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1459         a local variable.
1460
1461 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1464         interactively.
1465
1466         * wl-summary.el (wl-summary-mark-as-important-internal): New
1467         internal function.
1468         (wl-summary-mark-as-important): Use it.
1469         (wl-summary-mark-as-unimportant): New function.
1470         (wl-summary-sync-marks): Follow the API change.
1471
1472         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1473
1474         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1475
1476 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1477
1478         * wl-folder.el (wl-folder-update-unread): Re-indent.
1479         Narrow the scope of a local variable.
1480
1481 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1484         (wl-addrmgr-merge-entries): Ditto.
1485         (wl-addrmgr): Added to address entry which exists in draft buffer
1486         if no entry is in original.
1487
1488 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-batch.el: New file.
1491
1492 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1493
1494         * wl-vars.el (wl-use-semi): Remove unused variable.
1495
1496 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1497
1498         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1499         "?".
1500
1501 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1504         wl-summary-new-mark.
1505         (wl-summary-new-cached-mark): New user option.
1506         (wl-summary-score-marks): Follow the change above.
1507         (wl-summary-auto-refile-skip-marks): Ditto.
1508         (wl-summary-incorporate-marks): Ditto.
1509         (wl-summary-expire-reserve-marks): Ditto.
1510
1511         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1512
1513         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1514         (wl-summary-persistent-mark-string): Distinguished between cached
1515         and uncached mark when the message is new.
1516
1517 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-spam.el (wl-spam-domain): Renamed from
1520         `wl-spam-folder-guess-domain'.
1521         (wl-summary-exec-action-spam): Register as spam if domain of the
1522         source folder is good.
1523         (wl-summary-exec-action-refile-with-register): Register message if
1524         domain of the source folder is not undecided.
1525
1526 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1529         detect thread loop.
1530
1531 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1532
1533         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1534         and wl-summary-skip-mark-list.
1535
1536 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1539
1540         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1541
1542         * wl-spam.el (toplevel): Require wl-highlight.
1543         (wl-spam-auto-check-policy-alist): Abolish.
1544         (wl-spam-auto-check-folder-regexp-list): New user option.
1545         (wl-spam-auto-check-marks): Ditto.
1546         (wl-spam-mark-action-list): Ditto.
1547         (wl-highlight-summary-spam-face): New face.
1548         (wl-spam-auto-check-message-p): New function.
1549         (wl-spam-map-spam-messages): Fixed message.
1550         (wl-spam-register-spam-messages): Ditto.
1551         (wl-spam-register-good-messages): Ditto.
1552         (wl-summary-spam-map): Add and remove keybind.
1553         (wl-summary-target-mark-spam): Abolish.
1554         (wl-summary-refile-spam): Ditto.
1555         (wl-summary-test-spam): New function.
1556         (wl-summary-mark-spam): Ditto.
1557         (wl-summary-auto-check-spam): Follow the above change.
1558         (wl-summary-exec-action-spam): New function.
1559         (wl-summary-exec-action-refile-with-register): Fixed message.
1560         (wl-message-check-spam): New function.
1561         (wl-spam-setup): Ditto.
1562         (toplevel): Call it if this file is loaded interactivity.
1563
1564         * Version number is increased to 2.11.20.
1565
1566 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1569         when new optional argument `force' is non nil or modified.
1570
1571 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl.el (toplevel): Require wl-spam when compile.
1574         (wl-save-status): Call wl-spam-save-status.
1575
1576         * wl-spam.el (wl-spam-register-spam-messages): New function.
1577         (wl-spam-register-good-messages): Ditto.
1578         (wl-spam-save-status): Ditto.
1579         (wl-summary-mode-map): Bind
1580         wl-summary-target-mark-register-as-spam to "ms" and
1581         wl-summary-target-mark-register-as-good to "mn".
1582         (wl-summary-register-as-spam): Abolish optional argument; Use
1583         wl-spam-register-spam-messages.
1584         (wl-summary-register-as-spam-all): Use
1585         wl-spam-register-spam-messages.
1586         (wl-summary-register-as-good): Abolish optional argument; Use
1587         wl-spam-register-good-messages.
1588         (wl-summary-register-as-good-all): Use
1589         wl-spam-register-good-messages.
1590         (wl-summary-target-mark-register-as-spam): New funtion.
1591         (wl-summary-target-mark-register-as-good): Ditto.
1592
1593 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-spam.el: New file.
1596
1597 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1600
1601         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1602         (wl-summary-auto-refile): Call wl-refile-guess with
1603         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1604
1605 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1608         with disable-thread argument non-nil.
1609
1610 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-summary.el (wl-summary-rescan): Added optional argument
1613         disable-thread.
1614         (wl-summary-sync): Call wl-summary-rescan with argument
1615         disable-thread.
1616         (wl-summary-input-range): Added new range `rescan-thread'.
1617
1618 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1621
1622 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1625         internal variable.
1626         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1627         wl-summary-search-parent-by-subject-regexp and
1628         wl-summary-divide-thread-when-subject-changed as nil.
1629         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1630         (wl-summary-insert-thread): Search parent entity from
1631         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1632         thread loop.
1633
1634 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1637
1638         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1639
1640         * wl-util.el (wl-require-update-all-folder-p): New function.
1641         (wl-get-assoc-list-value): Added `function' to match directive.
1642         (wl-collect-draft): Rewrite.
1643
1644         * wl-summary.el (wl-summary-sync-update): Clear faces
1645         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1646         are non-nil.
1647         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1648         argument as function.
1649         (wl-summary-input-range): Ditto.
1650
1651         * wl-folder.el (wl-draft-get-folder): New function.
1652         (wl-folder-get-elmo-folder): Consider draft folder.
1653
1654         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1655         (wl-draft-buffer-message-number): New buffer local variable.
1656         (wl-draft-folder-internal): New internal variable.
1657         (wl-draft-delete): Rewrite.
1658         (wl-draft-save): Ditto.
1659         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1660         wl-folder-get-elmo-folder.
1661         (wl-draft-config-info-operation): Ditto.
1662         (wl-jump-to-draft-folder): Ditto.
1663         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1664         (wl-draft-reedit): Rewrite.
1665
1666         * Version number is increased to 2.11.19.
1667         
1668 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1669
1670         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1671         variable.
1672
1673 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1676         Use ignore-errors instead of unwind-protect.
1677
1678 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1679
1680         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1681         for updating `wl-thread-entity-list'.
1682
1683 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1684
1685         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1686         parameter from calling `wl-thread-entity-get-older-brothers' and
1687         `wl-thread-entity-get-younger-brothers'.
1688         Replace nested `append' with a single one.
1689
1690 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-summary.el (wl-summary-mode): Don't use the return value of
1693         `make-local-hook'.
1694
1695 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1696
1697         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1698         instead of `let*'.
1699         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1700         of local variables.
1701
1702 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1705         Renamed from wl-summary-window-scroll-functions.
1706         (wl-summary-window-scroll-functions): Don't set to variable.
1707         (wl-summary-display-top): Use run-hooks.
1708         (wl-summary-display-bottom): Ditto.
1709         (wl-summary-toggle-disp-msg): Ditto.
1710         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1711         Use it instead of wl-summary-window-scroll-functions.
1712         (wl-summary-goto-folder-subr): Don't call
1713         wl-summary-window-scroll-functions, use
1714         wl-summary-buffer-window-scroll-functions instead.
1715
1716 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1719         make-local-variable.
1720
1721 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1722
1723         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1724         set-buffer-modified-p.
1725         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1726         (wl-summary-display-bottom): Ditto.
1727         (wl-summary-toggle-disp-msg): Ditto.
1728
1729 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1732
1733         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1734         (wl-summary-forward): Use elmo-message-entity-field instead of
1735         elmo-message-field.
1736
1737         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1738
1739 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-summary.el (wl-summary-window-scroll-functions): No use
1742         `append'.
1743
1744 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1745
1746         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1747         function.
1748         (wl-summary-window-scroll-functions): Call it when both
1749         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1750         (wl-summary-temp-mark): Added optional argument number.
1751         (wl-summary-message-mark): Added optional argument flag.
1752         (wl-summary-persistent-mark): Added optional argument number and flag.
1753         (wl-summary-update-persistent-mark): Ditto.
1754         (wl-summary-update-status-marks): Set "r" for interactive spec.
1755
1756         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1757         argument number and flag.
1758
1759         * wl-action.el (wl-summary-registered-temp-mark): 
1760         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1761
1762 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1765         internal variable (buffer local).
1766         (wl-summary-window-scroll-functions): New function.
1767         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1768         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1769         as nil.
1770         (wl-summary-update-status-marks): Added arguments beg, end and
1771         check.
1772         (wl-summary-update-mark-window): Use function.
1773         (wl-summary-sync-update): Follow the change above.
1774         (wl-summary-switch-to-clone-buffer): Copy
1775         wl-summary-buffer-unsync-mark-number-list.
1776         (wl-summary-goto-folder-subr): Set
1777         wl-summary-buffer-unsync-mark-number-list and
1778         use wl-summary-window-scroll-functions instead of
1779         wl-summary-lazy-highlight.
1780
1781         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1782
1783 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1786
1787         * wl-summary.el (wl-summary-update-persistent-mark): Call
1788         wl-summary-set-message-modified.
1789
1790         * wl-summary.el (wl-summary-sync-update): Don't call
1791         wl-summary-update-status-marks.
1792
1793         * Version number is increased to 2.11.18.
1794
1795 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1796
1797         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1798         (wl-message-next-page): Ditto.
1799
1800 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1801
1802         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1803         local variable.  Change the order of a collected list into the
1804         same as the specified range.  Remove nil from a collected list.
1805
1806 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1809         argument for elmo-folder-list-messages.
1810
1811 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1814         change (wl-summary-count-unreads return a list instead of a cons
1815         cell).
1816
1817 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1818
1819         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1820         `wl-summary-folder-info-update'.
1821
1822 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * wl-summary.el (wl-summary-set-message-modified): No use
1825         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1826         (wl-summary-set-mark-modified): Abolish.
1827         (wl-summary-mark-modified-p): Ditto.
1828         (wl-summary-save-view): Follow the change above.
1829
1830         * wl-expire.el (wl-summary-expire): Likewise.
1831
1832 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-summary.el (wl-summary-detect-mark-position): Use
1835         modb-entity-handler.
1836         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1837
1838         * Version number is increased to 2.11.17.
1839
1840 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1843         entity field value.
1844         (wl-summary-prefetch-msg): Ditto.
1845         (wl-summary-print-message-with-ps-print): Ditto.
1846
1847 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1848
1849         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1850         for dummy entity.
1851         (wl-summary-insert-thread): Use elmo-message-entity-field.
1852         (wl-summary-update-thread): Use elmo-message-entity-field and
1853         elmo-message-entity-number.
1854         (wl-summary-line-number):  Use elmo-message-entity-number.
1855         (wl-summary-line-size): Use elmo-message-entity-field.
1856         (wl-summary-line-subject): Ditto.
1857         (wl-summary-line-from): Ditto.
1858         (wl-summary-line-attached): Ditto.
1859         (wl-summary-create-line): Ditto.
1860         (wl-summary-create-line): Use elmo-message-entity-number.
1861         (wl-summary-print-message-with-ps-print): Use
1862         elmo-message-entity-field.
1863
1864 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1867         change in elmo-msgdb-make-message-entity.
1868         (wl-summary-buffer-set-folder): Don't call
1869         wl-summary-detect-mark-position here.
1870         (wl-summary-rescan): Call elmo-message-entity-number.
1871         (wl-summary-sync-update): Ditto.
1872         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1873
1874         * wl-score.el (wl-score-header-index): Redefine 2th element.
1875         (wl-score-overview-entity-get-extra): Abolish.
1876         (wl-score-ov-entity-get): Rewrite.
1877         (wl-score-string-index<, wl-score-string-func<): Abolish.
1878         (wl-score-string<): New function.
1879         (wl-score-string-sort): Use it.
1880
1881         * wl-refile.el (wl-refile-guess-by-history): Use
1882         elmo-message-entity-field.
1883         (wl-refile-guess-by-from): Ditto.
1884         (wl-refile-guess-by-msgid): Ditto.
1885
1886         * Version number is increased to 2.11.16.
1887
1888 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-folder.el (wl-folder-confirm-existence): Don't call
1891         file-exists-p if msgdb-path is nil.
1892         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1893         `wl-read-folder-hist' to `wl-read-folder-history'.
1894
1895 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1896
1897         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1898         `y-or-n-p'.
1899
1900 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1901
1902         * wl-score.el (wl-score-headers): Don't use
1903         elmo-folder-do-each-message-entity.
1904
1905         * Version number is increased to 2.11.15.
1906
1907 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-summary.el (wl-summary-delete-all-msgs): Use
1910         elmo-folder-move-messages instead of elmo-folder-delete-messages
1911         and elmo-folder-detach-messages.
1912         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1913
1914         * wl-expire.el (wl-expire-delete): Ditto.
1915         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1916
1917 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1920         (wl-message-header-narrowing-fields): Ditto.
1921         (wl-message-header-narrowing-lines): Ditto.
1922         (wl-message-header-narrowing-string): Ditto.
1923
1924         * wl-summary.el (wl-summary-mode-map): Bind
1925         wl-summary-toggle-header-narrowing to "C-cC-f".
1926         (wl-summary-toggle-header-narrowing): New function.
1927
1928         * wl-message.el (wl-message-buffer-create): Call
1929         wl-message-header-narrowing-setup.
1930         (wl-message-redisplay): Call wl-message-header-narrowing.
1931         (wl-message-header-narrowing): New function.
1932         (wl-message-header-narrowing-map): New keymap.
1933         (wl-message-header-narrowing-widen-map): New keymap.
1934         (wl-message-header-narrowing-again-at-mouse): New function.
1935         (wl-message-header-narrowing-1): Ditto.
1936         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1937         (wl-message-header-narrowing-setup): Ditto.
1938         (wl-message-header-narrowing-toggle): Ditto.
1939         
1940         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1941
1942         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1943         'flag as all.
1944         (wl-use-flag-folder-help-echo): New user option.
1945
1946         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1947         wl-summary-highlight as nil.
1948         (wl-summary-set-mark-modified): Follow the API change.
1949         (wl-summary-mark-modified-p): Ditto.
1950         (wl-summary-mark-as-read-all): Ditto.
1951         (wl-summary-sync-marks): Don't call
1952         elmo-folder-list-messages-with-global-mark.
1953         (wl-summary-mark-as-read-internal): Follow the API change.
1954         (wl-summary-mark-as-answered-internal): Ditto.
1955         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1956         Follow the API change.
1957         (wl-summary-create-line): Call with number argument.
1958         (wl-summary-reply): Follow the API change.
1959
1960         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1961         function.
1962         (wl-highlight-summary-line-string): Call it when
1963         wl-use-flag-folder-help-echo is non-nil.
1964         (wl-highlight-summary-current-line): Ditto.
1965         (elmo-flag-folder-referrer): Added autoload setting.
1966
1967         * wl-draft.el (wl-draft-kill): Follow the API change.
1968
1969         * Version number is increased to 2.11.14.
1970         
1971 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1974
1975 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1976
1977         * Version number is increased to 2.11.13.
1978
1979 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * wl-draft.el (wl-draft-previous-history-element): Fixed
1982         unbalanced parenthesis and bind unbound local variables.
1983
1984 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-draft.el (wl-draft-previous-history-element): New function.
1987         (wl-draft-next-history-element): Ditto.
1988         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1989         them to M-p and M-n.
1990
1991 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * Version number is increased to 2.11.12.
1994
1995 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1996
1997         * wl-draft.el (wl-draft-hide): Select buffer-window.
1998
1999 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2000
2001         * wl-summary.el (wl-summary-narrow-to-region): New function.
2002         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2003         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2004         (wl-summary-save-region): Use it.
2005         * wl-action.el (wl-summary-collect-numbers-region)
2006         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2007
2008 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-folder.el (wl-folder-count-incorporates): Don't use
2011         `elmo-msgdb-mark-load'
2012
2013         * Version number is increased to 2.11.11.
2014
2015 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2016
2017         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2018         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2019
2020 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2023
2024 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * Version number is increased to 2.11.10.
2027
2028 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * wl-mime.el (wl-draft-attribute-value): Fixed.
2031
2032 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-util.el (wl-copy-local-variables): New function.
2035
2036         * wl-mime.el (wl-draft-attribute-recipients): New function.
2037         (wl-draft-attribute-envelope-from): Ditto.
2038         (wl-draft-attribute-smtp-posting-server): Ditto.
2039         (wl-draft-attribute-smtp-posting-port): Ditto.
2040         (wl-draft-attribute-value): Ditto.
2041         (wl-draft-preview-message): Use it to get value for
2042         attributes. Reflect result of `wl-draft-config'.
2043
2044         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2045         and call `wl-summary-mark-as-read' before to call
2046         `wl-summary-unset-mark'.
2047         (wl-summary-target-mark-mark-as-unread): Likewise.
2048         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2049
2050 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * wl-mime.el (wl-draft-preview-message): Use actual value for
2053         attributes; Fix for small window.
2054
2055 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-refile.el (wl-refile-get-field-value): Call
2058         `elmo-message-entity-field' with 3rd argument is non-nil.
2059
2060 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-vars.el (wl-draft-preview-attributes): New user option.
2063         (wl-draft-preview-attributes-list): Ditto.
2064         (wl-draft-preview-attributes-buffer-lines): Ditto.
2065         (wl-draft-preview-attributes-buffer-name): Ditto.
2066
2067         * wl-mime.el (wl-draft-preview-message): Display attributes.
2068
2069 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-summary.el (wl-summary-detect-mark-position): Bind
2072         wl-summary-flag-priority-list to '(new).
2073
2074 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2077         funtion.
2078         (wl-highlight-summary-line-string): Use it.
2079         (wl-highlight-summary-current-line): Ditto.
2080
2081 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2082
2083         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2084         line even when the mark string is not changed.
2085
2086         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2087         argument change in the wl-summary-create-line.
2088         (wl-thread-insert-entity-sub): Ditto.
2089
2090         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2091         argument change in the wl-summary-create-line.
2092         (wl-summary-insert-sequential): Ditto.
2093         (wl-summary-update-thread): Ditto.
2094         (wl-summary-persistent-mark-string): New inline function.
2095         (wl-summary-message-mark): Use it.
2096         (wl-summary-create-line): Abolish argument wl-persistent-mark
2097         and added wl-flags, wl-cached.
2098
2099         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2100         mark to flags.
2101         (wl-highlight-summary-current-line): Decide the face not by the 
2102         persistent mark but flags.
2103
2104 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2107         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2108         wl-summary-read-uncached-mark): Revive.
2109         (wl-summary-answered-cached-mark,
2110         wl-summary-answered-uncached-mark): New user option.
2111         (wl-summary-score-marks): Follow the change above.
2112         (wl-summary-auto-refile-skip-marks): Ditto.
2113         (wl-summary-incorporate-marks): Ditto.
2114         (wl-summary-expire-reserve-marks): Ditto.
2115         (wl-summary-flag-priority-list): New user option.
2116
2117         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2118         changes.
2119         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2120         of elmo-message-mark.
2121         (wl-summary-mark-as-read-internal): Ditto.
2122         (wl-summary-mark-as-answered): Ditto.
2123         (wl-summary-mark-as-important): Ditto.
2124         (wl-summary-redisplay-internal): Ditto.
2125         (wl-summary-redisplay-no-mime-internal): Ditto.
2126         (wl-summary-message-mark): New function.
2127         (wl-summary-insert-sequential): Use wl-summary-message-mark
2128         instead of elmo-message-mark.
2129         (wl-summary-update-thread): Ditto.
2130         (wl-summary-persistent-mark): Ditto.
2131         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2132         instead of elmo-message-mark.
2133
2134         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2135         wl-summary-message-mark instead of elmo-message-mark.
2136         (wl-thread-insert-entity-sub): Ditto.
2137         (wl-thread-get-children-msgs-uncached): Ditto.
2138
2139         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2140         variable name changes.
2141         (wl-highlight-summary-current-line): Ditto.
2142
2143         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2144         wl-summary-message-mark instead of elmo-message-mark.
2145
2146         * wl-expire.el (wl-expire-message-p): Ditto.
2147
2148         * wl-score.el (wl-score-headers): Ditto.
2149
2150         * Version number is increased to 2.11.9.
2151
2152         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2153         (wl-summary-sync-update): Follow the change above.
2154         (wl-summary-switch-to-clone-buffer): Ditto.
2155         (wl-summary-open-folder): Ditto.
2156
2157 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2160         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2161
2162         * Version number is increased to 2.11.8.
2163
2164         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2165
2166         * wl-expire.el (wl-expire-refile): Follow the API change on
2167         `elmo-folder-move-messages'.
2168         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2169
2170         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2171         (wl-summary-exec-action-refile): Ditto.
2172         (wl-summary-exec-action-copy): Ditto.
2173         (wl-summary-no-auto-refile-message-p): No use
2174         `wl-summary-buffer-msgdb'.
2175         (wl-summary-auto-refile): Ditto.
2176
2177 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2180
2181 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * wl-summary.el (wl-summary-sync): Treat no-sync.
2184
2185         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2186         (wl-default-sync-range): Ditto.
2187
2188 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-refile.el (wl-refile-subject-learn): Call
2191         `elmo-message-entity-field' with 3rd argument is non-nil.
2192         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2193         instead of `elmo-msgdb-overview-entity-get-subject'.
2194
2195 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2198         scan-type is rescan.
2199         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2200         new optional argument force is non-nil.
2201         (wl-summary-save-view-cache): Call it with force argument non-nil.
2202
2203         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2204
2205 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-action.el (wl-summary-print-argument): Fixed last change.
2208
2209 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2212         simplified.
2213         (wl-summary-target-mark-mark-as-unread): Likewise.
2214         (wl-summary-target-mark-mark-as-important): Likewise.
2215
2216 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2219         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2220         (wl-summary-mark-as-important-region): Change accordingly.
2221         (wl-summary-target-mark-mark-as-important): Ditto.
2222
2223 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2226
2227         * wl-action.el (wl-summary-print-argument): Print argument to
2228         right side of window if `wl-summary-print-argument-within-window'
2229         is non-nil.
2230
2231 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2232
2233         * wl-action.el (wl-summary-set-mark): Use
2234         `wl-summary-message-visible-p' to check visibility of the message
2235         and jump to message only when the message line is visible and have
2236         different number; Call wl-summary-unset-mark with number argument.
2237         (wl-summary-unset-mark): 
2238         Use `wl-summary-message-visible-p'
2239         to check visibility of the message and jump to message only when
2240         the message line is visible and have different number;
2241
2242 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2243
2244         * Version number is increased to 2.11.7.
2245
2246         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2247         and wl-folder-summary-line-format.
2248
2249         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2250         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2251         (wl-summary-set-score-mark): Use it.
2252         (wl-summary-target-mark-mark-as-read): Ditto.
2253         (wl-summary-target-mark-mark-as-unread): Ditto.
2254         (wl-summary-target-mark-mark-as-important): Ditto.
2255         (wl-summary-target-mark-msgs): Simplified.
2256         (wl-summary-detect-mark-position): Fixed problem when
2257         summary-line-format no contain persisten/temp mark spec.
2258         (wl-summary-temp-mark): Ditto.
2259         (wl-summary-persistent-mark): Ditto.
2260         (wl-summary-update-persistent-mark): Ditto.
2261
2262         * wl-action.el (wl-summary-set-mark): Ditto.
2263         (wl-summary-unset-mark): Ditto.
2264         All other related portions are changed.
2265
2266 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * Version number is increased to 2.11.6.
2269
2270 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2271
2272         * wl-util.el (wl-current-message-buffer): Define as function;
2273         Don't use the value of wl-messge-buffer.
2274
2275         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2276         persistent mark.
2277
2278         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2279         no current message, cause an error.
2280
2281 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2282
2283         * wl-summary.el (wl-summary-set-message-modified): Use
2284         elmo-folder-set-message-modified instead of
2285         elmo-folder-set-message-modified-internal.
2286
2287 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2290         interactively.
2291         (wl-summary-sync): nokill->entirely.
2292         (wl-summary-sync-marks): Fixed message.
2293         (wl-summary-input-range): Added mark, nokill->entirely.
2294
2295         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2296         messages as read.
2297
2298 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2301         update-noscore.
2302         (wl-summary-sync): Follow the change above.
2303
2304 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-action.el (wl-summary-target-mark-all): Use
2307         elmo-folder-list-messages.
2308
2309 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2310
2311         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2312         (wl-summary-rescan): Set wl-summary-scored as nil.
2313         (wl-summary-sync-force-update): Follow the change above.
2314         (wl-summary-sync): Ditto.
2315         (wl-summary-sync-update): Added argument disable-killed.
2316         (wl-summary-insert-headers): Set visible-only argument for
2317         elmo-folder-list-messages.
2318         (wl-summary-input-range): Added update-nokill, update-noscore,
2319         all-nokill, all-noscore and mark.
2320
2321         * Version number is increased to 2.11.5.
2322
2323         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2324
2325 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2328         (wl-summary-prefetch-region-no-mark): Change accordingly.
2329         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2330
2331 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-address.el (wl-complete-field-to): Abolished.
2334         (wl-complete-address): Completion function for completing-read.
2335         * wl-action.el (wl-summary-get-resend-address): Use it.
2336
2337         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2338         wl-summary-update-mark and abolish unused argument.
2339         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2340         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2341         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2342         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2343         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2344         * wl-draft.el (wl-draft-kill): Ditto.
2345
2346         * wl-summary.el: Remove unused binding of case-fold-search.
2347         (wl-summary-replace-status-marks): Abolished.
2348
2349 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2350
2351         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2352         is specified or folder length is zero.
2353
2354 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2357         (wl-folder-archive-current-entity): Ditto.
2358
2359 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2360
2361         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2362         retrieving message mark.
2363         (wl-summary-redisplay-internal): Ditto.
2364
2365         * wl-message.el (wl-message-buffer-display): Ignore errors while
2366         retrieving message-id field.
2367
2368         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2369         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2370         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2371         order of the arguments for `wl-expire-message-p'.
2372         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2373
2374         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2375         Check return value of wl-summary-reply.
2376         (wl-summary-reply): Recover window configuration when an error occured.
2377
2378 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2379
2380         * wl-summary.el (wl-summary-resend-message): Abolished, the
2381         feature is inherited by wl-summary-resend (put resend mark).
2382
2383 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2386         wl-message-buffer to nil when the message is hide.
2387
2388 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * .cvsignore: New file.
2391
2392 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-action.el (wl-summary-action-docstring): Add more info.
2395         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2396         duplicate definition.
2397         (wl-summary-define-mark-action): Functions wl-summary-*-region
2398         keep current position.
2399         (wl-summary-unregister-target-mark): Store result to the variable.
2400
2401 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * Version number is increased to 2.11.4.
2404
2405 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2408         wl-summary-delete-all-temp-marks.
2409         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2410
2411         * wl-action.el (wl-summary-set-mark): Changed terminology
2412         refile-destination -> action-argument.
2413         (wl-summary-unset-mark): Ditto.
2414         (wl-summary-remove-argument): Ditto.
2415         (wl-summary-print-argument): Ditto.
2416
2417         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2418         (wl-thread-remove-argument-region): Ditto.
2419         (wl-thread-print-argument-region): Ditto.
2420         (wl-thread-close): Ditto.
2421         (wl-thread-open): Ditto.
2422
2423         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2424         (wl-highlight-refile-destination-face is abolished)
2425         (wl-highlight-action-argument-string): Ditto.
2426         (wl-highlight-summary-current-line): Highlight action argument.
2427
2428         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2429         color for light backgrounds.
2430         (wl-highlight-summary-answered-face): Ditto.
2431
2432 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2433
2434         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2435
2436         * wl-score.el (wl-summary-score-update-all-lines): Use
2437         wl-summary-set-mark.
2438         (wl-summary-score-update-all-lines): Kill expunged messages.
2439
2440         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2441
2442 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2443
2444         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2445         directly.
2446         (wl-score-overview-entity-get-lines): Ditto.
2447         (wl-score-overview-entity-get-xref): Ditto.
2448         (wl-score-get-latest-msgs): Ditto.
2449         (wl-summary-rescore): Ditto.
2450
2451         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2452         to "&".
2453         (wl-summary-mark-as-answered-internal): New inline function.
2454         (wl-summary-mark-as-answered): New function.
2455         (wl-summary-mark-as-unanswered): Ditto.
2456         (wl-summary-sync-marks): Modified for answered-mark synching.
2457
2458 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-action.el (wl-summary-set-mark): Fixed last change.
2461
2462 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2463
2464         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2465         behavior of wl-summary-unread-message-hook
2466         (Pointed out by akira yamada <akira@arika.org>).
2467
2468 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2471         wl-summary-delete.
2472         * wl-xmas.el (wl-summary-toolbar): Ditto.
2473
2474         * wl-action.el (wl-summary-set-mark): Don't override current
2475         temp-mark.
2476
2477         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2478
2479 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2482         (wl-refile-msgid-learn): Ditto.
2483         (wl-refile-get-field-value): Ditto.
2484
2485         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2486
2487         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2488         (wl-expire-delete-reserved-messages): Renamed from
2489         wl-expire-reserve-marked-msgs-from-list.
2490         (wl-expire-delete): Removed argument `msgdb'.
2491         (wl-expire-refile): Ditto.
2492         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2493         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2494         mark-alist as argument.
2495         (wl-expire-archive-number1): Removed argument `msgdb'.
2496         (wl-expire-archive-number2): Ditto.
2497         (wl-expire-archive-date): Ditto.
2498         (wl-expire-localdir-date): Ditto.
2499         (wl-expire-hide): Ditto.
2500         (wl-archive-number1): Ditto.
2501         (wl-archive-number2): Ditto.
2502         (wl-archive-date): Ditto.
2503         (wl-archive-folder): Ditto.
2504         All other related portions are changed.
2505
2506 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2507
2508         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2509         mean move up and down. (suggested by Takashi Kawachi)
2510
2511 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2512
2513         * wl-acap.el (toplevel): Don't require un-define.
2514
2515 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2516
2517         * wl-thread.el (wl-thread-delete-message): Always update
2518         wl-summary-buffer-number-list.
2519
2520         * wl-action.el (wl-summary-print-destination): 
2521         Do nothing when folder is nil.
2522
2523 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2526         persistent mark when prefetch is succeeded.
2527
2528 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2531         instead of elmo-msgdb-delete-msgs.
2532         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2533         (wl-expire-hide): Ditto.
2534
2535         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2536
2537         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2538         elmo-msgdb interface.
2539         (wl-thread-get-exist-children): Likewise.
2540         (wl-thread-insert-message): Likewise.
2541         (wl-thread-msg-mark-as-important): Likewise.
2542         (wl-thread-insert-entity-sub): Likewise.
2543         (wl-thread-get-children-msgs-uncached): Likewise.
2544
2545         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2546         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2547         (wl-summary-sync-update): Likewise.
2548         (wl-summary-auto-select-msg-p): Likewise.
2549         (wl-summary-update-thread): Likewise.
2550         (wl-summary-mark-as-important): Likewise.
2551         (wl-summary-jump-to-msg-internal): Likewise.
2552         (wl-summary-redisplay-internal): Likewise.
2553         (wl-summary-print-message-with-ps-print): Likewise.
2554         (wl-summary-folder-info-update): Likewise.
2555
2556         * wl-folder.el (wl-folder-check-one-entity):
2557         elmo-folder-count-flags instead of wl-summary-count-unread.
2558
2559         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2560
2561         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2562
2563         * wl-summary.el (wl-summary-set-message-modified): 
2564         Call wl-summary-set-mark-modified.
2565         (wl-summary-delete-messages-on-buffer): Call
2566         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2567         (wl-summary-sync-update): Call elmo-folder-length instead of
2568         elmo-folder-messages.
2569         (wl-summary-insert-headers): Don't call
2570         elmo-folder-list-message-entities.
2571
2572 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * wl-action.el (wl-summary-define-mark-action): Call
2575         `wl-summary-set-mark' with argument `data'.
2576         (wl-summary-auto-refile): Fixed order of arguments when call
2577         `wl-summary-refile'.
2578
2579 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2582
2583         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2584
2585         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2586         (Renamed from wl-highlight-summary-deleted-face).
2587         (wl-highlight-summary-resend-face): New face.
2588
2589         (wl-highlight-summary-deleted-face): Renamed from
2590         wl-highlight-summary-erased-face.
2591
2592         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2593
2594         * wl-action.el (wl-summary-get-resend-address): New function.
2595         (wl-summary-exec-action-resend): Ditto.
2596         (wl-summary-exec-action-resend-subr): Ditto.
2597
2598         * w-thread.el (wl-thread-copy): Removed definition.
2599         (wl-thread-refile): Ditto.
2600         (wl-thread-delete): Ditto.
2601         (wl-thread-target-mark): Ditto.
2602
2603         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2604         (wl-summary-target-mark-set-action): Fixed.
2605         (wl-summary-define-mark-action): Fixed quotation.
2606         (wl-summary-move-mark-list-messages): Display message.
2607         (wl-summary-define-mark-action): Define thread functions.
2608         (wl-summary-exec-action-refile): Changed message.
2609         (wl-summary-exec): Ditto.
2610
2611 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2612         
2613         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2614         '%%'.
2615
2616 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl.el (toplevel): Require wl-action.
2619         (wl-init): Call wl-summary-define-mark-action.
2620
2621         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2622
2623         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2624         wl-summary-delete and wl-summary-erase.
2625         (wl-summary-mode-map): Ditto.
2626
2627         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2628         wl-delete-folder-alist.
2629
2630         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2631         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2632         (toplevel): Moved mark & action related functions to the wl-action.el.
2633
2634         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2635         in wl-summary-mark-action-list.
2636         (wl-highlight-summary-current-line): Ditto.
2637
2638         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2639         empty lines.
2640
2641         * wl-action.el: New file. 
2642
2643 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-target-mark-replace): New function.
2646         (wl-summary-target-mark-prefetch): Use it.
2647         (wl-summary-target-mark-delete): Ditto.
2648         (toplevel): Rearranged definition order.
2649         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2650         (wl-summary-target-mark-erase): Rewrite.
2651         (wl-summary-erase-region): New function.
2652         (wl-summary-exec-action-erase): Changed message.
2653         (wl-summary-move-mark-list-messages): New function.
2654         (wl-summary-exec-action-delete): Use it.
2655         (wl-summary-exec-action-erase): Ditto.
2656
2657         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2658         (wl-summary-skip-mark-list): Added "d".
2659
2660         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2661         while searching.
2662
2663         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2664         and define using defcustom;
2665         Define 4th element as a face.
2666         
2667         * wl-summary.el (wl-summary-incorporate): Use 
2668         `wl-summary-prefetch-region-no-mark' instead of
2669         `wl-summary-prefetch-region'.
2670         (wl-summary-prefetch-region-no-mark): Revival of old
2671         `wl-summary-prefetch-region'.
2672         (wl-summary-mark-action-list): Moved to wl-vars.el
2673
2674         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2675         face according to the `wl-summary-mark-action-list'.
2676         (wl-highlight-summary-current-line): Ditto;
2677         Removed destination highlighting.
2678
2679         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2680         (wl-highlight-summary-line-string): Highlight for "i" mark.
2681         (wl-highlight-summary-current-line): Ditto.
2682
2683         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2684         no destination.
2685
2686         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2687         exists, just go ahead.
2688         (wl-summary-prefetch-region): Rewrite.
2689         (wl-summary-prefetch): Ditto.
2690         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2691         (wl-summary-exec-action-prefetch): New function.
2692         (wl-summary-target-mark-prefetch): Rewrite.
2693
2694 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2697         (wl-highlight-summary-line-string): Added "d" and "D".
2698         (wl-highlight-summary-current-line): Ditto.
2699
2700         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2701         in wl-summary.el.
2702         (wl-thread-insert-entity-sub): Ditto.
2703         (wl-thread-remove-destination-region): Ditto.
2704         (wl-thread-print-destination-region): Ditto.
2705
2706         * wl-summary.el (wl-summary-buffer-refile-list,
2707         wl-summary-buffer-delete-list,
2708         wl-summary-buffer-copy-list): Abolish.
2709         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2710         All other related portions are changed.
2711         (wl-summary-mark-action-list): New variable.
2712         (wl-summary-set-mark): New function.
2713         (wl-summary-register-target-mark): Ditto.
2714         (wl-summary-unregister-target-mark): Ditto.
2715         (wl-summary-have-target-mark-p): Ditto.
2716         (wl-summary-register-temp-mark): Ditto.
2717         (wl-summary-unregister-temp-mark): Ditto.
2718         (wl-summary-registered-temp-mark): Ditto.
2719         (wl-summary-collect-temp-mark): Ditto.
2720         (wl-summary-unset-mark): Ditto.
2721         (wl-summary-set-target-mark): Ditto.
2722         (wl-summary-unset-target-mark): Ditto.
2723         (wl-summary-set-action-generic): Ditto.
2724         (wl-summary-unset-action-generic): Ditto.
2725         (wl-summary-exec-action-delete): Ditto.
2726         (wl-summary-exec-action-erase): Ditto.
2727         (wl-summary-set-action-refile): Ditto.
2728         (wl-summary-set-action-refile-subr): Ditto.
2729         (wl-summary-unset-action-refile): Ditto.
2730         (wl-summary-make-destination-numbers-list): Ditto.
2731         (wl-summary-exec-action-refile): Ditto.
2732         (wl-summary-set-action-copy): Ditto.
2733         (wl-summary-unset-action-copy): Ditto.
2734         (wl-summary-exec-action-copy): Ditto.
2735         (wl-summary-collect-numbers-region): Ditto.
2736         (wl-summary-delete): Rewrite.
2737         (wl-summary-erase): Ditto.
2738         (wl-summary-remove-destination): Ditto.
2739         (wl-summary-exec): Ditto.
2740         (wl-summary-exec-region): Ditto.
2741         (wl-summary-target-mark-erase): Ditto.
2742         (wl-summary-refile): Ditto.
2743         (wl-summary-copy): Ditto.
2744         (wl-summary-unmark): Ditto.
2745         (wl-summary-delete-all-mark): Ditto.
2746         (wl-summary-mark-line): Don't highlight.
2747         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2748         (wl-summary-target-mark-refile-subr): Rewrite.
2749
2750         (wl-summary-copy-prev-destination): Abolish.
2751
2752 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2753
2754         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2755         default values along the value of wl-on-mule.
2756         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2757         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2758         It is not used anywhere.
2759
2760 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2761
2762         * wl-summary.el (wl-summary-print-destination): Keep position.
2763         (wl-summary-cursor-move-surface): Keep horizontal position.
2764
2765 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2766
2767         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2768         write sendlog.
2769
2770 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2771
2772         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2773         `wl-summary-highlight'.
2774
2775 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2776
2777         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2778         trivial condition for temp-mark.
2779
2780 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2781
2782         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2783         when it hits killed buffer.
2784
2785 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2786
2787         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2788         * wl-news.el.in: `message' and `error' take format string.
2789
2790 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2791
2792         * wl-folder (wl-folder-insert-entity): Display a message,
2793         `...done', when the work finish.
2794         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2795
2796 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-message.el (wl-message-redisplay): Remove unused local
2799         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2800
2801 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2802
2803         * wl-summary.el (wl-summary-replace-status-marks): Disable
2804         interactive use.
2805         (wl-summary-reedit): Check message existence at first.
2806         (wl-summary-mark-line): Fix doc, return value is indefinite.
2807
2808         * wl-highlight.el (wl-highlight-message): Arranged.
2809
2810         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2811         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2812         check temp-mark by wl-summary-temp-mark always.
2813         (wl-highlight-summary): Change accordingly.
2814         * wl-summary.el (wl-summary-mark-as-read-all)
2815         (wl-summary-delete-cache, wl-summary-set-score-mark)
2816         (wl-summary-mark-as-unread, wl-summary-unmark)
2817         (wl-summary-mark-line, wl-summary-mark-as-read)
2818         (wl-summary-mark-as-important): Ditto.
2819
2820         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2821         end of the window if possible.
2822         * wl-summary.el (wl-summary-sync-update): Support lazy
2823         highlighting.
2824         (wl-summary-toggle-disp-msg): Ditto.
2825
2826 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2827
2828         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2829
2830 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2833         change.
2834
2835 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2838         API.
2839         (wl-summary-sync-update): Ditto.
2840
2841         * wl-score.el (wl-score-get-score-alist): Changed argument.
2842         (wl-summary-rescore-msgs): Likewise.
2843         (wl-summary-score-headers): Likewise.
2844         (wl-score-headers): Likewise;
2845         Use elmo-folder-do-each-message-entity, etc.
2846         (wl-summary-score-effect): Follow the changes above.
2847         (wl-summary-rescore): Ditto.
2848         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2849         (wl-score-get-overview): Abolish.
2850
2851         * wl-summary.el (wl-summary-default-from): Follow the API change in
2852         elmo-msgdb.
2853         (wl-summary-count-unread): Ditto.
2854         (wl-summary-detect-mark-position): Ditto.
2855         (wl-summary-overview-entity-compare-by-date): Ditto.
2856         (wl-summary-overview-entity-compare-by-number): Ditto.
2857         (wl-summary-overview-entity-compare-by-from): Ditto.
2858         (wl-summary-overview-entity-compare-by-subject): Ditto.
2859         (wl-summary-get-list-info): Ditto.
2860         (wl-summary-rescan): Ditto.
2861         (wl-summary-jump-to-msg-by-message-id): Ditto.
2862         (wl-summary-sync-update): Ditto; Removed comment.
2863         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2864         (wl-summary-insert-message): Use wl-summary-insert
2865         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2866         (wl-summary-insert-headers): Changed argument overview to folder.
2867         (wl-summary-search-by-subject): Likewise.
2868         (wl-summary-insert-thread): Renamed from 
2869         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2870
2871         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2872         too.
2873
2874         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2875         wl-string-member.
2876
2877 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2880         elmo-folder-append-buffer.
2881         (wl-draft-queue-append): Likewise.
2882
2883         * wl-mime.el (wl-message-delete-current-part): Ditto.
2884         (wl-summary-burst-subr): Ditto.
2885
2886         * wl-news.el.in (wl-news-send-news): Ditto.
2887
2888 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2891         function.
2892         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2893         (wl-summary-update-mark): Enclose with save-excursion.
2894         (wl-summary-mark-as-read-internal): Fixed last change.
2895         (wl-summary-mark-as-important): Use 3rd argument of
2896         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2897         Don't use elmo-msgdb-set-mark.
2898         (wl-summary-redisplay-internal): If msgdb flag is already read,
2899         just update the mark on buffer.
2900
2901 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2902
2903         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2904         cut visible folder when elmo-folder-delete returns non-nil value.
2905
2906 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2907
2908         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2909         by Kenichi OKADA <okada@opaopa.org>).
2910
2911 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2912
2913         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2914
2915 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2916
2917         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2918         Fixed the last change, search group entity by its real name.
2919         (Thanks to: KOBAYASHI Shinji)
2920
2921 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2922
2923         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2924         (wl-fldmgr-access-display-all): Don't refer visible name.
2925         * wl-expire.el (wl-folder-archive-current-entity)
2926         (wl-folder-expire-current-entity): Ditto.
2927         * wl-folder.el (wl-folder-jump-to-current-entity)
2928         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2929         (wl-folder-open-folder-sub,wl-folder-open-all)
2930         (wl-folder-write-current-folder): Ditto.
2931         (wl-folder-insert-entity): Don't use petname for normal group.
2932         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2933         is the real name.
2934         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2935         Abolished.
2936
2937 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2938
2939         * wl-draft.el (wl-draft-create-buffer): Add
2940         `wl-summary-reply-with-citation'
2941
2942 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2943
2944         * wl-draft.el (wl-draft-reply): Fixed.
2945
2946 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2947
2948         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2949         when `wl-draft-send-confirm-with-preview' is non-nil.
2950         You can scroll up/down by j/k.
2951         (wl-draft-send-confirm-with-preview): New variable (default=t).
2952
2953 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2954
2955         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2956         (wl-fldmgr-save-folders): Fix comment.
2957
2958 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2961         along the last change in `wl-folder-buffer-group-p'.
2962
2963 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2966         folder.
2967
2968         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2969         the default value.
2970
2971         * wl-mime.el (wl-summary-burst): Update summary only when target
2972         folder equals current folder.
2973
2974 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2975
2976         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2977
2978 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2979
2980         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2981         value.
2982
2983 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2986         `map-extents' instead of `extent-at' repeatedly.
2987         (wl-highlight-folder-current-line): Ditto.
2988
2989         * wl-highlight.el: Remove useless dummy functions.
2990
2991 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2992
2993         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2994         (wl-folder-put-folder-property): New function to put text property.
2995         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2996         (wl-folder-insert-entity, wl-folder-update-diff-line)
2997         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2998         * wl-e21.el, wl-xmas.el, wl-mule.el
2999         (wl-highlight-folder-current-line): Ditto.
3000         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3001         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3002         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3003         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3004
3005 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3006
3007         * Version number is increased to 2.11.3.
3008
3009 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3010
3011         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3012         Resume current-buffer since it is assumed by remaining tasks.
3013
3014 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3015
3016         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3017         (wl-folder-completion-function): Abolished.
3018         (wl-folder-complete-folder): New function.
3019         (wl-folder-complete-filter-condition): Ditto.
3020         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3021         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3022
3023 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-draft.el (wl-draft-send-confirm): New function.
3026         (wl-draft-send): Use it.
3027
3028         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3029         cursor-in-echo-area while confirming.
3030
3031         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3032
3033         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3034         searching via nntp if wl-summary-search-via-nntp is 'force.
3035         Otherwise, invoke searching in nntp folder only.
3036         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3037
3038         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3039         explicitly for mime-make-text-tag.
3040
3041 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3042
3043         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3044         `mime-make-text-tag' instead of `mime-create-tag'.
3045
3046 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3047
3048         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3049         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3050
3051 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-score.el (wl-score-save): Bind print-length and print-level.
3054         (wl-score-pretty-print): Ditto.
3055         (wl-score-edit-insert-header-entry): Ditto.
3056
3057         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3058         "From" entry to be treated with wl-draft-eword-encode-address-list.
3059         * wl-mime.el (wl-draft-preview-message): Ditto.
3060
3061         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3062         (wl-summary-mark-as-unread): Ditto.
3063         (wl-summary-mark-as-read-region): Change accordingly.
3064         (wl-summary-mark-as-unread-region): Ditto.
3065         (wl-summary-target-mark-mark-as-read): Ditto.
3066         (wl-summary-target-mark-mark-as-unread): Ditto.
3067
3068 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3069
3070         * Version number is increased to 2.11.2.
3071
3072 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-news.el.in (wl-news-previous-version-save): Bind
3075         print-length and print-level.
3076         * wl-thread.el (wl-thread-save-entities): Ditto.
3077         (wl-thread-save-top-list): Bind print-length.
3078
3079 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3080
3081         * wl-highlight.el (wl-highlight-summary-line-string): Use
3082         wl-summary-score-below-mark, wl-summary-score-over-mark.
3083         (wl-highlight-summary-current-line): Ditto.
3084
3085 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3086
3087         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3088         insert it.
3089
3090 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3091
3092         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3093
3094 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3095
3096         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3097         message without msgid.
3098         Rewrite with elmo-folder-move-messages.
3099         Set wl-message-buffer to nil.
3100
3101         * wl-summary.el (wl-summary-erase-subr): New function. Use
3102         elmo-folder-move-messages.
3103         (wl-summary-erase): Call it.
3104         (wl-summary-target-mark-erase): Ditto.
3105
3106 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3107
3108         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3109         it is not up-tp-date.
3110
3111 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3112
3113         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3114         buffer after calling `wl-summary-goto-folder-subr' without the
3115         argument `interactive'.
3116         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3117
3118 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3119
3120         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3121         `mime-create-tag'. Use `string=' instead of `looking-at'.
3122
3123 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3126         to avoid compile warning.
3127
3128         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3129         entity-id when folder is given.
3130         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3131         save-excursion, use save-selected-window instead.
3132         Select folder buffer window if exists.
3133         (To correct behavior with wl-folder-move-cur-folder.)
3134
3135 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3136
3137         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3138
3139 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3140
3141         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3142         list-count instead of %d.
3143
3144 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3145
3146         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3147         (wl-news): Set it.
3148         (wl-news-append-to-folder): Use it.
3149
3150         * wl-news.el.in (wl-news-send-news): Append to specified folder
3151         instead of wl-default-folder.
3152         (wl-news-append-to-folder): Show error message with specified folder.
3153
3154         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3155                 In most major modes, Emacs assumes that any opening
3156                 delimiter found at the left margin is the start of a
3157                 top-level definition, or defun. Therefore, *never put an
3158                 opening delimiter at the left margin unless it should have
3159                 that significance.*
3160
3161         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3162
3163 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3164
3165         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3166
3167 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3168
3169         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3170
3171 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3172
3173         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3174         for sequential numbering case.
3175
3176 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3179         value.
3180         (wl-draft-reply-without-argument-list): Ditto.
3181         (wl-draft-reply-myself-with-argument-list): Abolish.
3182         (wl-draft-reply-myself-without-argument-list): Ditto.
3183         * wl-draft.el (wl-draft-self-reply-p): New function.
3184         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3185
3186 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3187
3188         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3189         (avoid error for the case without byte-compiling)
3190
3191 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3192
3193         * wl-news.el.in (wl-news-append-to-folder): New function.
3194         (wl-news-exit): Rewrite.
3195         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3196
3197 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3198
3199         * wl-draft.el (wl-draft-reply-position): New function.
3200         (wl-draft-reply-position): Fix.
3201         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3202         (wl-summary-target-mark-reply-with-citation): Ditto.
3203         (wl-summary-reply-with-citation): Ditto.
3204         * wl-vars.el (wl-draft-reply-default-position): New variable.
3205
3206 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3207
3208         * wl-draft.el (wl-draft-send): Preview when interactive send.
3209
3210 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3211
3212         * wl-draft.el (wl-draft-reply): Set default position.
3213         * wl-summary.el (wl-summary-reply): Ditto.
3214         (wl-summary-reply-with-citation): Ditto.
3215         (wl-summary-target-mark-reply-with-citation): Ditto.
3216
3217 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3218
3219         * wl-news.el.in (wl-news-lang): Set default value according to
3220         current-language-environment.
3221         (wl-news-append-news): Do nothing when news-list is nil.
3222
3223 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3224
3225         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3226         (wl-news): Change message.
3227         (wl-news-exit): Check buffer.
3228         (wl-news-force-exit): New function.
3229         (wl-news-show-all): New function.
3230         (wl-news-discard-and-exit): Fix.
3231
3232 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3233
3234         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3235         according to current-language-environment.
3236
3237         * wl-news.el.in (wl-news): If arg, show all NEWS after
3238         wl-news-default-previous-version.
3239
3240 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3241
3242         * wl-news.el.in (wl-news-check): Rewritten.
3243         (wl-news-previous-version-load): Change data type.
3244         (wl-news-previous-version-save): Change data type.
3245         (wl-news-append-news): Add return value.
3246         (wl-news-check-news): New function.
3247         (wl-news-already-current-p): New function.
3248         (wl-news-send-news): Rewritten.
3249         (wl-news-mode-map): Add new keybind.
3250         (wl-news): Rewritten.
3251         (wl-news-exit): Rewritten.
3252         (wl-news-discard-and-mail): New function.
3253         (wl-news-send-to-address): Abolished.
3254         * wl.el (wl-init): Delete a message.
3255
3256 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3257
3258         * wl-news.el.in (wl-news-exit): Update previous version.
3259         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3260
3261 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3262
3263         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3264
3265 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3266
3267         * wl-news.el.in (wl-news): New function.
3268         (wl-news-mode): New function.
3269         (wl-news-next-line): New function.
3270         (wl-news-next-page): New function.
3271         (wl-news-exit): New function.
3272         (wl-news-buf-name): New variable.
3273         (wl-news-mode-map): New variable.
3274         (wl-news-winconf): New variable.
3275         (wl-news-append-news): Add an option.
3276
3277 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3278
3279         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3280
3281 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * wl-news.el.in (wl-news-send-to-address): New variable.
3284         (wl-news-send-news): Use it.
3285         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3286         Return updating status.
3287         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3288
3289 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3290
3291         * wl-news.el.in (wl-news-send-news): Delete
3292         Organization and X-Face.
3293
3294 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3295
3296         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3297         (wl-news-append-news): New function.
3298         (wl-news-send-news): New function.
3299
3300 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3301
3302         * Version number is increased to 2.11.1.
3303
3304 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3305
3306         * wl-news.el.in : New file.
3307
3308 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3309
3310         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3311         default value.
3312         (wl-draft-reply-without-argument-list): Ditto.
3313
3314 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3315
3316         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3317         (wl-message-buffer-prefetch-idle-time): Ditto.
3318         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3319
3320 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-thread.el (wl-thread-insert-message): Use
3323         wl-summary-max-thread-depth.
3324
3325         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3326         loop detection.
3327
3328         * wl-message.el (wl-message-buffer-display): Back to the first page
3329         when cache is hit.
3330
3331 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3334
3335         * wl-summary.el (wl-summary-insert-thread-entity):
3336         If the thread depth is reached to wl-summary-max-thread-depth,
3337         divide the thread.
3338
3339 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3340
3341         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3342         for elmo-remove-passwd.
3343
3344 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3347         folder is sticky.
3348         (wl-folder-mark-as-read-all-entity): Ditto.
3349         (wl-folder-prefetch-entity): Ditto.
3350
3351 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3352
3353         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3354
3355 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3358         Delete messages on buffer for unplugged operation.
3359         (wl-summary-erase): Ditto.
3360
3361 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3364         take nil so as not to search parent by subject.
3365
3366 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3369         (wl-folder-get-next-folder): Ditto.
3370         (wl-folder-get-path): Ditto.
3371
3372 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3375         system and encode the region with it before verifying.
3376
3377 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3378
3379         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3380         system of the echo buffer before decoding.
3381
3382 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3385         original contents.
3386
3387 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3390         with argument 'any-exists.
3391
3392 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3395         Use `wl-cs-autoconv'.
3396
3397 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3400         by `mime-view-automatic-conversion'.
3401
3402         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3403         (wl-message-verify-pgp-nonmime): Ditto.
3404         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3405         Bind them to C-c:d and C-c:v respectively.
3406
3407         Merge following code by Teranishi-san from [wl-en:00167].
3408         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3409         (wl-mime-preview-application/pgp-encrypted): Ditto.
3410         (wl-mime-setup): Add entry.
3411
3412 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl-summary.el (wl-summary-target-mark-erase): New function.
3415         Bind it to "mD".
3416
3417 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-vars.el (wl-draft-write-file-function): Fix.
3420         (wl-draft-reedit-hook): Changed default value.
3421
3422         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3423         wl-draft-reedit-hook.
3424         (wl-draft-remove-text-plain-tag): New function.
3425         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3426
3427         * wl-vars.el (wl-draft-write-file-function): New user option.
3428
3429         * wl-draft.el (wl-draft-prepare-edit): Use it for
3430         local-write-file-hooks.
3431         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3432
3433         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3434         (wl-draft-insert-mail-header-separator): Return the body beginning
3435         point.
3436         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3437         text/plain.
3438         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3439
3440 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-summary.el (wl-summary-erase): New function to erase message
3443         without moving it to trash. Bind to "D".
3444
3445         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3446         as `keep' unless switch-function.
3447
3448 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3451         message buffer by using `wl-summary-toggle-disp-msg'.
3452         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3453         buffer window.
3454         (wl-summary-supresedes-message): Ditto.
3455
3456         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3457         Do not delete other windows.
3458         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3459         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3460         (wl-draft-create-buffer): Set reply-or-forward also for target
3461         mark commands.
3462
3463 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3464
3465         * wl-draft.el (wl-user-agent-compose): Delete special case for
3466         switch-to-buffer-other-window.
3467
3468         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3469         (wl-summary-forward): Ditto.
3470
3471         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3472         function.
3473         (wl-draft-buffer-style): New use option.
3474
3475         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3476         (wl-draft): Follow the change above.
3477         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3478         wl-draft-buffer-style.
3479         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3480         switch-function.
3481
3482 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3483
3484         * wl-address.el (wl-address-make-completion-entry): Extracted from
3485         `wl-address-make-completion-list'.
3486         (wl-address-enable-strict-loading): New variable.
3487         (wl-address-make-completion-list): Revive petname duplication
3488         inquiry, and enable it if `wl-address-enable-strict-loading'.
3489         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3490
3491 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3492
3493         * wl-message.el (wl-message-get-original-buffer): Avoid
3494         'Selecting deleted buffer' error when original buffer is killed.
3495
3496 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-summary.el (wl-summary-next-message): Use
3499         elmo-message-accessible-p instead of elmo-message-cached-p.
3500
3501 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3504
3505         * wl-thread.el (wl-thread-open-all-unread): Use
3506         elmo-folder-list-flagged instead of
3507         elmo-folder-list-messages-mark-match.
3508
3509         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3510         instead of elmo-folder-list-messages-mark-match.
3511         (wl-summary-move-spec-alist): New variable.
3512         (wl-summary-move-spec-plugged-alist,
3513         wl-summary-move-spec-unplugged-alist): Abolish.
3514         (wl-summary-next-message): Follow the change above.
3515         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3516         with 'no-msg' argument.
3517
3518         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3519         variable.
3520         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3521         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3522         (wl-message-buffer-prefetch-get-next): Follow the change above.
3523
3524 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * wl-version.el (wl-version): Changed codename.
3527
3528         * Version number is increased to 2.11.0.
3529
3530 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3531
3532         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3533         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3534         `wl-draft-config-variables'.
3535         (wl-draft-kill): Fixed problem when the draft is reedit.
3536
3537 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3540         buffer-modified status (Thanks to
3541         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3542
3543 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-util.el (wl-region-exists-p): New function.
3546
3547         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3548         Remove defvars for byte-compile warnings.
3549
3550 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3551
3552         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3553         defvar-maybe. Removed unused bind.
3554
3555 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3556
3557         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3558         summary buffer window before creating new frame.
3559         (wl-draft-reply): Ditto.
3560
3561 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3564
3565 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3568
3569 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3570
3571         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3572         instead of `kill-region'.
3573
3574 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3577         (wl-highlight-summary-line-string): Use it.
3578         (wl-highlight-summary-current-line): Ditto.
3579
3580         * wl-mime.el (wl-message-delete-current-part): Check the class of
3581         mime-entity.
3582
3583         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3584
3585         * wl-summary.el (wl-summary-make-number-list): Initialize.
3586         (wl-summary-update-mark): New function.
3587         (wl-summary-reply): Put `answered' mark on the message.
3588         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3589
3590         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3591         (wl-draft-reply): Added optional argument `number';
3592         Set wl-draft-parent-number.
3593         (wl-draft-kill): Delete answered mark if it is a reply.
3594
3595 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3598         that originates in mime-preview-follow-current-entity.
3599         (wl-draft-yank-current-message-entity): Use it if region is active.
3600
3601         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3602         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3603         `wl-message-delete-current-part'.
3604         * wl-mule.el (wl-message-define-keymap): Ditto.
3605         * wl-xmas.el (wl-message-define-keymap): Ditto.
3606
3607 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-mime.el (wl-message-delete-current-part): New function.
3610         (wl-mime-node-id-to-string): Ditto.
3611
3612         * wl-mime.el (wl-message-delete-current-part): Use existing
3613         original buffer which corresponds current mime-view buffer.
3614         (fetched buffer might have different structure, possibly)
3615
3616         * wl-mime.el (wl-message-delete-current-part): Quit if the
3617         message content differs from the actual message.
3618
3619 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3622         order.
3623         (wl-summary-search-by-subject): Search parent message from tail;
3624         Check the existence of the parent message on the current thread tree.
3625         (wl-summary-update-thread): Check whether the line is inserted.
3626
3627 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3628
3629         * wl-vars.el (wl-summary-line-format): Undo last change.
3630         * wl-summary.el (wl-summary-print-destination): Do not put
3631         invisible property when `wl-summary-width' is nil.
3632         (wl-summary-line-subject-minimum-length): Abolished.
3633         (wl-summary-line-subject): Ditto.
3634
3635 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3636
3637         * wl-vars.el (wl-summary-line-format): Change default value.
3638         (wl-summary-subject-length-limit): Abolished.
3639         * wl-summary.el (wl-summary-line-subject): Ditto.
3640
3641 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-template.el (wl-template-select): Added optional argument.
3644         If optional argument is specified, reverse
3645         `wl-template-visible-select'.
3646
3647 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3650         Take prefix argument to force asking the destination folder.
3651
3652 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3655         count and update status.
3656
3657 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-summary.el (wl-summary-redisplay-internal): If
3660         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3661         after fetching.
3662
3663 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3664
3665         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3666         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3667
3668         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3669
3670 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3673         (All other related portions are changed).
3674         (wl-summary-mark-as-read-all): Rewrite.
3675
3676 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3679         `wl-summary-mark-as-read'.
3680         (wl-summary-mark-as-unread): Rewrite.
3681         (wl-summary-mark-as-read): Added no-modeline argument.
3682         (wl-summary-resume-cache-status): Rewrite.
3683         (wl-summary-exec-subr): Remove unused local variable.
3684
3685 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3686
3687         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3688         logic to call `wl-summary-buffer-prev-folder-function'.
3689         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3690
3691 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3694         is nil.
3695
3696 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3697
3698         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3699         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3700         (wl-mime-setup): Add its entry.
3701
3702 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3705         (wl-summary-delete-cache): Likewise.
3706         (wl-summary-mark-as-read): Rewrite.
3707
3708 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3711         `wl-summary-count-unread'.
3712
3713         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3714
3715         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3716
3717 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3720         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3721         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3722         Renamed to the elmo-msgdb-*-mark.
3723         (wl-summary-score-marks): Follow the change above.
3724         (wl-summary-auto-refile-skip-marks): Ditto.
3725         (wl-summary-incorporate-marks): Ditto.
3726         (wl-summary-expire-reserve-marks): Ditto.
3727
3728         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3729         changes.
3730         (wl-thread-insert-top): Changed updating message.
3731
3732         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3733         variable.
3734         (wl-summary-count-unread): Count answered marks.
3735         (wl-summary-rescan): Call wl-summary-insert-message instead of
3736         wl-summary-append-message-func-internal.
3737         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3738         (wl-summary-prefetch-msg): Follow the variable name changes.
3739         (wl-summary-prefetch-region): Ditto.
3740         (wl-summary-mark-as-read-all): Follow the API changes;
3741         Don't call elmo-folder-replace-marks.
3742         (wl-summary-delete-cache): Follow the variable name changes.
3743         (wl-summary-resume-cache-status): Ditto.
3744         (wl-summary-update-status-marks): New function.
3745         (wl-summary-insert-message): New function.
3746         (wl-summary-sync-marks): Follow the variable name changes.
3747         (wl-summary-sync-update): Synchronize to the msgdb, too;
3748         Changed update messages.
3749         (wl-summary-make-number-list): Rewrite.
3750         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3751         (wl-summary-mark-as-unread): Follow the API changes.
3752         (wl-summary-exec-subr): Follow the variable name changes.
3753         (wl-summary-mark-as-read): Ditto.
3754         (wl-summary-move-spec-plugged-alist): Ditto.
3755         (wl-summary-move-spec-unplugged-alist): Ditto.
3756         (wl-summary-cursor-move-surface): Ditto.
3757
3758         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3759         variable name changes.
3760         (wl-highlight-summary-current-line): Ditto.
3761
3762         * wl-expire.el (wl-expire-refile): Follow the API change in
3763         elmo-folder-move-messages.
3764         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3765         (wl-summary-archive): Use elmo-folder-msgdb instead of
3766         elmo-msgdb-load.
3767
3768 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-mime.el (wl-draft-preview-message): Restore the position
3771         before evaluating wl-draft-send-hook in preview buffer.
3772
3773 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3774
3775         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3776         when it creates new draft buffer.
3777
3778         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3779         without argument.
3780
3781         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3782         Evaluate content and if the value is string, insert it.
3783         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3784         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3785         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3786         wl-draft-config-sub-part-bottom): Use it.
3787
3788         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3789         with the folder name. The question was unintelligible when it is
3790         called from wl-save-status.
3791
3792 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3795         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3796         cannot take second argument).
3797
3798 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3801         as t. Since type and subtype are not case sensitive (RFC 2045).
3802
3803 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3804
3805         * wl-vars.el (wl-message-mode-line-format): New variable.
3806         (wl-message-mode-line-format-spec-alist): Ditto.
3807         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3808         (wl-message-redisplay): Use wl-message-mode-line-format.
3809
3810 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3813
3814 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3815
3816         * wl-summary.el (wl-summary-default-from): Write description.
3817
3818 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3819
3820         * wl-vars.el (wl-ldap-objectclass): Abolish.
3821
3822         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3823         (wl-ldap-make-filter): Removed condition for objectclass.
3824         (wl-ldap-make-matched-value-list): Remove meaningless process.
3825         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3826         (wl-address-ldap-search): Don't add `*' to `pat' string;
3827         use ignore-errors; added `email';
3828         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3829         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3830         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3831
3832
3833 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-draft.el (wl-draft-parent-folder): Write description.
3836         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3837
3838 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3841         as "" (zero-length string) if no parent.
3842         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3843
3844 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-address.el (wl-address-make-completion-list): Skip duplication
3847         checking.
3848         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3849         `append'.
3850
3851 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3852
3853         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3854         instead of `beginning-of-buffer'.
3855
3856 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3859
3860 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3863         Refer wl-message-buffer-name.
3864         (wl-message-wheel-down): Ditto.
3865
3866 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * wl-vars.el (wl-message-buffer-name): New user option.
3869
3870         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3871         directly instead of making alist dinamically.
3872
3873         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3874         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3875         wl-message-buffer-cache-name.
3876         (wl-message-buffer-cache-clean-up): Ditto.
3877
3878         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3879
3880         * Version number is increased to 2.9.15.
3881
3882 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-vars.el (wl-summary-default-view-alist): New user option.
3885
3886         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3887
3888         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3889         while deleting address.
3890         (wl-draft-delete-myself-from-cc): Ditto.
3891
3892         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3893         If optional argument is specified, reverse sort order.
3894
3895         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3896
3897 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-thread.el (wl-thread-insert-message): Return parent number if
3900         exists.
3901         (wl-thread-update-indent-string-region): Use
3902         wl-thread-update-line-on-buffer-sub instead of
3903         wl-thread-update-line-on-buffer.
3904
3905 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3906
3907         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3908         (wl-folder-close-all): Ditto.
3909
3910 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3911
3912         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3913         and mailing-list:.
3914         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3915         value.
3916         (wl-summary-line-list-info): Print mailing-list name even when 
3917         list-number is empty.
3918
3919 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3922
3923         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3924         (wl-draft-open-file): Ditto.
3925         (wl-draft-random-alphabet): Ditto.
3926
3927         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3928         bindings.
3929
3930 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3931
3932         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3933         * wl-vars.el (wl-draft-config-alist): Ditto.
3934
3935 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * Version number is increased to 2.9.14.
3938
3939         * wl.el (wl): Don't set wl-init as nil when error occured while
3940         auto-checking folders.
3941
3942         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3943         `elmo-expand-newtext'.
3944
3945 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3946
3947         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3948         `this-command' so that `wl-folder-goto-folder' contained in
3949         `wl-summary-keep-cursor-command' work.
3950
3951 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3954         message buffer displaying state.
3955
3956 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-vars.el (wl-summary-default-view): New variable to specify
3959         default value for `wl-summary-buffer-view' instead of using
3960         set-default.
3961         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3962
3963 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3966
3967         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3968
3969 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3970
3971         * wl-vars.el (wl-forward-subject-prefix): New variable.
3972         * wl-draft.el (wl-draft-forward): Use it.
3973
3974 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3975
3976         * wl-message.el (wl-message-prev-page): When it is called without
3977         lines argument, scroll down by wl-message-scroll-amount lines.
3978         (wl-message-next-page): Ditto.
3979         * wl-vars.el (wl-message-scroll-amount): Change default value
3980         to preserve current behavior.
3981
3982 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3983
3984         * wl-summary.el (wl-summary-prefetch-msg): Bind
3985         `wl-message-entity' to call `wl-summary-from-function'.
3986
3987 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-message.el (wl-message-buffer-create): Run
3990         wl-message-buffer-created-hook.
3991
3992 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * wl-summary.el (wl-summary-sort-specs): New variable.
3995         (wl-summary-default-sort-spec): Ditto.
3996         (wl-summary-sort): Rewrite.
3997         (wl-summary-sort-by-list-info): New function.
3998
3999 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4000
4001         * wl-summary.el (wl-summary-get-list-info): New function.
4002         (wl-summary-sort): Rewrite.
4003         (wl-summary-line-list-info): Ditto.
4004         (wl-summary-line-list-count): Ditto.
4005         (wl-summary-refile-region): Fixed docstring.
4006
4007 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4010         `wl-folder-entity-hashtb' as completion table.
4011
4012 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4015         only when this command is called interactively; silence the byte-
4016         compiler.
4017
4018 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4019
4020         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4021         active in XEmacs.
4022
4023 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4024
4025         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4026         plural lines.
4027
4028 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4031         of current line when the cursor is on the header name.
4032         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4033
4034 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4035
4036         * wl-util.el (wl-read-directory-name): Return displayed directory
4037         as the default value also on XEmacs.
4038
4039 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4042         formatting.
4043
4044 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4047         argument and when it is non-nil, check face property before
4048         highlighting for each line.
4049         (wl-highlight-summary-window): Set it.
4050
4051 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4054         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4055
4056         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4057         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4058         (wl-draft-get-fcc-list): Likewise.
4059
4060 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4061
4062         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4063         (wl-thread-entity-cur): Ditto.
4064         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4065         wl-thread-indent-regexp setting.
4066         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4067
4068         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4069         wl-summary-lazy-highlight.
4070         (wl-summary-display-bottom): Ditto.
4071
4072         * wl-thread.el (wl-thread-open-close): Likewise.
4073
4074         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4075         from and subject;
4076         Bind wl-draft-use-frame;
4077         Enclose with save-window-excursion;
4078         Use wl-draft-create-buffer instead of with-temp-buffer;
4079         Use wl-draft-prepare-edit;
4080         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4081         Use wl-draft-send instead of wl-draft-raw-send.
4082
4083 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4086         of using wl-from.
4087
4088 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4091         insert-buffer instead of clone-buffer.
4092         (wl-draft-doing-mime-bcc): New variable.
4093         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4094         infinite loop.
4095         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4096
4097         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4098         (wl-draft-mime-bcc-body): Ditto.
4099
4100         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4101         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4102         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4103         wl-draft-do-mime-bcc.
4104         (wl-draft-mime-bcc-field): New function.
4105         (wl-draft-do-mime-bcc): Ditto.
4106
4107         * wl-address.el (wl-address-complete-header-list): New variable.
4108         (wl-address-complete-header-regexp): Changed default value.
4109
4110         * Version number is increased to 2.9.13.
4111
4112 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4115         it is differed.
4116
4117 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4118
4119         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4120         (wl-summary-line-list-count): Ditto.
4121
4122 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4123
4124         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4125         (wl-nntp-posting-function): New variable.
4126         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4127         `wl-nntp-posting-config-alist'.
4128
4129 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4132         FLIM.
4133
4134 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4135
4136         * wl-summary.el (wl-summary-target-mark-refile-sub):
4137         Remove a nuisance funcall.
4138
4139 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4142         as t for `try-completion'.
4143
4144 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-summary.el (wl-summary-default-from): Use
4147         wl-address-header-extract-address instead of
4148         std11-extract-address-components.
4149         (wl-summary-simple-from): Ditto.
4150         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4151         (wl-summary-insert-headers): Show message.
4152         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4153         for whole line.
4154         (wl-summary-default-from): Revert last change.
4155         (wl-summary-simple-from): Ditto.
4156         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4157         (wl-summary-mark-as-read-region): Follow the change above.
4158         (wl-summary-sync-marks): Ditto.
4159         (wl-summary-target-mark-mark-as-read): Ditto.
4160         (wl-summary-redisplay-internal): Ditto.
4161         (wl-summary-redisplay-no-mime-internal): Ditto.
4162         (wl-summary-redisplay-all-header): Ditto.
4163         (wl-summary-mark-as-read): Removed argument `cached';
4164         Use current cache status to set cache mark.
4165         (wl-summary-redisplay-internal): Follow the change above.
4166         (wl-summary-redisplay-no-mime-internal): Ditto.
4167         (wl-summary-redisplay-all-header): Ditto.
4168
4169         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4170
4171         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4172         Don't call itself recursively (Adviced by Yamaoka-san).
4173
4174 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4177         bind wl-summary-highlight as nil to avoid error caused by missing
4178         local variables.
4179
4180 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4181
4182         * wl-vars.el (wl-invalid-character-message): New user option.
4183
4184         * wl-util.el (wl-set-string-width): If truncated string-width is
4185         larger than specified width, use `wl-invalid-character-message'.
4186
4187 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4188
4189         * wl-summary.el (wl-summary-prefetch-msg): 
4190         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4191
4192 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4193
4194         * wl-vars.el (wl-summary-check-line-format): New user option.
4195         (wl-summary-line-format-file): Ditto.
4196
4197         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4198         variable.
4199         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4200         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4201         and `wl-summary-view-old-p' to check whether do a rescan or not.
4202         (wl-summary-view-old-p): New function.
4203         (wl-summary-line-format-changed-p): Ditto.
4204         (wl-summary-line-format-save): Ditto.
4205         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4206
4207         * wl-util.el (wl-set-string-width): Avoid using negative number
4208         for make-string.
4209
4210 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4211
4212         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4213         return value.
4214
4215         * wl-util.el (wl-set-string-width): Added optional argument
4216         `padding' (All other related portions are changed).
4217         (wl-line-parse-format): If the first letter of column number is
4218         `0', zero-padding the result (ex: "%05l").
4219
4220         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4221
4222 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4225         sequential summary view.
4226
4227 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4230         if it doesn't have a -unix version.
4231
4232 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4235
4236 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4239         content.
4240         (wl-draft): Follow the change above.
4241
4242         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4243
4244         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4245         and wl-folder-summary-line-format-alist contain %T and %P.
4246
4247         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4248         (wl-summary-mode-line-format): New user option.
4249         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4250         (wl-summary-line-format): Changed default value.
4251         (wl-summary-lazy-highlight): Changed default value.
4252
4253         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4254         change in wl-summary-create-line.
4255         (wl-thread-insert-entity-sub): Ditto.
4256
4257         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4258         (wl-summary-buffer-unread-status): Ditto.
4259         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4260         (wl-summary-buffer-persistent-mark-column): Ditto.
4261         (wl-summary-buffer-mode-line-formatter): Ditto.
4262         (wl-summary-buffer-mode-line): Ditto.
4263         (wl-summary-message-regexp): Abolished.
4264         (All other related portions are changed.)
4265         (wl-summary-detect-mark-position): New function.
4266         (wl-summary-buffer-set-folder): Setup
4267         wl-summary-buffer-mode-line-formatter.
4268         (wl-summary-mode): Setup selective-display;
4269         Setup pre-idle-hook when xemacs.
4270         (wl-summary-update-modeline): Rewrite.
4271         (wl-summary-jump-to-msg): Define as function;
4272         Changed regexp for searching messages.
4273         (wl-summary-message-number): Rewrite.
4274         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4275         Do rescan when old type summary cache.
4276         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4277         (wl-summary-remove-destination): Use '\r' to detect EOL.
4278         (wl-summary-print-destination): Ditto.
4279         (wl-summary-temp-mark): New inline function.
4280         (wl-summary-persistent-mark): Ditto.
4281         (wl-summary-line-number): New function.
4282         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4283         (wl-summary-line-list-count): New function.
4284         (wl-summary-create-line): Added argument persistent-mark.
4285         (All other related portions are changed)
4286         (wl-summary-create-line): Insert '\r'.
4287         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4288         (wl-summary-cursor-move-surface): New inline function.
4289         (wl-summary-prev): Use it.
4290         (wl-summary-next): Ditto.
4291
4292         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4293         wl-summary-message-regexp.
4294         (wl-highlight-summary): Delete progress message.
4295         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4296
4297         * Version number is increased to 2.9.12.
4298
4299 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4302         variable (nil: no minimum).
4303         (wl-summary-line-subject): Add some spaces after subject by
4304         wl-summary-line-subject-minimum-length.
4305
4306 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4307
4308         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4309         and removed `F'.
4310         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4311         change above).
4312
4313 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * wl-summary.el (wl-summary-line-list-count): Reverted.
4316         (example setting in samples/*/dot.wl is also updated)
4317
4318 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4321
4322         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4323
4324         * wl-vars.el (wl-summary-line-format): Addes some description to the
4325         docstring.
4326
4327         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4328         (wl-summary-line-close-bracket): Ditto.
4329         (wl-summary-line-children-number): Ditto.
4330         (wl-summary-line-thread-indent): Ditto.
4331         (wl-summary-line-children-and-from): Ditto.
4332
4333         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4334         't', 'c', 'F' and added 'C'.
4335
4336         * wl-util.el (wl-set-string-width): Accept negative value.
4337         (wl-line-parse-format): Added "%number(" and "%)".
4338
4339 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-summary.el (wl-summary-line-list-count): Change format of the
4342         return value.
4343
4344 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4345
4346         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4347         from the recent message.el.
4348         (wl-draft-point-in-header-p): Ditto.
4349         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4350         wl-draft-beginning-of-line.
4351         * wl-e21.el (wl-draft-mode-map): Ditto.
4352         * wl-xmas.el (wl-draft-mode-map): Ditto.
4353
4354         * wl-folder.el: Sort macrodefs by dependencies.
4355
4356 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4357
4358         * wl-summary.el (wl-summary-prev): Fixed regexp.
4359         (wl-summary-next): Ditto.
4360
4361 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4364
4365 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4366
4367         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4368         for backward compatibility.
4369
4370 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-summary.el (wl-summary-line-list-count): New function, merged
4373         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4374         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4375         list counts.
4376
4377 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * wl-summary.el (wl-summary-create-line): Ignore errors while
4380         timezone-fix-time.
4381
4382         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4383
4384         * wl-summary.el (wl-summary-sync-update): Ditto.
4385         (wl-summary-default-from): Use wl-message-entity
4386         instead of entity.
4387
4388         * wl-summary.el (wl-summary-create-line): Fix.
4389
4390         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4391         (wl-summary-line-format): New user option.
4392         (wl-folder-summary-line-format-alist): Ditto.
4393         (wl-summary-from-width): Abolished.
4394
4395         * wl-util.el (toplevel): Require 'bytecomp.
4396         (wl-line-parse-format): New function.
4397         (wl-line-formatter-setup): New macro.
4398
4399         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4400         (wl-summary-buffer-line-formatter): New buffer local variable.
4401         (wl-summary-switch-to-clone-buffer): Follow the change above.
4402         (wl-summary-message-regexp): Fix.
4403         (wl-summary-from-func-internal): Abolished.
4404         (wl-summary-subject-func-internal): Ditto.
4405         (wl-summary-subject-filter-func-internal): Ditto.
4406         (All other related portions are changed.)
4407         (wl-summary-buffer-set-folder):
4408         Set up wl-summary-buffer-number-column and 
4409         wl-summary-buffer-line-formatter
4410         (All other related portions are changed.)
4411         (wl-summary-buffer-number-column-detect): Abolished.
4412         (All other related portions are changed.)
4413         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4414         (wl-summary-delete-all-temp-marks-on-buffer): Use
4415         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4416         (wl-summary-target-mark-delete): Ditto.
4417         (wl-summary-target-mark-refile-subr): Ditto.
4418         (wl-summary-target-mark-mark-as-read): Ditto.
4419         (wl-summary-target-mark-mark-as-unread): Ditto.
4420         (wl-summary-target-mark-mark-as-important): Ditto.
4421         (wl-summary-target-mark-save): Ditto.
4422         (wl-summary-replace-status-marks): Renamed from
4423         wl-summary-set-status-marks-on-buffer;
4424         Use wl-summary-message-regexp instead of
4425         wl-summary-buffer-number-regexp.
4426         (wl-summary-sync-update): Follow the change above.
4427         (wl-summary-goto-previous-message-beginning): New function.
4428         (wl-summary-mark-as-unread): Use it.
4429         (wl-summary-mark-as-important): Ditto.
4430         (wl-summary-line-formatter): New variable.
4431         (wl-summary-line-year): New function.
4432         (wl-summary-line-day): Ditto.
4433         (wl-summary-line-day-of-week): Ditto.
4434         (wl-summary-line-hour): Ditto.
4435         (wl-summary-line-minute): Ditto.
4436         (wl-summary-line-open-bracket): Ditto.
4437         (wl-summary-line-close-bracket): Ditto.
4438         (wl-summary-line-children-number): Ditto.
4439         (wl-summary-line-thread-indent): Ditto.
4440         (wl-summary-line-size): Ditto.
4441         (wl-summary-line-subject): Ditto.
4442         (wl-summary-line-from): Ditto.
4443         (wl-summary-line-children-and-from): Ditto.
4444         (wl-summary-create-line): Rewritten.
4445         (wl-summary-format-date): Abolished.
4446
4447         * wl-highlight.el (wl-highlight-summary-current-line): Use
4448         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4449         Use thread structure to detect thread top message.
4450
4451         * wl-draft.el (wl-default-draft-cite): Don't use
4452         wl-summary-from-func-internal.
4453
4454         * wl-refile.el (wl-refile-subject-learn): Don't use
4455         wl-summary-subject-filter-func-internal.
4456         (wl-refile-guess-by-subject): Ditto.
4457
4458         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4459         parameters.
4460
4461         * wl-thread.el (wl-thread-update-indent-string-region):
4462         Use wl-thread-update-line-on-buffer instead of
4463         wl-thread-update-indent-string.
4464         (wl-thread-update-children-number): Redefine using
4465         wl-thread-update-line-on-buffer.
4466         (wl-thread-update-indent-string): Abolished.
4467
4468         * Version number is increased to 2.9.11.
4469
4470 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4473         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4474         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4475
4476         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4477         as nil.
4478
4479         * wl-thread.el (wl-thread-open-all-unread): Use 
4480         elmo-folder-list-messages-mark-match.
4481         (wl-thread-insert-message): Removed argument `mark-alist'.
4482         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4483         elmo-msgdb-set-mark.
4484         (wl-thread-get-children-msgs-uncached): Likewise.
4485         (wl-thread-get-exist-children): Added argument include-self.
4486         (wl-thread-delete-message): Follow the change above.
4487
4488         * wl-summary.el (wl-summary-count-unread): Removed argument.
4489         (wl-summary-rescan): Follow the change above.
4490         (wl-summary-mark-as-read-region): Ditto
4491         (wl-summary-mark-as-unread-region): Ditto.
4492         (wl-summary-delete-messages-on-buffer): Ditto.
4493         (wl-summary-sync-update): Ditto.
4494         (wl-summary-switch-to-clone-buffer): Ditto.
4495         (wl-summary-goto-folder-subr): Ditto.
4496         (wl-summary-target-mark-mark-as-read): Ditto.
4497         (wl-summary-target-mark-mark-as-unread): Ditto.
4498         (wl-summary-target-mark-mark-as-important): Ditto.
4499         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4500         (wl-summary-update-thread): Removed argument `mark-alist'.
4501         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4502         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4503         (wl-summary-resume-cache-status): Likewise.
4504         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4505         elmo-msgdb-set-mark.
4506         (wl-summary-mark-as-read-all): Likewise.
4507         (wl-summary-delete-cache): Ditto.
4508         (wl-summary-auto-select-msg-p): Ditto.
4509         (wl-summary-mark-as-unread): Ditto.
4510         (wl-summary-no-auto-refile-message-p): Ditto.
4511         (wl-summary-mark-as-read): Ditto.
4512         (wl-summary-mark-as-important): Ditto.
4513         (wl-summary-auto-refile): Follow the change above.
4514         (wl-summary-delete-all-marks): Removed.
4515         (wl-summary-resume-marks-and-highlight): Ditto.
4516         (wl-summary-resume-marks): Ditto.
4517         (wl-summary-delete-important-msgs-from-list): Ditto.
4518         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4519
4520         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4521         wl-summary-count-unread.
4522
4523         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4524         (wl-summary-score-update-all-lines): Use
4525         elmo-msgdb-set-mark.
4526
4527 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4530         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4531         (wl-summary-create-line): Renamed from
4532         wl-summary-overview-create-summary-line;
4533         Argument rearrangement.
4534         (wl-summary-update-thread): Follow the change above.
4535
4536         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4537         (wl-thread-insert-entity-sub): Likewise.
4538
4539         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4540         argument `overview', `mark-alist' and added `msgdb'.
4541
4542         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4543
4544         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4545         (wl-summary-rescan): Follow the change above.
4546         (wl-summary-sync-update): Ditto.
4547         (wl-summary-insert-thread-entity): Ditto;
4548         Don't use `let*' in every while loop;
4549         Detect infinite loop of threads.
4550         (wl-summary-update-thread): Removed argument `overview'.
4551
4552         * wl-thread.el (wl-thread-insert-message): Ditto.
4553
4554         * Version number is increased to 2.9.10.
4555
4556         * wl-message.el (wl-message-redisplay): Ignore errors while
4557         wl-message-redisplay-hook.
4558
4559 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4562
4563 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4564
4565         * wl.el (wl): inhibit-quit while wl-folder.
4566
4567 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4570         while msgdb access.
4571
4572 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4573
4574         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4575         even if no folder is not created.
4576
4577 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4580
4581         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4582         implementation.
4583         (wl-summary-target-mark-thread): Ditto.
4584
4585         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4586
4587 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4588
4589         * wl-util.el (wl-display-bytes): Remove unused function.
4590
4591 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4594         seems critical one (partially reverse the change in 2002/03/17).
4595
4596 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4599         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4600
4601 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4602
4603         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4604         is not writable.
4605         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4606         plugged status instead of `'force' as 2nd argument.
4607
4608         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4609         is not creatable.
4610
4611         * Version number is increased to 2.9.9.
4612
4613 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4614
4615         * wl-summary.el (wl-summary-suspend): New function.
4616
4617 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4618
4619         * wl.el (wl): Do not check variables if check is nil.
4620         * wl-utils.el (wl-collect-draft): New function.
4621         * wl-folder.el (wl-folder-suspend): Put summary buffers
4622         and draft buffers at the end of buffer list.
4623         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4624
4625 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4626
4627         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4628         loop instead of recursive call.
4629
4630         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4631         2nd argument.
4632
4633 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-draft.el (wl-draft-create-contents): Don't take neither
4636         (function . args) nor (string . something) any more.
4637
4638         * wl-version.el (wl-generate-user-agent-string): Return string
4639         without header symbol.
4640         * wl-draft.el (wl-draft-default-headers): Use it.
4641
4642         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4643         `wl-draft-insert-ccs' and return field value instead of inserting
4644         the header. Abolish cc argument.
4645         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4646
4647         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4648         rather than one with string car.
4649
4650         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4651         * wl-draft.el (wl-draft-create-contents): Add it after the default
4652         headers.
4653
4654         * wl-draft.el (wl-draft-create-contents): For the case of
4655         (symbol-or-string . function) insert header only when the function
4656         returns string value.
4657
4658 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4661         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4662
4663 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl.el (wl-check-environment): Don't check Message-ID when
4666         `wl-insert-message-id' is nil.
4667         Revive checking if `wl-message-id-domain' contains "@".
4668
4669 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl.el (wl-check-environment): Merge examination for "@" at
4672         inappropriate position into the first string-match.
4673
4674         * wl-summary.el (wl-summary-target-mark-print): New function.
4675         (wl-summary-pipe-message-subr): Extracted from
4676         `wl-summary-pipe-message'.
4677         (wl-summary-target-mark-pipe): New function.
4678         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4679         `wl-summary-target-mark-pipe'.
4680
4681 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4684
4685 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl.el (wl-check-environment): Use elmo-warning instead of
4688         error for non-critical ones.
4689         Remove trash folder check.
4690         (wl): Don't ignore error in wl-check-environment.
4691
4692         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4693         check, which is moved from `wl-check-environment'.
4694         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4695
4696 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4699         guess anything, call wl-summary-write.
4700         (wl-summary-write): Create draft with blank To field.
4701         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4702
4703 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4706         argument full as well for wl-folder-write-current-folder.
4707         If wl-*-write-current-folder cannot guess addressee, add blank
4708         To header.
4709         Rewrite condition for positioning cursor.
4710
4711 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4714         summary buffer is present, use it.
4715         (wl-folder-jump-to-previous-summary): Ditto.
4716
4717 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4720
4721         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4722         wl-summary-previous-buffer and wl-summary-next-buffer.
4723
4724         * wl-folder.el (wl-folder-mode-map): Bind
4725         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4726         (wl-folder-jump-to-next-summary): New function.
4727         (wl-folder-jump-to-previous-summary): Ditto.
4728
4729         * wl-draft.el (wl-draft): Rearranged.
4730
4731 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4734         of header.
4735         (wl-draft): Collect arguments for the header as header-alist.
4736         (wl-draft-forward): Arrange arguments for wl-draft.
4737         (wl-draft-reply): Ditto.
4738         (wl-draft-edit-string): Ditto.
4739         * wl-summary.el (wl-summary-write): Ditto.
4740         (wl-summary-write-current-folder): Ditto.
4741
4742         * Version number is increased to 2.9.8.
4743
4744 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4747
4748         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4749
4750         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4751         even if the guess failed.
4752
4753         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4754         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4755         wl-summary-write-current-folder.
4756         * wl-xmas.el: Ditto.
4757
4758 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4759
4760         * wl-summary.el (wl-summary-next-page): Force display message if
4761         message is not displayed yet.
4762         (wl-summary-prev-page): Ditto.
4763
4764 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4765
4766         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4767
4768 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4771         add "Preview Message" and "Save Draft and Exit".
4772
4773 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4776         if addrmgr is called from draft in splitted window.
4777
4778         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4779         * wl-mule.el: Ditto.
4780         * wl-xmas.el: Ditto.
4781
4782 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4785
4786         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4787         * wl-xmas.el (wl-folder-toolbar): Ditto.
4788
4789 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4792         and wl-draft-save-and-exit.
4793         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4794         * wl-xmas.el: Ditto.
4795         * wl-mule.el: Ditto.
4796
4797         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4798         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4799
4800 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4801
4802         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4803         lists for saving buffer.
4804
4805 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806
4807         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4808         parent-folder argument instead of it.
4809         (wl-draft-create-buffer): Ditto.
4810         (wl-draft-forward): Ditto.
4811         (wl-draft-reply): Ditto.
4812         * wl-summary.el (wl-summary-write): Ditto.
4813         (wl-summary-write-current-folder): Ditto.
4814
4815         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4816         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4817         Folder buffer after composing.
4818
4819 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4822         header if the file `wl-x-face-file' already contains it.
4823
4824 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4827         folder" entry.
4828         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4829         * wl-e21.el (wl-folder-toolbar): Ditto.
4830         * wl-xmas.el (wl-folder-toolbar): Ditto.
4831
4832 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4835         wl-folder-goto-folder with sticky argument.
4836         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4837
4838 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4841         and wl-summary-previous-buffer.
4842         (wl-summary-next-buffer): New function.
4843         (wl-summary-previous-buffer): Ditto.
4844
4845 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4848         wl-folder-jump-to-current-entity-with-arg.
4849         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4850         `wl-folder-jump-to-current-entity'.
4851         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4852         `wl-summary-goto-folder-sticky'.
4853         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4854         `wl-summary-goto-folder'.
4855         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4856         Unless force-exit, do not clean temp. marks for sticky summary.
4857         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4858
4859 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4862         not entire.
4863
4864 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4867         to `C-x C-s'.
4868         (wl-summary-save-status): New command.
4869         (wl-summary-exit): Don't clean-up temp marks when sticky.
4870         (Applied patch from Nakayama-san [wl: 09548])
4871         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4872         Do nothing when no mark data.
4873         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4874         Call `wl-summary-delete-all-temp-marks' before saving.
4875
4876 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4877
4878         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4879
4880 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl.el (wl-check-environment): Also cause error when (system-name)
4883         returns "localhost.localdomain". (Although it doesn't affect because
4884         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4885
4886 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4889         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4890
4891         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4892         value.
4893
4894 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4897         Likewise r-cc-list and r-ng-list.
4898
4899 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4902         only if it is bound as variable.
4903
4904         * wl-mime.el (wl-draft-preview-message): Ditto.
4905
4906 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4909         needless `goto-char'.
4910
4911         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4912         `wl-summary-redisplay-no-mime-internal' instead of
4913         `wl-summary-redisplay-no-mime'.
4914         (wl-summary-redisplay-no-mime): Changed argument;
4915         Call `wl-summary-redisplay-no-mime-internal'.
4916
4917         * wl-mime.el (wl-draft-preview-message): Bind
4918         `mime-header-encode-method-alist' locally.
4919
4920         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4921         (wl-draft-std11-parse-addresses): Added the first address check.
4922         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4923
4924         * Version number is increased to 2.9.7.
4925
4926 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4929
4930 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4931
4932         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4933         related to scrollbar support, if there is no such a feature
4934         compiled in.
4935
4936 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4937
4938         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4939         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4940         for prefetch.
4941
4942 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-summary.el (wl-summary-pick): Fix for no match.
4945
4946 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4947
4948         * wl-draft.el (wl-draft-save):
4949         Override `mime-header-encode-method-alist'.
4950
4951 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4952
4953         * wl-folder.el (wl-folder-pick): New function.
4954         Define key as "?".
4955
4956 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4959         Fix for unplugged.
4960
4961 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4962
4963         * wl-folder.el (wl-folder-virtual): New function.
4964         Define key as "V".
4965
4966 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4967
4968         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4969         multi folder if entity is group.
4970
4971 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4972
4973         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4974         is nil.
4975
4976 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4977
4978         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4979         (wl-summary-target-mark-msgs): Return the number of marked messages.
4980
4981 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4982
4983         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4984         "first:" is specified.
4985
4986 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-vars.el (wl-from): Use return value of function
4989         user-full-name instead of the variable user-full-name since
4990         XEmacs-20.4 doesn't set this variable.
4991
4992 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4995         call `wl' directly.
4996
4997 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4998
4999         * wl-draft.el (wl-draft-reedit): Removed duplicated
5000         switch-to-buffers.
5001
5002 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * wl.el (wl-other-frame): Removed garbages.
5005
5006 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5009
5010         * wl-xmas.el (wl-draft-key-setup): Ditto.
5011
5012         * wl-mule.el (wl-draft-key-setup): Ditto.
5013
5014         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5015         (wl-draft-reedit): Ditto.
5016         (wl-draft-prepare-edit): Add `wl-draft-save' to
5017         `local-write-file-hooks'.
5018         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5019         (wl-draft-reedit): Set buffer-file-name.
5020         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5021
5022
5023         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5024         call it.
5025         (wl-delete-startup-frame-function): New variable.
5026         (wl-other-frame): New function
5027         (Original was written by Yamaoka san [wl: 09239]).
5028
5029         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5030         if `wl-folder-use-frame'.
5031
5032 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5033
5034         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5035
5036 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5037
5038         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5039         New variable.
5040         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5041         (wl-message-buffer-prefetch-get-next): Use them.
5042         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5043
5044 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5047         with unwind-protect.
5048
5049         * wl-draft.el (wl-draft-reedit): Rewrite.
5050         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5051         (wl-draft-save): Insert header separator if it does not exist;
5052         Removed condition-case.
5053
5054         * wl-summary.el (wl-summary-reedit): Revert last change.
5055
5056         * wl-draft.el (wl-draft-save): Rewrite.
5057         (wl-draft-create-buffer): Set buffer-file-name as nil.
5058
5059         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5060
5061         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5062
5063         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5064         nil.
5065
5066 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5069         If count is nil, do not prefetch.
5070         (wl-message-buffer-prefetch-next): Next.
5071
5072 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5075
5076 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5077
5078         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5079         `delete-backward-char'
5080         (wl-draft-prepare-edit): Check major-mode.
5081         (wl-draft-decode-header): Rewrite.
5082         (wl-draft): Fix.
5083
5084 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5085
5086         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5087
5088 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5091         (wl-message-buffer-prefetch-get-next): Remove size checking.
5092         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5093
5094 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5095
5096         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5097         (wl-draft-default-headers): Fix.
5098
5099 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5100
5101         * wl-draft.el (wl-draft-default-headers): Insert return value of
5102         `wl-generate-mailer-string-function'.
5103
5104 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5107         (wl-draft-insert-mail-header-separator): Ditto.
5108
5109         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5110         again (Reverted the change on 2002-01-17 by OKADA san).
5111
5112 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5113
5114         * wl-draft.el (wl-draft): Rewrite.
5115         (wl-draft-create-buffer): New function.
5116         (wl-draft-create-contents): Ditto.
5117         (wl-draft-prepare-edit): Ditto.
5118         (wl-draft-decode-header): Ditto.
5119         (wl-draft-decode-body): Ditto.
5120         (wl-draft-check-new-line): Ditto.
5121         (wl-draft-default-headers): Ditto.
5122         (wl-draft-insert-mail-header-separator): Ditto.
5123
5124 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5125
5126         * Version number is increased to 2.9.6.
5127
5128 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5129
5130         * wl-draft.el (wl-draft-delete-field): Optional argument.
5131         (wl-draft-delete-fields): Ditto.
5132
5133 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5134
5135         * wl-message.el (toplevel): Eliminated byte-compile warning.
5136         for `itimer-function', `delete-timer' and `itimer-list'.
5137
5138 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5139
5140         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5141         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5142         `wl-message-buffer-prefetch-threshold'.
5143         * wl-summary.el (wl-summary-redisplay-internal): Remove
5144         the check of `wl-message-buffer-prefetch-depth'.
5145
5146 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5149         size of article.
5150         (wl-message-buffer-prefetch-subr): Remove size check.
5151
5152 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-vars.el (wl-plugged): Make customizable.
5155
5156 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5157
5158         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5159         (wl-message-buffer-prefetch-set-timer): New function.
5160         (wl-message-buffer-prefetch-get-next): New function.
5161         (wl-message-buffer-prefetch): New function.
5162         (wl-message-buffer-prefetch-next): Rewrite.
5163         (wl-message-buffer-prefetch-subr): Rewrite.
5164         * wl-vars.el (wl-auto-prefetch-first): New variable.
5165         * wl-summary.el (wl-summary-goto-folder-subr): Call
5166         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5167
5168 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5169
5170         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5171         `wl-summary-unread-message-hook'.
5172
5173 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5174
5175         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5176         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5177         if range is `cache-status'.
5178
5179 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5180
5181         * wl-message.el (wl-message-buffer-prefetch-subr):
5182         Improve debug message.
5183
5184 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5185
5186         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5187         `wl-mail-send-pre-hook'.
5188         (wl-draft-send-mail-with-qmail): Ditto.
5189         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5190
5191 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5192
5193         * wl-message.el (wl-message-buffer-prefetch-subr):
5194         Fix for cancel-function-timers bug.
5195         (wl-message-buffer-prefetch-debug): Default value is t.
5196
5197 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5198
5199         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5200         (wl-message-buffer-prefetch-subr): Rewrite.
5201         Rename from `wl-message-buffer-prefetch'.
5202
5203 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5204
5205         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5206         (wl-default-draft-cite-decorate-author): Ditto.
5207
5208         * wl-draft.el (wl-draft-cite-function): Removed.
5209         (wl-default-draft-cite-decorate-author): Ditto.
5210
5211 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5214         (wl-default-draft-cite): Do not arrange author name if the value of
5215         `wl-default-draft-cite-decorate-author' is nil.
5216
5217 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5220
5221         * wl-folder.el (wl-folder-check-one-entity): Don't care
5222         `elmo-folder-use-flag-p'.
5223
5224 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-folder (wl-folder-check-one-entity): Fix
5227         problem if unread is nil.
5228
5229 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-address.el (wl-address-make-completion-list): Check whether
5232         the address is a group list.
5233         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5234
5235 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5236
5237         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5238         The number of the messages of new and unread does not count
5239         correctly.
5240
5241         * wl-summary.el (wl-summary-count-unread): Changed to return
5242         `(new . unread)' instead of total.
5243         (wl-summary-sync-update): Follow the change above.
5244
5245         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5246
5247 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-address.el (wl-address-make-completion-list): Do not enclose
5250         address by " <" and ">" if associated realname is "".
5251         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5252         This is against the promblem with group list in .addresses pointed
5253         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5254
5255 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5256
5257         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5258         message is a format control string.
5259         * wl-expire.el (wl-expire-append-log): Ditto.
5260         * wl-mime.el (wl-summary-burst-subr): Ditto.
5261         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5262         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5263
5264 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5267         wl.el (wl-check-variables): Rename from `wl-check-type'.
5268         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5269         (wl-check-variables-2): New function.
5270         (wl): Call `wl-check-variables-2'.
5271
5272 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5275         after renaming folder in access group.
5276
5277 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5278
5279         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5280         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5281         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5282         (wl-message-buffer-prefetch): Rewrite.
5283         (wl-message-buffer-prefetch-idle-time): Removed.
5284         * wl-summary.el (wl-summary-redisplay-internal):
5285         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5286         Error check for `wl-message-buffer-prefetch-depht'.
5287
5288 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * Version number is increased to 2.9.5.
5291         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5292
5293 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5294
5295         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5296         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5297         Based on the patch written by
5298         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-draft.el (wl-draft-raw-send): Fix for
5303         `wl-news-send-pre-hook'
5304
5305 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * wl-utils.el (wl-message-id-function): New variable.
5308         * wl-draft.el (wl-draft-insert-required-fields):
5309         Use `wl-message-id-function'.
5310
5311 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5312
5313         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5314         * wl-utils.el (wl-draft-make-message-id-string):
5315         Use `wl-from' for domain part of Message-ID
5316         if `wl-message-id-use-wl-from' if non-nil.
5317         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5318
5319 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5320
5321         * wl.el (wl): Call `wl-check-type'
5322         Do not 'condition-case'.
5323
5324 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl.el (wl-check-type): New function.
5327         (wl-check-type-variables): New variable.
5328
5329 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5330
5331         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5332
5333 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-draft.el (wl-smtp-password-key): New function.
5336         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5337         (wl-draft-send-mail-with-smtp): Ditto.
5338         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5339
5340 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5341
5342         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5343         * wl-utils.el (wl-unique-id-suffix): Remove.
5344
5345 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5346
5347         * Version number is increased to 2.9.4.
5348
5349 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5350
5351         * wl-utils.el (wl-unique-id-suffix): New variable.
5352         (wl-unique-id): Use `wl-unique-id-suffix'
5353
5354 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5355
5356         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5357         instead of `elmo-msgdb-search'.
5358
5359         * Version number is increased to 2.9.3.
5360
5361 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5362
5363         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5364
5365 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5366
5367         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5368         (wl-draft-dispatch-message): Changed for send-later.
5369         (wl-draft-queue-flush): Ditto.
5370         (wl-draft): Clear `wl-sent-message-queued'.
5371         (wl-draft-reedit): Ditto.
5372         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5373         * wl-vars.el (wl-draft-force-queuing): New variable.
5374         (wl-draft-force-queuing-mail): New variable.
5375         (wl-draft-force-queuing-news): New variable.
5376
5377 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5378
5379         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5380         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5381
5382 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5383
5384         * Version number is increased to 2.9.2.
5385
5386 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * wl-draft.el (wl-draft-elide-region): New user command.
5389         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5390
5391         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5392         command `wl-draft-elide-region'.
5393         * wl-mule.el: Ditto.
5394         * wl-xmas.el: Ditto.
5395
5396 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5399         (wl-biff-check-folder-async): Removed needless let.
5400
5401 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5404         wl-folder-get-elmo-folder.
5405         (wl-biff-check-folder): Set `biff' argument of
5406         `wl-folder-check-one-entity'.
5407         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5408
5409         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5410         (wl-folder-check-one-entity): Added `biff' argument;
5411         Setup `biff' slot of folder.
5412
5413         * Version number is increased to 2.9.1.
5414
5415 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5416
5417         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5418         comment out and fixed.
5419         (wl-fldmgr-add-completion-subr): Ditto.
5420
5421         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5422         and msgdb.
5423
5424         * wl.el (wl-toggle-plugged): Save summary view.
5425
5426 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5429
5430 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5431
5432         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5433
5434 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5437         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5438         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5439
5440         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5441         if it was failed.
5442         (wl-demo): Disable undo in the demo buffer.
5443
5444 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * wl-version.el (wl-version): Changed codename.
5447
5448         * Version number is increased to 2.9.0.
5449
5450 2001-12-14  Takuo KITAME <kitame@northeye.org>
5451
5452         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5453         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5454         (wl-folder-mark-as-read-all-current-entity): Ditto.
5455
5456 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-vars.el (wl-from-width): Define as obsolete variable.
5459         (wl-subject-length-limit): Ditto.
5460
5461         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5462
5463         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5464         wl-summary-save-view.
5465
5466         * wl.el (wl-save-status): Ditto.
5467         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5468
5469         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5470         (wl-summary-exit): Follow the change above.
5471         (wl-summary-goto-folder-subr): Ditto.
5472
5473         * wl-folder.el (wl-folder-create-subr): Don't use
5474         `elmo-folder-creatable-p'.
5475
5476 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5479
5480 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5483         rather than bitmap on Emacs 21.
5484         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5485         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5486         for xbm if the new redisplay engine is not available.
5487
5488 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-folder.el (wl-folder-init-hook): New hook.
5491         (wl-folder-init): Run `wl-folder-init-hook'.
5492
5493 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5496
5497 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-acap.el (wl-acap-cache-filename): New variable.
5500         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5501         (wl-acap-init): Use cache if no ACAP server found.
5502
5503 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5504
5505         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5506         `wl-acap-original-msgdb-dir'.
5507
5508         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5509         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5510
5511         * wl-mime.el (wl-mime-save-directory): Renamed from
5512         `wl-mime-save-dir'.
5513
5514 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5517
5518         * wl-demo.el: Require `path-util'.
5519         (wl-demo-bitmap-mule-available-p): New internal variable.
5520         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5521         `module-installed-p' instead.
5522         (wl-demo-insert-image): Use *.img file for a bitmap image.
5523         (wl-demo): Don't call the ascii demo recursively.
5524
5525 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5526
5527         * Version number is increased to 2.7.7.
5528
5529 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl.el (wl-exit): Eliminated byte-compile warning.
5532
5533 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5534
5535         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5536         obsolete variable using `elmo-define-obsolete-variable'.
5537         (wl-fetch-confirm-threshold): Ditto.
5538         (wl-cache-prefetch-folder-type-list): Ditto.
5539         (wl-cache-prefetch-folder-list): Ditto.
5540
5541 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5544         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5545         (wl-demo-insert-image): New function.
5546         (wl-demo-insert-text): New function.
5547         (wl-demo-image-type-alist): Redefine as a function.
5548         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5549         (wl-demo-with-temp-file-buffer): Removed.
5550         (wl-logo-xpm): Removed.
5551         (wl-logo-xbm): Removed.
5552         (wl-logo-bitmap): Removed.
5553
5554 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5555
5556         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5557         (wl-expire-localdir-get-folder-function): New user option.
5558         (wl-expire-localdir-get-folder): New function.
5559         (wl-expire-localdir-date): Ditto.
5560
5561 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5562
5563         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5564         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5565         Fixed unread number mismatch when all-unread < unread.
5566
5567 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5570         (wl-fetch-confirm-threshold): Ditto.
5571
5572         * wl-summary.el (wl-summary-confirm-appends): Removed.
5573         (wl-summary-sync-update): Don't refer
5574         `wl-summary-update-confirm-threshold' (It is now abolished).
5575
5576         * wl-message.el (wl-message-display-internal): Don't refer
5577         `wl-fetch-confirm-threshold' (It is now abolished).
5578
5579 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5582
5583 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5586         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5587         Change default value to nil.
5588         (wl-summary-indent-length-limit): The value can be nil, nil means
5589         unlimited.
5590
5591         * wl-summary.el: Don't set limit for indent length if the value of
5592         wl-summary-indent-length-limit is nil.
5593         If the value of wl-summary-width is nil, it means only that the width
5594         of summary is unlimited (nil doesn't mean that the indent length is
5595         unlimited).
5596
5597         * wl-thread.el: Ditto.
5598
5599 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5600
5601         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5602         be nil, nil means never confirm.
5603         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5604
5605 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5606
5607         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5608         means unlimited).
5609
5610 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5613         Use `with-temp-buffer'.
5614
5615 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5618         with new backquote style).
5619         (wl-folder-get-entity-from-buffer): Ditto.
5620
5621 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5622
5623         * wl-version.el (nemacs-version): Eliminated.
5624         (wl-extended-emacs-version2): Ignore nemacs.
5625         (wl-extended-emacs-version3): Ditto.
5626
5627 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5628
5629         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5630         (wl-draft-add-in-reply-to): New variable.
5631         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5632         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5633         (wl-draft-yank-from-mail-reply-buffer): Use
5634         `wl-draft-add-in-reply-to'.
5635         (wl-draft-insert-current-message): Ditto.
5636
5637 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5638
5639         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5640         typo (kill->hide).
5641         (wl-message-buffer-prefetch-folder-type-list): Added elements
5642         `mark' and `cache' instead of `internal'.
5643
5644 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5647         resume msgdb directory.
5648
5649 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl.el (wl-exit): Call `wl-acap-exit'.
5652
5653         * wl-summary.el (wl-summary-message-string): New function.
5654         (wl-summary-reedit): Use it.
5655         (wl-summary-resend-bounced-mail): Remove needless let.
5656         (wl-summary-supersedes-message): Ditto.
5657         (wl-summary-save): Ditto.
5658
5659         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5660         (wl-acap-init): Set it.
5661         (wl-acap-exit): New function.
5662
5663 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5664
5665         * wl.el (wl-init): Revert (require 'mime-setup). move from
5666         toplevel.
5667
5668 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5669
5670         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5671         local variables.  Add error when guess function return invalid
5672         value.
5673
5674 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5675
5676         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5677         Change local variable name.
5678         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5679         (wl-folder-get-newsgroups): Return nil when non-news folder.
5680         * wl-summary.el (wl-summary-write-current-folder): State through
5681         when guess-list return nil.
5682         (wl-summary-write-current-folder-functions): Fixed docstring.
5683
5684         * wl.el (wl-exit): Changed confirm message.
5685
5686         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5687         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5688
5689         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5690
5691 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5692
5693         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5694         user option (Renamed from wl-cache-prefetch-folder-type-list).
5695         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5696         from wl-cache-prefetch-folder-list).
5697
5698         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5699         Move to wl-vars.el.
5700         (wl-message-buffer-prefetch-p): Changed to enable
5701         `wl-message-buffer-prefetch-folder-list'.
5702
5703         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5704         `ignore-cache'.
5705
5706 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5709         `part-top' and `part-bottom'.
5710         (wl-draft-config-sub-part-top): New function.
5711         (wl-draft-config-sub-part-bottom): New function.
5712
5713 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5716
5717 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5720
5721 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5722
5723         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5724
5725         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5726         (wl-summary-write-current-folder): Ditto.
5727
5728 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-folder.el (wl-folder-get-newsgroups): Use
5731         `elmo-folder-newsgroups'.
5732
5733 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5734
5735         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5736         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5737         `wl-draft-config-sub-header-bottom'.
5738
5739 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5740
5741         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5742         localnews folder.
5743
5744 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5745
5746         * wl-summary.el (wl-summary-mode): Undo last change.
5747
5748         * wl-folder.el (wl-folder-mode): Ditto.
5749
5750 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5751
5752         * wl-summary.el (wl-summary-mode): Locally set
5753         truncate-partial-window-width to nil.
5754         (for XEmacs)
5755
5756         * wl-folder.el (wl-folder-mode): Ditto.
5757
5758 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5759
5760         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5761
5762 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5763
5764         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5765         number.
5766
5767         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5768
5769         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5770
5771         * Version number is increased to 2.7.6.
5772
5773 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5776
5777 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-summary.el (wl-summary-sync-update): Enclose network
5780         related portion with `unwind-protect'.
5781
5782 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5783
5784         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5785
5786 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5787
5788         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5789         element.
5790         * wl-vars.el (wl-message-body-button-alist): Ditto.
5791
5792         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5793         max match length.
5794         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5795
5796         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5797         for the max match length;
5798         Use 4th element value for the button string regexp group.
5799
5800         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5801         candidate exists, prompt to select.
5802
5803 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5804
5805         * wl-summary.el (wl-summary-jump-to-msg): Search before
5806         calibration point by `beginning-of-line'.
5807
5808 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5809
5810         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5811         for access group.
5812
5813 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-message.el (wl-message-display-internal): Bind
5816         `default-mime-charset'.
5817
5818         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5819
5820         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5821
5822         * Version number is increased to 2.7.5.
5823
5824 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5825
5826         * wl-expire.el (wl-summary-archive): Fixed;
5827         Use `elmo-folder-name-internal'.
5828
5829 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5830
5831         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5832         from `elmo-folder-move-messages' caller.
5833         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5834
5835         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5836         related portions are changed).
5837
5838 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5839
5840         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5841         counter.
5842
5843 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5844
5845         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5846         buffer local and set it to nil.
5847
5848         * wl-message.el (wl-message-redisplay): Ditto.
5849
5850 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5851
5852         * wl-summary.el (wl-summary-mark-as-important): If message is
5853         already cached, set messag as read, otherwise encache and mark as read.
5854
5855 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5858         point-min.
5859
5860 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5863         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5864         a keymap.
5865
5866 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5867
5868         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5869         parent.
5870
5871         * wl-mule.el (wl-message-define-keymap): Ditto.
5872
5873         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5874
5875         * wl-xmas.el (wl-message-display-internal-hook): Define.
5876         (wl-xmas-setup-message-toolbar): Define as function.
5877         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5878         (wl-message-overload-functions): Abolished.
5879         (wl-message-define-keymap): New function.
5880
5881         * wl-vars.el (wl-message-display-internal-hook): New variable.
5882         (wl-message-header-button-alist): New variable (Renamed from
5883         wl-highlight-message-header-button-alist).
5884         (wl-message-body-button-alist): Ditto.
5885
5886         * wl-mule.el (wl-message-define-keymap): New function.
5887         (wl-message-overload-functions): Abolished.
5888
5889         * wl-message.el (wl-message-add-buttons-to-body): New function.
5890         (wl-message-redisplay): Don't call wl-message-overload-functions;
5891         Call wl-message-add-buttons-to-header and
5892         wl-message-add-buttons-to-body.
5893         (wl-message-display-internal): Set keymap argument for
5894         elmo-mime-display-as-is, elmo-mime-message-display;
5895         Run wl-message-display-internal-hook.
5896         (wl-message-refer-article-or-url): Abolished.
5897
5898         * wl-highlight.el (wl-highlight-headers): Don't call
5899         wl-highlight-message-add-buttons-to-header.
5900         (wl-highlight-message-add-buttons-to-header): Abolished.
5901
5902
5903         * wl-e21.el (wl-message-display-internal-hook): Define.
5904         (wl-e21-setup-toolbar): Deleted duplicated binding.
5905         (wl-e21-setup-message-toolbar): Define as function.
5906         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5907         (wl-message-define-keymap): New function.
5908         (wl-message-overload-functions): Abolished.
5909
5910 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5913         and elmo-folder-close.
5914
5915         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5916
5917 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5920         boolean value.
5921         * wl-draft.el (wl-draft-do-fcc): Ditto.
5922
5923 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5924
5925         * wl-vars.el (wl-fcc-force-as-read): New variable.
5926         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5927         mark copied message as read.
5928
5929 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5930
5931         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5932
5933 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5934
5935         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5936         `wl-summary-target-above' instead of obsolete variable
5937         `wl-summary-temp-above'.
5938
5939         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5940         instead of `make-obsolete-variable'.
5941         * wl-refile.el (toplevel): Ditto.
5942
5943 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5946         with third argument t.
5947         (wl-draft): Set first argument for wl-plugged-init as t.
5948
5949         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5950         definition.
5951
5952 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5953
5954         * wl-vars.el: Tabify.
5955         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5956
5957         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5958         message.
5959
5960 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5961
5962         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5963         and set default to beep.
5964
5965 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5966
5967         * wl-vars.el (wl-draft-truncate-lines): New variable.
5968
5969         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5970         instead of wl-message-truncate-lines for truncate-lines.
5971
5972 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl-message.el (wl-message-display-internal): Call
5975         `wl-highlight-message' after `elmo-mime-display-as-is'.
5976
5977         * wl-mime.el (wl-mime-display-text/plain): New function.
5978         (wl-mime-display-header): Ditto.
5979         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5980         body-presentation-method for text/plain;
5981         Register `wl-mime-display-header' as a header-presentation-method;
5982         Don't set up `elmo-message-text-content-inserted-hook' and
5983         `elmo-message-header-inserted-hook'.
5984
5985         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5986         variable.
5987         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5988         as t if flag is 'all-header;
5989         Don't bind `elmo-message-ignored-field-list',
5990         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5991
5992 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5995         for xemacs with non-mule environment.
5996
5997 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5998
5999         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6000         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6001         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6002
6003 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6004
6005         * wl-vars.el (wl-interactive-send): Set default value as t.
6006
6007 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6010         (wl-addrmgr-method-list): Abolished.
6011         (wl-addrmgr-change-method): Follow above change.
6012
6013         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6014
6015 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017         * wl-vars.el (wl-message-truncate-lines): Change default value
6018         to default-truncate-lines.
6019
6020         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6021
6022 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl-vars.el (wl-message-truncate-lines): New variable.
6025
6026         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6027         wl-message-truncate-lines.
6028
6029 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6030
6031         * wl-acap.el (wl-acap-init): Remove period from error message.
6032         (wl-acap-find-acap-service): Remove period from message.
6033
6034 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl.el (wl-check-environment): Undo last change.
6037
6038         * wl-vars.el (wl-from): Changed default value.
6039
6040         * wl-util.el (toplevel): Don't require tm-edit.
6041
6042         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6043         `wl-folder-init';
6044         Don't set mark on mail body.
6045         (wl-draft-reedit): Ditto.
6046
6047         * wl-address.el (wl-address-quote-specials): Define as an alias for
6048         elmo-address-quote-specials.
6049
6050 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6053
6054         * wl-vars.el (wl-from): Set default value as nil.
6055         (wl-organization): Set default value as ORGANIZATION environment
6056         variable.
6057
6058         * wl-draft.el (wl-smtp-extension-bind): Check value of
6059         wl-smtp-connection-type.
6060
6061         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6062         error.
6063
6064 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6065
6066         * Version number is increased to 2.7.4.
6067
6068         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6069         arguments from `wl-highlight-x-face-function' caller.
6070         Use x-face-1.3.6.12 or later.
6071
6072 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6073
6074         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6075
6076 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6079         (wl-fcc): Fix to accept function.
6080         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6081
6082 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6083
6084         * wl-acap.el (toplevel): Added `product-provide' declare.
6085         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6086
6087 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl.el (wl): Changed order of calling `elmo-init'
6090         and `elmo-folder-init'.
6091
6092 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6093
6094         * wl-mime.el (wl-summary-burst): Extract message when content-type
6095         of root entity is not only `multipart' but also `message/rfc822'.
6096         (wl-summary-burst-subr): Ditto.
6097
6098 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-vars.el (toplevel): Require 'custom.
6101         (wl-trash-folder): Added to `wl-setting' group.
6102
6103         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6104         exists.
6105         (wl-addrmgr-draw): Insert empty line when no entry exists.
6106
6107         * wl-mule.el (wl-message-wheel-up): Fixed.
6108         (wl-message-wheel-down): Ditto.
6109
6110 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6111
6112         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6113         config is an anonymous lambda expression.
6114
6115 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6118         when Mule 2 is running.
6119
6120 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6123
6124 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6127         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6128
6129         * wl-address.el (wl-address-specials-regexp): Eliminated.
6130         (wl-address-quote-specials): Rewrite.
6131
6132 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6135         shy-groups for regexp.
6136
6137         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6138         character classes and Perl style shy-groups for regexp.
6139         (wl-highlight-plugged-current-line): Use Posix style character
6140         classes for regexp.
6141         (wl-e21-highlight-folder-by-numbers): Ditto.
6142         (wl-e21-display-image-p): Use `display-images-p' instead of
6143         `display-graphic-p'.
6144         (display-images-p): Make an alias to `display-graphic-p' if it is
6145         not available.  It is for Emacs version prior to 21.0.105.
6146
6147         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6148         `display-graphic-p'.
6149         (wl-demo-image-type-alist): Ditto.
6150         (display-images-p): Make an alias to `display-graphic-p' if it is
6151         not available.  It is for Emacs version prior to 21.0.105.
6152
6153 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6154
6155         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6156         support.
6157         (wl-generate-user-agent-string): Ditto.
6158
6159         * wl-version.el (wl-version): Update docsting.
6160         (wl-version-status): Ditto.
6161
6162 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6163
6164         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6165         21.0.105.  For Emacs 21.0.104 or earlier.
6166
6167 2001-09-03  Takuo KITAME <kitame@northeye.org>
6168
6169         * wl-e21.el (wl-plugged-init-icons): Use
6170         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6171         (wl-biff-init-icons): Ditto.
6172
6173 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-highlight.el (wl-highlight-summary-current-line):
6176         Fixed highlighting refile/copy destination.
6177
6178         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6179         (wl-acap-store): Encode string by wl-acap-coding-system.
6180
6181 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-acap.el (toplevel): Check and require 'un-define before
6184         'xemacs-ucs;
6185          Added checking for UTF-2000.
6186
6187 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6190         Don't enclose with `eval-and-compile'.
6191
6192         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6193         wl-init is non-nil.
6194
6195         * wl-draft.el (wl-draft): Ditto.
6196
6197         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6198
6199         * wl-acap.el (toplevel): Require 'wl.
6200         (wl-acap-store): Call `elmo-init'.
6201
6202         * wl.el (wl): Changed position of `wl-check-environment'.
6203         (toplevel): Added autoload setting for wl-acap.
6204
6205         * wl-vars.el (wl-setting): New custom group.
6206         (wl-from): Added wl-setting group.
6207         (wl-user-mail-address-list): Ditto.
6208         (wl-organization): Ditto.
6209         (wl-subscribed-mailing-list): Ditto.
6210         (wl-envelope-from): Ditto.
6211         (wl-smtp-posting-user): Ditto.
6212         (wl-smtp-posting-server): Ditto.
6213         (wl-smtp-posting-port): Ditto.
6214         (wl-smtp-authenticate-type): Ditto.
6215         (wl-pop-before-smtp-user): Ditto.
6216         (wl-pop-before-smtp-server): Ditto.
6217         (wl-pop-before-smtp-port): Ditto.
6218         (wl-pop-before-smtp-authenticate-type): Ditto.
6219         (wl-nntp-posting-server): Ditto.
6220         (wl-nntp-posting-user): Ditto.
6221         (wl-nntp-posting-port): Ditto.
6222         (wl-fetch-confirm-threshold): Ditto.
6223         (wl-prefetch-threshold): Ditto.
6224         (wl-thread-insert-opened): Ditto.
6225         (wl-ldap-server): Ditto.
6226         (wl-ldap-port): Ditto.
6227         (wl-ldap-base): Ditto.
6228         (wl-ldap-objectclass): Ditto.
6229         (wl-use-ldap): Ditto.
6230         (wl-draft-config-alist): Ditto.
6231         (wl-draft-config-matchone): Ditto.
6232         (wl-template-alist): Ditto.
6233         (wl-message-sort-field-list): Ditto.
6234         (wl-message-ignored-field-list): Ditto.
6235         (wl-message-visible-field-list): Ditto.
6236         (wl-interactive-send): Ditto.
6237         (wl-summary-move-order): Ditto.
6238         (wl-auto-select-first): Ditto.
6239         (wl-auto-select-next): Ditto.
6240         (wl-interactive-save-folders): Ditto.
6241
6242         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6243         Initialization codes are moved from wl-local-folder-init.
6244         (wl-local-folder-init): Follow the change above.
6245         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6246
6247         * wl-acap.el: New file.
6248
6249         * Version number is increased to 2.7.3.
6250
6251 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6254
6255 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6258         (wl-addrmgr-address-entry-list): Ditto.
6259
6260 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-e21.el (wl-draft-mode-map): Removed binding for
6263         `wl-draft-insert-x-face-field'.
6264
6265         * wl-mule.el (wl-draft-mode-map): Ditto.
6266
6267         * wl-xmas.el (wl-draft-mode-map): Ditto.
6268
6269         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6270         (wl-cs-autoconv): Ditto.
6271         (wl-cs-local): Ditto.
6272         (wl-use-scoring): Ditto.
6273         (wl-mime-charset): Ditto.
6274         (wl-folder-check-async): Ditto.
6275
6276         * wl.el (toplevel): Ignore nemacs and tm.
6277         (wl-exit): Ditto.
6278
6279         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6280         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6281         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6282         instead of wl-address-petname-add-or-change.
6283         (wl-summary-edit-addresses-subr): Use wl-address-delete
6284         instead of wl-address-petname-delete.
6285
6286         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6287
6288         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6289         if error occured.
6290
6291         * wl-message.el (require): Remove tm support.
6292
6293         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6294
6295         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6296         (wl-folder-jump-to-current-entity): Ditto.
6297         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6298
6299         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6300         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6301         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6302
6303         * wl-mule.el (wl-draft-key-setup): Ditto.
6304
6305         * wl-xmas.el (wl-draft-key-setup): Ditto.
6306
6307         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6308         (wl-draft-std11-parse-addresses): New function.
6309         (wl-draft-parse-mailbox-list): Use it.
6310         (wl-draft): Ignore nemacs.
6311         (wl-draft-reedit): Ditto.
6312
6313         * wl-addrmgr.el: New file.
6314         (Original is wl-rcpt.el written by
6315         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6316         Thanks Kitamoto-san.)
6317
6318         * wl-address.el (wl-address-make-address-list): Modified parsing
6319         process.
6320         (wl-address-delete): Renamed from `wl-address-petname-delete';
6321         Modify wl-address-list too.
6322         (wl-address-add-or-change): Renamed from
6323         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6324
6325 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6326
6327         * wl-highlight.el (wl-highlight-summary-current-line):
6328           Work with transient-mark-mode
6329
6330 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * Version number is increased to 2.7.2.
6333
6334         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6335         instead of elmo-dop-queue-method.
6336
6337 2001-08-06  SAITO Atsunori <sai@yedo.com>
6338
6339         * wl-vars.el (wl-ldap-objectclass): New user option.
6340
6341         * wl-address.el (wl-ldap-make-filter): Use it.
6342
6343 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6344
6345         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6346
6347 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-folder.el (wl-folder): redisplay after folder insertion.
6350
6351         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6352
6353         * wl-summary.el (wl-summary-sync-update):
6354         Change status mark only when new-msgdb exists.
6355         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6356
6357 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * wl-summary.el (wl-summary-open-folder): New function.
6360         (wl-summary-goto-folder-subr): Use it.
6361         (wl-summary-mark-as-important): Fix;
6362         Encache only when no cache exists.
6363
6364 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6367         Use with-current-buffer.
6368
6369 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6370
6371         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6372         before call `get-buffer'. Fixed parenthesis.
6373         (wl-score-get-header-entry): Clear message and help window when
6374         keyboard quit.
6375         (wl-score-edit-insert-header): Ditto.
6376
6377 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6380         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6381         (wl-default-draft-cite): Fix.
6382
6383         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6384         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6385
6386 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-message.el (wl-message-prev-page): Do same bahavior
6389         as summary when it is called in the message buffer.
6390         (wl-message-next-page): Ditto.
6391
6392 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6393
6394         * wl-summary.el (wl-summary-forward): Use cache if it is not
6395         section cache.
6396
6397 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6398
6399         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6400         Removed redundant require of elmo-vars.
6401         (wl-biff-state-indicator-on): Changed default value for
6402         xemacs with non-mule environment.
6403
6404         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6405         wl-message-buffer is nil;
6406         Hide progress bar after moving messages.
6407
6408 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6411         message at cursor point is deleted.
6412
6413 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-vars.el: Changed file coding system to euc-japan.
6416         Added -*-coding:-*- magic to the first line.
6417
6418         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6419         Search parent from the first message.
6420
6421         * Version number is increased to 2.7.1.
6422
6423 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6424
6425         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6426
6427 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6430         refile/delete execution.
6431
6432         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6433         Fixed docstring.
6434
6435 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6438         do update process;
6439         Don't update marks when update process is interrupted.
6440
6441 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-summary.el (wl-summary-reply): Fixed problem when
6444         wl-draft-use-frame is non-nil.
6445         (wl-summary-forward): Ditto.
6446
6447         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6448         as nil.
6449         (wl-folder-mark-as-read-all-entity): Ditto.
6450         (wl-folder-prefetch-entity): Ditto.
6451
6452         * wl.el (wl): Check environment before wl-init.
6453
6454         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6455         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6456         instead of wl-summary-collect-unread.
6457         (wl-summary-reply): Split message window.
6458
6459 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6462         only if current language environment is japanese,
6463
6464         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6465         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6466         (wl-folder-goto-folder-subr): Ditto.
6467
6468         * wl-draft.el (wl-draft-dispatch-message): Call
6469         `elmo-file-cache-get-path'.
6470
6471 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * wl-summary.el (wl-summary-cursor-move): If return value of
6474         wl-summary-next-message is not number, don't jump.
6475
6476 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-summary.el (wl-summary-buffer-next-message-function): New
6479         variable.
6480         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6481         if it is bound.
6482
6483         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6484         string.
6485
6486         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6487         (wl-plugged-drawing): Ditto.
6488
6489 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6492         process.
6493         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6494         with unwind-protect.
6495
6496         * wl.el (wl-init): Require mime-setup.
6497         (wl-check-environment): Don't require mime-setup.
6498
6499         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6500         instead of elmo-folder-type.
6501
6502         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6503         value as nil.
6504
6505 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * Version number is increased to 2.7.0.
6508
6509         * wl-version.el (wl-version): Changed codename.
6510
6511         * wl-summary.el (wl-summary-delete-cache): Fixed.
6512
6513         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6514         Workaround for net folders.
6515         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6516
6517         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6518         value to nil (According to the patch from
6519         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6520
6521         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6522         of elmo-folder-close.
6523
6524 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6525
6526         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6527         for postfix.
6528
6529 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl-summary.el (wl-summary-resend-message): Fixed.
6532
6533         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6534         Call wl-draft with `from' argument if its address is included in
6535         `wl-user-mail-address-list'.
6536         (wl-draft): Added `from' argument.
6537
6538         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6539         non-nil.
6540         (wl): Don't show demo if wl-demo is nil.
6541
6542         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6543         wl-summary-use-frame.
6544
6545         * wl-vars.el (wl-summary-use-frame): New user option.
6546         (wl-folder-use-frame): Changed docstring.
6547
6548         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6549         non-nil.
6550         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6551         wl-summary-use-frame.
6552
6553         * wl-vars.el (wl-folder-use-frame): New user option.
6554
6555         * wl-summary.el (wl-summary-exit): Back to folder frame if
6556         wl-folder-use-frame is non-nil.
6557         (wl-summary-redisplay-internal): Ignore cache if current folder
6558         is draft folder,
6559         (wl-summary-redisplay-no-mime): Ditto.
6560         (wl-summary-redisplay-all-header): Ditto.
6561
6562         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6563         if wl-folder-use-frame is non-nil.
6564
6565 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-summary.el (wl-summary-sync-update): Bind
6568         elmo-folder-update-threshold.
6569         (wl-summary-mark-as-important): Enclosed server mark processing
6570         with `save-match-data'.
6571
6572         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6573         only when it is already defined.
6574
6575 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6576
6577         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6578         name of folder exclude localdir is wrong.
6579         * wl-folder.el (wl-folder-sync-entity):
6580         Set `wl-summary-always-sticky-folder-list' as nil.
6581         (wl-folder-mark-as-read-all-entity): Ditto.
6582         (wl-folder-prefetch-entity): Ditto.
6583
6584 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6585
6586         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6587         instead of `wl-summary-write-current-newsgroup'.
6588
6589 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6590
6591         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6592         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6593         non-nil and selected message is important, do not display.
6594
6595 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6598
6599 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6602
6603         * wl-summary.el (wl-summary-mark-as-important): Set message number
6604         using wl-summary-message-number.
6605
6606 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6607
6608         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6609         destination folder is 'null.
6610
6611 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6614         New function.
6615         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6616         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6617         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6618
6619 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-mime.el (wl-mime-setup): Added setting for
6622         `mime-setup-signature-key-alist' to avoid overriding key bind for
6623         `wl-draft-send'.
6624
6625         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6626         for `wl-draft-send'.
6627         * wl-mule.el (wl-draft-overload-functions): Ditto.
6628         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6629         * wl-draft.el (wl-draft-send): Ditto.
6630
6631         * wl-message.el (wl-message-display-internal):
6632         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6633         (Patch is provided by <kita@coe.nttdata.co.jp>).
6634
6635 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6638
6639 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl.el (wl): Fix for wl-demo.
6642
6643 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6646
6647 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-folder.el (wl-folder-prefetch-entity): Use
6650         `wl-folder-get-elmo-folder'.
6651         (wl-folder-count-incorporates): Do not use
6652         `wl-folder-get-elmo-folder'.
6653
6654 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6657         instead of `elmo-folder-get-type'.
6658
6659 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6660
6661         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6662         position on Subject: field.
6663         (Advised by Mito <mit@nines.nec.co.jp>)
6664
6665 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6666
6667         * wl-folder.el (wl-folder-prefetch-entity): Use
6668         `wl-folder-get-elmo-folder'.
6669
6670 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6673
6674         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6675         `process-duplicates' slot.
6676
6677         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6678         if detection failed.
6679
6680 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6681
6682         * wl-version.el (wl-version-status): Set to "alpha".
6683
6684 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6687         Check wl-message-buffer lives before set-buffer.
6688
6689 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6690
6691         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6692         called in folder mode.
6693         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6694         * wl-summary.el (wl-summary-exit-pre-hook): Run
6695         `wl-summary-exit-pre-hook' before exit summary mode.
6696
6697 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6698
6699         * wl-version.el (wl-version-status): New variable.
6700         (wl-version-status-alist): Removed.
6701         (wl-version-status): Rule included.
6702
6703 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6706         @sponichi.
6707
6708         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6709         when `mail-reply-buffer' is buffer-local variable.
6710         (Reported by <kita@coe.nttdata.co.jp>).
6711
6712 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6713
6714         * wl-vars.el (toplevel): Require 'elmo-util.
6715
6716 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6717
6718         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6719         (All other related portions are changed)
6720
6721         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6722
6723         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6724
6725 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6726
6727         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6728
6729 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6732         Delete other windows to avoid an error.
6733         Use `point-marker' instead of `point' to remember the start point
6734         of body.
6735
6736         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6737
6738         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6739         number not to exceed all message number.
6740
6741 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6742
6743         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6744         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6745
6746 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-summary.el (wl-summary-sync-force-update): Added argument
6749         no-check.
6750         (wl-summary-sync-update): Ditto.
6751         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6752         with `no-check'.
6753
6754         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6755         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6756         already running.
6757
6758 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6759
6760         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6761         `dst-folder-arg'.
6762         (wl-expire-archive-number1): Diito.
6763         (wl-expire-archive-number2): Diito.
6764         (wl-expire-archive-Date): Diito.
6765         (wl-archive-number1): Diito.
6766         (wl-archive-number2): Diito.
6767         (wl-archive-date): Diito.
6768         (wl-archive-folder-p): New function.
6769         (wl-summary-expire): Support of expand folder name at
6770         wl-expire-alist.
6771         * wl-util.el (wl-expand-newtext): Renamed from
6772         `wl-refile-expand-newtext'.
6773
6774 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6775
6776         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6777         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6778         `(elmo-msgdb-get-overview msgdb)'.
6779         (wl-summary-prefetch): Bind match data before call
6780         `wl-summay-prefetch-msg'.
6781         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6782         'off if `wl-summary-buffer-disp-msg' is non-nil.
6783         Fixed problem that couldn't show only one new or unread message when
6784         enter folder.
6785         (wl-summary-reply): Don't call `split-window-vertically' and other
6786         window.
6787
6788 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-expire.el (wl-expire-refile): Fixed.
6791
6792 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6795
6796         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6797         biff notification is removed.
6798
6799         * wl.el (wl): Changed position of `elmo-init'.
6800
6801         * wl-draft.el (wl-default-draft-cite): Use date field
6802         on the citation buffer.
6803
6804         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6805
6806         * wl-xmas.el (wl-folder-internal-icon-list): Added
6807         `wl-folder-shimbun-image'.
6808
6809         * wl-e21.el (wl-folder-internal-icon-list): Added
6810         `wl-folder-shimbun-image'.
6811
6812 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl.el (wl-init): Eliminated argument.
6815         (wl): Rewrite.
6816
6817         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6818         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6819         instead of `elmo-folder-msgdb-internal'.
6820         (wl-summary-sync-update): Ditto.
6821         (wl-summary-flush-pending-append-operations): Eliminated.
6822         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6823         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6824         `elmo-folder-open'.
6825
6826         * wl-mime.el (wl-summary-burst): Fixed.
6827
6828         * wl-folder.el (wl-folder-info-save): Check data type.
6829
6830         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6831         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6832         instead of `elmo-folder-msgdb-internal'.
6833         (wl-expire-hide): Ditto.
6834
6835
6836         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6837
6838 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6839
6840         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6841
6842 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6845
6846 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6849         Fixed `match-beginning' argument mismatch.
6850
6851 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6852
6853         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6854         the default value.
6855
6856 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6859         instead of `elmo-nntp-default-port'.
6860
6861         * wl-vars.el: Fixed some doc strings.
6862
6863 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-summary.el (wl-summary-prefetch-msg): Use
6866         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6867
6868         * wl-vars.el: Define *-func as obsolete variable using
6869         `elmo-define-obsolete-variable'.
6870
6871         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6872         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6873         instead of `wl-message-buffer-prefetch-threshold'.
6874
6875         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6876
6877         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6878
6879         * wl-draft.el (wl-caesar-region-func): Ditto.
6880
6881         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6882         Keep unread status in elmo-folder-move-messages.
6883         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6884
6885 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6886
6887         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6888         `wl-summary-buffer-exit-func'
6889         (wl-summary-buffer-message-redisplay-function): Renamed from
6890         `wl-summary-buffer-message-redisplay-func'
6891         (wl-summary-buffer-next-folder-function): Renamed from
6892         `wl-summary-buffer-next-folder-func'.
6893         (wl-summary-buffer-prev-folder-function): Renamed from
6894         `wl-summary-buffer-prev-folder-func'.
6895         (wl-summary-get-petname-function): Renamed from
6896         `wl-summary-get-petname-func'.
6897
6898         * wl-score.el (wl-score-edit-exit-function): Renamed from
6899         `wl-score-edit-exit-func'.
6900
6901         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6902         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6903
6904         * wl-util.el (wl-load-profile-function): Renamed from
6905         `wl-load-profile-func'.
6906
6907         * wl-folder.el (wl-folder-completion-function): Renamed from
6908         `wl-folder-completion-func'.
6909         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6910
6911         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6912         `wl-expire-archive-get-folder-func'.
6913         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6914         (wl-draft-send-mail-function): Renamed from
6915         `wl-draft-send-mail-func'.
6916         (wl-draft-send-news-function): Renamed from
6917         `wl-draft-send-news-func'.
6918         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6919         (wl-generate-mailer-string-function): Renamed from
6920         `wl-generate-mailer-string-func'.
6921         (wl-highlight-signature-search-function): Renamed from
6922         `wl-highlight-signature-search-func'.
6923         (wl-highlight-x-face-function): Renamed from
6924         `wl-highlight-x-face-func'
6925         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6926         (wl-ps-print-buffer-function): Renamed from
6927         `wl-ps-print-buffer-func'
6928         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6929         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6930         (wl-summary-subject-filter-function): Renamed from
6931         `wl-summary-subject-filter-func'.
6932
6933         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6934         `wl-draft-queue-flush-send-func'
6935         (wl-draft-cite-function): Renamed from
6936         `wl-draft-cite-func'
6937
6938         * wl-address.el (wl-address-init-function): Renamed from
6939         `wl-address-init-func'.
6940
6941 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-draft.el (wl-draft-queue-flush): Don't call
6944         `elmo-dop-unlock-message'.
6945         * wl-draft.el (wl-draft-queue-append): Don't call
6946         `elmo-dop-lock-message'.
6947
6948         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6949         (wl-summary-buffer-folder-name): Ditto.
6950         (wl-summary-message-regexp): Added '-' (all other related portions
6951         are changed).
6952         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6953         wl-summary-buffer-folder-name.
6954
6955 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6956
6957         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6958         the number of mails in the folder buffer is not updated by wl-biff.
6959
6960 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6961
6962         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6963         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6964
6965 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-summary.el (wl-summary-next-message):
6968         Return next message number when wl-summary-move-order is nil.
6969
6970 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6971
6972         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6973         `wl-summary-move-spec-alist'.
6974         (wl-summary-move-spec-unplugged-alist): New variable
6975         (Move spec for unplugged status).
6976         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6977         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6978
6979 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6980
6981         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6982         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6983
6984 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6985
6986         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6987         simple quotation to quote the anonymous function.
6988         * tm-wl.el (wl-draft-preview-message): Ditto.
6989
6990 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6991
6992         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6993         Eliminate redundant `save-excursion'.
6994         (wl-highlight-summary-current-line): Ditto.
6995
6996         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6997         accessing match data when `looking-at' failed.
6998
6999         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7000         `elmo-match-string' where users don't care about the speed.
7001         (wl-draft-save): Ditto.
7002
7003 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-util.el (wl-regexp-opt): New function.
7006
7007         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7008         number from `wl-summary-buffer-number-list'.
7009         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7010         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7011         (wl-summary-move-spec-alist): Changed default setting.
7012
7013 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7014
7015         * wl-vars.el (wl-biff-notify-hook): New hook.
7016         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7017         the arrival of new mail.
7018         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7019         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7020
7021 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7024
7025 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7028
7029         * Version number is increased to 2.5.8.
7030
7031         * wl-thread.el (toplevel): require 'cl.
7032         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7033         (wl-thread-make-number-list): New function.
7034         (wl-thread-entity-make-number-list-from-children): Ditto.
7035         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7036         (wl-thread-entity-insert-as-children): Likewise.
7037         (wl-thread-delete-message): Likewise.
7038         (wl-meaning-of-mark): Eliminated.
7039         (wl-thread-next-failure-mark-p): Ditto.
7040         (wl-thread-entity-get-mark): Ditto.
7041         (wl-thread-meaning-alist-get-result): Ditto.
7042         (wl-thread-entity-check-prev-mark): Ditto.
7043         (wl-thread-entity-check-next-mark): Ditto.
7044         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7045         (wl-thread-entity-get-prev-marked-entity): Ditto.
7046         (wl-thread-get-prev-unread): Ditto.
7047         (wl-thread-jump-to-prev-unread): Ditto.
7048         (wl-thread-get-next-unread): Ditto.
7049         (wl-thread-jump-to-next-unread): Ditto.
7050         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7051         (wl-thread-entity-get-next-marked-entity): Ditto.
7052
7053         * wl-summary.el (wl-summary-buffer-number-list):
7054         New bufer-local variable.
7055         (wl-summary-switch-to-clone-buffer): Clone
7056         `wl-summary-buffer-number-list'.
7057         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7058         (wl-summary-cursor-move-regex): Eliminated.
7059         (wl-summary-cursor-up): Rewrite.
7060         (wl-summary-cursor-down): Ditto.
7061         (wl-summary-mode-spec-alist): New variable.
7062         (wl-summary-next-message): New inline function.
7063         (wl-summary-cursor-move): New function.
7064         (wl-summary-default-get-next-msg): Rewrite.
7065         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7066         (wl-summary-rescan): Ditto.
7067         (wl-summary-sync-all-init): Ditto.
7068         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7069         summary is not thread view.
7070         (wl-summary-sync-update): Ditto.
7071         (wl-summary-rescan): Ditto.
7072         (wl-summary-make-number-list): New function.
7073
7074         * wl-draft.el: "FCC" -> "Fcc".
7075
7076 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-highlight.el (wl-highlight-summary-window):
7079         Call `set-buffer-modified-p'.
7080
7081         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7082         (wl): Call `elmo-init' and fix.
7083
7084         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7085         Use new variables.
7086
7087         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7088
7089 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7092
7093 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7094
7095         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7096
7097 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7098
7099         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7100         `wl-use-toolbar' nor `display-graphic-p'.
7101         (wl-e21-setup-message-toolbar): Ditto.
7102         (wl-e21-setup-summary-toolbar): Ditto.
7103         (wl-e21-setup-folder-toolbar): Ditto.
7104
7105         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7106         (wl-plugged-init-icons): Ditto.
7107
7108         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7109         `display-graphic-p'.
7110         (wl-plugged-set-folder-icon): Ditto.
7111         (wl-highlight-plugged-current-line): Ditto.
7112         (wl-highlight-folder-current-line): Ditto.
7113         (wl-e21-highlight-folder-group-line): Ditto.
7114         (wl-e21-setup-toolbar): Ditto.
7115         (wl-e21-display-image-p): New macro.
7116
7117         * wl-demo.el (wl-demo): Simplified.
7118         (wl-demo-image-type-alist): Use `image-type-available-p' for
7119         checking whether the image type `xbm' is available.
7120
7121 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7124         (wl-summary-input-range): Ditto.
7125
7126 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-summary.el (wl-summary-edit-addresses): Use
7129         `wl-summary-get-original-buffer'
7130         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7131         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7132         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7133         (wl-summary-get-newsgroups): Eliminated.
7134         (wl-summary-set-crosspost): Ditto.
7135         (wl-summary-is-crosspost-folder): Ditto.
7136         (wl-crosspost-alist-load): Ditto.
7137         (wl-crosspost-alist-save): Ditto.
7138
7139         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7140         `elmo-setup-subscribed-newsgroups' instead of
7141         `elmo-nntp-make-groups-hashtb'.
7142         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7143         instead of `wl-crosspost-alist-save'.
7144
7145         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7146         of `elmo-folder-message-appendable-p'.
7147         (wl-mime-header-presentation-method): Eliminated.
7148
7149         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7150         (Error occurs in emacs21).
7151
7152         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7153         the current buffer).
7154
7155         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7156         instead of `wl-crosspost-alist-save'.
7157         (wl-init): `elmo-crosspost-message-alist-load'
7158         instead of `wl-crosspost-alist-load'
7159
7160         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7161         (wl-parse-newsgroups): Likewise.
7162         (wl-biff-notify): Run `wl-biff-notify-hook'.
7163
7164 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7167
7168         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7169         when `wl-summary-lazy-highlight' is non-nil.
7170         (wl-summary-goto-folder-subr): Highlight only when
7171         `wl-summary-lazy-highlight' is non-nil.
7172
7173         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7174         Don't display progress and highlight temp-mark when
7175         `wl-summary-lazy-highlight' is non-nil.
7176         (wl-highlight-summary-window): New function.
7177         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7178
7179 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7180
7181         * wl-summary.el (wl-summary-sync): Change `all-visible'
7182         from `all-shown'
7183         (wl-summary-input-range): Ditto.
7184
7185 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7186
7187         * wl-e21.el (wl-highlight-folder-current-line): Call
7188         `wl-folder-init-icons' when folder icons have not been initialized.
7189
7190         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7191
7192         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7193         (wl-demo-image-type-alist): New macro.
7194
7195 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7196
7197         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7198         display does not support graphics.
7199         (wl-plugged-init-icons): Ditto.
7200         (wl-folder-init-icons): Ditto.
7201
7202         * wl-demo.el (wl-demo): Chech closely whether the display
7203         supports graphics.
7204
7205 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-summary.el (wl-summary-get-original-buffer): New function.
7208         (wl-summary-set-crosspost): Use it.
7209         (wl-summary-target-mark-uudecode): Ditto.
7210         (wl-summary-reedit): Ditto.
7211         (wl-summary-resend-bounced-mail): Ditto.
7212         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7213         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7214
7215         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7216         (wl-message-display-internal): Ditto.
7217
7218 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7221
7222 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-summary.el (wl-summary-save-view): Renamed from
7225         `wl-summary-save-status'.
7226
7227 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7228
7229         * wl-summary.el (wl-summary-sync): Added `all-shown'
7230
7231 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7232
7233         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7234
7235 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7236
7237         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7238
7239 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7240
7241         * wl-highlight.el (wl-highlight-summary-line-string): Use
7242         `zerop' instead of `= 0'.
7243         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7244
7245         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7246         for comparing numbers.
7247         (wl-template-prev): Use `zerop' instead of `eq 0'.
7248
7249         * wl-draft.el (wl-draft-insert-current-message): Use
7250         `with-current-buffer' instead of `save-excursion'.
7251         Use `zerop' instead of `eq 0'.
7252
7253 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-draft.el (wl-draft-insert-ccs): New function.
7256         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7257         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7258
7259 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7262
7263 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-expire.el (wl-expire-refile): Don't call
7266         elmo-msgdb-add-msgs-to-seen-list;
7267         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7268         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7269
7270 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-message.el (wl-message-prev-page): Ignore errors while
7273         scroll-down.
7274
7275 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-mime.el: Use elmo-original-message-mode instead of
7278         mmelmo-original-mode.
7279
7280         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7281         `elmo-folder-get-spec';
7282         (wl-fldmgr-add-completion-all-completions):
7283         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7284
7285         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7286         of `elmo-folder-get-type'.
7287
7288         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7289         `elmo-folder-get-spec';
7290         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7291         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7292         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7293         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7294         `elmo-read-msg-no-cache';
7295         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7296         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7297         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7298         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7299         `elmo-cache-save';
7300         (wl-draft-reedit): Use `elmo-message-file-name'.
7301
7302         * wl-expire.el: Use `elmo-folder-name-internal';
7303         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7304         Use macro `wl-summary-buffer-msgdb' instead of variable
7305         `wl-summary-buffer-msgdb';
7306         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7307         Use macro `wl-summary-buffer-folder-name' instead of variable
7308         `wl-summary-buffer-folder-name'.
7309         * wl-score.el: Likewise.
7310
7311         * wl-message.el: Rewrite for new message buffer cache mechanism.
7312         (wl-message-buffer-cache-buffer-get): New macro.
7313         (wl-message-buffer-cache-folder-get): Ditto.
7314         (wl-message-buffer-cache-message-get): Ditto.
7315         (wl-message-buffer-cache-entry-make): Ditto.
7316         (wl-message-buffer-cache-hit): Ditto.
7317         (wl-message-buffer-cache-sort): New function.
7318         (wl-message-buffer-cache-add): Ditto.
7319         (wl-message-buffer-cache-delete): Ditto.
7320         (wl-message-buffer-cache-clean-up): Ditto.
7321         (wl-message-buffer-window): Rewrite.
7322         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7323         (wl-message-buffer-display): New function.
7324         (wl-message-display-internal): New function.
7325
7326 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-folder.el: Use `elmo-folder-name-internal';
7329         Use `wl-folder-get-elmo-folder';
7330         Use `elmo-folder-list-messages' instead of
7331         `elmo-list-folder';
7332         Use `elmo-folder-get-primitive-list' instead of
7333         `elmo-folder-get-primitive-spec-list';
7334         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7335         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7336         Use `elmo-folder-create' instead of `elmo-create-folder'.
7337         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7338         (wl-folder-get-elmo-folder): New macro.
7339         (wl-folder-elmo-folder-cache-get): Ditto.
7340         (wl-folder-elmo-folder-cache-put): Ditto.
7341         (wl-folder-suspend): Call `elmo-quit'.
7342
7343         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7344         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7345         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7346         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7347         (toplevel): require 'cl.
7348         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7349
7350         * wl-summary.el: Rewrite to use new elmo interface.
7351
7352 \f
7353 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-mime.el (wl-draft-preview-message):
7356         Run `wl-draft-send-hook' before collecting recipients information;
7357         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7358
7359         * tm-wl.el (wl-draft-preview-message): Ditto.
7360
7361 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7364         wrong recipients are displayed when forwarded message.
7365
7366 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * Version number is increased to 2.5.7.
7369
7370 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7371
7372         * wl-message.el (wl-message-next-page): Bind
7373         `window-pixel-scroll-increment' to nil while scrolling up.
7374
7375 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7376
7377         * wl-vars.el (wl-save-hook): New hook.
7378         * wl.el (wl-save): Call `wl-save-hook'.
7379
7380 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7381
7382         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7383         Argument WITH-ARG instead of NO-ARG (negative mean).
7384         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7385         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7386         * wl-message.el (wl-message-follow-current-entity): Likewise.
7387
7388 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7391         FROM was optional argument.
7392         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7393
7394 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * Version number is increased to 2.5.6.
7397
7398 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-version.el (wl-version-show): Removed.
7401         (wl-version): Add `interactive'.
7402
7403 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7404
7405         * wl-summary.el (wl-summary-get-petname-func): New variable.
7406         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7407         instead of `wl-address-get-petname-1'.
7408         (wl-summary-simple-from): Ditto.
7409
7410         * wl-address.el (wl-address-get-petname-1): Define as function.
7411
7412 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7415         field in the original message.
7416         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7417
7418 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7419
7420         * wl-expire.el (wl-expire-hide):
7421         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7422
7423 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7426         find decoder for To, Cc, and Subject.
7427
7428 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7431         for checking `elmo-use-buffer-cache'.
7432         (wl-summary-mark-as-important): Fixed typo in comment.
7433
7434 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7437         field in the original message.
7438         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7439
7440 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7441
7442         * wl-expire.el (wl-expire-hide):
7443         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7444
7445 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7448         find decoder for To, Cc, and Subject.
7449
7450 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * Version number is increased to 2.5.5.
7453
7454         * wl-address.el (wl-address-specials-regexp): New constant.
7455         (wl-address-quote-specials): Use it.
7456
7457 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-summary.el (wl-summary-rescan):
7460         Call `wl-summary-buffer-number-column-detect'.
7461         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7462
7463         * wl-message.el (wl-message-mode-map): Define.
7464         (wl-message-decode): Use it as local-map.
7465
7466 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7469         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7470
7471 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7474
7475         * wl-mule.el (wl-read-event-char): Ditto.
7476
7477         * wl-e21.el (wl-read-event-char): Ditto.
7478
7479         * wl-nemacs.el (wl-read-event-char): Ditto.
7480         (read-event): Removed.
7481
7482         * wl-util.el (toplevel): Removed dummy definition of
7483         `read-event'.
7484         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7485
7486 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7487
7488         * wl-nemacs.el (elmo-archive-call-process): Moved to
7489         elmo-archive.el.
7490
7491 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7492
7493         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7494         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7495
7496         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7497         instead of magic-number 6.  Use `not' instead of `null' for symbol
7498         `nil' check (not empty list).
7499         (wl-draft-insert-x-face-field): Fixed paren style.
7500
7501         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7502         one-branch conditional statement, instead of `and' and `if'.
7503         (wl-draft-forward): Likewise.
7504         (wl-draft-add-references): Likewise.
7505         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7506
7507         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7508         conditional steatment.  Use `cond' instead of `if'.
7509         (wl-draft-confirm): Likewise.
7510
7511 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7512
7513         * wl-version.el (wl-version-show): Use `product-string-1'
7514         instead of `wl-version'.
7515         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7516
7517         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7518
7519 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7520
7521         * wl-highlight.el (wl-highlight-headers): Revert
7522         `wl-highlight-x-face-func' argument (`beg' and `end').
7523
7524 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl.el (toplevel): Move `product-provide' declare.
7527         * wl-demo.el (toplevel): Ditto.
7528         * wl-dnd.el (toplevel): Ditto.
7529         * wl-highlight.el (toplevel): Ditto.
7530         * wl-message.el (toplevel): Ditto.
7531         * wl-refile.el (toplevel): Ditto.
7532         * wl-util.el (toplevel): Ditto.
7533
7534 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7537         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7538         (wl-thread-close-all): keep cursor position.
7539
7540 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7541
7542         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7543         (eq x 0).
7544         (wl-generate-user-agent-string-1): Fix conditional statement.
7545
7546 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7547
7548         * wl.el (wl-check-environment): Additional check for
7549         'wl-local-domain' and `wl-message-id-domain'.
7550
7551 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7552
7553         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7554
7555 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7556
7557         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7558         instead of `smtp-sasl-user-realm'.
7559
7560 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7561
7562         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7563
7564 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7565
7566         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7567         to the default value as well as `eword-lexical-analyzer'.
7568
7569 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7570
7571         * wl-version.el (wl-extended-emacs-version,
7572         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7573         `elmo-match-string' instead of `wl-match-string'.
7574
7575 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7576
7577         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7578         docstring.
7579
7580 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7581
7582         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7583
7584 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7585
7586         * wl-highlight.el (wl-highlight-headers): Remove
7587         `wl-highlight-x-face-func' argument (`beg' and `end').
7588
7589 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl-summary.el (wl-summary-mark-as-important):
7592         Remove cache if folder is local.
7593
7594 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7595
7596         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7597         to get existing e-mail address string.
7598
7599 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-version.el (wl-generate-user-agent-string): Commentary.
7602         (wl-generate-user-agent-string-1): Use `when' for
7603         one-branch conditional statement, instead of `and' and `if'.
7604         (wl-extended-emacs-version, wl-extended-emacs-version2,
7605         wl-extended-emacs-version3): Ditto.
7606
7607 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7610         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7611         condition-case; Remove initialization.
7612         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7613         (wl-summary-sync-update3): Added argument `sync-all';
7614         Eliminated local variable `msgdb';
7615         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7616         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7617         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7618
7619 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7620
7621         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7622         connection before call `wl-draft-send-mail-with-smtp'.
7623
7624 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * Version number is increased to 2.5.4.
7627
7628 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7629
7630         * wl.el (wl-check-environment): Additional check for
7631         'wl-local-domain' and `wl-message-id-domain'.
7632
7633 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7636         buffer as command specific.
7637         (wl-folder-mark-as-read-all-entity): Ditto.
7638         (wl-folder-prefetch-entity): Ditto.
7639         (wl-folder-drop-unsync-entity): Ditto.
7640
7641         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7642         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7643         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7644
7645         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7646         save-excursion.
7647
7648 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * Version number is increased to 2.5.3.
7651
7652         * wl-summary.el (wl-summary-save-view-cache):
7653         Delete duplicated `write-region';
7654         Use `write-region-as-binary' instead of `as-binary-output-file' and
7655         `write-region'.
7656
7657 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7658
7659         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7660
7661 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7664         instead of `smtp-via-smtp'.
7665
7666 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7667
7668         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7669
7670 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7673         instead of `smtp-sasl-user-realm'.
7674
7675 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7678
7679 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * Version number is increased to 2.5.2.
7682
7683 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7686         does not exist.
7687         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7688         (wl-biff-start): Call `timer-activate' if timer already exists.
7689
7690         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7691         only when it is bound as function.
7692
7693 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * Version number is increased to 2.5.1.
7696
7697 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7700         Print refile/copy destination.
7701
7702 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7705         queue-flush-only is non-nil.
7706
7707         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7708
7709         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7710         checking cache folder.
7711
7712 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7715         `regexp-quote'.
7716
7717 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7718
7719         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7720         function.
7721         * wl-summary.el (wl-summary-write-current-folder-functions):
7722         Change default value.  Use it.
7723
7724 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * Version number is increased to 2.5.0.
7727
7728         * wl-version.el (wl-version): Changed codename.
7729
7730 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7731
7732         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7733         (wl-summary-supersedes-message): Ditto.
7734
7735 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7736
7737         * wl-refile.el (wl-refile-guess-functions): Renamed from
7738         `wl-refile-guess-func-list'.
7739
7740 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7743         Fixed problem when no rule was matched.
7744
7745 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7746
7747         * wl-summary.el (wl-summary-get-mark): Fixed
7748         `wl-summary-buffer-target-mark' check logic.
7749
7750 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * wl-folder.el (wl-folder-write-current-folder): Added group
7753         folder check.
7754
7755         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7756         `wl-summary-write-current-newsgroup'.
7757         (wl-summary-write-current-folder-functions): New variable.
7758         * wl-folder.el (wl-folder-get-newsgroups): New function.
7759         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7760         (wl-folder-write-current-folder): Renamed from
7761         `wl-folder-write-current-newsgroup'.
7762
7763 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7764
7765         * Version number is increased to 2.3.93.
7766
7767 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7770         (wl-ldap-make-matched-value-list): Ditto.
7771         (wl-ldap-alias-safe-string): Split e-mail address.
7772
7773         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7774         petname folder default was selected.
7775         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7776         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7777
7778 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7781         to `wl-draft-config-exec'.
7782
7783         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7784         instead of calling `wl-draft-config-exec';
7785         Process group-list and show recipients in minibuffer.
7786
7787         * tm-wl.el (wl-draft-preview-message): Ditto.
7788
7789 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7790
7791         * wl.el (toplevel): Added (C) to copyright notice, and
7792         sync Author header.
7793         * tm-wl.el (toplevel): Ditto.
7794         * wl-address.el (toplevel): Ditto.
7795         * wl-demo.el (toplevel): Ditto.
7796         * wl-dnd.el (toplevel): Ditto.
7797         * wl-draft.el (toplevel): Ditto.
7798         * wl-e21.el (toplevel): Ditto.
7799         * wl-expire.el (toplevel): Ditto.
7800         * wl-folder.el (toplevel): Ditto.
7801         * wl-highlight.el (toplevel): Ditto.
7802         * wl-message.el (toplevel): Ditto.
7803         * wl-mime.el (toplevel): Ditto.
7804         * wl-mule.el (toplevel): Ditto.
7805         * wl-nemacs.el (toplevel): Ditto.
7806         * wl-refile.el (toplevel): Ditto.
7807         * wl-score.el (toplevel): Ditto.
7808         * wl-summary.el (toplevel): Ditto.
7809         * wl-template.el (toplevel): Ditto.
7810         * wl-thread.el (toplevel): Ditto.
7811         * wl-util.el (toplevel): Ditto.
7812         * wl-vars.el (toplevel): Ditto.
7813         * wl-xmas.el (toplevel): Ditto.
7814
7815 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl.el (wl-init): Added comment about `wl-init-hook'.
7818         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7819         * wl-vars.el (wl-init-hook): Added docs.
7820         (wl-make-plugged-hook): Removed useless docs.
7821         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7822         * wl-xmas.el (toplevel): Ditto.
7823
7824 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7825
7826         * wl-address.el (toplevel): Fixed multiple Author header format.
7827         * wl-demo.el (toplevel): Ditto.
7828         * wl-draft.el (toplevel): Ditto.
7829         * wl-folder.el (toplevel): Ditto.
7830         * wl-summary.el (toplevel): Ditto.
7831         * wl-thread.el (toplevel): Ditto.
7832         * wl-util.el (toplevel): Ditto.
7833         * wl-vars.el (toplevel): Ditto.
7834         * wl-version.el (toplevel): Ditto.
7835         * wl-xmas.el (toplevel): Ditto.
7836         * wl.el (toplevel): Ditto.
7837
7838         * wl-version.el (toplevel): Added require `elmo-version' for
7839         `product-version-as-string'.
7840
7841 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-vars.el (wl-draft-send-hook): Changed default value to
7844         '(wl-draft-config-exec).
7845
7846         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7847         explicitly.
7848         (wl-draft): Set `wl-draft-config-exec-flag' before running
7849         `wl-mail-setup-hook'.
7850
7851         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7852         `wl-biff-init-icons' to `wl-init-hook' instead of
7853         `wl-make-plugged-hook'.
7854         (Because if `wl-draft' command is invoked at first,
7855         they are not initialized)
7856         Updated copyright notice.
7857
7858         * wl-e21.el (toplevel): Ditto;
7859
7860         * wl-demo.el (toplevel): Updated copyright notice.
7861         * wl-address.el (toplevel): Ditto.
7862         * wl-draft.el (toplevel): Ditto.
7863         * wl-version.el (toplevel): Ditto.
7864         * wl-folder.el (toplevel): Ditto.
7865         * wl-summary.el (toplevel): Ditto.
7866         * wl-thread.el (toplevel): Ditto.
7867         * wl-util.el (toplevel): Ditto.
7868         * wl-vars.el (toplevel): Ditto.
7869         * wl.el (toplevel): Ditto.
7870
7871 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-highlight.el (wl-highlight-message): Fixed problem of
7874         highlighting failure which occured when the last field contains
7875         multiple lines in the draft buffer.
7876
7877         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7878         `wl-biff-start' if plugged.
7879
7880         * wl-util.el (wl-biff-check-folder): New function.
7881         (wl-biff-check-folders): Don't set session name prefix.
7882         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7883         (wl-biff-check-folder-async): Ditto.
7884
7885         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7886         in email address.
7887
7888 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7889
7890         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7891
7892         * wl-draft.el (wl-draft-strip-subject-re): New function.
7893
7894         * wl-draft.el (wl-draft-reply): Use it.
7895
7896 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-message.el (wl-mmelmo-message-redisplay): Use
7899         `mime-display-message' instead of `wl-mime-display-message'.
7900
7901         * wl-mime.el (toplevel): Removed compatibility workaround
7902         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7903         (wl-mime-display-message): Abolished.
7904         (wl-mime-entity-read-field): Ditto.
7905         (wl-mime-combine-message/partial-pieces): Use
7906         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7907
7908 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7909
7910         * wl-template.el: Doc fixes.
7911
7912 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7913
7914         * wl-e21.el (wl-message-overload-functions): Do nothing if
7915         `current-local-map' is not available.
7916         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7917
7918 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7919
7920         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7921         representation.
7922
7923         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7924         number.
7925         (wl-fldmgr-save-folders): Don't use `format' when insert
7926         `wl-fldmgr-folders-header'.
7927
7928 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7929
7930         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7931
7932 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-highlight.el (wl-highlight-message):
7935         Use `std11-field-end' to detect end point of the header field.
7936         Refer `wl-highlight-max-header-size'.
7937
7938         * wl-vars.el (wl-highlight-max-header-size): New variable.
7939
7940         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7941
7942         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7943         Set `for-draft' argument of wl-highlight-headers.
7944         (wl-draft): Ditto.
7945         (wl-draft-reedit): Ditto.
7946         (wl-user-agent-compose-internal): Ditto.
7947
7948 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7949
7950         * wl-message.el (wl-message-add-button): Use overlay.
7951
7952 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7955
7956         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7957         problem when group-list content is nothing.
7958         (Reported by Mito <mit@nines.nec.co.jp>)
7959
7960 2000-10-18  SAITO Atsunori <sai@yedo.com>
7961
7962         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7963
7964 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7965
7966         * tm-wl.el (toplevel): Use product-provide.
7967
7968 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * Version number is increased to 2.3.92.
7971
7972 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7973
7974         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7975         title text, use `display' property for left margin under Emacs 21.
7976
7977         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7978         properties.
7979         (wl-plugged-init-icons): Ditto.
7980
7981 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7982
7983         * wl.el (wl-save-status, wl-init): Remove last period in
7984         "...done." message.
7985         * tm-wl.el (wl-summary-burst): Ditto.
7986         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7987         wl-summary-resume-cache-status,
7988         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7989         wl-summary-sync-update3, wl-summary-highlight-msgs,
7990         wl-summary-flush-pending-append-operations,
7991         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7992         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7993         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7994         wl-thread-open-all): Ditto.
7995         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7996         * wl-mime.el (wl-summary-burst): Ditto.
7997         * wl-highlight.el (wl-highlight-summary): Ditto.
7998         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7999         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8000         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8001         * wl-address.el (wl-local-address-init): Ditto.
8002
8003 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8004
8005         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8006         `add-text-properties'.
8007         (wl-plugged-init-icons): Ditto.
8008         (wl-folder-init-icons): Use `propertize' instead of
8009         `put-text-property'.
8010         (wl-plugged-set-folder-icon): Ditto.
8011         (wl-e21-highlight-folder-group-line): Ditto.
8012
8013 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-version.el (wl-version-status-alist): New variable.
8016         (wl-version-status): New function.
8017
8018         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8019         "Cc" part of the case "Reply-To".
8020
8021         * wl-draft.el (wl-draft-reply): Use result of
8022         `eword-extract-address-components'.
8023
8024         * wl-demo.el (wl-demo-icon-name): New constant.
8025         (wl-logo-xpm): Use it.
8026         (wl-logo-xbm): Ditto.
8027         (wl-logo-bitmap): Ditto.
8028
8029         * Version number is increased to 2.3.91.
8030
8031 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8032
8033         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8034         (wl-extended-emacs-version, wl-extended-emacs-version2,
8035         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8036         docstring.
8037
8038         * wl-version.el (wl-generate-user-agent-string-1): New function.
8039         (wl-generate-user-agent-string): Use it.
8040
8041         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8042         `mime-edit-insert-user-agent-field'.
8043         (wl-generate-user-agent-string): Check
8044         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8045
8046         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8047         instead of `if', when verbose case.
8048
8049 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl-expire.el (wl-summary-expire): Fix.
8052
8053 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8054
8055         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8056         and `elmo-lost+found-folder' if 'wl-draft.
8057         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8058
8059 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8060
8061         * wl-expire.el (wl-summary-expire): Change messages.
8062         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8063         `deleing-info' instead of "Deleting..."
8064
8065 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8066
8067         * wl-summary.el (wl-summary-refile-subr): Fix.
8068
8069 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8070
8071         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8072         if pipe folder.
8073
8074 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8077
8078 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * wl-expire.el (wl-expire-hide): New function.
8081         (wl-summary-expire): Add `hide'.
8082
8083 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-vars.el (wl-draft-reply-without-argument-list):
8086         Changed default value to consider `Reply-To:'.
8087         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8088
8089         * Version number is increased to 2.3.90.
8090
8091         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8092         elmo-imap4-get-session with unwind-protect.
8093         Don't cause error.
8094         (wl-summary-sync-marks): Don't check plugged nor folder type.
8095         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8096         (Always keep current buffer).
8097
8098 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8099
8100         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8101         Enclose with `save-excursion'.
8102
8103 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8104
8105         * wl-version.el (wl-version): Remove interactive.
8106
8107 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8108
8109         * wl-version.el (wl-generate-user-agent-string): Use
8110         `product-string-verbose' instead of `product-string-1'.
8111
8112 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8113
8114         * wl-vars.el (wl-draft-use-cache): New variable.
8115         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8116         if wl-draft-use-cache is non-nil.
8117
8118 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8119
8120         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8121         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8122
8123 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8126         (wl-thread-msg-mark-as-unread): Ditto.
8127
8128         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8129         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8130         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8131         Don't set mark in summary if return value of `elmo-mark-as-read'
8132         is nil.
8133         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8134         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8135         instead of `wl-thread-msg-mark-as-read'.
8136         (wl-summary-mark-as-unread-region): Ditto.
8137         (wl-summary-target-mark-mark-as-read): Ditto.
8138
8139         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8140
8141 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8144
8145         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8146
8147 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8150         face.
8151
8152 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8153
8154         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8155         `running-xemacs'.
8156
8157 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8158
8159         * wl-version.el (toplevel): Use `product-version-as-string' for
8160         set verstion-string, if defined.
8161
8162         * wl-version.el (wl-version-show): Insert string at point, when
8163         call with argument.
8164
8165         * wl-version.el (wl-generate-user-agent-string): Use
8166         `product-string-1' instead of `wl-appname', `wl-version' and
8167         `wl-codename'.
8168
8169 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8170
8171         * wl-address.el (toplevel): Use product-provide.
8172         * wl-demo.el (toplevel): Ditto.
8173         * wl-dnd.el (toplevel): Ditto.
8174         * wl-draft.el (toplevel): Ditto.
8175         * wl-e21.el (toplevel): Ditto.
8176         * wl-expire.el (toplevel): Ditto.
8177         * wl-fldmgr.el (toplevel): Ditto.
8178         * wl-folder.el (toplevel): Ditto.
8179         * wl-highlight.el (toplevel): Ditto.
8180         * wl-message.el (toplevel): Ditto.
8181         * wl-mime.el (toplevel): Ditto.
8182         * wl-mule.el (toplevel): Ditto.
8183         * wl-nemacs.el (toplevel): Ditto.
8184         * wl-refile.el (toplevel): Ditto.
8185         * wl-score.el (toplevel): Ditto.
8186         * wl-summary.el (toplevel): Ditto.
8187         * wl-template.el (toplevel): Ditto.
8188         * wl-thread.el (toplevel): Ditto.
8189         * wl-util.el (toplevel): Ditto.
8190         * wl-vars.el (toplevel): Ditto.
8191         * wl-xmas.el (toplevel): Ditto.
8192         * wl.el (toplevel): Ditto.
8193
8194 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8197         instead of product.
8198
8199         * wl-version.el (wl-version): Compile time evalution elmo-version.
8200
8201 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8202
8203         * wl-summary.el (wl-summary-sync-force-update): Append queue
8204         `mark-as-read'if unplugged.
8205
8206 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8207
8208         * wl-version.el: New file.  Use product.el.
8209         * wl.el: add (require 'wl-version).
8210         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8211         for ~/.folders header.
8212         (wl-fldmgr-folders-header): Changed.
8213         * wl-demo.el (wl-demo): Use product.el.
8214
8215         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8216         wl-version.el.
8217         * wl-util.el (wl-version, wl-version-show): Ditto.
8218
8219         * wl-util.el (wl-generate-user-agent-string,
8220         wl-extended-emacs-version, wl-extended-emacs-version2,
8221         wl-extended-emacs-version3): Move to wl-version.el.
8222         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8223         xemacs-codename, mime-edit-insert-user-agent-field,
8224         mime-edit-user-agent-value, mime-editor/version,
8225         mime-editor/codename): Compile warning killer move to
8226         wl-version.el
8227
8228 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8229
8230         * wl-summary.el (wl-summary-refile-subr): Fix.
8231
8232 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8235         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8236
8237 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8238
8239         * wl.el (wl-check-environment): Check too many `@'.
8240
8241 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8242
8243         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8244
8245 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8246
8247         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8248         wl-draft-reply-myself-without-argument-list): Add variables.
8249         * wl-draft.el (wl-draft-reply): Use it.
8250
8251 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8252
8253         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8254         the 5th argument of `elmo-network-get-spec'.
8255
8256         * wl-thread.el (wl-thread-reparent-children): New inline function.
8257         (wl-thread-delete-message): Use it.
8258
8259         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8260         (wl-summary-score-update-all-lines): Don't use `dolist'.
8261
8262 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8263
8264         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8265         (require 'elmo-msgdb) for inline function.
8266
8267 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8268
8269         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8270
8271 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8272
8273         * wl-score.el (wl-score-headers): Fix for the confusing macro
8274         `elmo-kill-buffer'.
8275
8276 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8277
8278         * wl-summary.el: Don't use the 3rd argument of `require' because
8279         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8280         * wl-util.el: Ditto.
8281         * wl-draft.el: Ditto.
8282
8283 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8284
8285         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8286         window system is not used.
8287
8288 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8289
8290         * wl-thread.el: Don't use `mapcar' only for iteration.
8291         (wl-thread-resume-entity): Ditto.
8292         (wl-thread-delete-message): Ditto.
8293
8294         * wl-summary.el: Bind `dragdrop-drop-functions',
8295         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8296         of `require' for `timezone', `easymenu' and `ps-print';
8297         don't use `mapcar' only for iteration.
8298
8299         * wl-util.el: Bind `mule-version', `nemacs-version',
8300         `emacs-beta-version', `xemacs-codename',
8301         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8302         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8303         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8304         only for iteration.
8305
8306         * wl-score.el: Don't use `mapcar' only for iteration.
8307         (wl-score-simplify-buffer-fuzzy): Ditto.
8308         (wl-score-simplify-subject): Ditto.
8309         (wl-score-headers): Ditto.
8310         (wl-summary-score-update-all-lines): Ditto.
8311
8312         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8313         `enable-multibyte-characters' and `mule-version'.
8314
8315         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8316         `mapcar' only for iteration.
8317
8318         * wl-demo.el: Don't use `mapcar' only for iteration.
8319
8320         * wl-folder.el: Don't use `mapcar' only for iteration.
8321         (wl-folder-open-all): Ditto.
8322         (wl-folder-count-incorporates): Ditto.
8323
8324         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8325         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8326
8327         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8328         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8329         `smtp-connection-type'; specify 3rd argument of `require' for
8330         `timezone'; don't use `mapcar' only for iteration.
8331         (wl-draft-clone-local-variables): Don't use `mapcar'.
8332         (wl-draft-generate-clone-buffer): Ditto.
8333         (wl-user-agent-compose-internal): Ditto.
8334
8335         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8336
8337         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8338         (wl-save-status): Ditto.
8339
8340         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8341         for iteration.
8342
8343 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8346         removed `Date'.
8347         (wl-fldmgr-make-filter-default): New user option.
8348
8349         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8350         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8351         (wl-fldmgr-filter-completion-alist): Abolish.
8352
8353         * wl.el (wl): Don't check servers if arg is non-nil.
8354
8355         * wl-draft.el (wl-draft-reply): Set only message-id string to
8356         In-Reply-To field.
8357
8358 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * wl-summary.el (wl-summary-pick): Rewrite.
8361
8362         * wl-draft.el (wl-draft-forward): Get references field from
8363         original buffer.
8364         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8365
8366 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8367
8368         * wl-draft.el (wl-draft-forward): Add references field.
8369
8370 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8373         (wl-draft-reply): Use it.
8374
8375 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8376
8377         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8378         when Emacs 21 is running.
8379
8380         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8381         bindings.
8382
8383 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8384
8385         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8386         XPM icons transparent.
8387
8388         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8389         Emacs 21.
8390
8391 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8394         nil.
8395
8396         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8397         when it is persistent.
8398         (wl-summary-sync-marks): Changed argument for
8399         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8400         (wl-summary-virtual): Use `elmo-read-search-condition'.
8401         (wl-summary-redisplay-internal): If folder is local, mark as read
8402         even when folder is plugged.
8403
8404 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8405
8406         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8407         of `tool-bar-lines' in the frame parameters.
8408         (after-make-frame-functions, post-command-hook): Don't modify the
8409         value.
8410         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8411         wl-e21-tool-bar-lines): Removed.
8412
8413 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8414
8415         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8416         properties `evaporate' and `wl-momentary-overlay' as well.
8417         (wl-highlight-summary-displaying): Ditto.
8418         (wl-delete-all-overlays): Don't delete overlay which does not have
8419         a property `wl-momentary-overlay'.
8420
8421         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8422         `display-mouse-p' and `display-graphic-p'.
8423         (wl-folder-init-icons): Don't search for XBM or the other files.
8424         (wl-plugged-set-folder-icon): Make icons if and only if
8425         `display-graphic-p' returns non-nil.
8426         (wl-highlight-plugged-current-line): Use `before-string' overlay
8427         property to show icon images.
8428         (wl-highlight-folder-current-line): Ditto.
8429         (wl-e21-highlight-folder-group-line): Ditto.
8430         (wl-e21-highlight-folder-by-numbers): Ditto.
8431         (wl-e21-insert-image): Removed.
8432         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8433         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8434         said.
8435         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8436         `wl-e21-force-switch-toolbar'.
8437         (wl-e21-make-icon-image): Removed.
8438         (wl-e21-setup-toolbar): Don't search for XBM files.
8439         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8440         the default value.
8441
8442 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-util.el (wl-biff-check-folder-async): Set
8445         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8446
8447 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8448
8449         * wl-e21.el (after-make-frame-functions): Add
8450         `wl-e21-force-switch-toolbar'.
8451         (wl-e21-force-switch-toolbar): New function force to switch the
8452         toolbar appearance automatically.
8453         (post-command-hook): Add `wl-e21-switch-toolbar'.
8454         (wl-e21-switch-toolbar): New function to switch the toolbar
8455         appearance automatically.
8456         (wl-e21-tool-bar-lines): New buffer local variable.
8457
8458 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-util.el (wl-biff-check-folders-running): New variable.
8461         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8462         (wl-biff-check-folder-async-callback):
8463         Set `wl-biff-check-folders-running'.
8464         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8465         with unwind-protect.
8466
8467         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8468         Enclose `wl-folder-auto-check' with unwind-protect.
8469
8470         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8471         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8472
8473         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8474
8475         * wl-util.el (wl-biff-notify): New inline function.
8476         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8477         locally.
8478         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8479         folder-list' is 1.
8480         Use `wl-biff-notify'.
8481         (wl-biff-check-folder-async-callback): New function.
8482         (wl-biff-check-folder-async): Ditto.
8483
8484         * wl-folder.el (wl-folder): Don't check folders.
8485         (wl-folder-auto-check): New function.
8486
8487 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8488
8489         * wl-util.el (wl-biff-start) [Emacs19+]:
8490         Use `timer-next-integral-multiple-of-time'.
8491         (wl-biff-check-folders): Use `wl-default-folder'
8492         if `wl-biff-check-folder-list' is nil.
8493
8494 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8495
8496         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8497         instead of `elmo-delete-lists'.
8498
8499 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8500
8501         * wl.el (wl-plugged-toggle-all): Set the value of
8502         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8503         (wl-plugged-toggle): Ditto.
8504         (wl-toggle-plugged): Ditto.
8505         (wl-plugged-init): Ditto.
8506
8507         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8508         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8509         instead of `wl-biff-state-indicator-off' and
8510         `wl-biff-state-indicator-on'; don't modify the value and the type
8511         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8512         (wl-plugged-init-icons): Set icons data to
8513         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8514         instead of `wl-plug-state-indicator-off' and
8515         `wl-plug-state-indicator-on'; don't modify the value and the type
8516         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8517
8518         * wl-vars.el (wl-modeline-biff-state-off,
8519         wl-modeline-biff-state-on, wl-modeline-biff-status,
8520         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8521         wl-modeline-plug-status): New internal variables.
8522         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8523         wl-biff-check-interval, wl-biff-check-folder-list): Change
8524         customization group from `wl-folder' to `wl-highlight'.
8525         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8526         wl-show-plug-status-on-modeline): Defcustomized.
8527
8528         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8529         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8530         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8531         a flag to `mode-line-buffer-identification'.
8532
8533         * wl-e21.el (wl-biff-init-icons): Set icons data to
8534         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8535         instead of `wl-biff-state-indicator-off' and
8536         `wl-biff-state-indicator-on'.
8537         (wl-plugged-init-icons): Set icons data to
8538         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8539         instead of `wl-plug-state-indicator-off' and
8540         `wl-plug-state-indicator-on'.
8541
8542 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8543
8544         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8545         excessive titles.
8546
8547 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8548
8549         * wl.el (wl-plugged-mode): Use revised
8550         `wl-mode-line-buffer-identification'.
8551         (wl-plugged-init): Don't use `force-mode-line-update'.
8552
8553         * wl-xmas.el (wl-draft-overload-functions): Use revised
8554         `wl-mode-line-buffer-identification'.
8555         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8556         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8557         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8558         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8559         `wl-make-plugged-hook';
8560         add `wl-folder-init-icons' and `wl-setup-folder' to
8561         `wl-folder-mode-hook'.
8562
8563         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8564         19 as well.
8565         (wl-mode-line-display-priority-list): New user option.
8566         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8567         Defcustomized.
8568         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8569         Add docs.
8570
8571         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8572         start.
8573         (wl-mode-line-buffer-identification): Revised as a function.
8574
8575         * wl-summary.el (wl-summary-mode): Use revised
8576         `wl-mode-line-buffer-identification'; don't call
8577         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8578         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8579         `wl-xmas-setup-summary'.
8580
8581         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8582         `wl-mode-line-buffer-identification'.
8583
8584         * wl-mule.el (wl-draft-overload-functions): Use revised
8585         `wl-mode-line-buffer-identification'.
8586
8587         * wl-folder.el (wl-make-plugged-alist): Don't call
8588         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8589         (wl-folder): Don't call `wl-folder-init-icons' directly.
8590         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8591         `wl-xmas-setup-folder' directly;
8592         use revised `wl-mode-line-buffer-identification'.
8593         (TopLevel): Don't bind `wl-biff-init-icons',
8594         `wl-plugged-init-icons', `wl-folder-init-icons',
8595         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8596
8597         * wl-e21.el (wl-draft-overload-functions): Use revised
8598         `wl-mode-line-buffer-identification'.
8599         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8600         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8601         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8602         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8603         `wl-make-plugged-hook';
8604         add `wl-folder-init-icons' and `wl-setup-folder' to
8605         `wl-folder-mode-hook'.
8606
8607 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8608             Katsumi Yamaoka    <yamaoka@jpl.org>
8609
8610         * wl.el (wl): Call `wl-biff-start'.
8611         (wl-exit): Call `wl-biff-stop'.
8612         (wl-plugged-mode): Show biff in modeline.
8613         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8614
8615         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8616         (wl-biff-init-icons): New function.
8617         (wl-plugged-init-icons): Don't make too much keymaps.
8618         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8619
8620         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8621         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8622         variables.
8623         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8624         options.
8625
8626         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8627         wl-biff-start, wl-biff-stop): New functions.
8628         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8629         (wl-biff-timer-name): New variable.
8630
8631         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8632
8633         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8634         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8635
8636         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8637         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8638
8639         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8640         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8641         `wl-folder-init-icons' to `ignore' if they are not available.
8642         (wl-folder-mode): Show biff in modeline.
8643
8644         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8645         (wl-biff-init-icons): New function.
8646         (wl-plugged-init-icons): Don't make too much keymaps.
8647         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8648
8649 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8650
8651         * wl-vars.el (wl-strict-diff-folders): Customization Type
8652         and doc fix.  Define as a list of regular expressions for
8653         folders or nil.
8654         * wl-folder.el (wl-folder-check-one-entity): Use
8655         `wl-string-match-member' instead of `wl-string-member' for
8656         `wl-strict-diff-folders'.
8657
8658 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8659
8660         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8661         (wl-highlight-folder-current-line): Use it; new implementation.
8662         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8663         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8664         `defsubst' instead of `defun'.
8665
8666         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8667         `wl-highlight-group-folder-by-numbers'; made it can also be a
8668         number.  See info for more details.
8669
8670         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8671         running.
8672
8673         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8674         to bind them.
8675
8676         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8677         (wl-highlight-folder-current-line): New implementation.
8678
8679         * wl-highlight.el (wl-highlight-folder-group-line): New
8680         implementation.
8681         (wl-delete-all-overlays): Rewrite as a marco.
8682         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8683
8684         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8685         running.
8686         (wl-folder-*-glyph): No need to bind them.
8687
8688         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8689         `wl-e21-highlight-folder-group-icon'; rewrite.
8690         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8691         `defsubst' instead of `defun'.
8692         (wl-folder-mode-map): Bind it when compiling.
8693
8694 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8697
8698         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8699
8700 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8701
8702         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8703
8704 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8707         (wl-highlight-folder-current-line): Use it.
8708
8709         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8710         in `id-name'.
8711
8712 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl.el: Require `wl-e21' when Emacs 21 is running.
8715
8716         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8717         default when Emacs 21 is running.
8718         (wl-use-highlight-mouse-line): Ditto.
8719         (wl-on-emacs21): New constant.
8720         (wl-on-emacs20): Removed.
8721
8722         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8723         Emacs 21 is running.
8724
8725         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8726         Emacs 21 is running.
8727
8728         * wl-e21.el: New file.
8729
8730 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8731
8732         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8733         (wl-toggle-plugged): Ditto.
8734         (wl-plugged-toggle): Ditto.
8735         (wl-plugged-toggle-all): Ditto.
8736
8737         * wl-vars.el (wl-plug-state-indicator): Refer
8738         `wl-plug-state-indicator-on' indirectly.
8739
8740 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8743         Call `wl-folder-confirm-existence'.
8744
8745         * wl-folder.el (wl-folder-confirm-existence): Added optional
8746         argument `force'.
8747
8748 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8749
8750         * wl-summary.el (wl-summary-refile-subr): Assume
8751         `copy-or-refile' as symbol.
8752         (wl-summary-refile): Follow up above change.
8753         (wl-summary-copy): Ditto.  Doc fix.
8754
8755 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-summary.el (wl-summary-pick): Don't bind
8758         `elmo-search-mime-charset'.
8759
8760         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8761         default using old backquote style.
8762         (wl-search-mime-charset): Abolished.
8763
8764         * wl-highlight.el (wl-highlight-headers):
8765         Call `point' after `re-search-forward'(for Nemacs).
8766
8767         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8768         for elmo-imap4.el.
8769
8770 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8771
8772         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8773         `wl-message-ignored-field-list' instead of
8774         `mime-view-ignored-field-list'.
8775
8776         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8777         Add interactive spec.
8778         (wl-folder-goto-bottom-of-current-folder): Ditto.
8779         (wl-folder-mode-map): Bind them.
8780
8781         * wl-vars.el (wl-message-ignored-field-list): New variable.
8782         (wl-message-visible-field-list): New variable.
8783
8784         * wl-mime.el (wl-mime-header-presentation-method): New function.
8785         (wl-mime-setup): Set header-presentation-method.
8786
8787 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8788
8789         * wl-nemacs.el (wl-draft-overload-functions): Set
8790         `mode-line-buffer-identification' instead of using
8791         `wl-make-modeline'.
8792
8793         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8794         instead of using `wl-make-modeline'.
8795
8796         * wl-xmas.el (wl-plugged-init-icons): Set up
8797         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8798         (wl-make-modeline): Abolish.
8799         (wl-draft-overload-functions): Set
8800         `mode-line-buffer-identification' instead of using
8801         `wl-make-modeline'.
8802
8803         * wl-util.el (wl-make-modeline-subr): Abolish.
8804         (wl-mode-line-buffer-identification): New alias.
8805
8806         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8807         (wl-summary-make-modeline): Abolish.
8808         (wl-summary-buffer-set-folder): Set
8809         `wl-summary-buffer-folder-indicator'.
8810         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8811         of using `wl-make-modeline'.
8812         (wl-summary-switch-to-clone-buffer): Don't set
8813         `mode-line-buffer-identification'.
8814         (wl-summary-goto-folder-subr): Ditto.
8815
8816         * wl-mule.el (wl-draft-overload-functions): Set
8817         `mode-line-buffer-identification' instead of using
8818         `wl-make-modeline'.
8819
8820         * wl-folder.el (wl-folder-mode): Set
8821         `mode-line-buffer-identification' instead of using
8822         `wl-make-modeline'.
8823         (wl-folder): Don't set `mode-line-buffer-identification'.
8824
8825 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8826
8827         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8828         instead of `member' for `wl-refile-guess-func-list' look-ups.
8829         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8830
8831 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8832
8833         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8834         `wl-message-button-dispatcher'.
8835
8836         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8837
8838         * wl-message.el (wl-message-button-dispatcher): Use it.
8839
8840         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8841         "In-Reply-To".
8842
8843         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8844         Bind `case-fold-search' to t.
8845
8846 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8847
8848         * wl-xmas.el (wl-message-overload-functions): Initialize
8849         `wl-message-button-map'.
8850
8851         * wl-mule.el (wl-message-overload-functions): Initialize
8852         `wl-message-button-map'.
8853
8854         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8855
8856         * wl-message.el (wl-message-button-map): New keymap.
8857         (wl-message-add-button): New function.
8858         (wl-message-button-dispatcher): New function.
8859         (wl-message-button-refer-article): New function.
8860
8861         * wl-highlight.el
8862         (wl-highlight-message-add-buttons-to-header): New function.
8863         (wl-highlight-headers): Use it.
8864
8865 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8866
8867         * wl-summary.el (wl-summary-default-from): Use
8868         `wl-address-get-petname-1'.
8869         (wl-summary-simple-from): Ditto.
8870
8871         * wl-address.el (wl-address-get-petname-1): New inline function.
8872         (wl-address-get-petname): Use it.
8873
8874 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8875
8876         * wl-summary.el (wl-summary-default-from): Return full-name part
8877         from the address if no petname was found.
8878         (wl-summary-simple-from): Ditto.
8879
8880         * wl-address.el (wl-address-get-petname): Return nil if no petname
8881         associated with the address was found.
8882
8883 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8884
8885         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8886         display is finished.
8887
8888 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8889
8890         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8891         `elmo-folder-exists-p' argument.
8892
8893 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8894
8895         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8896         the folder.
8897
8898 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8901
8902         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8903         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8904
8905 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8906
8907         * wl-folder.el (wl-folder-create-subr): New function.
8908         (wl-folder-confirm-existence): Use it.
8909         (wl-folder-check-one-entity): Use it.
8910         Check the error symbol is derived from 'elmo-open-error.
8911
8912         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8913         `ignore-error'.
8914
8915 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8916
8917         * wl-util.el (toplevel): Add (eval-when-compile (require
8918         'elmo-util)).  (Maybe `provide' is typo.)
8919
8920 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8921
8922         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8923         (I don't know why this was needed.)
8924
8925         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8926         Follow up changes for stream-type.
8927
8928         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8929         (wl-draft-elmo-nntp-send): Ditto.
8930
8931         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8932         (wl-nntp-posting-stream-type): Ditto.
8933         (wl-pop-before-smtp-ssl): Abolished.
8934         (wl-nntp-posting-ssl): Ditto.
8935
8936         * wl-address.el (wl-address-quote-specials): New function.
8937         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8938
8939         * wl-draft.el (wl-draft-reply): Ditto.
8940
8941 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8942
8943         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8944         use function `wl-string-match-assoc'.
8945
8946 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8949
8950         * wl-draft.el (wl-draft-deduce-address-list): New function.
8951         (wl-draft-parse-mailbox-list): Ditto.
8952         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8953         instead of `smtp-deduce-address-list'.
8954         (wl-draft-on-field-p): Follow group list.
8955
8956         * wl-address.el (wl-address-concat-token): New function.
8957         (wl-address-string-without-group-list-contents): Ditto.
8958         (wl-complete-field-body): Fixed problem of completion
8959         by japanese petname.
8960         (wl-address-make-completion-list): Rewrite.
8961
8962 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8963
8964         * wl-address.el (wl-address-make-completion-list): Completion by
8965         petname.
8966         (wl-complete-field-body): Likewise.
8967
8968 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8971         contains invalid address syntax.
8972
8973 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8974
8975         * wl-folder.el (wl-folder-check-entity-async): Use
8976         `elmo-nntp-spec-hostname'.
8977
8978 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8979
8980         * wl-summary.el (wl-summary-msgdb-load-async): Use
8981         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8982
8983 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * wl-draft.el (wl-draft-reply): Set argument
8986         `content-transfer-encoding' as nil.
8987
8988 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8989
8990         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8991         `wl-refile-alist'.
8992
8993 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8994
8995         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8996         (wl-draft-edit-string): Ditto.
8997         (wl-draft-forward): Ditto.
8998         * wl-summary.el (wl-summary-write): Ditto.
8999
9000 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * wl-summary.el (wl-summary-sync-update3): Call
9003         `wl-summary-buffer-number-column-detect'.
9004         (wl-summary-buffer-number-column-detect): Search from point-min.
9005
9006 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9007
9008         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9009         contains an address which is not included in original to or cc.
9010
9011 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9012
9013         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9014         begin-line does not exist.
9015         * wl-message.el (wl-message-uu-substring): Ditto.
9016
9017 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9020         clear local variables.
9021         (wl-summary-exit): Call `elmo-commit'.
9022         (wl-summary-switch-to-clone-buffer): Call
9023         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9024         (wl-summary-goto-folder-subr): Ditto.
9025
9026         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9027         POP folder.
9028
9029 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9032         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9033         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9034         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9035         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9036         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9037
9038         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9039
9040 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9041
9042         * wl-summary.el (wl-summary-search-by-subject):
9043         Search parent message from the latest one.
9044
9045 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9048         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9049
9050         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9051         New user option.
9052
9053         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9054         if elmo-nntp-use-killed-list is nil.
9055         Use `elmo-msgdb-append-to-killed-list'.
9056         (Append numbers confirmed as disappeared to the killed list.)
9057         (wl-summary-confirm-appends): Don't display negative number.
9058
9059 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9062
9063 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9066         range is `all'.
9067         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9068         `elmo-list-bigger-diff'.
9069
9070 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9071
9072         * wl-summary.el (wl-summary-buffer-exit-func):
9073         New buffer local variable.
9074         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9075
9076 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9077
9078         * wl-demo.el (wl-demo): Fix the last change.
9079
9080 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9081
9082         * wl-demo.el (wl-demo): Don't use `eval'.
9083
9084 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9085
9086         * wl-summary.el (wl-summary-buffer-thread-modified):
9087         New buffer-local variable.
9088         (wl-summary-set-thread-modified): New function.
9089         (wl-summary-thread-modified-p): New function.
9090         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9091         (wl-summary-yank-saved-message): Use function
9092         `wl-summary-set-thread-modified'
9093         (wl-summary-switch-to-clone-buffer): Add
9094         `wl-summary-buffer-thread-modified'.
9095
9096         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9097         (wl-summary-buffer-mark-saved-hook): Ditto.
9098         * wl-summary.el (wl-summary-msgdb-save): New hook
9099         `wl-summary-buffer-message-saved-hook' and
9100         `wl-summary-buffer-mark-saved-hook'.
9101
9102 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9103
9104         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9105
9106 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9107
9108         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9109         don't hide scroll bars under FSF Emacsen because it may incur an
9110         undesirable redrawing.
9111
9112 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9113
9114         * wl-draft.el (wl-draft-edit-string): Call
9115         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9116
9117 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9118
9119         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9120
9121 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9122
9123         * wl-summary.el (wl-summary-msgdb-load-async): Call
9124         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9125
9126 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9127
9128         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9129         fringes in demo buffer; center bitmap logo correctly even if old
9130         Mule is used.
9131
9132 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9133
9134         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9135
9136         * wl-refile.el (wl-refile-subject-alist): New variable.
9137         (wl-refile-subject-alist-file-name): Ditto.
9138         (wl-refile-alist-setup): Rewrite.
9139         (wl-refile-alist-save): Use `elmo-object-save'.
9140         Eliminated arguments.
9141         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9142         (wl-refile-guess-by-subject): New function.
9143         (wl-refile-guess-func-list): Added it.
9144
9145 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9148         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9149
9150 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9153         New buffer-local variable.
9154         (wl-summary-buffer-next-folder-func): Ditto.
9155         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9156         if non-nil.
9157         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9158         if non-nil.
9159         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9160         if non-nil.
9161         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9162         if non-nil.
9163
9164 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9165
9166         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9167         permanently in the demo buffer.
9168
9169 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9172         `mime-entity-fetch-field'.
9173
9174         * wl.el (wl-exit): Delete plugged buffer.
9175
9176         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9177         XEmacs has menubar feature.
9178
9179 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9180
9181         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9182         cannot arrive at the beginning of the buffer under old Emacsen.
9183
9184 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-address.el (wl-address-ldap-search):
9187         Call `ldap-search-entries' with `withdn' argument t.
9188         (wl-complete-field-body): Bind completion-ignore-case as t.
9189         Clear ldap search hash when it was sole completion.
9190         Use elmo-string for pattern string.
9191         (wl-ldap-alias-safe-string): Eliminated needless let.
9192
9193 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9194
9195         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9196         (wl-ldap-alias-sep): New constant.
9197         (wl-ldap-search-attribute-type-list): Ditto.
9198         (wl-ldap-get-value): New function.
9199         (wl-ldap-make-filter): Ditto.
9200         (wl-ldap-make-matched-value-list): Ditto.
9201         (wl-ldap-alias-safe-string): Ditto.
9202         (wl-ldap-register-dn-string): Ditto.
9203         (wl-address-ldap-search): Rewrite.
9204
9205 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9206
9207         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9208         thread is deleted.
9209         (wl-thread-delete-line-from-buffer): Ditto.
9210         (wl-thread-get-exist-children): New function.
9211
9212 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9213
9214         * wl-demo.el (wl-demo): Made it to select various image types.
9215         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9216         from `wl-title-logo'.
9217         (wl-logo-ascii): New variable.
9218         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9219         (wl-demo-copyright-notice): New constant.
9220
9221         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9222
9223 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-vars.el (wl-summary-target-above): Renamed from
9226         wl-summary-temp-above.
9227         * wl-score.el (wl-score-get-score-alist): Use it.
9228         (wl-summary-score-update-all-lines): Use it.
9229         * wl-summary.el: Ditto. (make-variable-buffer-local).
9230
9231 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl-vars.el (wl-ldap-port): New user option.
9234
9235         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9236         Rewite whole implementation.
9237         (wl-complete-field-body): Fixed.
9238
9239 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9240
9241         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9242         Choose implementation at compile time.
9243
9244 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9245
9246         * wl-address.el (wl-ldap-search-internal): New function.
9247         (wl-complete-field-to): Use it.
9248
9249 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9250
9251         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9252         Use `let' instead of `let*'.
9253         Require 'wl-vars.
9254
9255         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9256         Define as defcustom.
9257         (wl-ldap-base): Ditto.
9258         (wl-use-ldap): Ditto.
9259
9260 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9261
9262         * wl-address.el (wl-ldap-search): New function.
9263         (wl-complete-field-body): Use `wl-ldap-search'.
9264         (wl-ldap-server): New variable.
9265         (wl-ldap-base): Ditto.
9266         (wl-use-ldap): Ditto.
9267
9268 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9269
9270         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9271         (Pointed out by Mito <mit@nines.nec.co.jp>).
9272         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9273         buffer-local variables like `wl-summary-redisplay-internal'.
9274         (wl-summary-redisplay-all-header): Likewise.  Update
9275         Summary view too.
9276
9277 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-summary.el (wl-summary-jump-to-parent-message):
9280         Consider prefix argument.
9281
9282         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9283         when closed thread is deleted.
9284
9285 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9286
9287         * wl-summary.el (wl-summary-jump-to-parent-message):
9288         Consider thread modification.
9289
9290 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9291
9292         * wl-message.el (wl-message-normal-get-original-buffer): Use
9293         `save-excursion'.
9294
9295         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9296         (wl-summary-showto-folder-regexp): Ditto.
9297
9298 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9299
9300         * wl-util.el (wl-delete-alist): Doc fix.
9301         (wl-delete-associations): New function.
9302         (wl-inverse-alist): New function.
9303         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9304         Split temporary variables. Use `wl-delete-associations'
9305         and `wl-inverse-alist'.
9306         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9307
9308 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-folder.el (wl-folder-prefetch-entity):
9311         Execute prefetching if new count is unknown.
9312
9313 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9314
9315         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9316
9317         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9318         delete entity.
9319         (wl-thread-set-parent): If insert as top, set linked as nil.
9320
9321         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9322         `wl-thread-cleanup-symbols' when view mode is thread.
9323
9324 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9325
9326         * wl-folder.el (wl-folder-create-folder-entity): Use
9327         with-current-buffer.
9328         (wl-local-folder-init): Call set-buffer to make sure we are in
9329         the Folder buffer. Don't touch buffer-local variables here.
9330         (wl-folder-mode): Initialize buffer-local variables here.
9331
9332         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9333         (wl-folder-entity-assign-id): Ditto.
9334         (wl-folder-create-entity-hashtb): Ditto.
9335         (wl-local-folder-init): Ditto.
9336         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9337
9338 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9339
9340         * wl-summary.el (wl-summary-default-from): Fix probrem when
9341         std11-extract-address-components return (nil "foo@bar").
9342
9343 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9344
9345         * wl-draft.el (wl-draft-clone-local-variables):
9346         Remove redundant `setq'.
9347
9348 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9351         Bind wl-highlight-x-face-func as nil while highlighting header.
9352
9353 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9354
9355         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9356
9357 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9358
9359         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9360         elmo-msgdb-overview-hashtb from copy-variables.
9361         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9362         instead of `elmo-msgdb-overview-get-entity-by-number'.
9363         (wl-summary-auto-refile): Ditto.
9364
9365         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9366         `elmo-msgdb-overview-get-entity' instead of
9367         `elmo-msgdb-search-overview-entity'.  Use
9368         `elmo-msgdb-overview-get-entity' instead of
9369         `elmo-msgdb-overview-get-entity-by-number'.
9370         (wl-thread-insert-entity-sub): Ditto.
9371         (wl-thread-insert-message): Ditto.
9372
9373         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9374         `elmo-msgdb-overview-get-entity'.
9375         (wl-normal-message-redisplay): Ditto.
9376
9377 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9378
9379         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9380         `wl-thread-entities'.
9381         (wl-thread-delete-message): Fix remove top message from
9382         `wl-thread-entity-list'.
9383
9384         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9385         wl-append(nconc), because update-list is broken on Meadow.
9386
9387         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9388         updating process.
9389         (wl-summary-rescan): Ditto.
9390         (wl-summary-sync-update3): Ditto.
9391         * wl-thread.el (wl-thread-set-parent): Renamed from
9392         `wl-summary-set-parent'.
9393         (wl-thread-insert-message): Updating buffer faster.
9394         (wl-thread-delete-message): Updating buffer faster.
9395
9396         * wl-score.el (wl-summary-score-update-all-lines): Changed
9397         interval for display progress gauge.
9398
9399 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9400
9401         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9402         folder always-sticky.
9403         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9404         defmacro.
9405
9406 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl-vars.el (wl-draft-add-references): New user option.
9409
9410         * wl-draft.el (wl-draft-add-references): New function.
9411         (wl-draft-yank-from-mail-reply-buffer): Use it.
9412         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9413         as nil.
9414
9415 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9416
9417         * wl-thread.el (wl-thread-update-line-msgs): Called
9418         `wl-thread-update-line-on-buffer-sub'.
9419         (wl-thread-update-line-on-buffer): Delete routine of inserting
9420         thread.
9421         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9422         moved from `wl-thread-update-line-on-buffer'.
9423         Add threshold for displaying progress gauge.
9424         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9425         argument of `wl-thread-update-line-msgs'.
9426         Add threshold for displaying progress gauge.
9427         * wl-folder.el:
9428         Add threshold for displaying progress gauge.
9429         * wl-score.el: Ditto.
9430
9431         * wl-expire.el (wl-summary-expire): Display deleting info.
9432
9433 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9434
9435         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9436         `no-msg'.
9437         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9438         argument of `wl-thread-update-line-msgs'.
9439         (wl-summary-set-parent): Added optional argument `parent-number'.
9440         (wl-summary-buffer-saved-message): New buffer local variable.
9441         (wl-summary-save-current-message): New command.
9442         (wl-summary-yank-saved-message): Ditto.
9443         (wl-summary-mode-map): Added key binding for
9444         `wl-summary-save-current-message' (\ew) and
9445         `wl-summary-yank-saved-message' (\C-y).
9446         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9447
9448 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9449
9450         * wl-summary.el (wl-summary-mode-map): Added key binding for
9451         `wl-summary-set-parent' (ts).
9452
9453 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9454
9455         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9456         subject faster. If thread number is reverse, delayed updating
9457         thread.
9458         (wl-summary-search-by-subject): Ditto.
9459         (wl-summary-put-alike): Ditto.
9460         (wl-summary-get-alike): Ditto.
9461         (wl-summary-insert-headers): Insert header of all overview in
9462         buffer.
9463         (wl-summary-rescan): Delayed updating thread. Kill search subject
9464         buffer for wl-summary-search-by-subject.
9465         (wl-summary-sync-update3): Ditto.
9466         (wl-summary-exit): Ditto.
9467         (wl-summary-goto-bottom-of-current-thread): Change for linked
9468         thread.
9469         (wl-summary-overview-create-summary-line): Change line for linked
9470         thread.
9471
9472         * wl-summary.el (wl-summary-update-thread): Use
9473         wl-thread-maybe-get-children-num.
9474         (wl-summary-set-parent): If change parent, move sub thread.
9475         (wl-summary-redisplay-internal): Add horizontal recenter.
9476         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9477
9478         * wl-thread.el (wl-thread-entity-get-linked): New function.
9479         (wl-thread-entity-set-linked): New function.
9480         (wl-thread-create-entity): Add linked element.
9481         (wl-thread-entity-insert-as-top): Use wl-append.
9482         (wl-thread-maybe-get-children-num): If closing thread, return
9483         children msgs.
9484         (wl-thread-update-line-msgs): Displaying progress message.
9485         (wl-thread-update-line-on-buffer-sub): Use
9486         wl-thread-maybe-get-children-num.
9487         (wl-thread-update-line-on-buffer): If update line is not exists,
9488         insert thread.
9489         (wl-thread-delete-message): If delete top msg of thread, search
9490         parent by subject.
9491         (wl-thread-insert-entity): Use
9492         wl-thread-maybe-get-children-num.
9493
9494         * wl-highlight.el (wl-highlight-summary-current-line): change
9495         sregexp for linked thread.
9496         * wl-util.el (wl-count-lines): Count lines.
9497         (wl-horizontal-recenter): horizontal recenter.
9498         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9499         (wl-score-get-alike): Ditto.
9500         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9501         (wl-subject-length-limit): New variable.
9502         (wl-highlight-thread-indent-string-regexp): Changed for linked
9503         thread.
9504
9505 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9508         New variable (revival).
9509         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9510         by subject matching if there's no in-reply-to nor references field
9511         (revival).
9512
9513 \f
9514 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9517         message.
9518
9519 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-summary.el (wl-summary-reply): Return t if there was a
9522         message at cursor point.
9523         Added unwind-protect.
9524         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9525         returns t.
9526         (wl-summary-cancel-message): Do nothing when there's no message at
9527         cursor point.
9528         (wl-summary-forward): Ditto.
9529         (wl-summary-jump-to-parent-message): Ditto.
9530         (wl-summary-reedit): Ditto.
9531         (wl-summary-edit-addresses): Ditto.
9532         (wl-summary-pipe-message): Ditto.
9533         (wl-summary-print-message-with-ps-print): Ditto.
9534         (wl-summary-print-message): Ditto.
9535         (wl-summary-mark-as-important): Ditto.
9536         (wl-summary-mark-as-unread): Ditto.
9537
9538         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9539         message at cursor point.
9540         (wl-summary-reply-with-citation): Remove unwind-protect.
9541
9542         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9543         subject searching feature.
9544         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9545         Eliminated.
9546
9547 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9550         New variable.
9551         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9552         by subject matching if there's no in-reply-to nor references field.
9553
9554         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9555
9556         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9557         when display is finished.
9558         (wl-folder-open-all): Ditto.
9559         (wl-folder-update-access-group): Ditto.
9560         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9561         * wl-thread.el (wl-thread-close-all): Ditto.
9562
9563         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9564         progress gauge only when it was displayed.
9565         * wl-folder.el (wl-folder-insert-entity): Ditto.
9566
9567 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-summary.el (wl-summary-incorporate): Enclose
9570         `wl-summary-sync-force-update' with save-excursion.
9571
9572 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9573
9574         * wl-summary.el (wl-summary-prefetch-region):
9575         Pass current cursor point to `pos-visible-in-window-p' after
9576         moving cursor to the started point.
9577
9578 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9579
9580         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9581
9582         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9583         fields from the forwarding message.
9584         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9585         `ignored-fields'.
9586
9587 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9588
9589         * wl-mime.el (wl-message-request-partial):
9590         Eliminated argument `msgdb'.
9591         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9592         (wl-mime-combine-message/partial-pieces): Likewise.
9593         * tm-wl.el (wl-message-request-partial): Likewise.
9594         (wl-mime-combine-message/partial-pieces): Likewise.
9595
9596 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9597
9598         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9599         when display is finished.
9600
9601 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9602
9603         * wl-summary.el (wl-summary-goto-folder-subr):
9604         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9605
9606 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9609         when cursor point is visible.
9610
9611 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9612
9613         * wl-expire.el (wl-expire-archive-get-max-number):
9614         Don't use `file-name-directory'.
9615
9616 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9617
9618         * wl-expire.el (wl-expire-archive-get-max-number):
9619         Use `file-name-directory'.
9620
9621 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9622
9623         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9624         only when there is progress.
9625
9626 2000-04-13  Mito <mit@nines.nec.co.jp>
9627
9628         * wl-summary.el (wl-summary-sync-marks): Display progress.
9629
9630 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9633         (wl-summary-prev): Move cursor regardless of unread status.
9634         (wl-summary-next): Ditto.
9635
9636 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9637
9638         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9639         Added argument `target' and `number'.
9640         * tm-wl.el (wl-summary-burst-subr): New function.
9641         (wl-summary-burst): Use it.
9642
9643 2000-04-10  Mito <mit@nines.nec.co.jp>
9644
9645         * wl-mime.el (wl-burst): New function.
9646         (wl-summary-burst): Use it.
9647
9648 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9649
9650         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9651         as petname when there's no candidate.
9652
9653 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9656         New variable.
9657         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9658
9659         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9660
9661         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9662
9663 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9664
9665         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9666         Use substring of `original' instead of buffer-substring.
9667         (wl-refile-evaluate-rule):
9668         Set `original' argument of wl-refile-expand-newtext.
9669
9670         * wl-summary.el
9671         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9672         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9673         (wl-summary-auto-refile): Check existence of destination folder just
9674         before marking.
9675
9676 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9677
9678         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9679         when wl-refile-get-field-value return nil.
9680
9681 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9682
9683         * wl-refile.el
9684         (wl-refile-expand-newtext): New function imported from Gnus.
9685         (wl-refile-evaluate-rule): Use it.
9686
9687 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9688
9689         * wl-summary.el (wl-summary-print-destination):
9690         Duplicate folder string to avoid putting text-property on
9691         original string.
9692
9693         * wl-refile.el (wl-refile-get-field-value): New function.
9694         (wl-refile-evaluate-rule): New function;
9695         Evaluate refile rule recursively.
9696         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9697         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9698         New function; Check existence of a target folder recursively.
9699         (wl-summary-auto-refile-check-refile-rule-alist):
9700         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9701
9702 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9705
9706         * wl-folder.el (wl-create-folder-entity-from-buffer):
9707         Fixed problem when '}' character is contained in folder name.
9708
9709         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9710
9711 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9712
9713         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9714         (wl-fldmgr-add-completion-all-completions):
9715         Use wl-fldmgr-add-completion-hashtb.
9716
9717 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9718
9719         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9720         wl-fldmgr-add-completion-subr): New functions.
9721         * wl-folder.el (wl-folder-completion-func): New variable.
9722         * wl-summary.el (wl-summary-read-folder):
9723         Use wl-folder-completion-func.
9724
9725         * wl-refile.el: Eliminate throw & catch.
9726
9727         * wl.el (wl-plugged-sending-queue-status): Fixed.
9728
9729 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9730
9731         * wl-draft.el (wl-draft): Put category property on
9732         mail-header-separator.