* wl-summary.el (wl-summary-forward): Put subject in original
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-forward): Put subject in original
4         message buffer as argument of wl-draft-forward.
5         * wl-draft.el (wl-draft-forward): Decode subject as in
6         wl-draft-reply.
7
8 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
9
10         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
11         a folder under access group.
12
13 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
14
15         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
16         wl-message-buffer-display.
17
18         * wl-util.el (wl-set-save-drafts): Fix typo.
19
20 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
23         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
24         wl-highlight-logo-face to set the bg color of an xbm image; fixed
25         the way to measure the width of a bitmap image; don't put face on
26         ascii and bitmap images; put the mark which should not use the
27         variable-pitch face on ascii and bitmap images.
28         (wl-demo-setup-properties): Don't use the variable-pitch face on
29         ascii and bitmap images; made it work on Emacs 20 and earlier.
30         (wl-demo-insert-text): End with a newline at the bottom; don't put
31         face on text.
32
33         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
34
35 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
36
37         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
38
39         * wl-util.el (wl-save-drafts): Moved from sample setting.
40         (wl-set-save-drafts): New function to set idle timer.
41         * wl-draft.el (wl-draft): Call it.
42         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
43
44 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
45
46         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
47         a summary which has toggle display status off.
48
49 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-draft.el (wl-draft-do-fcc): No cache save.
52
53 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-summary.el (elmo-event-handler-flag-changed): Use
56         `set-buffer' instead of `with-current-buffer'.
57
58 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-summary.el (wl-summary-after-resize-function): New function.
61         (wl-summary-mode): Add `wl-summary-after-resize-function' to
62         window-size-change-functions.
63
64 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-draft.el (wl-draft-create-buffer): Bind
67         `change-major-mode-hook' after current buffer is changed.
68
69         * wl-summary.el (wl-summary-buffer-detach): New function.
70         (wl-summary-buffer-set-folder): Call it.
71         (wl-summary-mode): Add `wl-summary-buffer-detach' to
72         change-major-mode-hook and kill-buffer-hook.
73         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
74         (wl-summary-switch-to-clone-buffer): Ditto.
75         (wl-summary-goto-folder-subr): Ditto.
76
77 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
78
79         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
80         after boundp check.
81
82 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
83
84         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
85         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
86         for `kill-buffer'.
87
88         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
89         handler of current buffer from elmo-folder.
90
91 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
94
95 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-summary.el (wl-summary-buffer-event-handler): New internal
98         variable.
99         (wl-summary-event-handler): New class.
100         (elmo-event-handler-flag-changed): Define to update persistent
101         mark.
102         (wl-summary-buffer-set-folder): Register event handler to
103         elmo-folder.
104         (wl-summary-exit): Unregister event handler.
105         (wl-summary-goto-folder-subr): Ditto.
106         (wl-summary-mark-as-read-all): Does not call
107         `wl-summary-update-persistent-mark' directly.
108         (wl-summary-mark-as-read-internal): Ditto.
109         (wl-summary-set-persistent-mark-internal): Ditto.
110         (wl-summary-set-flags-internal): Ditto.
111
112         * Version number is increased to 2.11.33.
113
114 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
117         to nil.
118
119 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-spam.el (wl-spam-setup): Add hook
122         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
123         instead of `wl-summary-prepare-hook'.
124
125         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
126         if folder type is `'flag'.
127         (wl-summary-mark-as-important): Ditto.
128
129 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-address.el (wl-address-minibuffer-history): New variable.
132         (wl-address-minibuffer-local-map): New keymap.
133         (wl-address-read-from-minibuffer): New function.
134
135         * wl-action.el (wl-summary-get-resend-address): Use
136         `wl-address-read-from-minibuffer' instead of `completing-read'.
137
138 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * Version number is increased to 2.11.32.
141
142 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
145         without mule to iso-8859-1.
146         (wl-draft-add-in-reply-to): Add note in description.
147         (wl-draft-add-references): Ditto.
148
149 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
150
151         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
152         definition for `m'.
153         (wl-summary-mode-line-format): Add '[%m]'.
154         (wl-message-mode-line-format-spec-alist): Ditto.
155         (wl-summary-display-mime-mode-list): New variable.
156
157         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
158         from wl-summary-buffer-display-as-is.
159         (wl-summary-buffer-display-all-header): New buffer local variable.
160         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
161         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
162         instead of wl-summary-buffer-display-as-is.
163         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
164         (wl-summary-set-persistent-mark): Ditto.
165         (wl-summary-set-message-buffer-or-redisplay): Just call
166         `wl-summary-redisplay-internal' without optional arguments.
167         (wl-summary-toggle-mime): Rewrite.
168         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
169         (wl-summary-toggle-all-header): New function.
170         (wl-summary-redisplay-internal): Treat mime mode.
171
172         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
173         to wl-mime-preview-follow-no-mime.
174         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
175         accodring to the display-mode.
176
177         * wl-message.el (wl-message-buffer-display-type): Rewrite.
178         (wl-message-buffer-display): Changed argument name from `as-is' to
179         `mode'.
180         (wl-message-display-internal): Ditto;
181         Bind elmo-mime-display-header-analysis according to the mode.
182         (wl-message-display-internal): Put wl-message-display-mime-mode
183         property on entire buffer.
184
185 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
186
187         * wl-draft.el (wl-draft-do-fcc): Undo last change.
188
189 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
190
191         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
192         Don't extract mail address.
193         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
194
195         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
196
197         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
198
199 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
202         wl-fldmgr-cut-entity-list on confirmation.
203
204 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
207         (wl-mime-quit-preview): Check existence of
208         mime-edit-temp-message-buffer here.
209
210 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
213         after deletion.
214
215         * wl-draft.el (wl-draft-send-confirm): Check major-mode
216         before calling wl-mime-quit-preview.
217
218 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-summary.el (wl-summary-pick): If call it with prefix
221         argument, set `delete-marks' as non-nil. Pick from only visible
222         messages.
223         (wl-summary-check-target-mark): New function.
224         (wl-summary-target-mark-mark-as-read): Use it.
225         (wl-summary-target-mark-mark-as-unread): Ditto.
226         (wl-summary-target-mark-operation): Ditto.
227         (wl-summary-target-mark-set-flags): Ditto.
228         (wl-summary-target-mark-save): Ditto.
229         (wl-summary-target-mark-pick): Ditto.
230         (wl-summary-target-mark-forward): Ditto.
231         (wl-summary-target-mark-reply-with-citation): Ditto.
232         (wl-summary-target-mark-print): Ditto.
233         (wl-summary-target-mark-uudecode): Ditto.
234
235         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
236         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
237         with `ask-coding' is non-nil.
238
239 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-thread.el (wl-thread-set-parent): If parent is a message
242         which is identified by references, set linked as nil.
243
244 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
245
246         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
247         (wl-message-mode-line-format-spec-alist): Ditto.
248         (wl-message-mode-line-format): Ditto.
249         (wl-summary-mode-line-format): Ditto for docstring.
250         (wl-summary-no-mime-folder-list): Fix typo.
251
252         * wl-util.el (wl-current-message-buffer): Call
253         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
254
255         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
256         variable.
257         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
258         of `wl-summary-redisplay-no-mime'.
259         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
260         (wl-summary-toggle-mime): New function.
261         (wl-summary-redisplay-all-header): Rewrite.
262         (wl-summary-redisplay-no-mime): Ditto.
263         (wl-summary-redisplay-internal): Added argument `as-is' and
264         `all-header'.
265
266         * wl-refile.el (wl-refile-default-from-folder-path-separator):
267         New variable.
268         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
269         bottom.
270         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
271         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
272         "/" unconditionally.
273
274         * wl-mime.el (wl-draft-yank-current-message-entity): Use
275         wl-mime-preview-follow-no-mime for as-is content.
276         (wl-mime-preview-follow-no-mime): New function.
277         (wl-mime-preview-follow-current-region): Fixed parenthesis.
278
279         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
280         and added `as-is', `all-header'.
281         (wl-message-buffer-display): Ditto.
282         (wl-message-buffer-display-type): New function.
283
284 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-vars.el (wl-message-header-button-alist): Change default
287         value.
288         (wl-message-body-button-alist): Ditto.
289
290 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
291
292         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
293
294 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
297
298 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-summary.el (wl-summary-sync-marks): Remove condition which
301         is always true.
302
303 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
306         on null entity.
307
308 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-vars.el (wl-draft-reply-default-position): Fix range.
311
312 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-vars.el (wl-summary-resend-hook): New hook.
315
316         * wl-action.el (wl-summary-exec-action-resend-subr): Run
317         `wl-summary-resend-hook'.
318
319 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
320
321         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
322         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
323         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
324         (wl-summary-new-cached-mark): Changed default value to 'n'.
325         (wl-summary-unread-cached-mark): Changed default value to 'u'.
326         (wl-summary-answered-cached-mark): Changed default value to 'a'.
327         (wl-folder-sync-range-alist): Remove spec for 'flag.
328         (wl-summary-force-prefetch-folder-list): New user option.
329
330         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
331         `wl-summary-toggle-persistent-mark'.
332         (wl-summary-update-mark-and-highlight-window): Don't highlight when
333         number is nil.
334         (wl-summary-mark-as-answered-region): Set interactive argument of
335         `wl-summary-set-persistent-mark-internal'.
336         (wl-summary-mark-as-important-region): Ditto.
337         (wl-summary-unset-persistent-mark): Ditto.
338         (wl-summary-set-persistent-mark): Ditto.
339         (wl-summary-mark-as-answered): Ditto.
340         (wl-summary-mark-as-important): Ditto.
341         (wl-summary-set-persistent-mark-internal): Do nothing
342         when `elmo-message-flag-available-p' is nil.
343         (wl-summary-toggle-persistent-mark): New function.
344         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
345         when the folder matches `wl-summary-force-prefetch-folder-list'.
346
347
348         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
349         when number is nil.
350         (wl-highlight-summary-forwarded-face): New face.
351
352 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
353
354         * Version number is increased to 2.11.31.
355
356 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
359         (wl-biff-check-folder-async): Ditto.
360         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
361
362 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
363
364         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
365         Add an argument `reverse'.  All callers are updated.
366         (wl-summary-sort): Add a prefix argument `reverse' to specify
367         reverse sorting.
368         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
369         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
370         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
371
372 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-message.el (wl-message-redisplay): Does not narrow header if
375         disply-type is all-header or as-is.
376
377         * wl-summary.el (wl-summary-enter-handler): Use
378         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
379
380 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
383         after adding wl-draft-parent-variables.
384         (wl-draft-forward): Ditto.
385
386 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-sync-marks): Call
389         `wl-summary-set-persistent-mark' and
390         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
391         (wl-summary-set-persistent-mark-internal): Add 4th argument
392         `no-server'.
393         (wl-summary-unset-persistent-mark): Ditto.
394         (wl-summary-set-persistent-mark): Ditto.
395         (wl-summary-add-flags-internal): Abolish.
396         (wl-summary-remove-flags-internal): Ditto.
397         (wl-summary-mark-as-important-internal): Ditto.
398         (wl-summary-mark-as-important): Use
399         `wl-summary-set-persistent-mark' instead of
400         `wl-summary-add-flags-internal'.
401         (wl-summary-mark-as-important-region): Ditto.
402
403         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
404
405         * wl-summary.el (wl-summary-get-available-flags): New function.
406         (wl-summary-sync-marks): Use it and simplified.
407         (wl-summary-unset-persistent-mark): Use
408         `wl-summary-get-available-flags'.
409         (wl-summary-set-persistent-mark): Ditto.
410
411 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
412
413         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
414         id.
415
416 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-summary.el (wl-summary-enter-handler): If argument is not a
419         number, call `wl-summary-prev-line-content'. Show message when the
420         message is not found.
421
422 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
423
424         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
425         wl-summary-enter-handler.
426         (wl-summary-enter-handler): New command.
427
428         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
429         docstring and custom spec.
430
431         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
432         flags too; Don't treat Cached and New.
433         (wl-summary-set-persistent-mark): Ditto.
434
435         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
436         `wl-folder-set-flag'.
437
438         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
439         instead of `wl-folder-set-flag'.
440
441         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
442         for completion.
443         (wl-summary-set-persistent-mark): Ditto.
444
445         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
446         instead of `wl-draft-quit-preview'.
447
448         * wl-mime.el (toplevel): Avoid compile warning.
449         (wl-mime-quit-preview): New function
450         (formarly defined as `wl-draft-quit-preview').
451         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
452         quitting method.
453
454         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
455
456         * wl-folder.el (wl-folder-set-flag): Renamed from
457         `wl-draft-set-flag-on-parent'.
458
459         * wl-draft.el (wl-draft-quit-preview): New function.
460         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
461         (wl-draft-send): Call `wl-folder-set-flag' instead of
462         `wl-draft-set-flag-on-parent'.
463         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
464
465 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
468         (wl-draft-send): Ditto.
469
470 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
471
472         * wl-vars.el (wl-draft-reply-hook): Changed default value.
473         (wl-draft-kill-pre-hook): Set default value as nil.
474         (wl-summary-reply-hook): Ditto.
475         (wl-draft-kill-flags): Abolish.
476
477         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
478         (wl-draft-parent-variables): Renamed from
479         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
480         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
481         argument; Add wl-draft-parent-variables to
482         wl-draft-config-variables.
483         (wl-draft-reply): Likewise.
484         (wl-draft-kill-flags): Abolish.
485         (wl-draft-send): Call wl-draft-set-flag-on-parent.
486         (wl-draft-set-flag-on-parent): New function.
487         (wl-draft-setup-parent-flag): Ditto.
488
489 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
490
491         * wl-draft.el (wl-draft-kill-flags): Avoid error when
492         `wl-draft-parent-folder' is "".
493
494 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
497         (wl-summary-digit-jump): New function.
498         (Adviced by John Owens and Hiroya Murata)
499
500         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
501         (Adviced by John Owens)
502
503         * wl-xmas.el (wl-message-define-keymap): Ditto.
504
505         * wl-mule.el (wl-message-define-keymap): Ditto.
506
507 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
510         change of return value of elmo-folder-count-flags.
511
512         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
513         (wl-summary-mark-as-read-internal): Ditto.
514         (wl-summary-set-persistent-mark-internal): Ditto.
515         (wl-summary-folder-info-update): Ditto.
516         (wl-summary-sync-update): Fixed the last change.
517
518         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
519
520 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
521
522         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
523         (wl-draft-kill-flags): Fixed docstring.
524
525         * wl-draft.el (wl-draft-kill-flags): New function.
526         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
527
528 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
529
530         * wl-vars.el (wl-reply-hook): Abolish.
531         (wl-draft-reply-hook): New hook.
532         (wl-summary-reply-hook): Ditto.
533         (wl-draft-forward-hook): Ditto.
534         (wl-summary-forward-hook): Ditto.
535         (wl-draft-kill-flags): New variable.
536
537         * wl-summary.el (wl-summary-mark-as-answered-region): Use
538         wl-summary-set-persistent-mark-internal.
539         (wl-summary-sync-marks): Use elmo-preserved-flags.
540         (wl-summary-update-persistent-mark): Make it interactive.
541         (wl-summary-set-persistent-mark-internal): New inline function.
542         (wl-summary-mark-as-answered): Use it.
543         (wl-summary-mark-as-unanswered): Ditto.
544         (wl-summary-unset-persistent-mark): New function.
545         (wl-summary-set-persistent-mark): Ditto.
546         (wl-summary-reply): Don't set answered flag;
547         Run wl-summary-reply-hook instead.
548         (wl-summary-forward): Call wl-draft-forward with number.
549         Run wl-summary-forward-hook.
550
551         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
552         (wl-highlight-summary-line-face-spec): Use it as a default
553         persistent mark face.
554
555         * wl-draft.el (wl-draft-forward): Added optional argument number;
556         Set wl-draft-parent-number; Run wl-draft-forward-hook.
557         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
558         (wl-draft-kill): Use wl-draft-kill-flags.
559
560         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
561
562         * wl-folder.el (wl-folder-check-one-entity): Follow the change
563         of return value of elmo-folder-count-flags.
564
565         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
566
567         * wl-summary.el (wl-summary-count-unread): Ditto.
568         (wl-summary-sync-update): Follow the change above.
569         (wl-summary-force-prefetch): New function.
570
571 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
572
573         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
574         variable `buf' with `let' instead of `setq'.
575
576 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-mime.el (wl-message-delete-current-part): If filename exists,
579         add Content-Disposition heaeder on the deleted part.
580
581 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-draft.el (wl-draft-save): Encode address list under edit by
584         `eword-encode-unstructured-field-body'.
585
586         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
587
588 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
591         wl-current-summary-buffer.
592
593 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
594
595         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
596         `numbers' is ignored.
597
598 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-folder.el (wl-folder-open-folder): Avoid error.
601         Reported by John Owens, [wl-en:815]
602
603         * wl.el (wl): Set timer for biff process even if prefix argument
604         is given or auto-checking is quitted.
605
606         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
607         immediately.
608         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
609         (wl-toggle-plugged): Ditto.
610
611         * wl-vars.el (wl-biff-use-idle-timer): New variable.
612         * wl-util.el (wl-biff-start): Use idle timer if
613         `wl-biff-use-idle-timer' is non-nil.
614
615 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-highlight.el (wl-highlight-message): Fix description.
618
619 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
620
621         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
622         tty.
623
624 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-action.el (wl-summary-exec): Print failure count.
627
628 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
631         to `defun', remove interactive form.
632         Set elmo-message-fetch-confirm when force-reload is non-nil.
633
634 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-summary.el (toplevel): Removed unnecessary autoload.
637
638 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
641         the buffer is generated from another message buffer.
642
643 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
646         extracted from `wl-fldmgr-save-folders'.
647         (wl-fldmgr-delete): Call it after deletion.
648
649 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
652         multi-tty support.
653
654 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
655
656         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
657
658 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-summary.el (wl-summary-rescan): Remove unused variables.
661         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
662
663 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
666         unsubscribe list only if argument CLEAR is nil.
667
668 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-draft.el (wl-draft-reply): Decode subject before removing
671         Re: prefix.
672
673 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
674
675         * wl-summary.el (wl-summary-sort-by-size): New command.
676
677 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-summary.el (wl-summary-number-list-from-region): New
680         function.
681         (wl-summary-mark-as-read-region): Use it.
682         (wl-summary-mark-as-unread-region): Ditto.
683         (wl-summary-set-flags-region): Ditto and add optional argument
684         remove.
685         (wl-summary-mark-as-answered-region): Ditto.
686         (wl-summary-mark-as-important-region): Ditto.
687         (wl-summary-target-mark-mark-as-important): Added optional
688         argument remove.
689         (wl-summary-target-mark-mark-as-answered): Ditto.
690         (wl-summary-target-mark-set-flags): Ditto.
691
692 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-summary.el (wl-summary-set-flags-region): Call
695         `wl-summary-set-flags-internal' with number list instead of call
696         one by each message.
697         (wl-summary-target-mark-set-flags): Likewise.
698
699 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-summary.el (wl-summary-target-mark-operation): Add optional
702         argument `inverse' and use `wl-summary-delete-all-target-marks'.
703         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
704         (wl-summary-target-mark-mark-as-answered): Likewise.
705
706 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-summary.el (wl-summary-target-mark-forward): Use
709         `wl-summary-delete-all-target-marks' instead of
710         `wl-summary-delete-all-temp-marks'.
711         (wl-summary-target-mark-reply-with-citation): Ditto.
712         (wl-summary-target-mark-uudecode): Ditto.
713         (wl-summary-target-mark-set-flags): Ditto and remove needless
714         cursor move.
715
716 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-summary.el (wl-summary-target-mark-forward): Protect
719         wl-summary-buffer-target-mark-list from nreverse.
720         (wl-summary-target-mark-reply-with-citation): Ditto.
721
722 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-thread.el (wl-thread-update-indent-string-thread): Use
725         `elmo-display-progress-threshold'.
726
727 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
730         check `wl-summary-highlight'.
731         (wl-summary-window-scroll-functions): Respect value of
732         `wl-summary-highlight'.
733         (wl-summary-sync-update): Run hooks
734         `wl-summary-buffer-window-scroll-functions' at any time.
735
736 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
739         from `wl-summary-cleanup-temp-marks'.
740         (wl-summary-cleanup-temp-marks): Abolish argument.
741         * wl.el (wl-save-status): Revert previous change.
742         (wl-execute-temp-marks): New function, call
743         `wl-summary-exec-with-confirmation'.
744         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
745         (wl-folder-save-and-exec-marks): Abolished.
746
747 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-e21.el (wl-e21-display-image-p): Respect
750         `wl-highlight-folder-with-icon'.
751         (wl-e21-highlight-folder-group-line): Highlight mouse line
752         even if wl-e21-display-image-p is nil.
753
754         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
755         Respect value of `wl-summary-highlight'.
756
757         * wl.el (wl-save-status): Remove unused variable.
758
759         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
760         (wl-folder-mode-map): Bind it to "x".
761
762 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
765
766         * wl-thread.el (wl-thread-get-parent-list): Don't check
767         disconnected ancestors, neglecting needless work in
768         `wl-thread-update-indent-string-thread'.
769
770         * wl.el (wl-save): Take prefix argument to execute remaining marks.
771         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
772         argument, add argument default-keep to keep marks by default.
773
774         * Version number is increased to 2.11.30.
775
776         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
777         customization type and docstring.
778         (wl-draft-reply-without-argument-list): Ditto.
779
780 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
783
784         * wl-spam.el (wl-spam-mark-action-list): Ditto.
785
786 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
787
788         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
789
790 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-draft.el (wl-draft-config-exec): Narrow the range of
793         save-excursion so as not to include run-hooks.
794
795 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
798         Clarify that marks are going to be cleared.
799
800 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
803         according to 3rd element of wl-summary-flag-mark.
804
805         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
806
807 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-action.el (wl-summary-target-mark-all): Don't set
810         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
811
812 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
815         (wl-forward-subject-prefix): Ditto.
816         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
817         (wl-draft-reply-make-subject): Ditto.
818
819         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
820         `wl-draft-forward'.
821         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
822
823 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-action.el (wl-summary-target-mark-set-action): Stop if
826         target message does not exist.
827
828 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
829
830         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
831         `wl-subject-prefix-regexp'.
832         (wl-subject-forward-prefix-regexp): New variable.
833         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
834         `wl-draft-strip-subject-re' and take regexp as argument.
835         (wl-draft-forward): Use it.
836         (wl-draft-reply): Ditto.
837
838 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
839
840         * wl-e21.el (wl-highlight-plugged-current-line): Change for
841         emacs multi-tty support.
842
843 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
844
845         * wl-e21.el (wl-e21-display-image-p): Don't call
846         `display-images-p'.
847         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
848         support.
849         (wl-highlight-folder-current-line): Ditto.
850         (wl-folder-init-icons): Ditto.
851
852 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
855         the last line of summary in unplugged mode.
856
857 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
858
859         * wl-vars.el (wl-refile-rule-alist): Doc fix.
860
861 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
862
863         * wl-vars.el (wl-user-mail-address-regexp): New variable.
864         * wl-address.el (wl-address-user-mail-address-p): Use it.
865         (wl-address-delete-user-mail-addresses): Ditto.
866         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
867
868         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
869         (wl-address-delete-user-mail-addresses): Ditto.
870
871         * wl-address.el (wl-address-delete-user-mail-addresses): New
872         function.
873         * wl-refile.el (wl-refile-guess-by-history): Use it.
874         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
875         (wl-draft-make-mail-followup-to): Ditto and fix logic.
876
877         * wl-draft.el (wl-draft-edit-string): To judge sender address,
878         use wl-address-user-mail-address-p.
879
880 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
883         after opening group.
884
885 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
888         of elmo-set-buffer-multibyte.
889
890         * wl-message.el (wl-original-message-mode): Ditto.
891
892         * wl-score.el (wl-score-insert-header): Ditto.
893
894         * wl-summary.el
895         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
896         (wl-summary-goto-folder-subr): Ditto.
897         (wl-summary-insert-headers): Ditto.
898
899         * wl-util.el (wl-set-string-width): Ditto.
900
901         * Version number is increased to 2.11.29.
902
903 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
906         (wl-highlight-summary-line-help-echo-alist): New variable.
907         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
908         into `wl-highlight-summary-line-help-echo' and
909         `wl-highlight-flag-folder-help-echo'.
910         (wl-highlight-summary-line-string): Change accordingly.
911         (wl-highlight-summary-current-line): Ditto.
912
913 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
914
915         * wl-highlight.el (wl-highlight-message): Ignore white spaces
916         at the beginning of field body (Thanks to Markus Knittig).
917
918         * wl-draft.el (wl-draft-insert-current-message): Also check
919         summary buffer, remove unnecessary tag.
920
921 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
922
923         * wl-draft.el (wl-draft-insert-current-message): Cause error also
924         when wl-message-buffer is nil.
925
926         * wl-folder.el (wl-folder): Abolish unused argument.
927         Call wl-folder-init when wl-folder-entity is nil.
928         * wl.el (wl): Change accordingly.
929
930 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
933         multibyte string before insert into draft buffer.
934         (wl-draft-create-buffer): Always enable multibyte characters for
935         draft buffer.
936
937         * Version number is increased to 2.11.28.
938
939 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-folder.el (wl-folder-open-close): Handle blank line.
942         (wl-folder-jump-to-current-entity): Ditto.
943
944 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * Version number is increased to 2.11.27.
947
948 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-thread.el (wl-thread-insert-message): When the thread is
951         devided by wl-summary-max-thread-depth, insert line at the end of
952         buffer.
953
954 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * Version number is increased to 2.11.26.
957
958 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
961
962 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
965         value of stream-type and session.
966
967 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * Version number is increased to 2.11.25.
970
971 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
972
973         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
974         in a quit message.
975
976 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
977
978         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
979         (wl-summary-redisplay-no-mime-internal): Ditto.
980
981 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
982
983         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
984         * wl-vars.el (wl-smtp-connection-type): Ditto.
985
986 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
987
988         * wl-highlight.el (wl-highlight-message): Change to strict regexp
989         for the separator line and quote mail-header-separator.
990
991 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-spam.el (wl-message-check-spam): Fixed problem no display
994         result message.
995
996         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
997         `elmo-multiple-fields-body-list' with boundary as
998         mail-header-separator.
999
1000 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1003
1004 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * wl-util.el (wl-list-diff): Remove unused function.
1007
1008         * wl-draft.el (wl-draft-send-confirm): Discard input before
1009         confirmation.
1010
1011 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1014         order of flag and new.
1015
1016 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-vars.el (wl-refile-policy-alist): Abolished.
1019
1020         * wl-action.el (wl-summary-set-action-refile): Follow the change
1021         above.
1022
1023 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * wl-highlight.el (wl-highlight-signature-search): Don't use
1026         re-search-backward for a long word since it is possible to crash
1027         XEmacs because of a bug.
1028
1029 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1030
1031         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1032
1033 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1036         argument for wl-summary-sync-force-update.
1037
1038 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1039
1040         * wl-summary.el (wl-summary-mode-map): Revival of
1041         wl-summary-mark-as-important related bindings;
1042         Bind 'F','tF','mF','rF','m&'.
1043         (wl-summary-mark-as-important-region): Revival.
1044         (wl-summary-target-mark-mark-as-important): Ditto.
1045         (wl-summary-target-mark-operation): New function.
1046         (wl-summary-target-mark-mark-as-answered): Use it.
1047         (wl-summary-decide-flag): Don't set Important as default.
1048         (wl-summary-mark-as-important-internal): Revival.
1049         (wl-summary-mark-as-important): Ditto.
1050
1051         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1052
1053         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1054         instead of facep.
1055
1056 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1057
1058         * wl-dnd.el (wl-dnd-drop-func): Fix.
1059
1060         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1061         mouse-set-point instead of posn-point.
1062
1063         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1064
1065         * wl-mule.el (wl-completing-read-multiple): Ditto.
1066
1067 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-demo.el (face-background-name): Defalias to avoid compile
1070         warning.
1071
1072 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1073
1074         * wl-summary.el (wl-summary-decide-flag): Use
1075         wl-completing-read-multiple instead of completing-read-multiple.
1076
1077         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1078         New alias.
1079
1080         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1081         Use face-background-name instead of face-background.
1082
1083         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1084
1085         * wl-summary.el (wl-summary-save): Use it.
1086         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1087
1088         * wl-mime.el (wl-mime-save-content): Fix last change.
1089
1090 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1091
1092         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1093         New function.
1094         (wl-summary-sort-specs): Added sort.
1095         * wl-mime.el (wl-mime-save-content): Expand file name.
1096
1097 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1100
1101         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1102
1103 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1106         for flag if it is not defined.
1107
1108 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1109
1110         * wl-e21.el (wl-highlight-folder-current-line): Use
1111         elmo-folder-type-internal when elmo-folder-type returns nil.
1112
1113         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1114
1115         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1116
1117         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1118
1119         * wl-e21.el (wl-summary-toolbar): Ditto.
1120
1121         * wl-vars.el (wl-demo-background-color): Abolished.
1122         (wl-summary-persistent-mark-priority-list): Renamed from
1123         wl-summary-flag-priority-list.
1124         (wl-summary-flag-alist): New user option.
1125         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1126         (wl-message-mode-line-format-spec-alist): Added 'F'.
1127         (wl-message-mode-line-format): Likewise.
1128         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1129         instead of wl-summary-important-mark.
1130         (wl-file-folder-icon): New variable.
1131
1132         * wl-thread.el (wl-thread-set-flags): Renamed from
1133         wl-thread-mark-as-important.
1134
1135         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1136         warning.
1137         (wl-summary-mode-menu-spec): Follow the change of 
1138         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1139         (wl-summary-mode-map): Follow the change of
1140         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1141         (wl-summary-detect-mark-position): Follow the variable name change.
1142         (wl-summary-set-flags-region): New function for the replacement of
1143         wl-summary-mark-as-important-region.
1144         (wl-summary-sync-marks): Sync all global-flags.
1145         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1146         instead of elmo-message-flagged-p.
1147         (wl-summary-persistent-mark-string): Follow the variable name change;
1148         Put wl-summary-flag-mark if the message has global-flag.
1149         (wl-summary-target-mark-set-flags): Renamed from 
1150         wl-summary-target-mark-mark-as-important.
1151         (wl-summary-decide-flag): New function.
1152         (wl-summary-set-flags-internal): Renamed from
1153         wl-summary-mark-as-important-internal.
1154         (wl-summary-add-flags-internal): New function.
1155         (wl-summary-remove-flags-internal): Ditto.
1156         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1157         (wl-summary-mark-as-unimportant): Abolish.
1158         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1159         (wl-summary-next-message): List flagged messages in the msgdb.
1160
1161         * wl-score.el (wl-summary-score-update-all-lines): Use
1162         wl-summary-add-flags-internal instead of 
1163
1164         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1165
1166         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1167         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1168         (wl-message-buffer-require-all-header): Renamed from
1169         wl-message-buffer-all-header-flag (Ditto).
1170         (wl-message-buffer-flag-indicator): New variable.
1171         (wl-message-redisplay): Changed local varibale name from `flag' to
1172         `display-type'; Set up wl-message-buffer-flag-indicator.
1173         (wl-message-buffer-display): Changed varibale name from `flag' to
1174         `display-type'.
1175         (wl-message-display-internal): Likewise.
1176
1177         * wl-highlight.el (wl-highlight-demo-face): Define default background
1178         color.
1179         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1180
1181         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1182
1183         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1184         (wl-demo-setup-properties): Renamed from
1185         `wl-demo-set-background-color'.
1186         (wl-demo): Follow the change above.
1187         
1188         * Version number is increased to 2.11.24.
1189
1190 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-summary.el (wl-summary-toggle-thread): Call
1193         `wl-summary-rescan' with disable-thread as non-nil.
1194         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1195
1196 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1197
1198         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1199         foreground property of the face.
1200         (wl-demo-insert-text): Don't set up face property here.
1201         (wl-demo): Call wl-demo-set-background-color, anyway.
1202
1203 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-vars.el (wl-demo-background-color): The value can be nil.
1206
1207 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1210         to wl-summary-wheel-dispatcher.
1211
1212         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1213         wl-message-wheel-dispatcher.
1214         (wl-message-wheel-dispatcher): New function.
1215         (wl-summary-wheel-dispatcher): Ditto.
1216
1217 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-action.el (wl-summary-target-mark-all): List messages which are
1220         not in the killed-list.
1221
1222         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1223         only when the folder is 'flag/important.
1224
1225         * wl-address.el (wl-complete-field-body): Complete if the last
1226         character is a space.
1227
1228 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * wl-folder.el (wl-folder-clear-entity-info): Use
1231         elmo-clear-hash-val.
1232
1233         * wl-fldmgr.el (wl-fldmgr-rename): Set
1234         wl-folder-info-alist-modified as t.
1235
1236 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1239
1240 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1243         (wl-folder-buffer-last-visited-entity-id): New buffer local
1244         variable.
1245         (wl-folder-revisit-last-visited-folder): New function.
1246         (wl-folder-mode-map): Bind it to "C-i".
1247         (wl-folder-set-current-entity-id): Set last visited folder.
1248         * wl-summary.el (wl-summary-exit): Ditto.
1249
1250 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1253         before calling `recenter' in order to cope with an XEmacs bug.
1254
1255 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1256
1257         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1258         to the default value.
1259
1260 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1263         change.
1264         (wl-summary-sync-marks): Ditto.
1265         (wl-summary-mark-as-read-internal): Ditto.
1266         (wl-summary-mark-as-answered-internal): Ditto.
1267         (wl-summary-mark-as-important-internal): Ditto.
1268         (wl-summary-reply): Ditto.
1269
1270         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1271         instead of `elmo-folder-unflag-answered'.
1272
1273         * Version number is increased to 2.11.23.
1274
1275         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1276         the last change.
1277
1278 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1279
1280         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1281         Specify "spam" or "good".
1282
1283 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1284
1285         * wl-spam.el (wl-summary-exec-action-spam): Call
1286         wl-folder-confirm-existence for spam folder.
1287         (wl-spam-setup): Bind "mk".
1288
1289 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1292
1293 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1296         destination folder is empty.
1297
1298 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1299
1300         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1301         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1302
1303         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1304         (wl-summary-refile-prev-destination-region): New function.
1305         (wl-thread-refile-prev-destination): Ditto.
1306         (wl-summary-target-mark-refile-prev-destination): Ditto.
1307
1308 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1309
1310         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1311         (wl-demo-background-color): Changed default value.
1312
1313         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1314         color.
1315
1316         * wl-demo.el (wl-demo-set-background-color): New function.
1317         (wl-demo): Call it.
1318
1319 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1320
1321         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1322         * wl-address.el (wl-address-add-or-change): Don't add empty
1323         address.
1324
1325 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1326
1327         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1328
1329 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-vars.el (wl-demo-image-filter-alist): New variable
1332         (wl-demo-background-color): Ditto.
1333
1334         * wl-demo.el (wl-demo-xpm-set-background): New function.
1335         (wl-demo-image-filter): Ditto.
1336         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1337
1338         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1339
1340         * wl-demo.el (wl-demo-icon-name): Define as function.
1341         (wl-demo-insert-image): Use it.
1342
1343 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1344
1345         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1346
1347 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1348
1349         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1350
1351 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1354
1355 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-thread.el (wl-thread-mark-as-answered): New function.
1358
1359         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1360         answered" entry.
1361         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1362         "r&" and wl-thread-mark-as-answered to "t&".
1363         (wl-summary-mark-as-important-region): Refine to toggle mark.
1364         (wl-summary-mark-as-answered-region): New function.
1365         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1366         and 3rd argument.
1367         (wl-summary-mark-as-important-internal): Likewise.
1368
1369 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-template.el (wl-template-preview): New internal variable.
1372         (wl-template-preview-p): New function.
1373         (wl-template-show): Bind `wl-template-preview' as t.
1374
1375 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1378         `elmo-message-entity-field' with 3rd argument which is non-nil.
1379
1380 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1383         Removed duplicate local bind `folder'.
1384
1385 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1388
1389 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1392         duplicate definition.
1393
1394 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1397         non-nil, use it; Don't fetch message if there's no message in the
1398         current cursor position.
1399
1400 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-util.el (wl-region-exists-p): Use region-active-p.
1403         (wl-deactivate-region): New function.
1404         * wl-message.el (wl-message-redisplay): Deactivate region.
1405
1406         * wl-summary.el (wl-summary-reply): Call
1407         `wl-summary-set-message-buffer-or-redisplay' instead of
1408         `wl-summary-redisplay-internal', don't move point.
1409
1410 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1413         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1414         by regexp.
1415
1416 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1419         if no need.
1420
1421 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1424         default value to nil.
1425         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1426         `wl-summary-prepare-hook'; Replace refile action to
1427         `wl-summary-exec-action-refile-with-register'.
1428
1429         * Version number is increased to 2.11.22.
1430
1431 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-summary.el (wl-summary-detect-mark-position): Set
1434         `wl-summary-buffer-weekday-name-lang'.
1435
1436 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1437
1438         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1439         (wl-summary-mark-as-read-all): Ditto.
1440         (wl-summary-delete-messages-on-buffer): Ditto.
1441         (wl-summary-sync-update): Ditto.
1442         (wl-summary-mark-as-read-internal): Ditto.
1443         (wl-summary-mark-as-answered-internal): Ditto.
1444         (wl-summary-update-folder-info): Abolished.
1445
1446 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-summary.el (wl-summary-mark-as-read-all): Use
1449         `wl-summary-update-folder-info' instead of
1450         `wl-folder-update-unread'.
1451
1452 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1453
1454         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1455         `wl-summary-folder-info-update'.
1456         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1457         instead of `wl-summary-folder-info-update'.
1458         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1459         `wl-folder-set-folder-updated'.
1460         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1461         instead of `wl-folder-update-unread'.
1462         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1463         the value of `wl-summary-buffer-unread-count' for the second parameter of
1464         `wl-folder-update-unread'.
1465
1466         * Version number is increased to 2.11.21.
1467
1468 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1469
1470         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1471         a local variable.
1472
1473 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1476         interactively.
1477
1478         * wl-summary.el (wl-summary-mark-as-important-internal): New
1479         internal function.
1480         (wl-summary-mark-as-important): Use it.
1481         (wl-summary-mark-as-unimportant): New function.
1482         (wl-summary-sync-marks): Follow the API change.
1483
1484         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1485
1486         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1487
1488 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1489
1490         * wl-folder.el (wl-folder-update-unread): Re-indent.
1491         Narrow the scope of a local variable.
1492
1493 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1496         (wl-addrmgr-merge-entries): Ditto.
1497         (wl-addrmgr): Added to address entry which exists in draft buffer
1498         if no entry is in original.
1499
1500 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1501
1502         * wl-batch.el: New file.
1503
1504 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1505
1506         * wl-vars.el (wl-use-semi): Remove unused variable.
1507
1508 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1509
1510         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1511         "?".
1512
1513 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1514
1515         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1516         wl-summary-new-mark.
1517         (wl-summary-new-cached-mark): New user option.
1518         (wl-summary-score-marks): Follow the change above.
1519         (wl-summary-auto-refile-skip-marks): Ditto.
1520         (wl-summary-incorporate-marks): Ditto.
1521         (wl-summary-expire-reserve-marks): Ditto.
1522
1523         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1524
1525         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1526         (wl-summary-persistent-mark-string): Distinguished between cached
1527         and uncached mark when the message is new.
1528
1529 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-spam.el (wl-spam-domain): Renamed from
1532         `wl-spam-folder-guess-domain'.
1533         (wl-summary-exec-action-spam): Register as spam if domain of the
1534         source folder is good.
1535         (wl-summary-exec-action-refile-with-register): Register message if
1536         domain of the source folder is not undecided.
1537
1538 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1541         detect thread loop.
1542
1543 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1546         and wl-summary-skip-mark-list.
1547
1548 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1551
1552         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1553
1554         * wl-spam.el (toplevel): Require wl-highlight.
1555         (wl-spam-auto-check-policy-alist): Abolish.
1556         (wl-spam-auto-check-folder-regexp-list): New user option.
1557         (wl-spam-auto-check-marks): Ditto.
1558         (wl-spam-mark-action-list): Ditto.
1559         (wl-highlight-summary-spam-face): New face.
1560         (wl-spam-auto-check-message-p): New function.
1561         (wl-spam-map-spam-messages): Fixed message.
1562         (wl-spam-register-spam-messages): Ditto.
1563         (wl-spam-register-good-messages): Ditto.
1564         (wl-summary-spam-map): Add and remove keybind.
1565         (wl-summary-target-mark-spam): Abolish.
1566         (wl-summary-refile-spam): Ditto.
1567         (wl-summary-test-spam): New function.
1568         (wl-summary-mark-spam): Ditto.
1569         (wl-summary-auto-check-spam): Follow the above change.
1570         (wl-summary-exec-action-spam): New function.
1571         (wl-summary-exec-action-refile-with-register): Fixed message.
1572         (wl-message-check-spam): New function.
1573         (wl-spam-setup): Ditto.
1574         (toplevel): Call it if this file is loaded interactivity.
1575
1576         * Version number is increased to 2.11.20.
1577
1578 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1581         when new optional argument `force' is non nil or modified.
1582
1583 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl.el (toplevel): Require wl-spam when compile.
1586         (wl-save-status): Call wl-spam-save-status.
1587
1588         * wl-spam.el (wl-spam-register-spam-messages): New function.
1589         (wl-spam-register-good-messages): Ditto.
1590         (wl-spam-save-status): Ditto.
1591         (wl-summary-mode-map): Bind
1592         wl-summary-target-mark-register-as-spam to "ms" and
1593         wl-summary-target-mark-register-as-good to "mn".
1594         (wl-summary-register-as-spam): Abolish optional argument; Use
1595         wl-spam-register-spam-messages.
1596         (wl-summary-register-as-spam-all): Use
1597         wl-spam-register-spam-messages.
1598         (wl-summary-register-as-good): Abolish optional argument; Use
1599         wl-spam-register-good-messages.
1600         (wl-summary-register-as-good-all): Use
1601         wl-spam-register-good-messages.
1602         (wl-summary-target-mark-register-as-spam): New funtion.
1603         (wl-summary-target-mark-register-as-good): Ditto.
1604
1605 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-spam.el: New file.
1608
1609 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1612
1613         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1614         (wl-summary-auto-refile): Call wl-refile-guess with
1615         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1616
1617 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1620         with disable-thread argument non-nil.
1621
1622 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-summary-rescan): Added optional argument
1625         disable-thread.
1626         (wl-summary-sync): Call wl-summary-rescan with argument
1627         disable-thread.
1628         (wl-summary-input-range): Added new range `rescan-thread'.
1629
1630 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1633
1634 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1635
1636         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1637         internal variable.
1638         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1639         wl-summary-search-parent-by-subject-regexp and
1640         wl-summary-divide-thread-when-subject-changed as nil.
1641         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1642         (wl-summary-insert-thread): Search parent entity from
1643         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1644         thread loop.
1645
1646 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1647
1648         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1649
1650         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1651
1652         * wl-util.el (wl-require-update-all-folder-p): New function.
1653         (wl-get-assoc-list-value): Added `function' to match directive.
1654         (wl-collect-draft): Rewrite.
1655
1656         * wl-summary.el (wl-summary-sync-update): Clear faces
1657         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1658         are non-nil.
1659         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1660         argument as function.
1661         (wl-summary-input-range): Ditto.
1662
1663         * wl-folder.el (wl-draft-get-folder): New function.
1664         (wl-folder-get-elmo-folder): Consider draft folder.
1665
1666         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1667         (wl-draft-buffer-message-number): New buffer local variable.
1668         (wl-draft-folder-internal): New internal variable.
1669         (wl-draft-delete): Rewrite.
1670         (wl-draft-save): Ditto.
1671         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1672         wl-folder-get-elmo-folder.
1673         (wl-draft-config-info-operation): Ditto.
1674         (wl-jump-to-draft-folder): Ditto.
1675         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1676         (wl-draft-reedit): Rewrite.
1677
1678         * Version number is increased to 2.11.19.
1679         
1680 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1681
1682         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1683         variable.
1684
1685 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1688         Use ignore-errors instead of unwind-protect.
1689
1690 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1691
1692         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1693         for updating `wl-thread-entity-list'.
1694
1695 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1696
1697         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1698         parameter from calling `wl-thread-entity-get-older-brothers' and
1699         `wl-thread-entity-get-younger-brothers'.
1700         Replace nested `append' with a single one.
1701
1702 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-mode): Don't use the return value of
1705         `make-local-hook'.
1706
1707 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1708
1709         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1710         instead of `let*'.
1711         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1712         of local variables.
1713
1714 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1717         Renamed from wl-summary-window-scroll-functions.
1718         (wl-summary-window-scroll-functions): Don't set to variable.
1719         (wl-summary-display-top): Use run-hooks.
1720         (wl-summary-display-bottom): Ditto.
1721         (wl-summary-toggle-disp-msg): Ditto.
1722         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1723         Use it instead of wl-summary-window-scroll-functions.
1724         (wl-summary-goto-folder-subr): Don't call
1725         wl-summary-window-scroll-functions, use
1726         wl-summary-buffer-window-scroll-functions instead.
1727
1728 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1731         make-local-variable.
1732
1733 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1734
1735         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1736         set-buffer-modified-p.
1737         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1738         (wl-summary-display-bottom): Ditto.
1739         (wl-summary-toggle-disp-msg): Ditto.
1740
1741 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1744
1745         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1746         (wl-summary-forward): Use elmo-message-entity-field instead of
1747         elmo-message-field.
1748
1749         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1750
1751 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-summary.el (wl-summary-window-scroll-functions): No use
1754         `append'.
1755
1756 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1757
1758         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1759         function.
1760         (wl-summary-window-scroll-functions): Call it when both
1761         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1762         (wl-summary-temp-mark): Added optional argument number.
1763         (wl-summary-message-mark): Added optional argument flag.
1764         (wl-summary-persistent-mark): Added optional argument number and flag.
1765         (wl-summary-update-persistent-mark): Ditto.
1766         (wl-summary-update-status-marks): Set "r" for interactive spec.
1767
1768         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1769         argument number and flag.
1770
1771         * wl-action.el (wl-summary-registered-temp-mark): 
1772         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1773
1774 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1777         internal variable (buffer local).
1778         (wl-summary-window-scroll-functions): New function.
1779         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1780         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1781         as nil.
1782         (wl-summary-update-status-marks): Added arguments beg, end and
1783         check.
1784         (wl-summary-update-mark-window): Use function.
1785         (wl-summary-sync-update): Follow the change above.
1786         (wl-summary-switch-to-clone-buffer): Copy
1787         wl-summary-buffer-unsync-mark-number-list.
1788         (wl-summary-goto-folder-subr): Set
1789         wl-summary-buffer-unsync-mark-number-list and
1790         use wl-summary-window-scroll-functions instead of
1791         wl-summary-lazy-highlight.
1792
1793         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1794
1795 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1798
1799         * wl-summary.el (wl-summary-update-persistent-mark): Call
1800         wl-summary-set-message-modified.
1801
1802         * wl-summary.el (wl-summary-sync-update): Don't call
1803         wl-summary-update-status-marks.
1804
1805         * Version number is increased to 2.11.18.
1806
1807 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1808
1809         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1810         (wl-message-next-page): Ditto.
1811
1812 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1813
1814         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1815         local variable.  Change the order of a collected list into the
1816         same as the specified range.  Remove nil from a collected list.
1817
1818 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1819
1820         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1821         argument for elmo-folder-list-messages.
1822
1823 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1826         change (wl-summary-count-unreads return a list instead of a cons
1827         cell).
1828
1829 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1830
1831         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1832         `wl-summary-folder-info-update'.
1833
1834 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * wl-summary.el (wl-summary-set-message-modified): No use
1837         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1838         (wl-summary-set-mark-modified): Abolish.
1839         (wl-summary-mark-modified-p): Ditto.
1840         (wl-summary-save-view): Follow the change above.
1841
1842         * wl-expire.el (wl-summary-expire): Likewise.
1843
1844 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-summary.el (wl-summary-detect-mark-position): Use
1847         modb-entity-handler.
1848         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1849
1850         * Version number is increased to 2.11.17.
1851
1852 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1853
1854         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1855         entity field value.
1856         (wl-summary-prefetch-msg): Ditto.
1857         (wl-summary-print-message-with-ps-print): Ditto.
1858
1859 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1860
1861         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1862         for dummy entity.
1863         (wl-summary-insert-thread): Use elmo-message-entity-field.
1864         (wl-summary-update-thread): Use elmo-message-entity-field and
1865         elmo-message-entity-number.
1866         (wl-summary-line-number):  Use elmo-message-entity-number.
1867         (wl-summary-line-size): Use elmo-message-entity-field.
1868         (wl-summary-line-subject): Ditto.
1869         (wl-summary-line-from): Ditto.
1870         (wl-summary-line-attached): Ditto.
1871         (wl-summary-create-line): Ditto.
1872         (wl-summary-create-line): Use elmo-message-entity-number.
1873         (wl-summary-print-message-with-ps-print): Use
1874         elmo-message-entity-field.
1875
1876 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1879         change in elmo-msgdb-make-message-entity.
1880         (wl-summary-buffer-set-folder): Don't call
1881         wl-summary-detect-mark-position here.
1882         (wl-summary-rescan): Call elmo-message-entity-number.
1883         (wl-summary-sync-update): Ditto.
1884         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1885
1886         * wl-score.el (wl-score-header-index): Redefine 2th element.
1887         (wl-score-overview-entity-get-extra): Abolish.
1888         (wl-score-ov-entity-get): Rewrite.
1889         (wl-score-string-index<, wl-score-string-func<): Abolish.
1890         (wl-score-string<): New function.
1891         (wl-score-string-sort): Use it.
1892
1893         * wl-refile.el (wl-refile-guess-by-history): Use
1894         elmo-message-entity-field.
1895         (wl-refile-guess-by-from): Ditto.
1896         (wl-refile-guess-by-msgid): Ditto.
1897
1898         * Version number is increased to 2.11.16.
1899
1900 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-folder.el (wl-folder-confirm-existence): Don't call
1903         file-exists-p if msgdb-path is nil.
1904         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1905         `wl-read-folder-hist' to `wl-read-folder-history'.
1906
1907 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1908
1909         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1910         `y-or-n-p'.
1911
1912 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * wl-score.el (wl-score-headers): Don't use
1915         elmo-folder-do-each-message-entity.
1916
1917         * Version number is increased to 2.11.15.
1918
1919 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1920
1921         * wl-summary.el (wl-summary-delete-all-msgs): Use
1922         elmo-folder-move-messages instead of elmo-folder-delete-messages
1923         and elmo-folder-detach-messages.
1924         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1925
1926         * wl-expire.el (wl-expire-delete): Ditto.
1927         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1928
1929 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1930
1931         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1932         (wl-message-header-narrowing-fields): Ditto.
1933         (wl-message-header-narrowing-lines): Ditto.
1934         (wl-message-header-narrowing-string): Ditto.
1935
1936         * wl-summary.el (wl-summary-mode-map): Bind
1937         wl-summary-toggle-header-narrowing to "C-cC-f".
1938         (wl-summary-toggle-header-narrowing): New function.
1939
1940         * wl-message.el (wl-message-buffer-create): Call
1941         wl-message-header-narrowing-setup.
1942         (wl-message-redisplay): Call wl-message-header-narrowing.
1943         (wl-message-header-narrowing): New function.
1944         (wl-message-header-narrowing-map): New keymap.
1945         (wl-message-header-narrowing-widen-map): New keymap.
1946         (wl-message-header-narrowing-again-at-mouse): New function.
1947         (wl-message-header-narrowing-1): Ditto.
1948         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1949         (wl-message-header-narrowing-setup): Ditto.
1950         (wl-message-header-narrowing-toggle): Ditto.
1951         
1952         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1953
1954         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1955         'flag as all.
1956         (wl-use-flag-folder-help-echo): New user option.
1957
1958         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1959         wl-summary-highlight as nil.
1960         (wl-summary-set-mark-modified): Follow the API change.
1961         (wl-summary-mark-modified-p): Ditto.
1962         (wl-summary-mark-as-read-all): Ditto.
1963         (wl-summary-sync-marks): Don't call
1964         elmo-folder-list-messages-with-global-mark.
1965         (wl-summary-mark-as-read-internal): Follow the API change.
1966         (wl-summary-mark-as-answered-internal): Ditto.
1967         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1968         Follow the API change.
1969         (wl-summary-create-line): Call with number argument.
1970         (wl-summary-reply): Follow the API change.
1971
1972         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1973         function.
1974         (wl-highlight-summary-line-string): Call it when
1975         wl-use-flag-folder-help-echo is non-nil.
1976         (wl-highlight-summary-current-line): Ditto.
1977         (elmo-flag-folder-referrer): Added autoload setting.
1978
1979         * wl-draft.el (wl-draft-kill): Follow the API change.
1980
1981         * Version number is increased to 2.11.14.
1982         
1983 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1986
1987 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1988
1989         * Version number is increased to 2.11.13.
1990
1991 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-draft.el (wl-draft-previous-history-element): Fixed
1994         unbalanced parenthesis and bind unbound local variables.
1995
1996 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-draft.el (wl-draft-previous-history-element): New function.
1999         (wl-draft-next-history-element): Ditto.
2000         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2001         them to M-p and M-n.
2002
2003 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * Version number is increased to 2.11.12.
2006
2007 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-draft.el (wl-draft-hide): Select buffer-window.
2010
2011 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2012
2013         * wl-summary.el (wl-summary-narrow-to-region): New function.
2014         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2015         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2016         (wl-summary-save-region): Use it.
2017         * wl-action.el (wl-summary-collect-numbers-region)
2018         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2019
2020 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-folder.el (wl-folder-count-incorporates): Don't use
2023         `elmo-msgdb-mark-load'
2024
2025         * Version number is increased to 2.11.11.
2026
2027 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2030         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2031
2032 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2033
2034         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2035
2036 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037
2038         * Version number is increased to 2.11.10.
2039
2040 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-mime.el (wl-draft-attribute-value): Fixed.
2043
2044 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2045
2046         * wl-util.el (wl-copy-local-variables): New function.
2047
2048         * wl-mime.el (wl-draft-attribute-recipients): New function.
2049         (wl-draft-attribute-envelope-from): Ditto.
2050         (wl-draft-attribute-smtp-posting-server): Ditto.
2051         (wl-draft-attribute-smtp-posting-port): Ditto.
2052         (wl-draft-attribute-value): Ditto.
2053         (wl-draft-preview-message): Use it to get value for
2054         attributes. Reflect result of `wl-draft-config'.
2055
2056         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2057         and call `wl-summary-mark-as-read' before to call
2058         `wl-summary-unset-mark'.
2059         (wl-summary-target-mark-mark-as-unread): Likewise.
2060         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2061
2062 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2063
2064         * wl-mime.el (wl-draft-preview-message): Use actual value for
2065         attributes; Fix for small window.
2066
2067 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * wl-refile.el (wl-refile-get-field-value): Call
2070         `elmo-message-entity-field' with 3rd argument is non-nil.
2071
2072 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2073
2074         * wl-vars.el (wl-draft-preview-attributes): New user option.
2075         (wl-draft-preview-attributes-list): Ditto.
2076         (wl-draft-preview-attributes-buffer-lines): Ditto.
2077         (wl-draft-preview-attributes-buffer-name): Ditto.
2078
2079         * wl-mime.el (wl-draft-preview-message): Display attributes.
2080
2081 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * wl-summary.el (wl-summary-detect-mark-position): Bind
2084         wl-summary-flag-priority-list to '(new).
2085
2086 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2089         funtion.
2090         (wl-highlight-summary-line-string): Use it.
2091         (wl-highlight-summary-current-line): Ditto.
2092
2093 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2094
2095         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2096         line even when the mark string is not changed.
2097
2098         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2099         argument change in the wl-summary-create-line.
2100         (wl-thread-insert-entity-sub): Ditto.
2101
2102         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2103         argument change in the wl-summary-create-line.
2104         (wl-summary-insert-sequential): Ditto.
2105         (wl-summary-update-thread): Ditto.
2106         (wl-summary-persistent-mark-string): New inline function.
2107         (wl-summary-message-mark): Use it.
2108         (wl-summary-create-line): Abolish argument wl-persistent-mark
2109         and added wl-flags, wl-cached.
2110
2111         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2112         mark to flags.
2113         (wl-highlight-summary-current-line): Decide the face not by the 
2114         persistent mark but flags.
2115
2116 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2119         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2120         wl-summary-read-uncached-mark): Revive.
2121         (wl-summary-answered-cached-mark,
2122         wl-summary-answered-uncached-mark): New user option.
2123         (wl-summary-score-marks): Follow the change above.
2124         (wl-summary-auto-refile-skip-marks): Ditto.
2125         (wl-summary-incorporate-marks): Ditto.
2126         (wl-summary-expire-reserve-marks): Ditto.
2127         (wl-summary-flag-priority-list): New user option.
2128
2129         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2130         changes.
2131         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2132         of elmo-message-mark.
2133         (wl-summary-mark-as-read-internal): Ditto.
2134         (wl-summary-mark-as-answered): Ditto.
2135         (wl-summary-mark-as-important): Ditto.
2136         (wl-summary-redisplay-internal): Ditto.
2137         (wl-summary-redisplay-no-mime-internal): Ditto.
2138         (wl-summary-message-mark): New function.
2139         (wl-summary-insert-sequential): Use wl-summary-message-mark
2140         instead of elmo-message-mark.
2141         (wl-summary-update-thread): Ditto.
2142         (wl-summary-persistent-mark): Ditto.
2143         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2144         instead of elmo-message-mark.
2145
2146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2147         wl-summary-message-mark instead of elmo-message-mark.
2148         (wl-thread-insert-entity-sub): Ditto.
2149         (wl-thread-get-children-msgs-uncached): Ditto.
2150
2151         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2152         variable name changes.
2153         (wl-highlight-summary-current-line): Ditto.
2154
2155         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2156         wl-summary-message-mark instead of elmo-message-mark.
2157
2158         * wl-expire.el (wl-expire-message-p): Ditto.
2159
2160         * wl-score.el (wl-score-headers): Ditto.
2161
2162         * Version number is increased to 2.11.9.
2163
2164         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2165         (wl-summary-sync-update): Follow the change above.
2166         (wl-summary-switch-to-clone-buffer): Ditto.
2167         (wl-summary-open-folder): Ditto.
2168
2169 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2172         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2173
2174         * Version number is increased to 2.11.8.
2175
2176         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2177
2178         * wl-expire.el (wl-expire-refile): Follow the API change on
2179         `elmo-folder-move-messages'.
2180         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2181
2182         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2183         (wl-summary-exec-action-refile): Ditto.
2184         (wl-summary-exec-action-copy): Ditto.
2185         (wl-summary-no-auto-refile-message-p): No use
2186         `wl-summary-buffer-msgdb'.
2187         (wl-summary-auto-refile): Ditto.
2188
2189 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2190
2191         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2192
2193 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-summary.el (wl-summary-sync): Treat no-sync.
2196
2197         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2198         (wl-default-sync-range): Ditto.
2199
2200 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-refile.el (wl-refile-subject-learn): Call
2203         `elmo-message-entity-field' with 3rd argument is non-nil.
2204         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2205         instead of `elmo-msgdb-overview-entity-get-subject'.
2206
2207 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2208
2209         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2210         scan-type is rescan.
2211         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2212         new optional argument force is non-nil.
2213         (wl-summary-save-view-cache): Call it with force argument non-nil.
2214
2215         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2216
2217 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2218
2219         * wl-action.el (wl-summary-print-argument): Fixed last change.
2220
2221 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2222
2223         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2224         simplified.
2225         (wl-summary-target-mark-mark-as-unread): Likewise.
2226         (wl-summary-target-mark-mark-as-important): Likewise.
2227
2228 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2231         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2232         (wl-summary-mark-as-important-region): Change accordingly.
2233         (wl-summary-target-mark-mark-as-important): Ditto.
2234
2235 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2236
2237         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2238
2239         * wl-action.el (wl-summary-print-argument): Print argument to
2240         right side of window if `wl-summary-print-argument-within-window'
2241         is non-nil.
2242
2243 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2244
2245         * wl-action.el (wl-summary-set-mark): Use
2246         `wl-summary-message-visible-p' to check visibility of the message
2247         and jump to message only when the message line is visible and have
2248         different number; Call wl-summary-unset-mark with number argument.
2249         (wl-summary-unset-mark): 
2250         Use `wl-summary-message-visible-p'
2251         to check visibility of the message and jump to message only when
2252         the message line is visible and have different number;
2253
2254 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * Version number is increased to 2.11.7.
2257
2258         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2259         and wl-folder-summary-line-format.
2260
2261         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2262         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2263         (wl-summary-set-score-mark): Use it.
2264         (wl-summary-target-mark-mark-as-read): Ditto.
2265         (wl-summary-target-mark-mark-as-unread): Ditto.
2266         (wl-summary-target-mark-mark-as-important): Ditto.
2267         (wl-summary-target-mark-msgs): Simplified.
2268         (wl-summary-detect-mark-position): Fixed problem when
2269         summary-line-format no contain persisten/temp mark spec.
2270         (wl-summary-temp-mark): Ditto.
2271         (wl-summary-persistent-mark): Ditto.
2272         (wl-summary-update-persistent-mark): Ditto.
2273
2274         * wl-action.el (wl-summary-set-mark): Ditto.
2275         (wl-summary-unset-mark): Ditto.
2276         All other related portions are changed.
2277
2278 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2279
2280         * Version number is increased to 2.11.6.
2281
2282 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2283
2284         * wl-util.el (wl-current-message-buffer): Define as function;
2285         Don't use the value of wl-messge-buffer.
2286
2287         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2288         persistent mark.
2289
2290         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2291         no current message, cause an error.
2292
2293 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-summary.el (wl-summary-set-message-modified): Use
2296         elmo-folder-set-message-modified instead of
2297         elmo-folder-set-message-modified-internal.
2298
2299 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2300
2301         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2302         interactively.
2303         (wl-summary-sync): nokill->entirely.
2304         (wl-summary-sync-marks): Fixed message.
2305         (wl-summary-input-range): Added mark, nokill->entirely.
2306
2307         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2308         messages as read.
2309
2310 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2311
2312         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2313         update-noscore.
2314         (wl-summary-sync): Follow the change above.
2315
2316 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-action.el (wl-summary-target-mark-all): Use
2319         elmo-folder-list-messages.
2320
2321 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2322
2323         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2324         (wl-summary-rescan): Set wl-summary-scored as nil.
2325         (wl-summary-sync-force-update): Follow the change above.
2326         (wl-summary-sync): Ditto.
2327         (wl-summary-sync-update): Added argument disable-killed.
2328         (wl-summary-insert-headers): Set visible-only argument for
2329         elmo-folder-list-messages.
2330         (wl-summary-input-range): Added update-nokill, update-noscore,
2331         all-nokill, all-noscore and mark.
2332
2333         * Version number is increased to 2.11.5.
2334
2335         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2336
2337 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2340         (wl-summary-prefetch-region-no-mark): Change accordingly.
2341         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2342
2343 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2344
2345         * wl-address.el (wl-complete-field-to): Abolished.
2346         (wl-complete-address): Completion function for completing-read.
2347         * wl-action.el (wl-summary-get-resend-address): Use it.
2348
2349         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2350         wl-summary-update-mark and abolish unused argument.
2351         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2352         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2353         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2354         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2355         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2356         * wl-draft.el (wl-draft-kill): Ditto.
2357
2358         * wl-summary.el: Remove unused binding of case-fold-search.
2359         (wl-summary-replace-status-marks): Abolished.
2360
2361 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2362
2363         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2364         is specified or folder length is zero.
2365
2366 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2369         (wl-folder-archive-current-entity): Ditto.
2370
2371 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2372
2373         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2374         retrieving message mark.
2375         (wl-summary-redisplay-internal): Ditto.
2376
2377         * wl-message.el (wl-message-buffer-display): Ignore errors while
2378         retrieving message-id field.
2379
2380         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2381         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2382         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2383         order of the arguments for `wl-expire-message-p'.
2384         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2385
2386         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2387         Check return value of wl-summary-reply.
2388         (wl-summary-reply): Recover window configuration when an error occured.
2389
2390 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2391
2392         * wl-summary.el (wl-summary-resend-message): Abolished, the
2393         feature is inherited by wl-summary-resend (put resend mark).
2394
2395 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2398         wl-message-buffer to nil when the message is hide.
2399
2400 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * .cvsignore: New file.
2403
2404 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-action.el (wl-summary-action-docstring): Add more info.
2407         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2408         duplicate definition.
2409         (wl-summary-define-mark-action): Functions wl-summary-*-region
2410         keep current position.
2411         (wl-summary-unregister-target-mark): Store result to the variable.
2412
2413 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * Version number is increased to 2.11.4.
2416
2417 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2418
2419         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2420         wl-summary-delete-all-temp-marks.
2421         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2422
2423         * wl-action.el (wl-summary-set-mark): Changed terminology
2424         refile-destination -> action-argument.
2425         (wl-summary-unset-mark): Ditto.
2426         (wl-summary-remove-argument): Ditto.
2427         (wl-summary-print-argument): Ditto.
2428
2429         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2430         (wl-thread-remove-argument-region): Ditto.
2431         (wl-thread-print-argument-region): Ditto.
2432         (wl-thread-close): Ditto.
2433         (wl-thread-open): Ditto.
2434
2435         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2436         (wl-highlight-refile-destination-face is abolished)
2437         (wl-highlight-action-argument-string): Ditto.
2438         (wl-highlight-summary-current-line): Highlight action argument.
2439
2440         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2441         color for light backgrounds.
2442         (wl-highlight-summary-answered-face): Ditto.
2443
2444 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2447
2448         * wl-score.el (wl-summary-score-update-all-lines): Use
2449         wl-summary-set-mark.
2450         (wl-summary-score-update-all-lines): Kill expunged messages.
2451
2452         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2453
2454 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2457         directly.
2458         (wl-score-overview-entity-get-lines): Ditto.
2459         (wl-score-overview-entity-get-xref): Ditto.
2460         (wl-score-get-latest-msgs): Ditto.
2461         (wl-summary-rescore): Ditto.
2462
2463         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2464         to "&".
2465         (wl-summary-mark-as-answered-internal): New inline function.
2466         (wl-summary-mark-as-answered): New function.
2467         (wl-summary-mark-as-unanswered): Ditto.
2468         (wl-summary-sync-marks): Modified for answered-mark synching.
2469
2470 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-action.el (wl-summary-set-mark): Fixed last change.
2473
2474 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2475
2476         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2477         behavior of wl-summary-unread-message-hook
2478         (Pointed out by akira yamada <akira@arika.org>).
2479
2480 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2483         wl-summary-delete.
2484         * wl-xmas.el (wl-summary-toolbar): Ditto.
2485
2486         * wl-action.el (wl-summary-set-mark): Don't override current
2487         temp-mark.
2488
2489         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2490
2491 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2494         (wl-refile-msgid-learn): Ditto.
2495         (wl-refile-get-field-value): Ditto.
2496
2497         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2498
2499         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2500         (wl-expire-delete-reserved-messages): Renamed from
2501         wl-expire-reserve-marked-msgs-from-list.
2502         (wl-expire-delete): Removed argument `msgdb'.
2503         (wl-expire-refile): Ditto.
2504         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2505         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2506         mark-alist as argument.
2507         (wl-expire-archive-number1): Removed argument `msgdb'.
2508         (wl-expire-archive-number2): Ditto.
2509         (wl-expire-archive-date): Ditto.
2510         (wl-expire-localdir-date): Ditto.
2511         (wl-expire-hide): Ditto.
2512         (wl-archive-number1): Ditto.
2513         (wl-archive-number2): Ditto.
2514         (wl-archive-date): Ditto.
2515         (wl-archive-folder): Ditto.
2516         All other related portions are changed.
2517
2518 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2519
2520         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2521         mean move up and down. (suggested by Takashi Kawachi)
2522
2523 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-acap.el (toplevel): Don't require un-define.
2526
2527 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-thread.el (wl-thread-delete-message): Always update
2530         wl-summary-buffer-number-list.
2531
2532         * wl-action.el (wl-summary-print-destination): 
2533         Do nothing when folder is nil.
2534
2535 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2538         persistent mark when prefetch is succeeded.
2539
2540 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2543         instead of elmo-msgdb-delete-msgs.
2544         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2545         (wl-expire-hide): Ditto.
2546
2547         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2548
2549         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2550         elmo-msgdb interface.
2551         (wl-thread-get-exist-children): Likewise.
2552         (wl-thread-insert-message): Likewise.
2553         (wl-thread-msg-mark-as-important): Likewise.
2554         (wl-thread-insert-entity-sub): Likewise.
2555         (wl-thread-get-children-msgs-uncached): Likewise.
2556
2557         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2558         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2559         (wl-summary-sync-update): Likewise.
2560         (wl-summary-auto-select-msg-p): Likewise.
2561         (wl-summary-update-thread): Likewise.
2562         (wl-summary-mark-as-important): Likewise.
2563         (wl-summary-jump-to-msg-internal): Likewise.
2564         (wl-summary-redisplay-internal): Likewise.
2565         (wl-summary-print-message-with-ps-print): Likewise.
2566         (wl-summary-folder-info-update): Likewise.
2567
2568         * wl-folder.el (wl-folder-check-one-entity):
2569         elmo-folder-count-flags instead of wl-summary-count-unread.
2570
2571         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2572
2573         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2574
2575         * wl-summary.el (wl-summary-set-message-modified): 
2576         Call wl-summary-set-mark-modified.
2577         (wl-summary-delete-messages-on-buffer): Call
2578         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2579         (wl-summary-sync-update): Call elmo-folder-length instead of
2580         elmo-folder-messages.
2581         (wl-summary-insert-headers): Don't call
2582         elmo-folder-list-message-entities.
2583
2584 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * wl-action.el (wl-summary-define-mark-action): Call
2587         `wl-summary-set-mark' with argument `data'.
2588         (wl-summary-auto-refile): Fixed order of arguments when call
2589         `wl-summary-refile'.
2590
2591 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2594
2595         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2596
2597         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2598         (Renamed from wl-highlight-summary-deleted-face).
2599         (wl-highlight-summary-resend-face): New face.
2600
2601         (wl-highlight-summary-deleted-face): Renamed from
2602         wl-highlight-summary-erased-face.
2603
2604         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2605
2606         * wl-action.el (wl-summary-get-resend-address): New function.
2607         (wl-summary-exec-action-resend): Ditto.
2608         (wl-summary-exec-action-resend-subr): Ditto.
2609
2610         * w-thread.el (wl-thread-copy): Removed definition.
2611         (wl-thread-refile): Ditto.
2612         (wl-thread-delete): Ditto.
2613         (wl-thread-target-mark): Ditto.
2614
2615         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2616         (wl-summary-target-mark-set-action): Fixed.
2617         (wl-summary-define-mark-action): Fixed quotation.
2618         (wl-summary-move-mark-list-messages): Display message.
2619         (wl-summary-define-mark-action): Define thread functions.
2620         (wl-summary-exec-action-refile): Changed message.
2621         (wl-summary-exec): Ditto.
2622
2623 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2624         
2625         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2626         '%%'.
2627
2628 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl.el (toplevel): Require wl-action.
2631         (wl-init): Call wl-summary-define-mark-action.
2632
2633         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2634
2635         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2636         wl-summary-delete and wl-summary-erase.
2637         (wl-summary-mode-map): Ditto.
2638
2639         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2640         wl-delete-folder-alist.
2641
2642         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2643         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2644         (toplevel): Moved mark & action related functions to the wl-action.el.
2645
2646         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2647         in wl-summary-mark-action-list.
2648         (wl-highlight-summary-current-line): Ditto.
2649
2650         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2651         empty lines.
2652
2653         * wl-action.el: New file. 
2654
2655 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-summary.el (wl-summary-target-mark-replace): New function.
2658         (wl-summary-target-mark-prefetch): Use it.
2659         (wl-summary-target-mark-delete): Ditto.
2660         (toplevel): Rearranged definition order.
2661         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2662         (wl-summary-target-mark-erase): Rewrite.
2663         (wl-summary-erase-region): New function.
2664         (wl-summary-exec-action-erase): Changed message.
2665         (wl-summary-move-mark-list-messages): New function.
2666         (wl-summary-exec-action-delete): Use it.
2667         (wl-summary-exec-action-erase): Ditto.
2668
2669         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2670         (wl-summary-skip-mark-list): Added "d".
2671
2672         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2673         while searching.
2674
2675         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2676         and define using defcustom;
2677         Define 4th element as a face.
2678         
2679         * wl-summary.el (wl-summary-incorporate): Use 
2680         `wl-summary-prefetch-region-no-mark' instead of
2681         `wl-summary-prefetch-region'.
2682         (wl-summary-prefetch-region-no-mark): Revival of old
2683         `wl-summary-prefetch-region'.
2684         (wl-summary-mark-action-list): Moved to wl-vars.el
2685
2686         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2687         face according to the `wl-summary-mark-action-list'.
2688         (wl-highlight-summary-current-line): Ditto;
2689         Removed destination highlighting.
2690
2691         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2692         (wl-highlight-summary-line-string): Highlight for "i" mark.
2693         (wl-highlight-summary-current-line): Ditto.
2694
2695         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2696         no destination.
2697
2698         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2699         exists, just go ahead.
2700         (wl-summary-prefetch-region): Rewrite.
2701         (wl-summary-prefetch): Ditto.
2702         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2703         (wl-summary-exec-action-prefetch): New function.
2704         (wl-summary-target-mark-prefetch): Rewrite.
2705
2706 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2709         (wl-highlight-summary-line-string): Added "d" and "D".
2710         (wl-highlight-summary-current-line): Ditto.
2711
2712         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2713         in wl-summary.el.
2714         (wl-thread-insert-entity-sub): Ditto.
2715         (wl-thread-remove-destination-region): Ditto.
2716         (wl-thread-print-destination-region): Ditto.
2717
2718         * wl-summary.el (wl-summary-buffer-refile-list,
2719         wl-summary-buffer-delete-list,
2720         wl-summary-buffer-copy-list): Abolish.
2721         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2722         All other related portions are changed.
2723         (wl-summary-mark-action-list): New variable.
2724         (wl-summary-set-mark): New function.
2725         (wl-summary-register-target-mark): Ditto.
2726         (wl-summary-unregister-target-mark): Ditto.
2727         (wl-summary-have-target-mark-p): Ditto.
2728         (wl-summary-register-temp-mark): Ditto.
2729         (wl-summary-unregister-temp-mark): Ditto.
2730         (wl-summary-registered-temp-mark): Ditto.
2731         (wl-summary-collect-temp-mark): Ditto.
2732         (wl-summary-unset-mark): Ditto.
2733         (wl-summary-set-target-mark): Ditto.
2734         (wl-summary-unset-target-mark): Ditto.
2735         (wl-summary-set-action-generic): Ditto.
2736         (wl-summary-unset-action-generic): Ditto.
2737         (wl-summary-exec-action-delete): Ditto.
2738         (wl-summary-exec-action-erase): Ditto.
2739         (wl-summary-set-action-refile): Ditto.
2740         (wl-summary-set-action-refile-subr): Ditto.
2741         (wl-summary-unset-action-refile): Ditto.
2742         (wl-summary-make-destination-numbers-list): Ditto.
2743         (wl-summary-exec-action-refile): Ditto.
2744         (wl-summary-set-action-copy): Ditto.
2745         (wl-summary-unset-action-copy): Ditto.
2746         (wl-summary-exec-action-copy): Ditto.
2747         (wl-summary-collect-numbers-region): Ditto.
2748         (wl-summary-delete): Rewrite.
2749         (wl-summary-erase): Ditto.
2750         (wl-summary-remove-destination): Ditto.
2751         (wl-summary-exec): Ditto.
2752         (wl-summary-exec-region): Ditto.
2753         (wl-summary-target-mark-erase): Ditto.
2754         (wl-summary-refile): Ditto.
2755         (wl-summary-copy): Ditto.
2756         (wl-summary-unmark): Ditto.
2757         (wl-summary-delete-all-mark): Ditto.
2758         (wl-summary-mark-line): Don't highlight.
2759         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2760         (wl-summary-target-mark-refile-subr): Rewrite.
2761
2762         (wl-summary-copy-prev-destination): Abolish.
2763
2764 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2765
2766         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2767         default values along the value of wl-on-mule.
2768         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2769         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2770         It is not used anywhere.
2771
2772 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2773
2774         * wl-summary.el (wl-summary-print-destination): Keep position.
2775         (wl-summary-cursor-move-surface): Keep horizontal position.
2776
2777 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2778
2779         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2780         write sendlog.
2781
2782 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2783
2784         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2785         `wl-summary-highlight'.
2786
2787 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2788
2789         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2790         trivial condition for temp-mark.
2791
2792 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2793
2794         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2795         when it hits killed buffer.
2796
2797 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2798
2799         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2800         * wl-news.el.in: `message' and `error' take format string.
2801
2802 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2803
2804         * wl-folder (wl-folder-insert-entity): Display a message,
2805         `...done', when the work finish.
2806         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2807
2808 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * wl-message.el (wl-message-redisplay): Remove unused local
2811         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2812
2813 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2814
2815         * wl-summary.el (wl-summary-replace-status-marks): Disable
2816         interactive use.
2817         (wl-summary-reedit): Check message existence at first.
2818         (wl-summary-mark-line): Fix doc, return value is indefinite.
2819
2820         * wl-highlight.el (wl-highlight-message): Arranged.
2821
2822         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2823         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2824         check temp-mark by wl-summary-temp-mark always.
2825         (wl-highlight-summary): Change accordingly.
2826         * wl-summary.el (wl-summary-mark-as-read-all)
2827         (wl-summary-delete-cache, wl-summary-set-score-mark)
2828         (wl-summary-mark-as-unread, wl-summary-unmark)
2829         (wl-summary-mark-line, wl-summary-mark-as-read)
2830         (wl-summary-mark-as-important): Ditto.
2831
2832         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2833         end of the window if possible.
2834         * wl-summary.el (wl-summary-sync-update): Support lazy
2835         highlighting.
2836         (wl-summary-toggle-disp-msg): Ditto.
2837
2838 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2839
2840         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2841
2842 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2843
2844         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2845         change.
2846
2847 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2850         API.
2851         (wl-summary-sync-update): Ditto.
2852
2853         * wl-score.el (wl-score-get-score-alist): Changed argument.
2854         (wl-summary-rescore-msgs): Likewise.
2855         (wl-summary-score-headers): Likewise.
2856         (wl-score-headers): Likewise;
2857         Use elmo-folder-do-each-message-entity, etc.
2858         (wl-summary-score-effect): Follow the changes above.
2859         (wl-summary-rescore): Ditto.
2860         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2861         (wl-score-get-overview): Abolish.
2862
2863         * wl-summary.el (wl-summary-default-from): Follow the API change in
2864         elmo-msgdb.
2865         (wl-summary-count-unread): Ditto.
2866         (wl-summary-detect-mark-position): Ditto.
2867         (wl-summary-overview-entity-compare-by-date): Ditto.
2868         (wl-summary-overview-entity-compare-by-number): Ditto.
2869         (wl-summary-overview-entity-compare-by-from): Ditto.
2870         (wl-summary-overview-entity-compare-by-subject): Ditto.
2871         (wl-summary-get-list-info): Ditto.
2872         (wl-summary-rescan): Ditto.
2873         (wl-summary-jump-to-msg-by-message-id): Ditto.
2874         (wl-summary-sync-update): Ditto; Removed comment.
2875         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2876         (wl-summary-insert-message): Use wl-summary-insert
2877         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2878         (wl-summary-insert-headers): Changed argument overview to folder.
2879         (wl-summary-search-by-subject): Likewise.
2880         (wl-summary-insert-thread): Renamed from 
2881         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2882
2883         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2884         too.
2885
2886         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2887         wl-string-member.
2888
2889 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2890
2891         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2892         elmo-folder-append-buffer.
2893         (wl-draft-queue-append): Likewise.
2894
2895         * wl-mime.el (wl-message-delete-current-part): Ditto.
2896         (wl-summary-burst-subr): Ditto.
2897
2898         * wl-news.el.in (wl-news-send-news): Ditto.
2899
2900 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2903         function.
2904         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2905         (wl-summary-update-mark): Enclose with save-excursion.
2906         (wl-summary-mark-as-read-internal): Fixed last change.
2907         (wl-summary-mark-as-important): Use 3rd argument of
2908         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2909         Don't use elmo-msgdb-set-mark.
2910         (wl-summary-redisplay-internal): If msgdb flag is already read,
2911         just update the mark on buffer.
2912
2913 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2914
2915         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2916         cut visible folder when elmo-folder-delete returns non-nil value.
2917
2918 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2919
2920         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2921         by Kenichi OKADA <okada@opaopa.org>).
2922
2923 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2924
2925         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2926
2927 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2928
2929         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2930         Fixed the last change, search group entity by its real name.
2931         (Thanks to: KOBAYASHI Shinji)
2932
2933 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2934
2935         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2936         (wl-fldmgr-access-display-all): Don't refer visible name.
2937         * wl-expire.el (wl-folder-archive-current-entity)
2938         (wl-folder-expire-current-entity): Ditto.
2939         * wl-folder.el (wl-folder-jump-to-current-entity)
2940         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2941         (wl-folder-open-folder-sub,wl-folder-open-all)
2942         (wl-folder-write-current-folder): Ditto.
2943         (wl-folder-insert-entity): Don't use petname for normal group.
2944         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2945         is the real name.
2946         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2947         Abolished.
2948
2949 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2950
2951         * wl-draft.el (wl-draft-create-buffer): Add
2952         `wl-summary-reply-with-citation'
2953
2954 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2955
2956         * wl-draft.el (wl-draft-reply): Fixed.
2957
2958 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2961         when `wl-draft-send-confirm-with-preview' is non-nil.
2962         You can scroll up/down by j/k.
2963         (wl-draft-send-confirm-with-preview): New variable (default=t).
2964
2965 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2966
2967         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2968         (wl-fldmgr-save-folders): Fix comment.
2969
2970 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2971
2972         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2973         along the last change in `wl-folder-buffer-group-p'.
2974
2975 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2978         folder.
2979
2980         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2981         the default value.
2982
2983         * wl-mime.el (wl-summary-burst): Update summary only when target
2984         folder equals current folder.
2985
2986 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2989
2990 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2991
2992         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2993         value.
2994
2995 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2998         `map-extents' instead of `extent-at' repeatedly.
2999         (wl-highlight-folder-current-line): Ditto.
3000
3001         * wl-highlight.el: Remove useless dummy functions.
3002
3003 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3004
3005         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3006         (wl-folder-put-folder-property): New function to put text property.
3007         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3008         (wl-folder-insert-entity, wl-folder-update-diff-line)
3009         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3010         * wl-e21.el, wl-xmas.el, wl-mule.el
3011         (wl-highlight-folder-current-line): Ditto.
3012         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3013         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3014         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3015         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3016
3017 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * Version number is increased to 2.11.3.
3020
3021 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3022
3023         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3024         Resume current-buffer since it is assumed by remaining tasks.
3025
3026 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3027
3028         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3029         (wl-folder-completion-function): Abolished.
3030         (wl-folder-complete-folder): New function.
3031         (wl-folder-complete-filter-condition): Ditto.
3032         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3033         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3034
3035 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-draft.el (wl-draft-send-confirm): New function.
3038         (wl-draft-send): Use it.
3039
3040         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3041         cursor-in-echo-area while confirming.
3042
3043         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3044
3045         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3046         searching via nntp if wl-summary-search-via-nntp is 'force.
3047         Otherwise, invoke searching in nntp folder only.
3048         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3049
3050         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3051         explicitly for mime-make-text-tag.
3052
3053 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3054
3055         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3056         `mime-make-text-tag' instead of `mime-create-tag'.
3057
3058 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3059
3060         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3061         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3062
3063 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3064
3065         * wl-score.el (wl-score-save): Bind print-length and print-level.
3066         (wl-score-pretty-print): Ditto.
3067         (wl-score-edit-insert-header-entry): Ditto.
3068
3069         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3070         "From" entry to be treated with wl-draft-eword-encode-address-list.
3071         * wl-mime.el (wl-draft-preview-message): Ditto.
3072
3073         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3074         (wl-summary-mark-as-unread): Ditto.
3075         (wl-summary-mark-as-read-region): Change accordingly.
3076         (wl-summary-mark-as-unread-region): Ditto.
3077         (wl-summary-target-mark-mark-as-read): Ditto.
3078         (wl-summary-target-mark-mark-as-unread): Ditto.
3079
3080 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * Version number is increased to 2.11.2.
3083
3084 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3085
3086         * wl-news.el.in (wl-news-previous-version-save): Bind
3087         print-length and print-level.
3088         * wl-thread.el (wl-thread-save-entities): Ditto.
3089         (wl-thread-save-top-list): Bind print-length.
3090
3091 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-highlight.el (wl-highlight-summary-line-string): Use
3094         wl-summary-score-below-mark, wl-summary-score-over-mark.
3095         (wl-highlight-summary-current-line): Ditto.
3096
3097 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3100         insert it.
3101
3102 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3103
3104         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3105
3106 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3107
3108         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3109         message without msgid.
3110         Rewrite with elmo-folder-move-messages.
3111         Set wl-message-buffer to nil.
3112
3113         * wl-summary.el (wl-summary-erase-subr): New function. Use
3114         elmo-folder-move-messages.
3115         (wl-summary-erase): Call it.
3116         (wl-summary-target-mark-erase): Ditto.
3117
3118 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3119
3120         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3121         it is not up-tp-date.
3122
3123 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3126         buffer after calling `wl-summary-goto-folder-subr' without the
3127         argument `interactive'.
3128         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3129
3130 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3131
3132         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3133         `mime-create-tag'. Use `string=' instead of `looking-at'.
3134
3135 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3136
3137         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3138         to avoid compile warning.
3139
3140         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3141         entity-id when folder is given.
3142         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3143         save-excursion, use save-selected-window instead.
3144         Select folder buffer window if exists.
3145         (To correct behavior with wl-folder-move-cur-folder.)
3146
3147 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3148
3149         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3150
3151 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3152
3153         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3154         list-count instead of %d.
3155
3156 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3157
3158         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3159         (wl-news): Set it.
3160         (wl-news-append-to-folder): Use it.
3161
3162         * wl-news.el.in (wl-news-send-news): Append to specified folder
3163         instead of wl-default-folder.
3164         (wl-news-append-to-folder): Show error message with specified folder.
3165
3166         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3167                 In most major modes, Emacs assumes that any opening
3168                 delimiter found at the left margin is the start of a
3169                 top-level definition, or defun. Therefore, *never put an
3170                 opening delimiter at the left margin unless it should have
3171                 that significance.*
3172
3173         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3174
3175 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3176
3177         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3178
3179 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3180
3181         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3182
3183 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3184
3185         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3186         for sequential numbering case.
3187
3188 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3191         value.
3192         (wl-draft-reply-without-argument-list): Ditto.
3193         (wl-draft-reply-myself-with-argument-list): Abolish.
3194         (wl-draft-reply-myself-without-argument-list): Ditto.
3195         * wl-draft.el (wl-draft-self-reply-p): New function.
3196         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3197
3198 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3199
3200         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3201         (avoid error for the case without byte-compiling)
3202
3203 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3204
3205         * wl-news.el.in (wl-news-append-to-folder): New function.
3206         (wl-news-exit): Rewrite.
3207         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3208
3209 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3210
3211         * wl-draft.el (wl-draft-reply-position): New function.
3212         (wl-draft-reply-position): Fix.
3213         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3214         (wl-summary-target-mark-reply-with-citation): Ditto.
3215         (wl-summary-reply-with-citation): Ditto.
3216         * wl-vars.el (wl-draft-reply-default-position): New variable.
3217
3218 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3219
3220         * wl-draft.el (wl-draft-send): Preview when interactive send.
3221
3222 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3223
3224         * wl-draft.el (wl-draft-reply): Set default position.
3225         * wl-summary.el (wl-summary-reply): Ditto.
3226         (wl-summary-reply-with-citation): Ditto.
3227         (wl-summary-target-mark-reply-with-citation): Ditto.
3228
3229 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-news.el.in (wl-news-lang): Set default value according to
3232         current-language-environment.
3233         (wl-news-append-news): Do nothing when news-list is nil.
3234
3235 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3236
3237         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3238         (wl-news): Change message.
3239         (wl-news-exit): Check buffer.
3240         (wl-news-force-exit): New function.
3241         (wl-news-show-all): New function.
3242         (wl-news-discard-and-exit): Fix.
3243
3244 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3245
3246         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3247         according to current-language-environment.
3248
3249         * wl-news.el.in (wl-news): If arg, show all NEWS after
3250         wl-news-default-previous-version.
3251
3252 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3253
3254         * wl-news.el.in (wl-news-check): Rewritten.
3255         (wl-news-previous-version-load): Change data type.
3256         (wl-news-previous-version-save): Change data type.
3257         (wl-news-append-news): Add return value.
3258         (wl-news-check-news): New function.
3259         (wl-news-already-current-p): New function.
3260         (wl-news-send-news): Rewritten.
3261         (wl-news-mode-map): Add new keybind.
3262         (wl-news): Rewritten.
3263         (wl-news-exit): Rewritten.
3264         (wl-news-discard-and-mail): New function.
3265         (wl-news-send-to-address): Abolished.
3266         * wl.el (wl-init): Delete a message.
3267
3268 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3269
3270         * wl-news.el.in (wl-news-exit): Update previous version.
3271         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3272
3273 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3274
3275         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3276
3277 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3278
3279         * wl-news.el.in (wl-news): New function.
3280         (wl-news-mode): New function.
3281         (wl-news-next-line): New function.
3282         (wl-news-next-page): New function.
3283         (wl-news-exit): New function.
3284         (wl-news-buf-name): New variable.
3285         (wl-news-mode-map): New variable.
3286         (wl-news-winconf): New variable.
3287         (wl-news-append-news): Add an option.
3288
3289 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3290
3291         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3292
3293 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3294
3295         * wl-news.el.in (wl-news-send-to-address): New variable.
3296         (wl-news-send-news): Use it.
3297         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3298         Return updating status.
3299         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3300
3301 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3302
3303         * wl-news.el.in (wl-news-send-news): Delete
3304         Organization and X-Face.
3305
3306 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3307
3308         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3309         (wl-news-append-news): New function.
3310         (wl-news-send-news): New function.
3311
3312 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3313
3314         * Version number is increased to 2.11.1.
3315
3316 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3317
3318         * wl-news.el.in : New file.
3319
3320 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3321
3322         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3323         default value.
3324         (wl-draft-reply-without-argument-list): Ditto.
3325
3326 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3327
3328         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3329         (wl-message-buffer-prefetch-idle-time): Ditto.
3330         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3331
3332 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-thread.el (wl-thread-insert-message): Use
3335         wl-summary-max-thread-depth.
3336
3337         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3338         loop detection.
3339
3340         * wl-message.el (wl-message-buffer-display): Back to the first page
3341         when cache is hit.
3342
3343 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3346
3347         * wl-summary.el (wl-summary-insert-thread-entity):
3348         If the thread depth is reached to wl-summary-max-thread-depth,
3349         divide the thread.
3350
3351 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3352
3353         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3354         for elmo-remove-passwd.
3355
3356 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3359         folder is sticky.
3360         (wl-folder-mark-as-read-all-entity): Ditto.
3361         (wl-folder-prefetch-entity): Ditto.
3362
3363 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3364
3365         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3366
3367 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3370         Delete messages on buffer for unplugged operation.
3371         (wl-summary-erase): Ditto.
3372
3373 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3374
3375         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3376         take nil so as not to search parent by subject.
3377
3378 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3379
3380         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3381         (wl-folder-get-next-folder): Ditto.
3382         (wl-folder-get-path): Ditto.
3383
3384 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3385
3386         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3387         system and encode the region with it before verifying.
3388
3389 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3392         system of the echo buffer before decoding.
3393
3394 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3397         original contents.
3398
3399 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3402         with argument 'any-exists.
3403
3404 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3407         Use `wl-cs-autoconv'.
3408
3409 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3410
3411         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3412         by `mime-view-automatic-conversion'.
3413
3414         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3415         (wl-message-verify-pgp-nonmime): Ditto.
3416         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3417         Bind them to C-c:d and C-c:v respectively.
3418
3419         Merge following code by Teranishi-san from [wl-en:00167].
3420         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3421         (wl-mime-preview-application/pgp-encrypted): Ditto.
3422         (wl-mime-setup): Add entry.
3423
3424 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl-summary.el (wl-summary-target-mark-erase): New function.
3427         Bind it to "mD".
3428
3429 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-vars.el (wl-draft-write-file-function): Fix.
3432         (wl-draft-reedit-hook): Changed default value.
3433
3434         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3435         wl-draft-reedit-hook.
3436         (wl-draft-remove-text-plain-tag): New function.
3437         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3438
3439         * wl-vars.el (wl-draft-write-file-function): New user option.
3440
3441         * wl-draft.el (wl-draft-prepare-edit): Use it for
3442         local-write-file-hooks.
3443         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3444
3445         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3446         (wl-draft-insert-mail-header-separator): Return the body beginning
3447         point.
3448         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3449         text/plain.
3450         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3451
3452 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-summary.el (wl-summary-erase): New function to erase message
3455         without moving it to trash. Bind to "D".
3456
3457         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3458         as `keep' unless switch-function.
3459
3460 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3461
3462         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3463         message buffer by using `wl-summary-toggle-disp-msg'.
3464         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3465         buffer window.
3466         (wl-summary-supresedes-message): Ditto.
3467
3468         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3469         Do not delete other windows.
3470         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3471         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3472         (wl-draft-create-buffer): Set reply-or-forward also for target
3473         mark commands.
3474
3475 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-draft.el (wl-user-agent-compose): Delete special case for
3478         switch-to-buffer-other-window.
3479
3480         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3481         (wl-summary-forward): Ditto.
3482
3483         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3484         function.
3485         (wl-draft-buffer-style): New use option.
3486
3487         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3488         (wl-draft): Follow the change above.
3489         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3490         wl-draft-buffer-style.
3491         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3492         switch-function.
3493
3494 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3495
3496         * wl-address.el (wl-address-make-completion-entry): Extracted from
3497         `wl-address-make-completion-list'.
3498         (wl-address-enable-strict-loading): New variable.
3499         (wl-address-make-completion-list): Revive petname duplication
3500         inquiry, and enable it if `wl-address-enable-strict-loading'.
3501         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3502
3503 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-message.el (wl-message-get-original-buffer): Avoid
3506         'Selecting deleted buffer' error when original buffer is killed.
3507
3508 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-summary.el (wl-summary-next-message): Use
3511         elmo-message-accessible-p instead of elmo-message-cached-p.
3512
3513 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3516
3517         * wl-thread.el (wl-thread-open-all-unread): Use
3518         elmo-folder-list-flagged instead of
3519         elmo-folder-list-messages-mark-match.
3520
3521         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3522         instead of elmo-folder-list-messages-mark-match.
3523         (wl-summary-move-spec-alist): New variable.
3524         (wl-summary-move-spec-plugged-alist,
3525         wl-summary-move-spec-unplugged-alist): Abolish.
3526         (wl-summary-next-message): Follow the change above.
3527         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3528         with 'no-msg' argument.
3529
3530         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3531         variable.
3532         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3533         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3534         (wl-message-buffer-prefetch-get-next): Follow the change above.
3535
3536 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3537
3538         * wl-version.el (wl-version): Changed codename.
3539
3540         * Version number is increased to 2.11.0.
3541
3542 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3543
3544         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3545         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3546         `wl-draft-config-variables'.
3547         (wl-draft-kill): Fixed problem when the draft is reedit.
3548
3549 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3552         buffer-modified status (Thanks to
3553         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3554
3555 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-util.el (wl-region-exists-p): New function.
3558
3559         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3560         Remove defvars for byte-compile warnings.
3561
3562 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3563
3564         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3565         defvar-maybe. Removed unused bind.
3566
3567 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3568
3569         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3570         summary buffer window before creating new frame.
3571         (wl-draft-reply): Ditto.
3572
3573 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3574
3575         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3576
3577 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3580
3581 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3584         instead of `kill-region'.
3585
3586 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3589         (wl-highlight-summary-line-string): Use it.
3590         (wl-highlight-summary-current-line): Ditto.
3591
3592         * wl-mime.el (wl-message-delete-current-part): Check the class of
3593         mime-entity.
3594
3595         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3596
3597         * wl-summary.el (wl-summary-make-number-list): Initialize.
3598         (wl-summary-update-mark): New function.
3599         (wl-summary-reply): Put `answered' mark on the message.
3600         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3601
3602         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3603         (wl-draft-reply): Added optional argument `number';
3604         Set wl-draft-parent-number.
3605         (wl-draft-kill): Delete answered mark if it is a reply.
3606
3607 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3610         that originates in mime-preview-follow-current-entity.
3611         (wl-draft-yank-current-message-entity): Use it if region is active.
3612
3613         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3614         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3615         `wl-message-delete-current-part'.
3616         * wl-mule.el (wl-message-define-keymap): Ditto.
3617         * wl-xmas.el (wl-message-define-keymap): Ditto.
3618
3619 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-mime.el (wl-message-delete-current-part): New function.
3622         (wl-mime-node-id-to-string): Ditto.
3623
3624         * wl-mime.el (wl-message-delete-current-part): Use existing
3625         original buffer which corresponds current mime-view buffer.
3626         (fetched buffer might have different structure, possibly)
3627
3628         * wl-mime.el (wl-message-delete-current-part): Quit if the
3629         message content differs from the actual message.
3630
3631 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3634         order.
3635         (wl-summary-search-by-subject): Search parent message from tail;
3636         Check the existence of the parent message on the current thread tree.
3637         (wl-summary-update-thread): Check whether the line is inserted.
3638
3639 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-vars.el (wl-summary-line-format): Undo last change.
3642         * wl-summary.el (wl-summary-print-destination): Do not put
3643         invisible property when `wl-summary-width' is nil.
3644         (wl-summary-line-subject-minimum-length): Abolished.
3645         (wl-summary-line-subject): Ditto.
3646
3647 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-vars.el (wl-summary-line-format): Change default value.
3650         (wl-summary-subject-length-limit): Abolished.
3651         * wl-summary.el (wl-summary-line-subject): Ditto.
3652
3653 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3654
3655         * wl-template.el (wl-template-select): Added optional argument.
3656         If optional argument is specified, reverse
3657         `wl-template-visible-select'.
3658
3659 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3660
3661         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3662         Take prefix argument to force asking the destination folder.
3663
3664 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3667         count and update status.
3668
3669 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-summary.el (wl-summary-redisplay-internal): If
3672         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3673         after fetching.
3674
3675 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3676
3677         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3678         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3679
3680         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3681
3682 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3685         (All other related portions are changed).
3686         (wl-summary-mark-as-read-all): Rewrite.
3687
3688 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3691         `wl-summary-mark-as-read'.
3692         (wl-summary-mark-as-unread): Rewrite.
3693         (wl-summary-mark-as-read): Added no-modeline argument.
3694         (wl-summary-resume-cache-status): Rewrite.
3695         (wl-summary-exec-subr): Remove unused local variable.
3696
3697 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3698
3699         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3700         logic to call `wl-summary-buffer-prev-folder-function'.
3701         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3702
3703 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3704
3705         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3706         is nil.
3707
3708 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3709
3710         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3711         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3712         (wl-mime-setup): Add its entry.
3713
3714 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3717         (wl-summary-delete-cache): Likewise.
3718         (wl-summary-mark-as-read): Rewrite.
3719
3720 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3723         `wl-summary-count-unread'.
3724
3725         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3726
3727         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3728
3729 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3732         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3733         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3734         Renamed to the elmo-msgdb-*-mark.
3735         (wl-summary-score-marks): Follow the change above.
3736         (wl-summary-auto-refile-skip-marks): Ditto.
3737         (wl-summary-incorporate-marks): Ditto.
3738         (wl-summary-expire-reserve-marks): Ditto.
3739
3740         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3741         changes.
3742         (wl-thread-insert-top): Changed updating message.
3743
3744         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3745         variable.
3746         (wl-summary-count-unread): Count answered marks.
3747         (wl-summary-rescan): Call wl-summary-insert-message instead of
3748         wl-summary-append-message-func-internal.
3749         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3750         (wl-summary-prefetch-msg): Follow the variable name changes.
3751         (wl-summary-prefetch-region): Ditto.
3752         (wl-summary-mark-as-read-all): Follow the API changes;
3753         Don't call elmo-folder-replace-marks.
3754         (wl-summary-delete-cache): Follow the variable name changes.
3755         (wl-summary-resume-cache-status): Ditto.
3756         (wl-summary-update-status-marks): New function.
3757         (wl-summary-insert-message): New function.
3758         (wl-summary-sync-marks): Follow the variable name changes.
3759         (wl-summary-sync-update): Synchronize to the msgdb, too;
3760         Changed update messages.
3761         (wl-summary-make-number-list): Rewrite.
3762         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3763         (wl-summary-mark-as-unread): Follow the API changes.
3764         (wl-summary-exec-subr): Follow the variable name changes.
3765         (wl-summary-mark-as-read): Ditto.
3766         (wl-summary-move-spec-plugged-alist): Ditto.
3767         (wl-summary-move-spec-unplugged-alist): Ditto.
3768         (wl-summary-cursor-move-surface): Ditto.
3769
3770         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3771         variable name changes.
3772         (wl-highlight-summary-current-line): Ditto.
3773
3774         * wl-expire.el (wl-expire-refile): Follow the API change in
3775         elmo-folder-move-messages.
3776         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3777         (wl-summary-archive): Use elmo-folder-msgdb instead of
3778         elmo-msgdb-load.
3779
3780 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3781
3782         * wl-mime.el (wl-draft-preview-message): Restore the position
3783         before evaluating wl-draft-send-hook in preview buffer.
3784
3785 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3788         when it creates new draft buffer.
3789
3790         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3791         without argument.
3792
3793         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3794         Evaluate content and if the value is string, insert it.
3795         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3796         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3797         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3798         wl-draft-config-sub-part-bottom): Use it.
3799
3800         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3801         with the folder name. The question was unintelligible when it is
3802         called from wl-save-status.
3803
3804 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3807         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3808         cannot take second argument).
3809
3810 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3813         as t. Since type and subtype are not case sensitive (RFC 2045).
3814
3815 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-vars.el (wl-message-mode-line-format): New variable.
3818         (wl-message-mode-line-format-spec-alist): Ditto.
3819         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3820         (wl-message-redisplay): Use wl-message-mode-line-format.
3821
3822 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3825
3826 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3827
3828         * wl-summary.el (wl-summary-default-from): Write description.
3829
3830 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-vars.el (wl-ldap-objectclass): Abolish.
3833
3834         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3835         (wl-ldap-make-filter): Removed condition for objectclass.
3836         (wl-ldap-make-matched-value-list): Remove meaningless process.
3837         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3838         (wl-address-ldap-search): Don't add `*' to `pat' string;
3839         use ignore-errors; added `email';
3840         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3841         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3842         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3843
3844
3845 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3846
3847         * wl-draft.el (wl-draft-parent-folder): Write description.
3848         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3849
3850 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3853         as "" (zero-length string) if no parent.
3854         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3855
3856 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-address.el (wl-address-make-completion-list): Skip duplication
3859         checking.
3860         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3861         `append'.
3862
3863 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3864
3865         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3866         instead of `beginning-of-buffer'.
3867
3868 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3871
3872 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3873
3874         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3875         Refer wl-message-buffer-name.
3876         (wl-message-wheel-down): Ditto.
3877
3878 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-vars.el (wl-message-buffer-name): New user option.
3881
3882         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3883         directly instead of making alist dinamically.
3884
3885         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3886         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3887         wl-message-buffer-cache-name.
3888         (wl-message-buffer-cache-clean-up): Ditto.
3889
3890         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3891
3892         * Version number is increased to 2.9.15.
3893
3894 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-vars.el (wl-summary-default-view-alist): New user option.
3897
3898         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3899
3900         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3901         while deleting address.
3902         (wl-draft-delete-myself-from-cc): Ditto.
3903
3904         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3905         If optional argument is specified, reverse sort order.
3906
3907         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3908
3909 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-thread.el (wl-thread-insert-message): Return parent number if
3912         exists.
3913         (wl-thread-update-indent-string-region): Use
3914         wl-thread-update-line-on-buffer-sub instead of
3915         wl-thread-update-line-on-buffer.
3916
3917 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3918
3919         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3920         (wl-folder-close-all): Ditto.
3921
3922 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3923
3924         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3925         and mailing-list:.
3926         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3927         value.
3928         (wl-summary-line-list-info): Print mailing-list name even when 
3929         list-number is empty.
3930
3931 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3934
3935         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3936         (wl-draft-open-file): Ditto.
3937         (wl-draft-random-alphabet): Ditto.
3938
3939         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3940         bindings.
3941
3942 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3945         * wl-vars.el (wl-draft-config-alist): Ditto.
3946
3947 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * Version number is increased to 2.9.14.
3950
3951         * wl.el (wl): Don't set wl-init as nil when error occured while
3952         auto-checking folders.
3953
3954         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3955         `elmo-expand-newtext'.
3956
3957 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3960         `this-command' so that `wl-folder-goto-folder' contained in
3961         `wl-summary-keep-cursor-command' work.
3962
3963 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3966         message buffer displaying state.
3967
3968 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-vars.el (wl-summary-default-view): New variable to specify
3971         default value for `wl-summary-buffer-view' instead of using
3972         set-default.
3973         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3974
3975 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3978
3979         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3980
3981 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3982
3983         * wl-vars.el (wl-forward-subject-prefix): New variable.
3984         * wl-draft.el (wl-draft-forward): Use it.
3985
3986 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-message.el (wl-message-prev-page): When it is called without
3989         lines argument, scroll down by wl-message-scroll-amount lines.
3990         (wl-message-next-page): Ditto.
3991         * wl-vars.el (wl-message-scroll-amount): Change default value
3992         to preserve current behavior.
3993
3994 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3995
3996         * wl-summary.el (wl-summary-prefetch-msg): Bind
3997         `wl-message-entity' to call `wl-summary-from-function'.
3998
3999 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-message.el (wl-message-buffer-create): Run
4002         wl-message-buffer-created-hook.
4003
4004 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-summary.el (wl-summary-sort-specs): New variable.
4007         (wl-summary-default-sort-spec): Ditto.
4008         (wl-summary-sort): Rewrite.
4009         (wl-summary-sort-by-list-info): New function.
4010
4011 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4012
4013         * wl-summary.el (wl-summary-get-list-info): New function.
4014         (wl-summary-sort): Rewrite.
4015         (wl-summary-line-list-info): Ditto.
4016         (wl-summary-line-list-count): Ditto.
4017         (wl-summary-refile-region): Fixed docstring.
4018
4019 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4022         `wl-folder-entity-hashtb' as completion table.
4023
4024 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4027         only when this command is called interactively; silence the byte-
4028         compiler.
4029
4030 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4031
4032         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4033         active in XEmacs.
4034
4035 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4036
4037         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4038         plural lines.
4039
4040 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4043         of current line when the cursor is on the header name.
4044         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4045
4046 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4047
4048         * wl-util.el (wl-read-directory-name): Return displayed directory
4049         as the default value also on XEmacs.
4050
4051 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4054         formatting.
4055
4056 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4059         argument and when it is non-nil, check face property before
4060         highlighting for each line.
4061         (wl-highlight-summary-window): Set it.
4062
4063 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4066         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4067
4068         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4069         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4070         (wl-draft-get-fcc-list): Likewise.
4071
4072 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4075         (wl-thread-entity-cur): Ditto.
4076         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4077         wl-thread-indent-regexp setting.
4078         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4079
4080         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4081         wl-summary-lazy-highlight.
4082         (wl-summary-display-bottom): Ditto.
4083
4084         * wl-thread.el (wl-thread-open-close): Likewise.
4085
4086         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4087         from and subject;
4088         Bind wl-draft-use-frame;
4089         Enclose with save-window-excursion;
4090         Use wl-draft-create-buffer instead of with-temp-buffer;
4091         Use wl-draft-prepare-edit;
4092         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4093         Use wl-draft-send instead of wl-draft-raw-send.
4094
4095 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4098         of using wl-from.
4099
4100 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4103         insert-buffer instead of clone-buffer.
4104         (wl-draft-doing-mime-bcc): New variable.
4105         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4106         infinite loop.
4107         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4108
4109         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4110         (wl-draft-mime-bcc-body): Ditto.
4111
4112         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4113         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4114         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4115         wl-draft-do-mime-bcc.
4116         (wl-draft-mime-bcc-field): New function.
4117         (wl-draft-do-mime-bcc): Ditto.
4118
4119         * wl-address.el (wl-address-complete-header-list): New variable.
4120         (wl-address-complete-header-regexp): Changed default value.
4121
4122         * Version number is increased to 2.9.13.
4123
4124 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4125
4126         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4127         it is differed.
4128
4129 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4130
4131         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4132         (wl-summary-line-list-count): Ditto.
4133
4134 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4135
4136         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4137         (wl-nntp-posting-function): New variable.
4138         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4139         `wl-nntp-posting-config-alist'.
4140
4141 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4144         FLIM.
4145
4146 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4147
4148         * wl-summary.el (wl-summary-target-mark-refile-sub):
4149         Remove a nuisance funcall.
4150
4151 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4154         as t for `try-completion'.
4155
4156 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4157
4158         * wl-summary.el (wl-summary-default-from): Use
4159         wl-address-header-extract-address instead of
4160         std11-extract-address-components.
4161         (wl-summary-simple-from): Ditto.
4162         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4163         (wl-summary-insert-headers): Show message.
4164         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4165         for whole line.
4166         (wl-summary-default-from): Revert last change.
4167         (wl-summary-simple-from): Ditto.
4168         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4169         (wl-summary-mark-as-read-region): Follow the change above.
4170         (wl-summary-sync-marks): Ditto.
4171         (wl-summary-target-mark-mark-as-read): Ditto.
4172         (wl-summary-redisplay-internal): Ditto.
4173         (wl-summary-redisplay-no-mime-internal): Ditto.
4174         (wl-summary-redisplay-all-header): Ditto.
4175         (wl-summary-mark-as-read): Removed argument `cached';
4176         Use current cache status to set cache mark.
4177         (wl-summary-redisplay-internal): Follow the change above.
4178         (wl-summary-redisplay-no-mime-internal): Ditto.
4179         (wl-summary-redisplay-all-header): Ditto.
4180
4181         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4182
4183         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4184         Don't call itself recursively (Adviced by Yamaoka-san).
4185
4186 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4187
4188         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4189         bind wl-summary-highlight as nil to avoid error caused by missing
4190         local variables.
4191
4192 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4193
4194         * wl-vars.el (wl-invalid-character-message): New user option.
4195
4196         * wl-util.el (wl-set-string-width): If truncated string-width is
4197         larger than specified width, use `wl-invalid-character-message'.
4198
4199 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4200
4201         * wl-summary.el (wl-summary-prefetch-msg): 
4202         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4203
4204 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-vars.el (wl-summary-check-line-format): New user option.
4207         (wl-summary-line-format-file): Ditto.
4208
4209         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4210         variable.
4211         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4212         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4213         and `wl-summary-view-old-p' to check whether do a rescan or not.
4214         (wl-summary-view-old-p): New function.
4215         (wl-summary-line-format-changed-p): Ditto.
4216         (wl-summary-line-format-save): Ditto.
4217         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4218
4219         * wl-util.el (wl-set-string-width): Avoid using negative number
4220         for make-string.
4221
4222 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4223
4224         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4225         return value.
4226
4227         * wl-util.el (wl-set-string-width): Added optional argument
4228         `padding' (All other related portions are changed).
4229         (wl-line-parse-format): If the first letter of column number is
4230         `0', zero-padding the result (ex: "%05l").
4231
4232         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4233
4234 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4235
4236         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4237         sequential summary view.
4238
4239 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4242         if it doesn't have a -unix version.
4243
4244 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4245
4246         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4247
4248 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4251         content.
4252         (wl-draft): Follow the change above.
4253
4254         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4255
4256         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4257         and wl-folder-summary-line-format-alist contain %T and %P.
4258
4259         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4260         (wl-summary-mode-line-format): New user option.
4261         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4262         (wl-summary-line-format): Changed default value.
4263         (wl-summary-lazy-highlight): Changed default value.
4264
4265         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4266         change in wl-summary-create-line.
4267         (wl-thread-insert-entity-sub): Ditto.
4268
4269         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4270         (wl-summary-buffer-unread-status): Ditto.
4271         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4272         (wl-summary-buffer-persistent-mark-column): Ditto.
4273         (wl-summary-buffer-mode-line-formatter): Ditto.
4274         (wl-summary-buffer-mode-line): Ditto.
4275         (wl-summary-message-regexp): Abolished.
4276         (All other related portions are changed.)
4277         (wl-summary-detect-mark-position): New function.
4278         (wl-summary-buffer-set-folder): Setup
4279         wl-summary-buffer-mode-line-formatter.
4280         (wl-summary-mode): Setup selective-display;
4281         Setup pre-idle-hook when xemacs.
4282         (wl-summary-update-modeline): Rewrite.
4283         (wl-summary-jump-to-msg): Define as function;
4284         Changed regexp for searching messages.
4285         (wl-summary-message-number): Rewrite.
4286         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4287         Do rescan when old type summary cache.
4288         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4289         (wl-summary-remove-destination): Use '\r' to detect EOL.
4290         (wl-summary-print-destination): Ditto.
4291         (wl-summary-temp-mark): New inline function.
4292         (wl-summary-persistent-mark): Ditto.
4293         (wl-summary-line-number): New function.
4294         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4295         (wl-summary-line-list-count): New function.
4296         (wl-summary-create-line): Added argument persistent-mark.
4297         (All other related portions are changed)
4298         (wl-summary-create-line): Insert '\r'.
4299         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4300         (wl-summary-cursor-move-surface): New inline function.
4301         (wl-summary-prev): Use it.
4302         (wl-summary-next): Ditto.
4303
4304         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4305         wl-summary-message-regexp.
4306         (wl-highlight-summary): Delete progress message.
4307         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4308
4309         * Version number is increased to 2.9.12.
4310
4311 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4314         variable (nil: no minimum).
4315         (wl-summary-line-subject): Add some spaces after subject by
4316         wl-summary-line-subject-minimum-length.
4317
4318 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4319
4320         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4321         and removed `F'.
4322         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4323         change above).
4324
4325 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-summary.el (wl-summary-line-list-count): Reverted.
4328         (example setting in samples/*/dot.wl is also updated)
4329
4330 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4333
4334         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4335
4336         * wl-vars.el (wl-summary-line-format): Addes some description to the
4337         docstring.
4338
4339         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4340         (wl-summary-line-close-bracket): Ditto.
4341         (wl-summary-line-children-number): Ditto.
4342         (wl-summary-line-thread-indent): Ditto.
4343         (wl-summary-line-children-and-from): Ditto.
4344
4345         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4346         't', 'c', 'F' and added 'C'.
4347
4348         * wl-util.el (wl-set-string-width): Accept negative value.
4349         (wl-line-parse-format): Added "%number(" and "%)".
4350
4351 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-summary.el (wl-summary-line-list-count): Change format of the
4354         return value.
4355
4356 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4357
4358         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4359         from the recent message.el.
4360         (wl-draft-point-in-header-p): Ditto.
4361         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4362         wl-draft-beginning-of-line.
4363         * wl-e21.el (wl-draft-mode-map): Ditto.
4364         * wl-xmas.el (wl-draft-mode-map): Ditto.
4365
4366         * wl-folder.el: Sort macrodefs by dependencies.
4367
4368 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4369
4370         * wl-summary.el (wl-summary-prev): Fixed regexp.
4371         (wl-summary-next): Ditto.
4372
4373 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4376
4377 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4378
4379         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4380         for backward compatibility.
4381
4382 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-summary.el (wl-summary-line-list-count): New function, merged
4385         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4386         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4387         list counts.
4388
4389 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-summary.el (wl-summary-create-line): Ignore errors while
4392         timezone-fix-time.
4393
4394         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4395
4396         * wl-summary.el (wl-summary-sync-update): Ditto.
4397         (wl-summary-default-from): Use wl-message-entity
4398         instead of entity.
4399
4400         * wl-summary.el (wl-summary-create-line): Fix.
4401
4402         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4403         (wl-summary-line-format): New user option.
4404         (wl-folder-summary-line-format-alist): Ditto.
4405         (wl-summary-from-width): Abolished.
4406
4407         * wl-util.el (toplevel): Require 'bytecomp.
4408         (wl-line-parse-format): New function.
4409         (wl-line-formatter-setup): New macro.
4410
4411         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4412         (wl-summary-buffer-line-formatter): New buffer local variable.
4413         (wl-summary-switch-to-clone-buffer): Follow the change above.
4414         (wl-summary-message-regexp): Fix.
4415         (wl-summary-from-func-internal): Abolished.
4416         (wl-summary-subject-func-internal): Ditto.
4417         (wl-summary-subject-filter-func-internal): Ditto.
4418         (All other related portions are changed.)
4419         (wl-summary-buffer-set-folder):
4420         Set up wl-summary-buffer-number-column and 
4421         wl-summary-buffer-line-formatter
4422         (All other related portions are changed.)
4423         (wl-summary-buffer-number-column-detect): Abolished.
4424         (All other related portions are changed.)
4425         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4426         (wl-summary-delete-all-temp-marks-on-buffer): Use
4427         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4428         (wl-summary-target-mark-delete): Ditto.
4429         (wl-summary-target-mark-refile-subr): Ditto.
4430         (wl-summary-target-mark-mark-as-read): Ditto.
4431         (wl-summary-target-mark-mark-as-unread): Ditto.
4432         (wl-summary-target-mark-mark-as-important): Ditto.
4433         (wl-summary-target-mark-save): Ditto.
4434         (wl-summary-replace-status-marks): Renamed from
4435         wl-summary-set-status-marks-on-buffer;
4436         Use wl-summary-message-regexp instead of
4437         wl-summary-buffer-number-regexp.
4438         (wl-summary-sync-update): Follow the change above.
4439         (wl-summary-goto-previous-message-beginning): New function.
4440         (wl-summary-mark-as-unread): Use it.
4441         (wl-summary-mark-as-important): Ditto.
4442         (wl-summary-line-formatter): New variable.
4443         (wl-summary-line-year): New function.
4444         (wl-summary-line-day): Ditto.
4445         (wl-summary-line-day-of-week): Ditto.
4446         (wl-summary-line-hour): Ditto.
4447         (wl-summary-line-minute): Ditto.
4448         (wl-summary-line-open-bracket): Ditto.
4449         (wl-summary-line-close-bracket): Ditto.
4450         (wl-summary-line-children-number): Ditto.
4451         (wl-summary-line-thread-indent): Ditto.
4452         (wl-summary-line-size): Ditto.
4453         (wl-summary-line-subject): Ditto.
4454         (wl-summary-line-from): Ditto.
4455         (wl-summary-line-children-and-from): Ditto.
4456         (wl-summary-create-line): Rewritten.
4457         (wl-summary-format-date): Abolished.
4458
4459         * wl-highlight.el (wl-highlight-summary-current-line): Use
4460         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4461         Use thread structure to detect thread top message.
4462
4463         * wl-draft.el (wl-default-draft-cite): Don't use
4464         wl-summary-from-func-internal.
4465
4466         * wl-refile.el (wl-refile-subject-learn): Don't use
4467         wl-summary-subject-filter-func-internal.
4468         (wl-refile-guess-by-subject): Ditto.
4469
4470         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4471         parameters.
4472
4473         * wl-thread.el (wl-thread-update-indent-string-region):
4474         Use wl-thread-update-line-on-buffer instead of
4475         wl-thread-update-indent-string.
4476         (wl-thread-update-children-number): Redefine using
4477         wl-thread-update-line-on-buffer.
4478         (wl-thread-update-indent-string): Abolished.
4479
4480         * Version number is increased to 2.9.11.
4481
4482 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4485         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4486         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4487
4488         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4489         as nil.
4490
4491         * wl-thread.el (wl-thread-open-all-unread): Use 
4492         elmo-folder-list-messages-mark-match.
4493         (wl-thread-insert-message): Removed argument `mark-alist'.
4494         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4495         elmo-msgdb-set-mark.
4496         (wl-thread-get-children-msgs-uncached): Likewise.
4497         (wl-thread-get-exist-children): Added argument include-self.
4498         (wl-thread-delete-message): Follow the change above.
4499
4500         * wl-summary.el (wl-summary-count-unread): Removed argument.
4501         (wl-summary-rescan): Follow the change above.
4502         (wl-summary-mark-as-read-region): Ditto
4503         (wl-summary-mark-as-unread-region): Ditto.
4504         (wl-summary-delete-messages-on-buffer): Ditto.
4505         (wl-summary-sync-update): Ditto.
4506         (wl-summary-switch-to-clone-buffer): Ditto.
4507         (wl-summary-goto-folder-subr): Ditto.
4508         (wl-summary-target-mark-mark-as-read): Ditto.
4509         (wl-summary-target-mark-mark-as-unread): Ditto.
4510         (wl-summary-target-mark-mark-as-important): Ditto.
4511         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4512         (wl-summary-update-thread): Removed argument `mark-alist'.
4513         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4514         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4515         (wl-summary-resume-cache-status): Likewise.
4516         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4517         elmo-msgdb-set-mark.
4518         (wl-summary-mark-as-read-all): Likewise.
4519         (wl-summary-delete-cache): Ditto.
4520         (wl-summary-auto-select-msg-p): Ditto.
4521         (wl-summary-mark-as-unread): Ditto.
4522         (wl-summary-no-auto-refile-message-p): Ditto.
4523         (wl-summary-mark-as-read): Ditto.
4524         (wl-summary-mark-as-important): Ditto.
4525         (wl-summary-auto-refile): Follow the change above.
4526         (wl-summary-delete-all-marks): Removed.
4527         (wl-summary-resume-marks-and-highlight): Ditto.
4528         (wl-summary-resume-marks): Ditto.
4529         (wl-summary-delete-important-msgs-from-list): Ditto.
4530         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4531
4532         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4533         wl-summary-count-unread.
4534
4535         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4536         (wl-summary-score-update-all-lines): Use
4537         elmo-msgdb-set-mark.
4538
4539 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4542         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4543         (wl-summary-create-line): Renamed from
4544         wl-summary-overview-create-summary-line;
4545         Argument rearrangement.
4546         (wl-summary-update-thread): Follow the change above.
4547
4548         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4549         (wl-thread-insert-entity-sub): Likewise.
4550
4551         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4552         argument `overview', `mark-alist' and added `msgdb'.
4553
4554         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4555
4556         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4557         (wl-summary-rescan): Follow the change above.
4558         (wl-summary-sync-update): Ditto.
4559         (wl-summary-insert-thread-entity): Ditto;
4560         Don't use `let*' in every while loop;
4561         Detect infinite loop of threads.
4562         (wl-summary-update-thread): Removed argument `overview'.
4563
4564         * wl-thread.el (wl-thread-insert-message): Ditto.
4565
4566         * Version number is increased to 2.9.10.
4567
4568         * wl-message.el (wl-message-redisplay): Ignore errors while
4569         wl-message-redisplay-hook.
4570
4571 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4574
4575 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4576
4577         * wl.el (wl): inhibit-quit while wl-folder.
4578
4579 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4580
4581         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4582         while msgdb access.
4583
4584 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4585
4586         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4587         even if no folder is not created.
4588
4589 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4590
4591         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4592
4593         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4594         implementation.
4595         (wl-summary-target-mark-thread): Ditto.
4596
4597         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4598
4599 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4600
4601         * wl-util.el (wl-display-bytes): Remove unused function.
4602
4603 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4606         seems critical one (partially reverse the change in 2002/03/17).
4607
4608 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4611         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4612
4613 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4614
4615         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4616         is not writable.
4617         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4618         plugged status instead of `'force' as 2nd argument.
4619
4620         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4621         is not creatable.
4622
4623         * Version number is increased to 2.9.9.
4624
4625 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4626
4627         * wl-summary.el (wl-summary-suspend): New function.
4628
4629 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4630
4631         * wl.el (wl): Do not check variables if check is nil.
4632         * wl-utils.el (wl-collect-draft): New function.
4633         * wl-folder.el (wl-folder-suspend): Put summary buffers
4634         and draft buffers at the end of buffer list.
4635         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4636
4637 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4638
4639         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4640         loop instead of recursive call.
4641
4642         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4643         2nd argument.
4644
4645 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl-draft.el (wl-draft-create-contents): Don't take neither
4648         (function . args) nor (string . something) any more.
4649
4650         * wl-version.el (wl-generate-user-agent-string): Return string
4651         without header symbol.
4652         * wl-draft.el (wl-draft-default-headers): Use it.
4653
4654         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4655         `wl-draft-insert-ccs' and return field value instead of inserting
4656         the header. Abolish cc argument.
4657         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4658
4659         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4660         rather than one with string car.
4661
4662         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4663         * wl-draft.el (wl-draft-create-contents): Add it after the default
4664         headers.
4665
4666         * wl-draft.el (wl-draft-create-contents): For the case of
4667         (symbol-or-string . function) insert header only when the function
4668         returns string value.
4669
4670 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4673         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4674
4675 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl.el (wl-check-environment): Don't check Message-ID when
4678         `wl-insert-message-id' is nil.
4679         Revive checking if `wl-message-id-domain' contains "@".
4680
4681 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl.el (wl-check-environment): Merge examination for "@" at
4684         inappropriate position into the first string-match.
4685
4686         * wl-summary.el (wl-summary-target-mark-print): New function.
4687         (wl-summary-pipe-message-subr): Extracted from
4688         `wl-summary-pipe-message'.
4689         (wl-summary-target-mark-pipe): New function.
4690         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4691         `wl-summary-target-mark-pipe'.
4692
4693 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4696
4697 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * wl.el (wl-check-environment): Use elmo-warning instead of
4700         error for non-critical ones.
4701         Remove trash folder check.
4702         (wl): Don't ignore error in wl-check-environment.
4703
4704         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4705         check, which is moved from `wl-check-environment'.
4706         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4707
4708 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4711         guess anything, call wl-summary-write.
4712         (wl-summary-write): Create draft with blank To field.
4713         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4714
4715 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4718         argument full as well for wl-folder-write-current-folder.
4719         If wl-*-write-current-folder cannot guess addressee, add blank
4720         To header.
4721         Rewrite condition for positioning cursor.
4722
4723 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4726         summary buffer is present, use it.
4727         (wl-folder-jump-to-previous-summary): Ditto.
4728
4729 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4732
4733         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4734         wl-summary-previous-buffer and wl-summary-next-buffer.
4735
4736         * wl-folder.el (wl-folder-mode-map): Bind
4737         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4738         (wl-folder-jump-to-next-summary): New function.
4739         (wl-folder-jump-to-previous-summary): Ditto.
4740
4741         * wl-draft.el (wl-draft): Rearranged.
4742
4743 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4744
4745         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4746         of header.
4747         (wl-draft): Collect arguments for the header as header-alist.
4748         (wl-draft-forward): Arrange arguments for wl-draft.
4749         (wl-draft-reply): Ditto.
4750         (wl-draft-edit-string): Ditto.
4751         * wl-summary.el (wl-summary-write): Ditto.
4752         (wl-summary-write-current-folder): Ditto.
4753
4754         * Version number is increased to 2.9.8.
4755
4756 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4759
4760         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4761
4762         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4763         even if the guess failed.
4764
4765         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4766         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4767         wl-summary-write-current-folder.
4768         * wl-xmas.el: Ditto.
4769
4770 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-summary.el (wl-summary-next-page): Force display message if
4773         message is not displayed yet.
4774         (wl-summary-prev-page): Ditto.
4775
4776 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4777
4778         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4779
4780 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4783         add "Preview Message" and "Save Draft and Exit".
4784
4785 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4786
4787         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4788         if addrmgr is called from draft in splitted window.
4789
4790         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4791         * wl-mule.el: Ditto.
4792         * wl-xmas.el: Ditto.
4793
4794 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4797
4798         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4799         * wl-xmas.el (wl-folder-toolbar): Ditto.
4800
4801 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4804         and wl-draft-save-and-exit.
4805         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4806         * wl-xmas.el: Ditto.
4807         * wl-mule.el: Ditto.
4808
4809         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4810         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4811
4812 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4815         lists for saving buffer.
4816
4817 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4820         parent-folder argument instead of it.
4821         (wl-draft-create-buffer): Ditto.
4822         (wl-draft-forward): Ditto.
4823         (wl-draft-reply): Ditto.
4824         * wl-summary.el (wl-summary-write): Ditto.
4825         (wl-summary-write-current-folder): Ditto.
4826
4827         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4828         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4829         Folder buffer after composing.
4830
4831 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4834         header if the file `wl-x-face-file' already contains it.
4835
4836 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4837
4838         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4839         folder" entry.
4840         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4841         * wl-e21.el (wl-folder-toolbar): Ditto.
4842         * wl-xmas.el (wl-folder-toolbar): Ditto.
4843
4844 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4847         wl-folder-goto-folder with sticky argument.
4848         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4849
4850 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4853         and wl-summary-previous-buffer.
4854         (wl-summary-next-buffer): New function.
4855         (wl-summary-previous-buffer): Ditto.
4856
4857 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4860         wl-folder-jump-to-current-entity-with-arg.
4861         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4862         `wl-folder-jump-to-current-entity'.
4863         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4864         `wl-summary-goto-folder-sticky'.
4865         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4866         `wl-summary-goto-folder'.
4867         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4868         Unless force-exit, do not clean temp. marks for sticky summary.
4869         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4870
4871 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4874         not entire.
4875
4876 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4879         to `C-x C-s'.
4880         (wl-summary-save-status): New command.
4881         (wl-summary-exit): Don't clean-up temp marks when sticky.
4882         (Applied patch from Nakayama-san [wl: 09548])
4883         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4884         Do nothing when no mark data.
4885         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4886         Call `wl-summary-delete-all-temp-marks' before saving.
4887
4888 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4889
4890         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4891
4892 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4893
4894         * wl.el (wl-check-environment): Also cause error when (system-name)
4895         returns "localhost.localdomain". (Although it doesn't affect because
4896         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4897
4898 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4901         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4902
4903         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4904         value.
4905
4906 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4909         Likewise r-cc-list and r-ng-list.
4910
4911 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4914         only if it is bound as variable.
4915
4916         * wl-mime.el (wl-draft-preview-message): Ditto.
4917
4918 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4919
4920         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4921         needless `goto-char'.
4922
4923         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4924         `wl-summary-redisplay-no-mime-internal' instead of
4925         `wl-summary-redisplay-no-mime'.
4926         (wl-summary-redisplay-no-mime): Changed argument;
4927         Call `wl-summary-redisplay-no-mime-internal'.
4928
4929         * wl-mime.el (wl-draft-preview-message): Bind
4930         `mime-header-encode-method-alist' locally.
4931
4932         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4933         (wl-draft-std11-parse-addresses): Added the first address check.
4934         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4935
4936         * Version number is increased to 2.9.7.
4937
4938 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4939
4940         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4941
4942 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4943
4944         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4945         related to scrollbar support, if there is no such a feature
4946         compiled in.
4947
4948 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4949
4950         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4951         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4952         for prefetch.
4953
4954 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-summary.el (wl-summary-pick): Fix for no match.
4957
4958 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-draft.el (wl-draft-save):
4961         Override `mime-header-encode-method-alist'.
4962
4963 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4964
4965         * wl-folder.el (wl-folder-pick): New function.
4966         Define key as "?".
4967
4968 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4969
4970         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4971         Fix for unplugged.
4972
4973 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4974
4975         * wl-folder.el (wl-folder-virtual): New function.
4976         Define key as "V".
4977
4978 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4979
4980         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4981         multi folder if entity is group.
4982
4983 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4984
4985         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4986         is nil.
4987
4988 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4989
4990         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4991         (wl-summary-target-mark-msgs): Return the number of marked messages.
4992
4993 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4994
4995         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4996         "first:" is specified.
4997
4998 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-vars.el (wl-from): Use return value of function
5001         user-full-name instead of the variable user-full-name since
5002         XEmacs-20.4 doesn't set this variable.
5003
5004 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5007         call `wl' directly.
5008
5009 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5010
5011         * wl-draft.el (wl-draft-reedit): Removed duplicated
5012         switch-to-buffers.
5013
5014 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * wl.el (wl-other-frame): Removed garbages.
5017
5018 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5021
5022         * wl-xmas.el (wl-draft-key-setup): Ditto.
5023
5024         * wl-mule.el (wl-draft-key-setup): Ditto.
5025
5026         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5027         (wl-draft-reedit): Ditto.
5028         (wl-draft-prepare-edit): Add `wl-draft-save' to
5029         `local-write-file-hooks'.
5030         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5031         (wl-draft-reedit): Set buffer-file-name.
5032         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5033
5034
5035         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5036         call it.
5037         (wl-delete-startup-frame-function): New variable.
5038         (wl-other-frame): New function
5039         (Original was written by Yamaoka san [wl: 09239]).
5040
5041         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5042         if `wl-folder-use-frame'.
5043
5044 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5045
5046         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5047
5048 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5051         New variable.
5052         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5053         (wl-message-buffer-prefetch-get-next): Use them.
5054         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5055
5056 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5059         with unwind-protect.
5060
5061         * wl-draft.el (wl-draft-reedit): Rewrite.
5062         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5063         (wl-draft-save): Insert header separator if it does not exist;
5064         Removed condition-case.
5065
5066         * wl-summary.el (wl-summary-reedit): Revert last change.
5067
5068         * wl-draft.el (wl-draft-save): Rewrite.
5069         (wl-draft-create-buffer): Set buffer-file-name as nil.
5070
5071         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5072
5073         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5074
5075         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5076         nil.
5077
5078 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5079
5080         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5081         If count is nil, do not prefetch.
5082         (wl-message-buffer-prefetch-next): Next.
5083
5084 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5085
5086         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5087
5088 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5091         `delete-backward-char'
5092         (wl-draft-prepare-edit): Check major-mode.
5093         (wl-draft-decode-header): Rewrite.
5094         (wl-draft): Fix.
5095
5096 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5097
5098         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5099
5100 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5101
5102         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5103         (wl-message-buffer-prefetch-get-next): Remove size checking.
5104         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5105
5106 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5107
5108         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5109         (wl-draft-default-headers): Fix.
5110
5111 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-draft.el (wl-draft-default-headers): Insert return value of
5114         `wl-generate-mailer-string-function'.
5115
5116 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5119         (wl-draft-insert-mail-header-separator): Ditto.
5120
5121         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5122         again (Reverted the change on 2002-01-17 by OKADA san).
5123
5124 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5125
5126         * wl-draft.el (wl-draft): Rewrite.
5127         (wl-draft-create-buffer): New function.
5128         (wl-draft-create-contents): Ditto.
5129         (wl-draft-prepare-edit): Ditto.
5130         (wl-draft-decode-header): Ditto.
5131         (wl-draft-decode-body): Ditto.
5132         (wl-draft-check-new-line): Ditto.
5133         (wl-draft-default-headers): Ditto.
5134         (wl-draft-insert-mail-header-separator): Ditto.
5135
5136 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5137
5138         * Version number is increased to 2.9.6.
5139
5140 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5141
5142         * wl-draft.el (wl-draft-delete-field): Optional argument.
5143         (wl-draft-delete-fields): Ditto.
5144
5145 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5146
5147         * wl-message.el (toplevel): Eliminated byte-compile warning.
5148         for `itimer-function', `delete-timer' and `itimer-list'.
5149
5150 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5151
5152         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5153         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5154         `wl-message-buffer-prefetch-threshold'.
5155         * wl-summary.el (wl-summary-redisplay-internal): Remove
5156         the check of `wl-message-buffer-prefetch-depth'.
5157
5158 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5159
5160         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5161         size of article.
5162         (wl-message-buffer-prefetch-subr): Remove size check.
5163
5164 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-vars.el (wl-plugged): Make customizable.
5167
5168 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5169
5170         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5171         (wl-message-buffer-prefetch-set-timer): New function.
5172         (wl-message-buffer-prefetch-get-next): New function.
5173         (wl-message-buffer-prefetch): New function.
5174         (wl-message-buffer-prefetch-next): Rewrite.
5175         (wl-message-buffer-prefetch-subr): Rewrite.
5176         * wl-vars.el (wl-auto-prefetch-first): New variable.
5177         * wl-summary.el (wl-summary-goto-folder-subr): Call
5178         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5179
5180 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5183         `wl-summary-unread-message-hook'.
5184
5185 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5186
5187         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5188         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5189         if range is `cache-status'.
5190
5191 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5192
5193         * wl-message.el (wl-message-buffer-prefetch-subr):
5194         Improve debug message.
5195
5196 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5197
5198         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5199         `wl-mail-send-pre-hook'.
5200         (wl-draft-send-mail-with-qmail): Ditto.
5201         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5202
5203 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5204
5205         * wl-message.el (wl-message-buffer-prefetch-subr):
5206         Fix for cancel-function-timers bug.
5207         (wl-message-buffer-prefetch-debug): Default value is t.
5208
5209 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5210
5211         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5212         (wl-message-buffer-prefetch-subr): Rewrite.
5213         Rename from `wl-message-buffer-prefetch'.
5214
5215 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5218         (wl-default-draft-cite-decorate-author): Ditto.
5219
5220         * wl-draft.el (wl-draft-cite-function): Removed.
5221         (wl-default-draft-cite-decorate-author): Ditto.
5222
5223 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5226         (wl-default-draft-cite): Do not arrange author name if the value of
5227         `wl-default-draft-cite-decorate-author' is nil.
5228
5229 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5232
5233         * wl-folder.el (wl-folder-check-one-entity): Don't care
5234         `elmo-folder-use-flag-p'.
5235
5236 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5237
5238         * wl-folder (wl-folder-check-one-entity): Fix
5239         problem if unread is nil.
5240
5241 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-address.el (wl-address-make-completion-list): Check whether
5244         the address is a group list.
5245         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5246
5247 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5248
5249         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5250         The number of the messages of new and unread does not count
5251         correctly.
5252
5253         * wl-summary.el (wl-summary-count-unread): Changed to return
5254         `(new . unread)' instead of total.
5255         (wl-summary-sync-update): Follow the change above.
5256
5257         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5258
5259 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl-address.el (wl-address-make-completion-list): Do not enclose
5262         address by " <" and ">" if associated realname is "".
5263         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5264         This is against the promblem with group list in .addresses pointed
5265         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5266
5267 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5270         message is a format control string.
5271         * wl-expire.el (wl-expire-append-log): Ditto.
5272         * wl-mime.el (wl-summary-burst-subr): Ditto.
5273         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5274         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5275
5276 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5277
5278         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5279         wl.el (wl-check-variables): Rename from `wl-check-type'.
5280         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5281         (wl-check-variables-2): New function.
5282         (wl): Call `wl-check-variables-2'.
5283
5284 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5287         after renaming folder in access group.
5288
5289 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5290
5291         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5292         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5293         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5294         (wl-message-buffer-prefetch): Rewrite.
5295         (wl-message-buffer-prefetch-idle-time): Removed.
5296         * wl-summary.el (wl-summary-redisplay-internal):
5297         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5298         Error check for `wl-message-buffer-prefetch-depht'.
5299
5300 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * Version number is increased to 2.9.5.
5303         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5304
5305 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5308         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5309         Based on the patch written by
5310         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-draft.el (wl-draft-raw-send): Fix for
5315         `wl-news-send-pre-hook'
5316
5317 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-utils.el (wl-message-id-function): New variable.
5320         * wl-draft.el (wl-draft-insert-required-fields):
5321         Use `wl-message-id-function'.
5322
5323 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5326         * wl-utils.el (wl-draft-make-message-id-string):
5327         Use `wl-from' for domain part of Message-ID
5328         if `wl-message-id-use-wl-from' if non-nil.
5329         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5330
5331 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * wl.el (wl): Call `wl-check-type'
5334         Do not 'condition-case'.
5335
5336 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5337
5338         * wl.el (wl-check-type): New function.
5339         (wl-check-type-variables): New variable.
5340
5341 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5342
5343         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5344
5345 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5346
5347         * wl-draft.el (wl-smtp-password-key): New function.
5348         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5349         (wl-draft-send-mail-with-smtp): Ditto.
5350         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5351
5352 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5355         * wl-utils.el (wl-unique-id-suffix): Remove.
5356
5357 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5358
5359         * Version number is increased to 2.9.4.
5360
5361 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5362
5363         * wl-utils.el (wl-unique-id-suffix): New variable.
5364         (wl-unique-id): Use `wl-unique-id-suffix'
5365
5366 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5367
5368         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5369         instead of `elmo-msgdb-search'.
5370
5371         * Version number is increased to 2.9.3.
5372
5373 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5374
5375         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5376
5377 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5378
5379         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5380         (wl-draft-dispatch-message): Changed for send-later.
5381         (wl-draft-queue-flush): Ditto.
5382         (wl-draft): Clear `wl-sent-message-queued'.
5383         (wl-draft-reedit): Ditto.
5384         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5385         * wl-vars.el (wl-draft-force-queuing): New variable.
5386         (wl-draft-force-queuing-mail): New variable.
5387         (wl-draft-force-queuing-news): New variable.
5388
5389 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5392         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5393
5394 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5395
5396         * Version number is increased to 2.9.2.
5397
5398 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * wl-draft.el (wl-draft-elide-region): New user command.
5401         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5402
5403         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5404         command `wl-draft-elide-region'.
5405         * wl-mule.el: Ditto.
5406         * wl-xmas.el: Ditto.
5407
5408 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5411         (wl-biff-check-folder-async): Removed needless let.
5412
5413 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5416         wl-folder-get-elmo-folder.
5417         (wl-biff-check-folder): Set `biff' argument of
5418         `wl-folder-check-one-entity'.
5419         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5420
5421         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5422         (wl-folder-check-one-entity): Added `biff' argument;
5423         Setup `biff' slot of folder.
5424
5425         * Version number is increased to 2.9.1.
5426
5427 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5430         comment out and fixed.
5431         (wl-fldmgr-add-completion-subr): Ditto.
5432
5433         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5434         and msgdb.
5435
5436         * wl.el (wl-toggle-plugged): Save summary view.
5437
5438 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5441
5442 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5443
5444         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5445
5446 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5449         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5450         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5451
5452         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5453         if it was failed.
5454         (wl-demo): Disable undo in the demo buffer.
5455
5456 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-version.el (wl-version): Changed codename.
5459
5460         * Version number is increased to 2.9.0.
5461
5462 2001-12-14  Takuo KITAME <kitame@northeye.org>
5463
5464         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5465         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5466         (wl-folder-mark-as-read-all-current-entity): Ditto.
5467
5468 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-vars.el (wl-from-width): Define as obsolete variable.
5471         (wl-subject-length-limit): Ditto.
5472
5473         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5474
5475         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5476         wl-summary-save-view.
5477
5478         * wl.el (wl-save-status): Ditto.
5479         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5480
5481         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5482         (wl-summary-exit): Follow the change above.
5483         (wl-summary-goto-folder-subr): Ditto.
5484
5485         * wl-folder.el (wl-folder-create-subr): Don't use
5486         `elmo-folder-creatable-p'.
5487
5488 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5491
5492 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5495         rather than bitmap on Emacs 21.
5496         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5497         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5498         for xbm if the new redisplay engine is not available.
5499
5500 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-folder.el (wl-folder-init-hook): New hook.
5503         (wl-folder-init): Run `wl-folder-init-hook'.
5504
5505 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5508
5509 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5510
5511         * wl-acap.el (wl-acap-cache-filename): New variable.
5512         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5513         (wl-acap-init): Use cache if no ACAP server found.
5514
5515 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5516
5517         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5518         `wl-acap-original-msgdb-dir'.
5519
5520         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5521         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5522
5523         * wl-mime.el (wl-mime-save-directory): Renamed from
5524         `wl-mime-save-dir'.
5525
5526 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5529
5530         * wl-demo.el: Require `path-util'.
5531         (wl-demo-bitmap-mule-available-p): New internal variable.
5532         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5533         `module-installed-p' instead.
5534         (wl-demo-insert-image): Use *.img file for a bitmap image.
5535         (wl-demo): Don't call the ascii demo recursively.
5536
5537 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5538
5539         * Version number is increased to 2.7.7.
5540
5541 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl.el (wl-exit): Eliminated byte-compile warning.
5544
5545 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5546
5547         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5548         obsolete variable using `elmo-define-obsolete-variable'.
5549         (wl-fetch-confirm-threshold): Ditto.
5550         (wl-cache-prefetch-folder-type-list): Ditto.
5551         (wl-cache-prefetch-folder-list): Ditto.
5552
5553 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5556         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5557         (wl-demo-insert-image): New function.
5558         (wl-demo-insert-text): New function.
5559         (wl-demo-image-type-alist): Redefine as a function.
5560         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5561         (wl-demo-with-temp-file-buffer): Removed.
5562         (wl-logo-xpm): Removed.
5563         (wl-logo-xbm): Removed.
5564         (wl-logo-bitmap): Removed.
5565
5566 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5567
5568         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5569         (wl-expire-localdir-get-folder-function): New user option.
5570         (wl-expire-localdir-get-folder): New function.
5571         (wl-expire-localdir-date): Ditto.
5572
5573 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5574
5575         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5576         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5577         Fixed unread number mismatch when all-unread < unread.
5578
5579 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5582         (wl-fetch-confirm-threshold): Ditto.
5583
5584         * wl-summary.el (wl-summary-confirm-appends): Removed.
5585         (wl-summary-sync-update): Don't refer
5586         `wl-summary-update-confirm-threshold' (It is now abolished).
5587
5588         * wl-message.el (wl-message-display-internal): Don't refer
5589         `wl-fetch-confirm-threshold' (It is now abolished).
5590
5591 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5594
5595 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5596
5597         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5598         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5599         Change default value to nil.
5600         (wl-summary-indent-length-limit): The value can be nil, nil means
5601         unlimited.
5602
5603         * wl-summary.el: Don't set limit for indent length if the value of
5604         wl-summary-indent-length-limit is nil.
5605         If the value of wl-summary-width is nil, it means only that the width
5606         of summary is unlimited (nil doesn't mean that the indent length is
5607         unlimited).
5608
5609         * wl-thread.el: Ditto.
5610
5611 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5612
5613         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5614         be nil, nil means never confirm.
5615         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5616
5617 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5620         means unlimited).
5621
5622 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5625         Use `with-temp-buffer'.
5626
5627 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5630         with new backquote style).
5631         (wl-folder-get-entity-from-buffer): Ditto.
5632
5633 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5634
5635         * wl-version.el (nemacs-version): Eliminated.
5636         (wl-extended-emacs-version2): Ignore nemacs.
5637         (wl-extended-emacs-version3): Ditto.
5638
5639 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5640
5641         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5642         (wl-draft-add-in-reply-to): New variable.
5643         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5644         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5645         (wl-draft-yank-from-mail-reply-buffer): Use
5646         `wl-draft-add-in-reply-to'.
5647         (wl-draft-insert-current-message): Ditto.
5648
5649 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5650
5651         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5652         typo (kill->hide).
5653         (wl-message-buffer-prefetch-folder-type-list): Added elements
5654         `mark' and `cache' instead of `internal'.
5655
5656 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5659         resume msgdb directory.
5660
5661 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl.el (wl-exit): Call `wl-acap-exit'.
5664
5665         * wl-summary.el (wl-summary-message-string): New function.
5666         (wl-summary-reedit): Use it.
5667         (wl-summary-resend-bounced-mail): Remove needless let.
5668         (wl-summary-supersedes-message): Ditto.
5669         (wl-summary-save): Ditto.
5670
5671         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5672         (wl-acap-init): Set it.
5673         (wl-acap-exit): New function.
5674
5675 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5676
5677         * wl.el (wl-init): Revert (require 'mime-setup). move from
5678         toplevel.
5679
5680 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5681
5682         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5683         local variables.  Add error when guess function return invalid
5684         value.
5685
5686 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5687
5688         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5689         Change local variable name.
5690         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5691         (wl-folder-get-newsgroups): Return nil when non-news folder.
5692         * wl-summary.el (wl-summary-write-current-folder): State through
5693         when guess-list return nil.
5694         (wl-summary-write-current-folder-functions): Fixed docstring.
5695
5696         * wl.el (wl-exit): Changed confirm message.
5697
5698         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5699         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5700
5701         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5702
5703 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5704
5705         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5706         user option (Renamed from wl-cache-prefetch-folder-type-list).
5707         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5708         from wl-cache-prefetch-folder-list).
5709
5710         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5711         Move to wl-vars.el.
5712         (wl-message-buffer-prefetch-p): Changed to enable
5713         `wl-message-buffer-prefetch-folder-list'.
5714
5715         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5716         `ignore-cache'.
5717
5718 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5719
5720         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5721         `part-top' and `part-bottom'.
5722         (wl-draft-config-sub-part-top): New function.
5723         (wl-draft-config-sub-part-bottom): New function.
5724
5725 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5726
5727         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5728
5729 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5730
5731         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5732
5733 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5736
5737         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5738         (wl-summary-write-current-folder): Ditto.
5739
5740 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-folder.el (wl-folder-get-newsgroups): Use
5743         `elmo-folder-newsgroups'.
5744
5745 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5746
5747         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5748         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5749         `wl-draft-config-sub-header-bottom'.
5750
5751 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5752
5753         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5754         localnews folder.
5755
5756 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-summary.el (wl-summary-mode): Undo last change.
5759
5760         * wl-folder.el (wl-folder-mode): Ditto.
5761
5762 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5763
5764         * wl-summary.el (wl-summary-mode): Locally set
5765         truncate-partial-window-width to nil.
5766         (for XEmacs)
5767
5768         * wl-folder.el (wl-folder-mode): Ditto.
5769
5770 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5773
5774 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5777         number.
5778
5779         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5780
5781         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5782
5783         * Version number is increased to 2.7.6.
5784
5785 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5788
5789 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-summary.el (wl-summary-sync-update): Enclose network
5792         related portion with `unwind-protect'.
5793
5794 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5795
5796         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5797
5798 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5801         element.
5802         * wl-vars.el (wl-message-body-button-alist): Ditto.
5803
5804         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5805         max match length.
5806         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5807
5808         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5809         for the max match length;
5810         Use 4th element value for the button string regexp group.
5811
5812         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5813         candidate exists, prompt to select.
5814
5815 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5816
5817         * wl-summary.el (wl-summary-jump-to-msg): Search before
5818         calibration point by `beginning-of-line'.
5819
5820 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5821
5822         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5823         for access group.
5824
5825 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-message.el (wl-message-display-internal): Bind
5828         `default-mime-charset'.
5829
5830         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5831
5832         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5833
5834         * Version number is increased to 2.7.5.
5835
5836 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5837
5838         * wl-expire.el (wl-summary-archive): Fixed;
5839         Use `elmo-folder-name-internal'.
5840
5841 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5842
5843         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5844         from `elmo-folder-move-messages' caller.
5845         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5846
5847         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5848         related portions are changed).
5849
5850 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5851
5852         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5853         counter.
5854
5855 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5858         buffer local and set it to nil.
5859
5860         * wl-message.el (wl-message-redisplay): Ditto.
5861
5862 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-summary.el (wl-summary-mark-as-important): If message is
5865         already cached, set messag as read, otherwise encache and mark as read.
5866
5867 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5870         point-min.
5871
5872 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5875         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5876         a keymap.
5877
5878 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5881         parent.
5882
5883         * wl-mule.el (wl-message-define-keymap): Ditto.
5884
5885         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5886
5887         * wl-xmas.el (wl-message-display-internal-hook): Define.
5888         (wl-xmas-setup-message-toolbar): Define as function.
5889         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5890         (wl-message-overload-functions): Abolished.
5891         (wl-message-define-keymap): New function.
5892
5893         * wl-vars.el (wl-message-display-internal-hook): New variable.
5894         (wl-message-header-button-alist): New variable (Renamed from
5895         wl-highlight-message-header-button-alist).
5896         (wl-message-body-button-alist): Ditto.
5897
5898         * wl-mule.el (wl-message-define-keymap): New function.
5899         (wl-message-overload-functions): Abolished.
5900
5901         * wl-message.el (wl-message-add-buttons-to-body): New function.
5902         (wl-message-redisplay): Don't call wl-message-overload-functions;
5903         Call wl-message-add-buttons-to-header and
5904         wl-message-add-buttons-to-body.
5905         (wl-message-display-internal): Set keymap argument for
5906         elmo-mime-display-as-is, elmo-mime-message-display;
5907         Run wl-message-display-internal-hook.
5908         (wl-message-refer-article-or-url): Abolished.
5909
5910         * wl-highlight.el (wl-highlight-headers): Don't call
5911         wl-highlight-message-add-buttons-to-header.
5912         (wl-highlight-message-add-buttons-to-header): Abolished.
5913
5914
5915         * wl-e21.el (wl-message-display-internal-hook): Define.
5916         (wl-e21-setup-toolbar): Deleted duplicated binding.
5917         (wl-e21-setup-message-toolbar): Define as function.
5918         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5919         (wl-message-define-keymap): New function.
5920         (wl-message-overload-functions): Abolished.
5921
5922 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5925         and elmo-folder-close.
5926
5927         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5928
5929 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5930
5931         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5932         boolean value.
5933         * wl-draft.el (wl-draft-do-fcc): Ditto.
5934
5935 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl-vars.el (wl-fcc-force-as-read): New variable.
5938         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5939         mark copied message as read.
5940
5941 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5944
5945 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5946
5947         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5948         `wl-summary-target-above' instead of obsolete variable
5949         `wl-summary-temp-above'.
5950
5951         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5952         instead of `make-obsolete-variable'.
5953         * wl-refile.el (toplevel): Ditto.
5954
5955 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5958         with third argument t.
5959         (wl-draft): Set first argument for wl-plugged-init as t.
5960
5961         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5962         definition.
5963
5964 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5965
5966         * wl-vars.el: Tabify.
5967         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5968
5969         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5970         message.
5971
5972 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5973
5974         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5975         and set default to beep.
5976
5977 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-vars.el (wl-draft-truncate-lines): New variable.
5980
5981         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5982         instead of wl-message-truncate-lines for truncate-lines.
5983
5984 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-message.el (wl-message-display-internal): Call
5987         `wl-highlight-message' after `elmo-mime-display-as-is'.
5988
5989         * wl-mime.el (wl-mime-display-text/plain): New function.
5990         (wl-mime-display-header): Ditto.
5991         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5992         body-presentation-method for text/plain;
5993         Register `wl-mime-display-header' as a header-presentation-method;
5994         Don't set up `elmo-message-text-content-inserted-hook' and
5995         `elmo-message-header-inserted-hook'.
5996
5997         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5998         variable.
5999         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6000         as t if flag is 'all-header;
6001         Don't bind `elmo-message-ignored-field-list',
6002         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6003
6004 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6007         for xemacs with non-mule environment.
6008
6009 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6010
6011         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6012         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6013         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6014
6015 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6016
6017         * wl-vars.el (wl-interactive-send): Set default value as t.
6018
6019 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6022         (wl-addrmgr-method-list): Abolished.
6023         (wl-addrmgr-change-method): Follow above change.
6024
6025         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6026
6027 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6028
6029         * wl-vars.el (wl-message-truncate-lines): Change default value
6030         to default-truncate-lines.
6031
6032         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6033
6034 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-vars.el (wl-message-truncate-lines): New variable.
6037
6038         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6039         wl-message-truncate-lines.
6040
6041 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6042
6043         * wl-acap.el (wl-acap-init): Remove period from error message.
6044         (wl-acap-find-acap-service): Remove period from message.
6045
6046 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl.el (wl-check-environment): Undo last change.
6049
6050         * wl-vars.el (wl-from): Changed default value.
6051
6052         * wl-util.el (toplevel): Don't require tm-edit.
6053
6054         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6055         `wl-folder-init';
6056         Don't set mark on mail body.
6057         (wl-draft-reedit): Ditto.
6058
6059         * wl-address.el (wl-address-quote-specials): Define as an alias for
6060         elmo-address-quote-specials.
6061
6062 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6065
6066         * wl-vars.el (wl-from): Set default value as nil.
6067         (wl-organization): Set default value as ORGANIZATION environment
6068         variable.
6069
6070         * wl-draft.el (wl-smtp-extension-bind): Check value of
6071         wl-smtp-connection-type.
6072
6073         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6074         error.
6075
6076 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6077
6078         * Version number is increased to 2.7.4.
6079
6080         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6081         arguments from `wl-highlight-x-face-function' caller.
6082         Use x-face-1.3.6.12 or later.
6083
6084 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6085
6086         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6087
6088 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6089
6090         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6091         (wl-fcc): Fix to accept function.
6092         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6093
6094 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6095
6096         * wl-acap.el (toplevel): Added `product-provide' declare.
6097         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6098
6099 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6100
6101         * wl.el (wl): Changed order of calling `elmo-init'
6102         and `elmo-folder-init'.
6103
6104 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6105
6106         * wl-mime.el (wl-summary-burst): Extract message when content-type
6107         of root entity is not only `multipart' but also `message/rfc822'.
6108         (wl-summary-burst-subr): Ditto.
6109
6110 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * wl-vars.el (toplevel): Require 'custom.
6113         (wl-trash-folder): Added to `wl-setting' group.
6114
6115         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6116         exists.
6117         (wl-addrmgr-draw): Insert empty line when no entry exists.
6118
6119         * wl-mule.el (wl-message-wheel-up): Fixed.
6120         (wl-message-wheel-down): Ditto.
6121
6122 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6123
6124         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6125         config is an anonymous lambda expression.
6126
6127 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6130         when Mule 2 is running.
6131
6132 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6135
6136 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6139         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6140
6141         * wl-address.el (wl-address-specials-regexp): Eliminated.
6142         (wl-address-quote-specials): Rewrite.
6143
6144 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6147         shy-groups for regexp.
6148
6149         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6150         character classes and Perl style shy-groups for regexp.
6151         (wl-highlight-plugged-current-line): Use Posix style character
6152         classes for regexp.
6153         (wl-e21-highlight-folder-by-numbers): Ditto.
6154         (wl-e21-display-image-p): Use `display-images-p' instead of
6155         `display-graphic-p'.
6156         (display-images-p): Make an alias to `display-graphic-p' if it is
6157         not available.  It is for Emacs version prior to 21.0.105.
6158
6159         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6160         `display-graphic-p'.
6161         (wl-demo-image-type-alist): Ditto.
6162         (display-images-p): Make an alias to `display-graphic-p' if it is
6163         not available.  It is for Emacs version prior to 21.0.105.
6164
6165 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6166
6167         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6168         support.
6169         (wl-generate-user-agent-string): Ditto.
6170
6171         * wl-version.el (wl-version): Update docsting.
6172         (wl-version-status): Ditto.
6173
6174 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6175
6176         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6177         21.0.105.  For Emacs 21.0.104 or earlier.
6178
6179 2001-09-03  Takuo KITAME <kitame@northeye.org>
6180
6181         * wl-e21.el (wl-plugged-init-icons): Use
6182         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6183         (wl-biff-init-icons): Ditto.
6184
6185 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6186
6187         * wl-highlight.el (wl-highlight-summary-current-line):
6188         Fixed highlighting refile/copy destination.
6189
6190         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6191         (wl-acap-store): Encode string by wl-acap-coding-system.
6192
6193 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-acap.el (toplevel): Check and require 'un-define before
6196         'xemacs-ucs;
6197          Added checking for UTF-2000.
6198
6199 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6202         Don't enclose with `eval-and-compile'.
6203
6204         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6205         wl-init is non-nil.
6206
6207         * wl-draft.el (wl-draft): Ditto.
6208
6209         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6210
6211         * wl-acap.el (toplevel): Require 'wl.
6212         (wl-acap-store): Call `elmo-init'.
6213
6214         * wl.el (wl): Changed position of `wl-check-environment'.
6215         (toplevel): Added autoload setting for wl-acap.
6216
6217         * wl-vars.el (wl-setting): New custom group.
6218         (wl-from): Added wl-setting group.
6219         (wl-user-mail-address-list): Ditto.
6220         (wl-organization): Ditto.
6221         (wl-subscribed-mailing-list): Ditto.
6222         (wl-envelope-from): Ditto.
6223         (wl-smtp-posting-user): Ditto.
6224         (wl-smtp-posting-server): Ditto.
6225         (wl-smtp-posting-port): Ditto.
6226         (wl-smtp-authenticate-type): Ditto.
6227         (wl-pop-before-smtp-user): Ditto.
6228         (wl-pop-before-smtp-server): Ditto.
6229         (wl-pop-before-smtp-port): Ditto.
6230         (wl-pop-before-smtp-authenticate-type): Ditto.
6231         (wl-nntp-posting-server): Ditto.
6232         (wl-nntp-posting-user): Ditto.
6233         (wl-nntp-posting-port): Ditto.
6234         (wl-fetch-confirm-threshold): Ditto.
6235         (wl-prefetch-threshold): Ditto.
6236         (wl-thread-insert-opened): Ditto.
6237         (wl-ldap-server): Ditto.
6238         (wl-ldap-port): Ditto.
6239         (wl-ldap-base): Ditto.
6240         (wl-ldap-objectclass): Ditto.
6241         (wl-use-ldap): Ditto.
6242         (wl-draft-config-alist): Ditto.
6243         (wl-draft-config-matchone): Ditto.
6244         (wl-template-alist): Ditto.
6245         (wl-message-sort-field-list): Ditto.
6246         (wl-message-ignored-field-list): Ditto.
6247         (wl-message-visible-field-list): Ditto.
6248         (wl-interactive-send): Ditto.
6249         (wl-summary-move-order): Ditto.
6250         (wl-auto-select-first): Ditto.
6251         (wl-auto-select-next): Ditto.
6252         (wl-interactive-save-folders): Ditto.
6253
6254         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6255         Initialization codes are moved from wl-local-folder-init.
6256         (wl-local-folder-init): Follow the change above.
6257         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6258
6259         * wl-acap.el: New file.
6260
6261         * Version number is increased to 2.7.3.
6262
6263 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6266
6267 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6270         (wl-addrmgr-address-entry-list): Ditto.
6271
6272 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-e21.el (wl-draft-mode-map): Removed binding for
6275         `wl-draft-insert-x-face-field'.
6276
6277         * wl-mule.el (wl-draft-mode-map): Ditto.
6278
6279         * wl-xmas.el (wl-draft-mode-map): Ditto.
6280
6281         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6282         (wl-cs-autoconv): Ditto.
6283         (wl-cs-local): Ditto.
6284         (wl-use-scoring): Ditto.
6285         (wl-mime-charset): Ditto.
6286         (wl-folder-check-async): Ditto.
6287
6288         * wl.el (toplevel): Ignore nemacs and tm.
6289         (wl-exit): Ditto.
6290
6291         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6292         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6293         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6294         instead of wl-address-petname-add-or-change.
6295         (wl-summary-edit-addresses-subr): Use wl-address-delete
6296         instead of wl-address-petname-delete.
6297
6298         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6299
6300         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6301         if error occured.
6302
6303         * wl-message.el (require): Remove tm support.
6304
6305         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6306
6307         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6308         (wl-folder-jump-to-current-entity): Ditto.
6309         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6310
6311         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6312         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6313         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6314
6315         * wl-mule.el (wl-draft-key-setup): Ditto.
6316
6317         * wl-xmas.el (wl-draft-key-setup): Ditto.
6318
6319         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6320         (wl-draft-std11-parse-addresses): New function.
6321         (wl-draft-parse-mailbox-list): Use it.
6322         (wl-draft): Ignore nemacs.
6323         (wl-draft-reedit): Ditto.
6324
6325         * wl-addrmgr.el: New file.
6326         (Original is wl-rcpt.el written by
6327         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6328         Thanks Kitamoto-san.)
6329
6330         * wl-address.el (wl-address-make-address-list): Modified parsing
6331         process.
6332         (wl-address-delete): Renamed from `wl-address-petname-delete';
6333         Modify wl-address-list too.
6334         (wl-address-add-or-change): Renamed from
6335         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6336
6337 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6338
6339         * wl-highlight.el (wl-highlight-summary-current-line):
6340           Work with transient-mark-mode
6341
6342 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * Version number is increased to 2.7.2.
6345
6346         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6347         instead of elmo-dop-queue-method.
6348
6349 2001-08-06  SAITO Atsunori <sai@yedo.com>
6350
6351         * wl-vars.el (wl-ldap-objectclass): New user option.
6352
6353         * wl-address.el (wl-ldap-make-filter): Use it.
6354
6355 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6358
6359 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-folder.el (wl-folder): redisplay after folder insertion.
6362
6363         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6364
6365         * wl-summary.el (wl-summary-sync-update):
6366         Change status mark only when new-msgdb exists.
6367         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6368
6369 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * wl-summary.el (wl-summary-open-folder): New function.
6372         (wl-summary-goto-folder-subr): Use it.
6373         (wl-summary-mark-as-important): Fix;
6374         Encache only when no cache exists.
6375
6376 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6379         Use with-current-buffer.
6380
6381 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6382
6383         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6384         before call `get-buffer'. Fixed parenthesis.
6385         (wl-score-get-header-entry): Clear message and help window when
6386         keyboard quit.
6387         (wl-score-edit-insert-header): Ditto.
6388
6389 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6392         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6393         (wl-default-draft-cite): Fix.
6394
6395         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6396         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6397
6398 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-message.el (wl-message-prev-page): Do same bahavior
6401         as summary when it is called in the message buffer.
6402         (wl-message-next-page): Ditto.
6403
6404 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-summary.el (wl-summary-forward): Use cache if it is not
6407         section cache.
6408
6409 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6412         Removed redundant require of elmo-vars.
6413         (wl-biff-state-indicator-on): Changed default value for
6414         xemacs with non-mule environment.
6415
6416         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6417         wl-message-buffer is nil;
6418         Hide progress bar after moving messages.
6419
6420 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6423         message at cursor point is deleted.
6424
6425 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-vars.el: Changed file coding system to euc-japan.
6428         Added -*-coding:-*- magic to the first line.
6429
6430         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6431         Search parent from the first message.
6432
6433         * Version number is increased to 2.7.1.
6434
6435 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6436
6437         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6438
6439 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6442         refile/delete execution.
6443
6444         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6445         Fixed docstring.
6446
6447 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6450         do update process;
6451         Don't update marks when update process is interrupted.
6452
6453 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-summary.el (wl-summary-reply): Fixed problem when
6456         wl-draft-use-frame is non-nil.
6457         (wl-summary-forward): Ditto.
6458
6459         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6460         as nil.
6461         (wl-folder-mark-as-read-all-entity): Ditto.
6462         (wl-folder-prefetch-entity): Ditto.
6463
6464         * wl.el (wl): Check environment before wl-init.
6465
6466         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6467         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6468         instead of wl-summary-collect-unread.
6469         (wl-summary-reply): Split message window.
6470
6471 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6474         only if current language environment is japanese,
6475
6476         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6477         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6478         (wl-folder-goto-folder-subr): Ditto.
6479
6480         * wl-draft.el (wl-draft-dispatch-message): Call
6481         `elmo-file-cache-get-path'.
6482
6483 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-summary.el (wl-summary-cursor-move): If return value of
6486         wl-summary-next-message is not number, don't jump.
6487
6488 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-summary.el (wl-summary-buffer-next-message-function): New
6491         variable.
6492         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6493         if it is bound.
6494
6495         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6496         string.
6497
6498         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6499         (wl-plugged-drawing): Ditto.
6500
6501 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6504         process.
6505         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6506         with unwind-protect.
6507
6508         * wl.el (wl-init): Require mime-setup.
6509         (wl-check-environment): Don't require mime-setup.
6510
6511         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6512         instead of elmo-folder-type.
6513
6514         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6515         value as nil.
6516
6517 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * Version number is increased to 2.7.0.
6520
6521         * wl-version.el (wl-version): Changed codename.
6522
6523         * wl-summary.el (wl-summary-delete-cache): Fixed.
6524
6525         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6526         Workaround for net folders.
6527         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6528
6529         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6530         value to nil (According to the patch from
6531         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6532
6533         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6534         of elmo-folder-close.
6535
6536 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6537
6538         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6539         for postfix.
6540
6541 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl-summary.el (wl-summary-resend-message): Fixed.
6544
6545         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6546         Call wl-draft with `from' argument if its address is included in
6547         `wl-user-mail-address-list'.
6548         (wl-draft): Added `from' argument.
6549
6550         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6551         non-nil.
6552         (wl): Don't show demo if wl-demo is nil.
6553
6554         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6555         wl-summary-use-frame.
6556
6557         * wl-vars.el (wl-summary-use-frame): New user option.
6558         (wl-folder-use-frame): Changed docstring.
6559
6560         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6561         non-nil.
6562         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6563         wl-summary-use-frame.
6564
6565         * wl-vars.el (wl-folder-use-frame): New user option.
6566
6567         * wl-summary.el (wl-summary-exit): Back to folder frame if
6568         wl-folder-use-frame is non-nil.
6569         (wl-summary-redisplay-internal): Ignore cache if current folder
6570         is draft folder,
6571         (wl-summary-redisplay-no-mime): Ditto.
6572         (wl-summary-redisplay-all-header): Ditto.
6573
6574         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6575         if wl-folder-use-frame is non-nil.
6576
6577 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * wl-summary.el (wl-summary-sync-update): Bind
6580         elmo-folder-update-threshold.
6581         (wl-summary-mark-as-important): Enclosed server mark processing
6582         with `save-match-data'.
6583
6584         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6585         only when it is already defined.
6586
6587 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6588
6589         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6590         name of folder exclude localdir is wrong.
6591         * wl-folder.el (wl-folder-sync-entity):
6592         Set `wl-summary-always-sticky-folder-list' as nil.
6593         (wl-folder-mark-as-read-all-entity): Ditto.
6594         (wl-folder-prefetch-entity): Ditto.
6595
6596 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6599         instead of `wl-summary-write-current-newsgroup'.
6600
6601 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6602
6603         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6604         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6605         non-nil and selected message is important, do not display.
6606
6607 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6610
6611 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6614
6615         * wl-summary.el (wl-summary-mark-as-important): Set message number
6616         using wl-summary-message-number.
6617
6618 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6619
6620         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6621         destination folder is 'null.
6622
6623 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6626         New function.
6627         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6628         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6629         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6630
6631 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * wl-mime.el (wl-mime-setup): Added setting for
6634         `mime-setup-signature-key-alist' to avoid overriding key bind for
6635         `wl-draft-send'.
6636
6637         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6638         for `wl-draft-send'.
6639         * wl-mule.el (wl-draft-overload-functions): Ditto.
6640         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6641         * wl-draft.el (wl-draft-send): Ditto.
6642
6643         * wl-message.el (wl-message-display-internal):
6644         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6645         (Patch is provided by <kita@coe.nttdata.co.jp>).
6646
6647 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6650
6651 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl.el (wl): Fix for wl-demo.
6654
6655 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6656
6657         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6658
6659 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-folder.el (wl-folder-prefetch-entity): Use
6662         `wl-folder-get-elmo-folder'.
6663         (wl-folder-count-incorporates): Do not use
6664         `wl-folder-get-elmo-folder'.
6665
6666 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6669         instead of `elmo-folder-get-type'.
6670
6671 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6672
6673         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6674         position on Subject: field.
6675         (Advised by Mito <mit@nines.nec.co.jp>)
6676
6677 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6678
6679         * wl-folder.el (wl-folder-prefetch-entity): Use
6680         `wl-folder-get-elmo-folder'.
6681
6682 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6685
6686         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6687         `process-duplicates' slot.
6688
6689         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6690         if detection failed.
6691
6692 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl-version.el (wl-version-status): Set to "alpha".
6695
6696 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6699         Check wl-message-buffer lives before set-buffer.
6700
6701 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6702
6703         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6704         called in folder mode.
6705         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6706         * wl-summary.el (wl-summary-exit-pre-hook): Run
6707         `wl-summary-exit-pre-hook' before exit summary mode.
6708
6709 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6710
6711         * wl-version.el (wl-version-status): New variable.
6712         (wl-version-status-alist): Removed.
6713         (wl-version-status): Rule included.
6714
6715 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6718         @sponichi.
6719
6720         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6721         when `mail-reply-buffer' is buffer-local variable.
6722         (Reported by <kita@coe.nttdata.co.jp>).
6723
6724 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-vars.el (toplevel): Require 'elmo-util.
6727
6728 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6731         (All other related portions are changed)
6732
6733         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6734
6735         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6736
6737 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6738
6739         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6740
6741 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6744         Delete other windows to avoid an error.
6745         Use `point-marker' instead of `point' to remember the start point
6746         of body.
6747
6748         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6749
6750         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6751         number not to exceed all message number.
6752
6753 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6754
6755         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6756         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6757
6758 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-summary.el (wl-summary-sync-force-update): Added argument
6761         no-check.
6762         (wl-summary-sync-update): Ditto.
6763         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6764         with `no-check'.
6765
6766         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6767         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6768         already running.
6769
6770 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6771
6772         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6773         `dst-folder-arg'.
6774         (wl-expire-archive-number1): Diito.
6775         (wl-expire-archive-number2): Diito.
6776         (wl-expire-archive-Date): Diito.
6777         (wl-archive-number1): Diito.
6778         (wl-archive-number2): Diito.
6779         (wl-archive-date): Diito.
6780         (wl-archive-folder-p): New function.
6781         (wl-summary-expire): Support of expand folder name at
6782         wl-expire-alist.
6783         * wl-util.el (wl-expand-newtext): Renamed from
6784         `wl-refile-expand-newtext'.
6785
6786 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787
6788         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6789         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6790         `(elmo-msgdb-get-overview msgdb)'.
6791         (wl-summary-prefetch): Bind match data before call
6792         `wl-summay-prefetch-msg'.
6793         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6794         'off if `wl-summary-buffer-disp-msg' is non-nil.
6795         Fixed problem that couldn't show only one new or unread message when
6796         enter folder.
6797         (wl-summary-reply): Don't call `split-window-vertically' and other
6798         window.
6799
6800 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-expire.el (wl-expire-refile): Fixed.
6803
6804 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6807
6808         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6809         biff notification is removed.
6810
6811         * wl.el (wl): Changed position of `elmo-init'.
6812
6813         * wl-draft.el (wl-default-draft-cite): Use date field
6814         on the citation buffer.
6815
6816         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6817
6818         * wl-xmas.el (wl-folder-internal-icon-list): Added
6819         `wl-folder-shimbun-image'.
6820
6821         * wl-e21.el (wl-folder-internal-icon-list): Added
6822         `wl-folder-shimbun-image'.
6823
6824 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl.el (wl-init): Eliminated argument.
6827         (wl): Rewrite.
6828
6829         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6830         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6831         instead of `elmo-folder-msgdb-internal'.
6832         (wl-summary-sync-update): Ditto.
6833         (wl-summary-flush-pending-append-operations): Eliminated.
6834         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6835         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6836         `elmo-folder-open'.
6837
6838         * wl-mime.el (wl-summary-burst): Fixed.
6839
6840         * wl-folder.el (wl-folder-info-save): Check data type.
6841
6842         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6843         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6844         instead of `elmo-folder-msgdb-internal'.
6845         (wl-expire-hide): Ditto.
6846
6847
6848         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6849
6850 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6851
6852         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6853
6854 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6855
6856         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6857
6858 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6859
6860         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6861         Fixed `match-beginning' argument mismatch.
6862
6863 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6864
6865         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6866         the default value.
6867
6868 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6871         instead of `elmo-nntp-default-port'.
6872
6873         * wl-vars.el: Fixed some doc strings.
6874
6875 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-summary.el (wl-summary-prefetch-msg): Use
6878         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6879
6880         * wl-vars.el: Define *-func as obsolete variable using
6881         `elmo-define-obsolete-variable'.
6882
6883         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6884         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6885         instead of `wl-message-buffer-prefetch-threshold'.
6886
6887         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6888
6889         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6890
6891         * wl-draft.el (wl-caesar-region-func): Ditto.
6892
6893         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6894         Keep unread status in elmo-folder-move-messages.
6895         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6896
6897 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6898
6899         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6900         `wl-summary-buffer-exit-func'
6901         (wl-summary-buffer-message-redisplay-function): Renamed from
6902         `wl-summary-buffer-message-redisplay-func'
6903         (wl-summary-buffer-next-folder-function): Renamed from
6904         `wl-summary-buffer-next-folder-func'.
6905         (wl-summary-buffer-prev-folder-function): Renamed from
6906         `wl-summary-buffer-prev-folder-func'.
6907         (wl-summary-get-petname-function): Renamed from
6908         `wl-summary-get-petname-func'.
6909
6910         * wl-score.el (wl-score-edit-exit-function): Renamed from
6911         `wl-score-edit-exit-func'.
6912
6913         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6914         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6915
6916         * wl-util.el (wl-load-profile-function): Renamed from
6917         `wl-load-profile-func'.
6918
6919         * wl-folder.el (wl-folder-completion-function): Renamed from
6920         `wl-folder-completion-func'.
6921         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6922
6923         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6924         `wl-expire-archive-get-folder-func'.
6925         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6926         (wl-draft-send-mail-function): Renamed from
6927         `wl-draft-send-mail-func'.
6928         (wl-draft-send-news-function): Renamed from
6929         `wl-draft-send-news-func'.
6930         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6931         (wl-generate-mailer-string-function): Renamed from
6932         `wl-generate-mailer-string-func'.
6933         (wl-highlight-signature-search-function): Renamed from
6934         `wl-highlight-signature-search-func'.
6935         (wl-highlight-x-face-function): Renamed from
6936         `wl-highlight-x-face-func'
6937         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6938         (wl-ps-print-buffer-function): Renamed from
6939         `wl-ps-print-buffer-func'
6940         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6941         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6942         (wl-summary-subject-filter-function): Renamed from
6943         `wl-summary-subject-filter-func'.
6944
6945         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6946         `wl-draft-queue-flush-send-func'
6947         (wl-draft-cite-function): Renamed from
6948         `wl-draft-cite-func'
6949
6950         * wl-address.el (wl-address-init-function): Renamed from
6951         `wl-address-init-func'.
6952
6953 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-draft.el (wl-draft-queue-flush): Don't call
6956         `elmo-dop-unlock-message'.
6957         * wl-draft.el (wl-draft-queue-append): Don't call
6958         `elmo-dop-lock-message'.
6959
6960         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6961         (wl-summary-buffer-folder-name): Ditto.
6962         (wl-summary-message-regexp): Added '-' (all other related portions
6963         are changed).
6964         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6965         wl-summary-buffer-folder-name.
6966
6967 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6968
6969         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6970         the number of mails in the folder buffer is not updated by wl-biff.
6971
6972 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6975         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6976
6977 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-summary.el (wl-summary-next-message):
6980         Return next message number when wl-summary-move-order is nil.
6981
6982 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6983
6984         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6985         `wl-summary-move-spec-alist'.
6986         (wl-summary-move-spec-unplugged-alist): New variable
6987         (Move spec for unplugged status).
6988         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6989         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6990
6991 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6992
6993         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6994         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6995
6996 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6997
6998         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6999         simple quotation to quote the anonymous function.
7000         * tm-wl.el (wl-draft-preview-message): Ditto.
7001
7002 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7003
7004         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7005         Eliminate redundant `save-excursion'.
7006         (wl-highlight-summary-current-line): Ditto.
7007
7008         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7009         accessing match data when `looking-at' failed.
7010
7011         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7012         `elmo-match-string' where users don't care about the speed.
7013         (wl-draft-save): Ditto.
7014
7015 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-util.el (wl-regexp-opt): New function.
7018
7019         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7020         number from `wl-summary-buffer-number-list'.
7021         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7022         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7023         (wl-summary-move-spec-alist): Changed default setting.
7024
7025 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7026
7027         * wl-vars.el (wl-biff-notify-hook): New hook.
7028         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7029         the arrival of new mail.
7030         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7031         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7032
7033 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7036
7037 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7040
7041         * Version number is increased to 2.5.8.
7042
7043         * wl-thread.el (toplevel): require 'cl.
7044         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7045         (wl-thread-make-number-list): New function.
7046         (wl-thread-entity-make-number-list-from-children): Ditto.
7047         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7048         (wl-thread-entity-insert-as-children): Likewise.
7049         (wl-thread-delete-message): Likewise.
7050         (wl-meaning-of-mark): Eliminated.
7051         (wl-thread-next-failure-mark-p): Ditto.
7052         (wl-thread-entity-get-mark): Ditto.
7053         (wl-thread-meaning-alist-get-result): Ditto.
7054         (wl-thread-entity-check-prev-mark): Ditto.
7055         (wl-thread-entity-check-next-mark): Ditto.
7056         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7057         (wl-thread-entity-get-prev-marked-entity): Ditto.
7058         (wl-thread-get-prev-unread): Ditto.
7059         (wl-thread-jump-to-prev-unread): Ditto.
7060         (wl-thread-get-next-unread): Ditto.
7061         (wl-thread-jump-to-next-unread): Ditto.
7062         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7063         (wl-thread-entity-get-next-marked-entity): Ditto.
7064
7065         * wl-summary.el (wl-summary-buffer-number-list):
7066         New bufer-local variable.
7067         (wl-summary-switch-to-clone-buffer): Clone
7068         `wl-summary-buffer-number-list'.
7069         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7070         (wl-summary-cursor-move-regex): Eliminated.
7071         (wl-summary-cursor-up): Rewrite.
7072         (wl-summary-cursor-down): Ditto.
7073         (wl-summary-mode-spec-alist): New variable.
7074         (wl-summary-next-message): New inline function.
7075         (wl-summary-cursor-move): New function.
7076         (wl-summary-default-get-next-msg): Rewrite.
7077         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7078         (wl-summary-rescan): Ditto.
7079         (wl-summary-sync-all-init): Ditto.
7080         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7081         summary is not thread view.
7082         (wl-summary-sync-update): Ditto.
7083         (wl-summary-rescan): Ditto.
7084         (wl-summary-make-number-list): New function.
7085
7086         * wl-draft.el: "FCC" -> "Fcc".
7087
7088 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-highlight.el (wl-highlight-summary-window):
7091         Call `set-buffer-modified-p'.
7092
7093         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7094         (wl): Call `elmo-init' and fix.
7095
7096         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7097         Use new variables.
7098
7099         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7100
7101 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7104
7105 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7106
7107         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7108
7109 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7110
7111         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7112         `wl-use-toolbar' nor `display-graphic-p'.
7113         (wl-e21-setup-message-toolbar): Ditto.
7114         (wl-e21-setup-summary-toolbar): Ditto.
7115         (wl-e21-setup-folder-toolbar): Ditto.
7116
7117         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7118         (wl-plugged-init-icons): Ditto.
7119
7120         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7121         `display-graphic-p'.
7122         (wl-plugged-set-folder-icon): Ditto.
7123         (wl-highlight-plugged-current-line): Ditto.
7124         (wl-highlight-folder-current-line): Ditto.
7125         (wl-e21-highlight-folder-group-line): Ditto.
7126         (wl-e21-setup-toolbar): Ditto.
7127         (wl-e21-display-image-p): New macro.
7128
7129         * wl-demo.el (wl-demo): Simplified.
7130         (wl-demo-image-type-alist): Use `image-type-available-p' for
7131         checking whether the image type `xbm' is available.
7132
7133 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7136         (wl-summary-input-range): Ditto.
7137
7138 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-summary.el (wl-summary-edit-addresses): Use
7141         `wl-summary-get-original-buffer'
7142         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7143         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7144         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7145         (wl-summary-get-newsgroups): Eliminated.
7146         (wl-summary-set-crosspost): Ditto.
7147         (wl-summary-is-crosspost-folder): Ditto.
7148         (wl-crosspost-alist-load): Ditto.
7149         (wl-crosspost-alist-save): Ditto.
7150
7151         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7152         `elmo-setup-subscribed-newsgroups' instead of
7153         `elmo-nntp-make-groups-hashtb'.
7154         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7155         instead of `wl-crosspost-alist-save'.
7156
7157         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7158         of `elmo-folder-message-appendable-p'.
7159         (wl-mime-header-presentation-method): Eliminated.
7160
7161         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7162         (Error occurs in emacs21).
7163
7164         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7165         the current buffer).
7166
7167         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7168         instead of `wl-crosspost-alist-save'.
7169         (wl-init): `elmo-crosspost-message-alist-load'
7170         instead of `wl-crosspost-alist-load'
7171
7172         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7173         (wl-parse-newsgroups): Likewise.
7174         (wl-biff-notify): Run `wl-biff-notify-hook'.
7175
7176 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7179
7180         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7181         when `wl-summary-lazy-highlight' is non-nil.
7182         (wl-summary-goto-folder-subr): Highlight only when
7183         `wl-summary-lazy-highlight' is non-nil.
7184
7185         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7186         Don't display progress and highlight temp-mark when
7187         `wl-summary-lazy-highlight' is non-nil.
7188         (wl-highlight-summary-window): New function.
7189         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7190
7191 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7192
7193         * wl-summary.el (wl-summary-sync): Change `all-visible'
7194         from `all-shown'
7195         (wl-summary-input-range): Ditto.
7196
7197 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7198
7199         * wl-e21.el (wl-highlight-folder-current-line): Call
7200         `wl-folder-init-icons' when folder icons have not been initialized.
7201
7202         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7203
7204         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7205         (wl-demo-image-type-alist): New macro.
7206
7207 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7208
7209         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7210         display does not support graphics.
7211         (wl-plugged-init-icons): Ditto.
7212         (wl-folder-init-icons): Ditto.
7213
7214         * wl-demo.el (wl-demo): Chech closely whether the display
7215         supports graphics.
7216
7217 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-summary.el (wl-summary-get-original-buffer): New function.
7220         (wl-summary-set-crosspost): Use it.
7221         (wl-summary-target-mark-uudecode): Ditto.
7222         (wl-summary-reedit): Ditto.
7223         (wl-summary-resend-bounced-mail): Ditto.
7224         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7225         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7226
7227         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7228         (wl-message-display-internal): Ditto.
7229
7230 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7233
7234 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-summary.el (wl-summary-save-view): Renamed from
7237         `wl-summary-save-status'.
7238
7239 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7240
7241         * wl-summary.el (wl-summary-sync): Added `all-shown'
7242
7243 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7244
7245         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7246
7247 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7248
7249         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7250
7251 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7252
7253         * wl-highlight.el (wl-highlight-summary-line-string): Use
7254         `zerop' instead of `= 0'.
7255         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7256
7257         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7258         for comparing numbers.
7259         (wl-template-prev): Use `zerop' instead of `eq 0'.
7260
7261         * wl-draft.el (wl-draft-insert-current-message): Use
7262         `with-current-buffer' instead of `save-excursion'.
7263         Use `zerop' instead of `eq 0'.
7264
7265 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7266
7267         * wl-draft.el (wl-draft-insert-ccs): New function.
7268         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7269         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7270
7271 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7274
7275 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-expire.el (wl-expire-refile): Don't call
7278         elmo-msgdb-add-msgs-to-seen-list;
7279         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7280         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7281
7282 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-message.el (wl-message-prev-page): Ignore errors while
7285         scroll-down.
7286
7287 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-mime.el: Use elmo-original-message-mode instead of
7290         mmelmo-original-mode.
7291
7292         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7293         `elmo-folder-get-spec';
7294         (wl-fldmgr-add-completion-all-completions):
7295         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7296
7297         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7298         of `elmo-folder-get-type'.
7299
7300         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7301         `elmo-folder-get-spec';
7302         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7303         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7304         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7305         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7306         `elmo-read-msg-no-cache';
7307         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7308         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7309         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7310         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7311         `elmo-cache-save';
7312         (wl-draft-reedit): Use `elmo-message-file-name'.
7313
7314         * wl-expire.el: Use `elmo-folder-name-internal';
7315         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7316         Use macro `wl-summary-buffer-msgdb' instead of variable
7317         `wl-summary-buffer-msgdb';
7318         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7319         Use macro `wl-summary-buffer-folder-name' instead of variable
7320         `wl-summary-buffer-folder-name'.
7321         * wl-score.el: Likewise.
7322
7323         * wl-message.el: Rewrite for new message buffer cache mechanism.
7324         (wl-message-buffer-cache-buffer-get): New macro.
7325         (wl-message-buffer-cache-folder-get): Ditto.
7326         (wl-message-buffer-cache-message-get): Ditto.
7327         (wl-message-buffer-cache-entry-make): Ditto.
7328         (wl-message-buffer-cache-hit): Ditto.
7329         (wl-message-buffer-cache-sort): New function.
7330         (wl-message-buffer-cache-add): Ditto.
7331         (wl-message-buffer-cache-delete): Ditto.
7332         (wl-message-buffer-cache-clean-up): Ditto.
7333         (wl-message-buffer-window): Rewrite.
7334         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7335         (wl-message-buffer-display): New function.
7336         (wl-message-display-internal): New function.
7337
7338 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-folder.el: Use `elmo-folder-name-internal';
7341         Use `wl-folder-get-elmo-folder';
7342         Use `elmo-folder-list-messages' instead of
7343         `elmo-list-folder';
7344         Use `elmo-folder-get-primitive-list' instead of
7345         `elmo-folder-get-primitive-spec-list';
7346         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7347         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7348         Use `elmo-folder-create' instead of `elmo-create-folder'.
7349         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7350         (wl-folder-get-elmo-folder): New macro.
7351         (wl-folder-elmo-folder-cache-get): Ditto.
7352         (wl-folder-elmo-folder-cache-put): Ditto.
7353         (wl-folder-suspend): Call `elmo-quit'.
7354
7355         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7356         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7357         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7358         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7359         (toplevel): require 'cl.
7360         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7361
7362         * wl-summary.el: Rewrite to use new elmo interface.
7363
7364 \f
7365 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7366
7367         * wl-mime.el (wl-draft-preview-message):
7368         Run `wl-draft-send-hook' before collecting recipients information;
7369         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7370
7371         * tm-wl.el (wl-draft-preview-message): Ditto.
7372
7373 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7376         wrong recipients are displayed when forwarded message.
7377
7378 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * Version number is increased to 2.5.7.
7381
7382 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7383
7384         * wl-message.el (wl-message-next-page): Bind
7385         `window-pixel-scroll-increment' to nil while scrolling up.
7386
7387 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7388
7389         * wl-vars.el (wl-save-hook): New hook.
7390         * wl.el (wl-save): Call `wl-save-hook'.
7391
7392 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7393
7394         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7395         Argument WITH-ARG instead of NO-ARG (negative mean).
7396         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7397         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7398         * wl-message.el (wl-message-follow-current-entity): Likewise.
7399
7400 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7403         FROM was optional argument.
7404         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7405
7406 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7407
7408         * Version number is increased to 2.5.6.
7409
7410 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl-version.el (wl-version-show): Removed.
7413         (wl-version): Add `interactive'.
7414
7415 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7416
7417         * wl-summary.el (wl-summary-get-petname-func): New variable.
7418         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7419         instead of `wl-address-get-petname-1'.
7420         (wl-summary-simple-from): Ditto.
7421
7422         * wl-address.el (wl-address-get-petname-1): Define as function.
7423
7424 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7427         field in the original message.
7428         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7429
7430 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7431
7432         * wl-expire.el (wl-expire-hide):
7433         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7434
7435 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7438         find decoder for To, Cc, and Subject.
7439
7440 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7443         for checking `elmo-use-buffer-cache'.
7444         (wl-summary-mark-as-important): Fixed typo in comment.
7445
7446 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7449         field in the original message.
7450         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7451
7452 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7453
7454         * wl-expire.el (wl-expire-hide):
7455         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7456
7457 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7460         find decoder for To, Cc, and Subject.
7461
7462 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * Version number is increased to 2.5.5.
7465
7466         * wl-address.el (wl-address-specials-regexp): New constant.
7467         (wl-address-quote-specials): Use it.
7468
7469 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-summary.el (wl-summary-rescan):
7472         Call `wl-summary-buffer-number-column-detect'.
7473         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7474
7475         * wl-message.el (wl-message-mode-map): Define.
7476         (wl-message-decode): Use it as local-map.
7477
7478 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7481         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7482
7483 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7486
7487         * wl-mule.el (wl-read-event-char): Ditto.
7488
7489         * wl-e21.el (wl-read-event-char): Ditto.
7490
7491         * wl-nemacs.el (wl-read-event-char): Ditto.
7492         (read-event): Removed.
7493
7494         * wl-util.el (toplevel): Removed dummy definition of
7495         `read-event'.
7496         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7497
7498 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7499
7500         * wl-nemacs.el (elmo-archive-call-process): Moved to
7501         elmo-archive.el.
7502
7503 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7504
7505         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7506         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7507
7508         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7509         instead of magic-number 6.  Use `not' instead of `null' for symbol
7510         `nil' check (not empty list).
7511         (wl-draft-insert-x-face-field): Fixed paren style.
7512
7513         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7514         one-branch conditional statement, instead of `and' and `if'.
7515         (wl-draft-forward): Likewise.
7516         (wl-draft-add-references): Likewise.
7517         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7518
7519         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7520         conditional steatment.  Use `cond' instead of `if'.
7521         (wl-draft-confirm): Likewise.
7522
7523 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7524
7525         * wl-version.el (wl-version-show): Use `product-string-1'
7526         instead of `wl-version'.
7527         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7528
7529         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7530
7531 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7532
7533         * wl-highlight.el (wl-highlight-headers): Revert
7534         `wl-highlight-x-face-func' argument (`beg' and `end').
7535
7536 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7537
7538         * wl.el (toplevel): Move `product-provide' declare.
7539         * wl-demo.el (toplevel): Ditto.
7540         * wl-dnd.el (toplevel): Ditto.
7541         * wl-highlight.el (toplevel): Ditto.
7542         * wl-message.el (toplevel): Ditto.
7543         * wl-refile.el (toplevel): Ditto.
7544         * wl-util.el (toplevel): Ditto.
7545
7546 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7549         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7550         (wl-thread-close-all): keep cursor position.
7551
7552 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7553
7554         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7555         (eq x 0).
7556         (wl-generate-user-agent-string-1): Fix conditional statement.
7557
7558 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7559
7560         * wl.el (wl-check-environment): Additional check for
7561         'wl-local-domain' and `wl-message-id-domain'.
7562
7563 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7564
7565         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7566
7567 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7568
7569         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7570         instead of `smtp-sasl-user-realm'.
7571
7572 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7573
7574         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7575
7576 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7577
7578         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7579         to the default value as well as `eword-lexical-analyzer'.
7580
7581 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7582
7583         * wl-version.el (wl-extended-emacs-version,
7584         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7585         `elmo-match-string' instead of `wl-match-string'.
7586
7587 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7590         docstring.
7591
7592 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7593
7594         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7595
7596 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7597
7598         * wl-highlight.el (wl-highlight-headers): Remove
7599         `wl-highlight-x-face-func' argument (`beg' and `end').
7600
7601 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-summary.el (wl-summary-mark-as-important):
7604         Remove cache if folder is local.
7605
7606 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7607
7608         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7609         to get existing e-mail address string.
7610
7611 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7612
7613         * wl-version.el (wl-generate-user-agent-string): Commentary.
7614         (wl-generate-user-agent-string-1): Use `when' for
7615         one-branch conditional statement, instead of `and' and `if'.
7616         (wl-extended-emacs-version, wl-extended-emacs-version2,
7617         wl-extended-emacs-version3): Ditto.
7618
7619 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7622         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7623         condition-case; Remove initialization.
7624         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7625         (wl-summary-sync-update3): Added argument `sync-all';
7626         Eliminated local variable `msgdb';
7627         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7628         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7629         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7630
7631 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7632
7633         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7634         connection before call `wl-draft-send-mail-with-smtp'.
7635
7636 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * Version number is increased to 2.5.4.
7639
7640 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * wl.el (wl-check-environment): Additional check for
7643         'wl-local-domain' and `wl-message-id-domain'.
7644
7645 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7648         buffer as command specific.
7649         (wl-folder-mark-as-read-all-entity): Ditto.
7650         (wl-folder-prefetch-entity): Ditto.
7651         (wl-folder-drop-unsync-entity): Ditto.
7652
7653         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7654         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7655         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7656
7657         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7658         save-excursion.
7659
7660 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * Version number is increased to 2.5.3.
7663
7664         * wl-summary.el (wl-summary-save-view-cache):
7665         Delete duplicated `write-region';
7666         Use `write-region-as-binary' instead of `as-binary-output-file' and
7667         `write-region'.
7668
7669 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7670
7671         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7672
7673 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7676         instead of `smtp-via-smtp'.
7677
7678 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7679
7680         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7681
7682 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7683
7684         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7685         instead of `smtp-sasl-user-realm'.
7686
7687 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7688
7689         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7690
7691 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7692
7693         * Version number is increased to 2.5.2.
7694
7695 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7698         does not exist.
7699         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7700         (wl-biff-start): Call `timer-activate' if timer already exists.
7701
7702         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7703         only when it is bound as function.
7704
7705 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * Version number is increased to 2.5.1.
7708
7709 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7712         Print refile/copy destination.
7713
7714 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7717         queue-flush-only is non-nil.
7718
7719         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7720
7721         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7722         checking cache folder.
7723
7724 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7727         `regexp-quote'.
7728
7729 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7730
7731         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7732         function.
7733         * wl-summary.el (wl-summary-write-current-folder-functions):
7734         Change default value.  Use it.
7735
7736 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * Version number is increased to 2.5.0.
7739
7740         * wl-version.el (wl-version): Changed codename.
7741
7742 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7743
7744         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7745         (wl-summary-supersedes-message): Ditto.
7746
7747 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7748
7749         * wl-refile.el (wl-refile-guess-functions): Renamed from
7750         `wl-refile-guess-func-list'.
7751
7752 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7755         Fixed problem when no rule was matched.
7756
7757 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7758
7759         * wl-summary.el (wl-summary-get-mark): Fixed
7760         `wl-summary-buffer-target-mark' check logic.
7761
7762 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7763
7764         * wl-folder.el (wl-folder-write-current-folder): Added group
7765         folder check.
7766
7767         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7768         `wl-summary-write-current-newsgroup'.
7769         (wl-summary-write-current-folder-functions): New variable.
7770         * wl-folder.el (wl-folder-get-newsgroups): New function.
7771         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7772         (wl-folder-write-current-folder): Renamed from
7773         `wl-folder-write-current-newsgroup'.
7774
7775 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7776
7777         * Version number is increased to 2.3.93.
7778
7779 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7782         (wl-ldap-make-matched-value-list): Ditto.
7783         (wl-ldap-alias-safe-string): Split e-mail address.
7784
7785         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7786         petname folder default was selected.
7787         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7788         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7789
7790 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7793         to `wl-draft-config-exec'.
7794
7795         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7796         instead of calling `wl-draft-config-exec';
7797         Process group-list and show recipients in minibuffer.
7798
7799         * tm-wl.el (wl-draft-preview-message): Ditto.
7800
7801 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7802
7803         * wl.el (toplevel): Added (C) to copyright notice, and
7804         sync Author header.
7805         * tm-wl.el (toplevel): Ditto.
7806         * wl-address.el (toplevel): Ditto.
7807         * wl-demo.el (toplevel): Ditto.
7808         * wl-dnd.el (toplevel): Ditto.
7809         * wl-draft.el (toplevel): Ditto.
7810         * wl-e21.el (toplevel): Ditto.
7811         * wl-expire.el (toplevel): Ditto.
7812         * wl-folder.el (toplevel): Ditto.
7813         * wl-highlight.el (toplevel): Ditto.
7814         * wl-message.el (toplevel): Ditto.
7815         * wl-mime.el (toplevel): Ditto.
7816         * wl-mule.el (toplevel): Ditto.
7817         * wl-nemacs.el (toplevel): Ditto.
7818         * wl-refile.el (toplevel): Ditto.
7819         * wl-score.el (toplevel): Ditto.
7820         * wl-summary.el (toplevel): Ditto.
7821         * wl-template.el (toplevel): Ditto.
7822         * wl-thread.el (toplevel): Ditto.
7823         * wl-util.el (toplevel): Ditto.
7824         * wl-vars.el (toplevel): Ditto.
7825         * wl-xmas.el (toplevel): Ditto.
7826
7827 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7828
7829         * wl.el (wl-init): Added comment about `wl-init-hook'.
7830         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7831         * wl-vars.el (wl-init-hook): Added docs.
7832         (wl-make-plugged-hook): Removed useless docs.
7833         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7834         * wl-xmas.el (toplevel): Ditto.
7835
7836 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-address.el (toplevel): Fixed multiple Author header format.
7839         * wl-demo.el (toplevel): Ditto.
7840         * wl-draft.el (toplevel): Ditto.
7841         * wl-folder.el (toplevel): Ditto.
7842         * wl-summary.el (toplevel): Ditto.
7843         * wl-thread.el (toplevel): Ditto.
7844         * wl-util.el (toplevel): Ditto.
7845         * wl-vars.el (toplevel): Ditto.
7846         * wl-version.el (toplevel): Ditto.
7847         * wl-xmas.el (toplevel): Ditto.
7848         * wl.el (toplevel): Ditto.
7849
7850         * wl-version.el (toplevel): Added require `elmo-version' for
7851         `product-version-as-string'.
7852
7853 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-vars.el (wl-draft-send-hook): Changed default value to
7856         '(wl-draft-config-exec).
7857
7858         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7859         explicitly.
7860         (wl-draft): Set `wl-draft-config-exec-flag' before running
7861         `wl-mail-setup-hook'.
7862
7863         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7864         `wl-biff-init-icons' to `wl-init-hook' instead of
7865         `wl-make-plugged-hook'.
7866         (Because if `wl-draft' command is invoked at first,
7867         they are not initialized)
7868         Updated copyright notice.
7869
7870         * wl-e21.el (toplevel): Ditto;
7871
7872         * wl-demo.el (toplevel): Updated copyright notice.
7873         * wl-address.el (toplevel): Ditto.
7874         * wl-draft.el (toplevel): Ditto.
7875         * wl-version.el (toplevel): Ditto.
7876         * wl-folder.el (toplevel): Ditto.
7877         * wl-summary.el (toplevel): Ditto.
7878         * wl-thread.el (toplevel): Ditto.
7879         * wl-util.el (toplevel): Ditto.
7880         * wl-vars.el (toplevel): Ditto.
7881         * wl.el (toplevel): Ditto.
7882
7883 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-highlight.el (wl-highlight-message): Fixed problem of
7886         highlighting failure which occured when the last field contains
7887         multiple lines in the draft buffer.
7888
7889         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7890         `wl-biff-start' if plugged.
7891
7892         * wl-util.el (wl-biff-check-folder): New function.
7893         (wl-biff-check-folders): Don't set session name prefix.
7894         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7895         (wl-biff-check-folder-async): Ditto.
7896
7897         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7898         in email address.
7899
7900 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7901
7902         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7903
7904         * wl-draft.el (wl-draft-strip-subject-re): New function.
7905
7906         * wl-draft.el (wl-draft-reply): Use it.
7907
7908 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-message.el (wl-mmelmo-message-redisplay): Use
7911         `mime-display-message' instead of `wl-mime-display-message'.
7912
7913         * wl-mime.el (toplevel): Removed compatibility workaround
7914         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7915         (wl-mime-display-message): Abolished.
7916         (wl-mime-entity-read-field): Ditto.
7917         (wl-mime-combine-message/partial-pieces): Use
7918         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7919
7920 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7921
7922         * wl-template.el: Doc fixes.
7923
7924 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7925
7926         * wl-e21.el (wl-message-overload-functions): Do nothing if
7927         `current-local-map' is not available.
7928         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7929
7930 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7931
7932         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7933         representation.
7934
7935         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7936         number.
7937         (wl-fldmgr-save-folders): Don't use `format' when insert
7938         `wl-fldmgr-folders-header'.
7939
7940 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7941
7942         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7943
7944 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7945
7946         * wl-highlight.el (wl-highlight-message):
7947         Use `std11-field-end' to detect end point of the header field.
7948         Refer `wl-highlight-max-header-size'.
7949
7950         * wl-vars.el (wl-highlight-max-header-size): New variable.
7951
7952         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7953
7954         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7955         Set `for-draft' argument of wl-highlight-headers.
7956         (wl-draft): Ditto.
7957         (wl-draft-reedit): Ditto.
7958         (wl-user-agent-compose-internal): Ditto.
7959
7960 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7961
7962         * wl-message.el (wl-message-add-button): Use overlay.
7963
7964 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7967
7968         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7969         problem when group-list content is nothing.
7970         (Reported by Mito <mit@nines.nec.co.jp>)
7971
7972 2000-10-18  SAITO Atsunori <sai@yedo.com>
7973
7974         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7975
7976 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7977
7978         * tm-wl.el (toplevel): Use product-provide.
7979
7980 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * Version number is increased to 2.3.92.
7983
7984 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7985
7986         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7987         title text, use `display' property for left margin under Emacs 21.
7988
7989         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7990         properties.
7991         (wl-plugged-init-icons): Ditto.
7992
7993 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl.el (wl-save-status, wl-init): Remove last period in
7996         "...done." message.
7997         * tm-wl.el (wl-summary-burst): Ditto.
7998         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7999         wl-summary-resume-cache-status,
8000         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8001         wl-summary-sync-update3, wl-summary-highlight-msgs,
8002         wl-summary-flush-pending-append-operations,
8003         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8004         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8005         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8006         wl-thread-open-all): Ditto.
8007         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8008         * wl-mime.el (wl-summary-burst): Ditto.
8009         * wl-highlight.el (wl-highlight-summary): Ditto.
8010         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8011         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8012         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8013         * wl-address.el (wl-local-address-init): Ditto.
8014
8015 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8016
8017         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8018         `add-text-properties'.
8019         (wl-plugged-init-icons): Ditto.
8020         (wl-folder-init-icons): Use `propertize' instead of
8021         `put-text-property'.
8022         (wl-plugged-set-folder-icon): Ditto.
8023         (wl-e21-highlight-folder-group-line): Ditto.
8024
8025 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-version.el (wl-version-status-alist): New variable.
8028         (wl-version-status): New function.
8029
8030         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8031         "Cc" part of the case "Reply-To".
8032
8033         * wl-draft.el (wl-draft-reply): Use result of
8034         `eword-extract-address-components'.
8035
8036         * wl-demo.el (wl-demo-icon-name): New constant.
8037         (wl-logo-xpm): Use it.
8038         (wl-logo-xbm): Ditto.
8039         (wl-logo-bitmap): Ditto.
8040
8041         * Version number is increased to 2.3.91.
8042
8043 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8044
8045         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8046         (wl-extended-emacs-version, wl-extended-emacs-version2,
8047         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8048         docstring.
8049
8050         * wl-version.el (wl-generate-user-agent-string-1): New function.
8051         (wl-generate-user-agent-string): Use it.
8052
8053         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8054         `mime-edit-insert-user-agent-field'.
8055         (wl-generate-user-agent-string): Check
8056         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8057
8058         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8059         instead of `if', when verbose case.
8060
8061 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8062
8063         * wl-expire.el (wl-summary-expire): Fix.
8064
8065 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8066
8067         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8068         and `elmo-lost+found-folder' if 'wl-draft.
8069         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8070
8071 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * wl-expire.el (wl-summary-expire): Change messages.
8074         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8075         `deleing-info' instead of "Deleting..."
8076
8077 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8078
8079         * wl-summary.el (wl-summary-refile-subr): Fix.
8080
8081 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8084         if pipe folder.
8085
8086 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8089
8090 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-expire.el (wl-expire-hide): New function.
8093         (wl-summary-expire): Add `hide'.
8094
8095 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-vars.el (wl-draft-reply-without-argument-list):
8098         Changed default value to consider `Reply-To:'.
8099         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8100
8101         * Version number is increased to 2.3.90.
8102
8103         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8104         elmo-imap4-get-session with unwind-protect.
8105         Don't cause error.
8106         (wl-summary-sync-marks): Don't check plugged nor folder type.
8107         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8108         (Always keep current buffer).
8109
8110 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8111
8112         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8113         Enclose with `save-excursion'.
8114
8115 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8116
8117         * wl-version.el (wl-version): Remove interactive.
8118
8119 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * wl-version.el (wl-generate-user-agent-string): Use
8122         `product-string-verbose' instead of `product-string-1'.
8123
8124 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8125
8126         * wl-vars.el (wl-draft-use-cache): New variable.
8127         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8128         if wl-draft-use-cache is non-nil.
8129
8130 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8131
8132         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8133         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8134
8135 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8138         (wl-thread-msg-mark-as-unread): Ditto.
8139
8140         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8141         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8142         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8143         Don't set mark in summary if return value of `elmo-mark-as-read'
8144         is nil.
8145         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8146         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8147         instead of `wl-thread-msg-mark-as-read'.
8148         (wl-summary-mark-as-unread-region): Ditto.
8149         (wl-summary-target-mark-mark-as-read): Ditto.
8150
8151         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8152
8153 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8156
8157         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8158
8159 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8162         face.
8163
8164 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8165
8166         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8167         `running-xemacs'.
8168
8169 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8170
8171         * wl-version.el (toplevel): Use `product-version-as-string' for
8172         set verstion-string, if defined.
8173
8174         * wl-version.el (wl-version-show): Insert string at point, when
8175         call with argument.
8176
8177         * wl-version.el (wl-generate-user-agent-string): Use
8178         `product-string-1' instead of `wl-appname', `wl-version' and
8179         `wl-codename'.
8180
8181 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8182
8183         * wl-address.el (toplevel): Use product-provide.
8184         * wl-demo.el (toplevel): Ditto.
8185         * wl-dnd.el (toplevel): Ditto.
8186         * wl-draft.el (toplevel): Ditto.
8187         * wl-e21.el (toplevel): Ditto.
8188         * wl-expire.el (toplevel): Ditto.
8189         * wl-fldmgr.el (toplevel): Ditto.
8190         * wl-folder.el (toplevel): Ditto.
8191         * wl-highlight.el (toplevel): Ditto.
8192         * wl-message.el (toplevel): Ditto.
8193         * wl-mime.el (toplevel): Ditto.
8194         * wl-mule.el (toplevel): Ditto.
8195         * wl-nemacs.el (toplevel): Ditto.
8196         * wl-refile.el (toplevel): Ditto.
8197         * wl-score.el (toplevel): Ditto.
8198         * wl-summary.el (toplevel): Ditto.
8199         * wl-template.el (toplevel): Ditto.
8200         * wl-thread.el (toplevel): Ditto.
8201         * wl-util.el (toplevel): Ditto.
8202         * wl-vars.el (toplevel): Ditto.
8203         * wl-xmas.el (toplevel): Ditto.
8204         * wl.el (toplevel): Ditto.
8205
8206 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8207
8208         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8209         instead of product.
8210
8211         * wl-version.el (wl-version): Compile time evalution elmo-version.
8212
8213 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-summary.el (wl-summary-sync-force-update): Append queue
8216         `mark-as-read'if unplugged.
8217
8218 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8219
8220         * wl-version.el: New file.  Use product.el.
8221         * wl.el: add (require 'wl-version).
8222         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8223         for ~/.folders header.
8224         (wl-fldmgr-folders-header): Changed.
8225         * wl-demo.el (wl-demo): Use product.el.
8226
8227         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8228         wl-version.el.
8229         * wl-util.el (wl-version, wl-version-show): Ditto.
8230
8231         * wl-util.el (wl-generate-user-agent-string,
8232         wl-extended-emacs-version, wl-extended-emacs-version2,
8233         wl-extended-emacs-version3): Move to wl-version.el.
8234         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8235         xemacs-codename, mime-edit-insert-user-agent-field,
8236         mime-edit-user-agent-value, mime-editor/version,
8237         mime-editor/codename): Compile warning killer move to
8238         wl-version.el
8239
8240 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8241
8242         * wl-summary.el (wl-summary-refile-subr): Fix.
8243
8244 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8247         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8248
8249 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8250
8251         * wl.el (wl-check-environment): Check too many `@'.
8252
8253 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8254
8255         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8256
8257 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8260         wl-draft-reply-myself-without-argument-list): Add variables.
8261         * wl-draft.el (wl-draft-reply): Use it.
8262
8263 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8264
8265         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8266         the 5th argument of `elmo-network-get-spec'.
8267
8268         * wl-thread.el (wl-thread-reparent-children): New inline function.
8269         (wl-thread-delete-message): Use it.
8270
8271         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8272         (wl-summary-score-update-all-lines): Don't use `dolist'.
8273
8274 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8275
8276         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8277         (require 'elmo-msgdb) for inline function.
8278
8279 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8280
8281         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8282
8283 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8284
8285         * wl-score.el (wl-score-headers): Fix for the confusing macro
8286         `elmo-kill-buffer'.
8287
8288 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8289
8290         * wl-summary.el: Don't use the 3rd argument of `require' because
8291         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8292         * wl-util.el: Ditto.
8293         * wl-draft.el: Ditto.
8294
8295 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8296
8297         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8298         window system is not used.
8299
8300 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8301
8302         * wl-thread.el: Don't use `mapcar' only for iteration.
8303         (wl-thread-resume-entity): Ditto.
8304         (wl-thread-delete-message): Ditto.
8305
8306         * wl-summary.el: Bind `dragdrop-drop-functions',
8307         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8308         of `require' for `timezone', `easymenu' and `ps-print';
8309         don't use `mapcar' only for iteration.
8310
8311         * wl-util.el: Bind `mule-version', `nemacs-version',
8312         `emacs-beta-version', `xemacs-codename',
8313         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8314         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8315         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8316         only for iteration.
8317
8318         * wl-score.el: Don't use `mapcar' only for iteration.
8319         (wl-score-simplify-buffer-fuzzy): Ditto.
8320         (wl-score-simplify-subject): Ditto.
8321         (wl-score-headers): Ditto.
8322         (wl-summary-score-update-all-lines): Ditto.
8323
8324         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8325         `enable-multibyte-characters' and `mule-version'.
8326
8327         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8328         `mapcar' only for iteration.
8329
8330         * wl-demo.el: Don't use `mapcar' only for iteration.
8331
8332         * wl-folder.el: Don't use `mapcar' only for iteration.
8333         (wl-folder-open-all): Ditto.
8334         (wl-folder-count-incorporates): Ditto.
8335
8336         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8337         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8338
8339         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8340         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8341         `smtp-connection-type'; specify 3rd argument of `require' for
8342         `timezone'; don't use `mapcar' only for iteration.
8343         (wl-draft-clone-local-variables): Don't use `mapcar'.
8344         (wl-draft-generate-clone-buffer): Ditto.
8345         (wl-user-agent-compose-internal): Ditto.
8346
8347         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8348
8349         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8350         (wl-save-status): Ditto.
8351
8352         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8353         for iteration.
8354
8355 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8358         removed `Date'.
8359         (wl-fldmgr-make-filter-default): New user option.
8360
8361         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8362         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8363         (wl-fldmgr-filter-completion-alist): Abolish.
8364
8365         * wl.el (wl): Don't check servers if arg is non-nil.
8366
8367         * wl-draft.el (wl-draft-reply): Set only message-id string to
8368         In-Reply-To field.
8369
8370 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-summary.el (wl-summary-pick): Rewrite.
8373
8374         * wl-draft.el (wl-draft-forward): Get references field from
8375         original buffer.
8376         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8377
8378 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8379
8380         * wl-draft.el (wl-draft-forward): Add references field.
8381
8382 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8385         (wl-draft-reply): Use it.
8386
8387 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8390         when Emacs 21 is running.
8391
8392         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8393         bindings.
8394
8395 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8396
8397         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8398         XPM icons transparent.
8399
8400         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8401         Emacs 21.
8402
8403 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8404
8405         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8406         nil.
8407
8408         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8409         when it is persistent.
8410         (wl-summary-sync-marks): Changed argument for
8411         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8412         (wl-summary-virtual): Use `elmo-read-search-condition'.
8413         (wl-summary-redisplay-internal): If folder is local, mark as read
8414         even when folder is plugged.
8415
8416 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8419         of `tool-bar-lines' in the frame parameters.
8420         (after-make-frame-functions, post-command-hook): Don't modify the
8421         value.
8422         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8423         wl-e21-tool-bar-lines): Removed.
8424
8425 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8426
8427         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8428         properties `evaporate' and `wl-momentary-overlay' as well.
8429         (wl-highlight-summary-displaying): Ditto.
8430         (wl-delete-all-overlays): Don't delete overlay which does not have
8431         a property `wl-momentary-overlay'.
8432
8433         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8434         `display-mouse-p' and `display-graphic-p'.
8435         (wl-folder-init-icons): Don't search for XBM or the other files.
8436         (wl-plugged-set-folder-icon): Make icons if and only if
8437         `display-graphic-p' returns non-nil.
8438         (wl-highlight-plugged-current-line): Use `before-string' overlay
8439         property to show icon images.
8440         (wl-highlight-folder-current-line): Ditto.
8441         (wl-e21-highlight-folder-group-line): Ditto.
8442         (wl-e21-highlight-folder-by-numbers): Ditto.
8443         (wl-e21-insert-image): Removed.
8444         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8445         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8446         said.
8447         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8448         `wl-e21-force-switch-toolbar'.
8449         (wl-e21-make-icon-image): Removed.
8450         (wl-e21-setup-toolbar): Don't search for XBM files.
8451         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8452         the default value.
8453
8454 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-util.el (wl-biff-check-folder-async): Set
8457         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8458
8459 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8460
8461         * wl-e21.el (after-make-frame-functions): Add
8462         `wl-e21-force-switch-toolbar'.
8463         (wl-e21-force-switch-toolbar): New function force to switch the
8464         toolbar appearance automatically.
8465         (post-command-hook): Add `wl-e21-switch-toolbar'.
8466         (wl-e21-switch-toolbar): New function to switch the toolbar
8467         appearance automatically.
8468         (wl-e21-tool-bar-lines): New buffer local variable.
8469
8470 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-util.el (wl-biff-check-folders-running): New variable.
8473         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8474         (wl-biff-check-folder-async-callback):
8475         Set `wl-biff-check-folders-running'.
8476         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8477         with unwind-protect.
8478
8479         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8480         Enclose `wl-folder-auto-check' with unwind-protect.
8481
8482         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8483         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8484
8485         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8486
8487         * wl-util.el (wl-biff-notify): New inline function.
8488         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8489         locally.
8490         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8491         folder-list' is 1.
8492         Use `wl-biff-notify'.
8493         (wl-biff-check-folder-async-callback): New function.
8494         (wl-biff-check-folder-async): Ditto.
8495
8496         * wl-folder.el (wl-folder): Don't check folders.
8497         (wl-folder-auto-check): New function.
8498
8499 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8500
8501         * wl-util.el (wl-biff-start) [Emacs19+]:
8502         Use `timer-next-integral-multiple-of-time'.
8503         (wl-biff-check-folders): Use `wl-default-folder'
8504         if `wl-biff-check-folder-list' is nil.
8505
8506 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8507
8508         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8509         instead of `elmo-delete-lists'.
8510
8511 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl.el (wl-plugged-toggle-all): Set the value of
8514         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8515         (wl-plugged-toggle): Ditto.
8516         (wl-toggle-plugged): Ditto.
8517         (wl-plugged-init): Ditto.
8518
8519         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8520         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8521         instead of `wl-biff-state-indicator-off' and
8522         `wl-biff-state-indicator-on'; don't modify the value and the type
8523         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8524         (wl-plugged-init-icons): Set icons data to
8525         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8526         instead of `wl-plug-state-indicator-off' and
8527         `wl-plug-state-indicator-on'; don't modify the value and the type
8528         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8529
8530         * wl-vars.el (wl-modeline-biff-state-off,
8531         wl-modeline-biff-state-on, wl-modeline-biff-status,
8532         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8533         wl-modeline-plug-status): New internal variables.
8534         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8535         wl-biff-check-interval, wl-biff-check-folder-list): Change
8536         customization group from `wl-folder' to `wl-highlight'.
8537         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8538         wl-show-plug-status-on-modeline): Defcustomized.
8539
8540         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8541         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8542         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8543         a flag to `mode-line-buffer-identification'.
8544
8545         * wl-e21.el (wl-biff-init-icons): Set icons data to
8546         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8547         instead of `wl-biff-state-indicator-off' and
8548         `wl-biff-state-indicator-on'.
8549         (wl-plugged-init-icons): Set icons data to
8550         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8551         instead of `wl-plug-state-indicator-off' and
8552         `wl-plug-state-indicator-on'.
8553
8554 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8555
8556         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8557         excessive titles.
8558
8559 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8560
8561         * wl.el (wl-plugged-mode): Use revised
8562         `wl-mode-line-buffer-identification'.
8563         (wl-plugged-init): Don't use `force-mode-line-update'.
8564
8565         * wl-xmas.el (wl-draft-overload-functions): Use revised
8566         `wl-mode-line-buffer-identification'.
8567         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8568         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8569         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8570         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8571         `wl-make-plugged-hook';
8572         add `wl-folder-init-icons' and `wl-setup-folder' to
8573         `wl-folder-mode-hook'.
8574
8575         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8576         19 as well.
8577         (wl-mode-line-display-priority-list): New user option.
8578         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8579         Defcustomized.
8580         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8581         Add docs.
8582
8583         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8584         start.
8585         (wl-mode-line-buffer-identification): Revised as a function.
8586
8587         * wl-summary.el (wl-summary-mode): Use revised
8588         `wl-mode-line-buffer-identification'; don't call
8589         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8590         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8591         `wl-xmas-setup-summary'.
8592
8593         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8594         `wl-mode-line-buffer-identification'.
8595
8596         * wl-mule.el (wl-draft-overload-functions): Use revised
8597         `wl-mode-line-buffer-identification'.
8598
8599         * wl-folder.el (wl-make-plugged-alist): Don't call
8600         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8601         (wl-folder): Don't call `wl-folder-init-icons' directly.
8602         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8603         `wl-xmas-setup-folder' directly;
8604         use revised `wl-mode-line-buffer-identification'.
8605         (TopLevel): Don't bind `wl-biff-init-icons',
8606         `wl-plugged-init-icons', `wl-folder-init-icons',
8607         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8608
8609         * wl-e21.el (wl-draft-overload-functions): Use revised
8610         `wl-mode-line-buffer-identification'.
8611         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8612         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8613         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8614         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8615         `wl-make-plugged-hook';
8616         add `wl-folder-init-icons' and `wl-setup-folder' to
8617         `wl-folder-mode-hook'.
8618
8619 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8620             Katsumi Yamaoka    <yamaoka@jpl.org>
8621
8622         * wl.el (wl): Call `wl-biff-start'.
8623         (wl-exit): Call `wl-biff-stop'.
8624         (wl-plugged-mode): Show biff in modeline.
8625         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8626
8627         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8628         (wl-biff-init-icons): New function.
8629         (wl-plugged-init-icons): Don't make too much keymaps.
8630         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8631
8632         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8633         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8634         variables.
8635         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8636         options.
8637
8638         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8639         wl-biff-start, wl-biff-stop): New functions.
8640         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8641         (wl-biff-timer-name): New variable.
8642
8643         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8644
8645         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8646         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8647
8648         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8649         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8650
8651         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8652         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8653         `wl-folder-init-icons' to `ignore' if they are not available.
8654         (wl-folder-mode): Show biff in modeline.
8655
8656         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8657         (wl-biff-init-icons): New function.
8658         (wl-plugged-init-icons): Don't make too much keymaps.
8659         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8660
8661 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8662
8663         * wl-vars.el (wl-strict-diff-folders): Customization Type
8664         and doc fix.  Define as a list of regular expressions for
8665         folders or nil.
8666         * wl-folder.el (wl-folder-check-one-entity): Use
8667         `wl-string-match-member' instead of `wl-string-member' for
8668         `wl-strict-diff-folders'.
8669
8670 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8671
8672         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8673         (wl-highlight-folder-current-line): Use it; new implementation.
8674         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8675         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8676         `defsubst' instead of `defun'.
8677
8678         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8679         `wl-highlight-group-folder-by-numbers'; made it can also be a
8680         number.  See info for more details.
8681
8682         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8683         running.
8684
8685         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8686         to bind them.
8687
8688         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8689         (wl-highlight-folder-current-line): New implementation.
8690
8691         * wl-highlight.el (wl-highlight-folder-group-line): New
8692         implementation.
8693         (wl-delete-all-overlays): Rewrite as a marco.
8694         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8695
8696         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8697         running.
8698         (wl-folder-*-glyph): No need to bind them.
8699
8700         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8701         `wl-e21-highlight-folder-group-icon'; rewrite.
8702         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8703         `defsubst' instead of `defun'.
8704         (wl-folder-mode-map): Bind it when compiling.
8705
8706 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8709
8710         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8711
8712 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8715
8716 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8717
8718         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8719         (wl-highlight-folder-current-line): Use it.
8720
8721         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8722         in `id-name'.
8723
8724 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8725
8726         * wl.el: Require `wl-e21' when Emacs 21 is running.
8727
8728         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8729         default when Emacs 21 is running.
8730         (wl-use-highlight-mouse-line): Ditto.
8731         (wl-on-emacs21): New constant.
8732         (wl-on-emacs20): Removed.
8733
8734         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8735         Emacs 21 is running.
8736
8737         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8738         Emacs 21 is running.
8739
8740         * wl-e21.el: New file.
8741
8742 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8743
8744         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8745         (wl-toggle-plugged): Ditto.
8746         (wl-plugged-toggle): Ditto.
8747         (wl-plugged-toggle-all): Ditto.
8748
8749         * wl-vars.el (wl-plug-state-indicator): Refer
8750         `wl-plug-state-indicator-on' indirectly.
8751
8752 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8755         Call `wl-folder-confirm-existence'.
8756
8757         * wl-folder.el (wl-folder-confirm-existence): Added optional
8758         argument `force'.
8759
8760 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8761
8762         * wl-summary.el (wl-summary-refile-subr): Assume
8763         `copy-or-refile' as symbol.
8764         (wl-summary-refile): Follow up above change.
8765         (wl-summary-copy): Ditto.  Doc fix.
8766
8767 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-summary.el (wl-summary-pick): Don't bind
8770         `elmo-search-mime-charset'.
8771
8772         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8773         default using old backquote style.
8774         (wl-search-mime-charset): Abolished.
8775
8776         * wl-highlight.el (wl-highlight-headers):
8777         Call `point' after `re-search-forward'(for Nemacs).
8778
8779         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8780         for elmo-imap4.el.
8781
8782 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8783
8784         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8785         `wl-message-ignored-field-list' instead of
8786         `mime-view-ignored-field-list'.
8787
8788         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8789         Add interactive spec.
8790         (wl-folder-goto-bottom-of-current-folder): Ditto.
8791         (wl-folder-mode-map): Bind them.
8792
8793         * wl-vars.el (wl-message-ignored-field-list): New variable.
8794         (wl-message-visible-field-list): New variable.
8795
8796         * wl-mime.el (wl-mime-header-presentation-method): New function.
8797         (wl-mime-setup): Set header-presentation-method.
8798
8799 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8800
8801         * wl-nemacs.el (wl-draft-overload-functions): Set
8802         `mode-line-buffer-identification' instead of using
8803         `wl-make-modeline'.
8804
8805         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8806         instead of using `wl-make-modeline'.
8807
8808         * wl-xmas.el (wl-plugged-init-icons): Set up
8809         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8810         (wl-make-modeline): Abolish.
8811         (wl-draft-overload-functions): Set
8812         `mode-line-buffer-identification' instead of using
8813         `wl-make-modeline'.
8814
8815         * wl-util.el (wl-make-modeline-subr): Abolish.
8816         (wl-mode-line-buffer-identification): New alias.
8817
8818         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8819         (wl-summary-make-modeline): Abolish.
8820         (wl-summary-buffer-set-folder): Set
8821         `wl-summary-buffer-folder-indicator'.
8822         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8823         of using `wl-make-modeline'.
8824         (wl-summary-switch-to-clone-buffer): Don't set
8825         `mode-line-buffer-identification'.
8826         (wl-summary-goto-folder-subr): Ditto.
8827
8828         * wl-mule.el (wl-draft-overload-functions): Set
8829         `mode-line-buffer-identification' instead of using
8830         `wl-make-modeline'.
8831
8832         * wl-folder.el (wl-folder-mode): Set
8833         `mode-line-buffer-identification' instead of using
8834         `wl-make-modeline'.
8835         (wl-folder): Don't set `mode-line-buffer-identification'.
8836
8837 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8838
8839         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8840         instead of `member' for `wl-refile-guess-func-list' look-ups.
8841         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8842
8843 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8844
8845         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8846         `wl-message-button-dispatcher'.
8847
8848         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8849
8850         * wl-message.el (wl-message-button-dispatcher): Use it.
8851
8852         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8853         "In-Reply-To".
8854
8855         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8856         Bind `case-fold-search' to t.
8857
8858 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8859
8860         * wl-xmas.el (wl-message-overload-functions): Initialize
8861         `wl-message-button-map'.
8862
8863         * wl-mule.el (wl-message-overload-functions): Initialize
8864         `wl-message-button-map'.
8865
8866         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8867
8868         * wl-message.el (wl-message-button-map): New keymap.
8869         (wl-message-add-button): New function.
8870         (wl-message-button-dispatcher): New function.
8871         (wl-message-button-refer-article): New function.
8872
8873         * wl-highlight.el
8874         (wl-highlight-message-add-buttons-to-header): New function.
8875         (wl-highlight-headers): Use it.
8876
8877 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8878
8879         * wl-summary.el (wl-summary-default-from): Use
8880         `wl-address-get-petname-1'.
8881         (wl-summary-simple-from): Ditto.
8882
8883         * wl-address.el (wl-address-get-petname-1): New inline function.
8884         (wl-address-get-petname): Use it.
8885
8886 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8887
8888         * wl-summary.el (wl-summary-default-from): Return full-name part
8889         from the address if no petname was found.
8890         (wl-summary-simple-from): Ditto.
8891
8892         * wl-address.el (wl-address-get-petname): Return nil if no petname
8893         associated with the address was found.
8894
8895 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8896
8897         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8898         display is finished.
8899
8900 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8903         `elmo-folder-exists-p' argument.
8904
8905 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8906
8907         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8908         the folder.
8909
8910 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8913
8914         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8915         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8916
8917 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8918
8919         * wl-folder.el (wl-folder-create-subr): New function.
8920         (wl-folder-confirm-existence): Use it.
8921         (wl-folder-check-one-entity): Use it.
8922         Check the error symbol is derived from 'elmo-open-error.
8923
8924         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8925         `ignore-error'.
8926
8927 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-util.el (toplevel): Add (eval-when-compile (require
8930         'elmo-util)).  (Maybe `provide' is typo.)
8931
8932 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8935         (I don't know why this was needed.)
8936
8937         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8938         Follow up changes for stream-type.
8939
8940         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8941         (wl-draft-elmo-nntp-send): Ditto.
8942
8943         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8944         (wl-nntp-posting-stream-type): Ditto.
8945         (wl-pop-before-smtp-ssl): Abolished.
8946         (wl-nntp-posting-ssl): Ditto.
8947
8948         * wl-address.el (wl-address-quote-specials): New function.
8949         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8950
8951         * wl-draft.el (wl-draft-reply): Ditto.
8952
8953 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8954
8955         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8956         use function `wl-string-match-assoc'.
8957
8958 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8961
8962         * wl-draft.el (wl-draft-deduce-address-list): New function.
8963         (wl-draft-parse-mailbox-list): Ditto.
8964         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8965         instead of `smtp-deduce-address-list'.
8966         (wl-draft-on-field-p): Follow group list.
8967
8968         * wl-address.el (wl-address-concat-token): New function.
8969         (wl-address-string-without-group-list-contents): Ditto.
8970         (wl-complete-field-body): Fixed problem of completion
8971         by japanese petname.
8972         (wl-address-make-completion-list): Rewrite.
8973
8974 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8975
8976         * wl-address.el (wl-address-make-completion-list): Completion by
8977         petname.
8978         (wl-complete-field-body): Likewise.
8979
8980 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8983         contains invalid address syntax.
8984
8985 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8986
8987         * wl-folder.el (wl-folder-check-entity-async): Use
8988         `elmo-nntp-spec-hostname'.
8989
8990 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8991
8992         * wl-summary.el (wl-summary-msgdb-load-async): Use
8993         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8994
8995 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-draft.el (wl-draft-reply): Set argument
8998         `content-transfer-encoding' as nil.
8999
9000 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9001
9002         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9003         `wl-refile-alist'.
9004
9005 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9006
9007         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9008         (wl-draft-edit-string): Ditto.
9009         (wl-draft-forward): Ditto.
9010         * wl-summary.el (wl-summary-write): Ditto.
9011
9012 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9013
9014         * wl-summary.el (wl-summary-sync-update3): Call
9015         `wl-summary-buffer-number-column-detect'.
9016         (wl-summary-buffer-number-column-detect): Search from point-min.
9017
9018 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9021         contains an address which is not included in original to or cc.
9022
9023 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9024
9025         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9026         begin-line does not exist.
9027         * wl-message.el (wl-message-uu-substring): Ditto.
9028
9029 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9032         clear local variables.
9033         (wl-summary-exit): Call `elmo-commit'.
9034         (wl-summary-switch-to-clone-buffer): Call
9035         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9036         (wl-summary-goto-folder-subr): Ditto.
9037
9038         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9039         POP folder.
9040
9041 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9044         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9045         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9046         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9047         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9048         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9049
9050         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9051
9052 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9053
9054         * wl-summary.el (wl-summary-search-by-subject):
9055         Search parent message from the latest one.
9056
9057 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9060         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9061
9062         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9063         New user option.
9064
9065         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9066         if elmo-nntp-use-killed-list is nil.
9067         Use `elmo-msgdb-append-to-killed-list'.
9068         (Append numbers confirmed as disappeared to the killed list.)
9069         (wl-summary-confirm-appends): Don't display negative number.
9070
9071 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9074
9075 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9076
9077         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9078         range is `all'.
9079         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9080         `elmo-list-bigger-diff'.
9081
9082 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-summary.el (wl-summary-buffer-exit-func):
9085         New buffer local variable.
9086         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9087
9088 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9089
9090         * wl-demo.el (wl-demo): Fix the last change.
9091
9092 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9093
9094         * wl-demo.el (wl-demo): Don't use `eval'.
9095
9096 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9097
9098         * wl-summary.el (wl-summary-buffer-thread-modified):
9099         New buffer-local variable.
9100         (wl-summary-set-thread-modified): New function.
9101         (wl-summary-thread-modified-p): New function.
9102         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9103         (wl-summary-yank-saved-message): Use function
9104         `wl-summary-set-thread-modified'
9105         (wl-summary-switch-to-clone-buffer): Add
9106         `wl-summary-buffer-thread-modified'.
9107
9108         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9109         (wl-summary-buffer-mark-saved-hook): Ditto.
9110         * wl-summary.el (wl-summary-msgdb-save): New hook
9111         `wl-summary-buffer-message-saved-hook' and
9112         `wl-summary-buffer-mark-saved-hook'.
9113
9114 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9117
9118 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9119
9120         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9121         don't hide scroll bars under FSF Emacsen because it may incur an
9122         undesirable redrawing.
9123
9124 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9125
9126         * wl-draft.el (wl-draft-edit-string): Call
9127         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9128
9129 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9130
9131         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9132
9133 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9134
9135         * wl-summary.el (wl-summary-msgdb-load-async): Call
9136         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9137
9138 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9139
9140         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9141         fringes in demo buffer; center bitmap logo correctly even if old
9142         Mule is used.
9143
9144 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9145
9146         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9147
9148         * wl-refile.el (wl-refile-subject-alist): New variable.
9149         (wl-refile-subject-alist-file-name): Ditto.
9150         (wl-refile-alist-setup): Rewrite.
9151         (wl-refile-alist-save): Use `elmo-object-save'.
9152         Eliminated arguments.
9153         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9154         (wl-refile-guess-by-subject): New function.
9155         (wl-refile-guess-func-list): Added it.
9156
9157 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9158
9159         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9160         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9161
9162 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9165         New buffer-local variable.
9166         (wl-summary-buffer-next-folder-func): Ditto.
9167         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9168         if non-nil.
9169         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9170         if non-nil.
9171         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9172         if non-nil.
9173         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9174         if non-nil.
9175
9176 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9177
9178         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9179         permanently in the demo buffer.
9180
9181 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9184         `mime-entity-fetch-field'.
9185
9186         * wl.el (wl-exit): Delete plugged buffer.
9187
9188         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9189         XEmacs has menubar feature.
9190
9191 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9192
9193         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9194         cannot arrive at the beginning of the buffer under old Emacsen.
9195
9196 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-address.el (wl-address-ldap-search):
9199         Call `ldap-search-entries' with `withdn' argument t.
9200         (wl-complete-field-body): Bind completion-ignore-case as t.
9201         Clear ldap search hash when it was sole completion.
9202         Use elmo-string for pattern string.
9203         (wl-ldap-alias-safe-string): Eliminated needless let.
9204
9205 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9206
9207         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9208         (wl-ldap-alias-sep): New constant.
9209         (wl-ldap-search-attribute-type-list): Ditto.
9210         (wl-ldap-get-value): New function.
9211         (wl-ldap-make-filter): Ditto.
9212         (wl-ldap-make-matched-value-list): Ditto.
9213         (wl-ldap-alias-safe-string): Ditto.
9214         (wl-ldap-register-dn-string): Ditto.
9215         (wl-address-ldap-search): Rewrite.
9216
9217 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9218
9219         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9220         thread is deleted.
9221         (wl-thread-delete-line-from-buffer): Ditto.
9222         (wl-thread-get-exist-children): New function.
9223
9224 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-demo.el (wl-demo): Made it to select various image types.
9227         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9228         from `wl-title-logo'.
9229         (wl-logo-ascii): New variable.
9230         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9231         (wl-demo-copyright-notice): New constant.
9232
9233         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9234
9235 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9236
9237         * wl-vars.el (wl-summary-target-above): Renamed from
9238         wl-summary-temp-above.
9239         * wl-score.el (wl-score-get-score-alist): Use it.
9240         (wl-summary-score-update-all-lines): Use it.
9241         * wl-summary.el: Ditto. (make-variable-buffer-local).
9242
9243 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-vars.el (wl-ldap-port): New user option.
9246
9247         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9248         Rewite whole implementation.
9249         (wl-complete-field-body): Fixed.
9250
9251 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9252
9253         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9254         Choose implementation at compile time.
9255
9256 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9257
9258         * wl-address.el (wl-ldap-search-internal): New function.
9259         (wl-complete-field-to): Use it.
9260
9261 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9262
9263         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9264         Use `let' instead of `let*'.
9265         Require 'wl-vars.
9266
9267         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9268         Define as defcustom.
9269         (wl-ldap-base): Ditto.
9270         (wl-use-ldap): Ditto.
9271
9272 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9273
9274         * wl-address.el (wl-ldap-search): New function.
9275         (wl-complete-field-body): Use `wl-ldap-search'.
9276         (wl-ldap-server): New variable.
9277         (wl-ldap-base): Ditto.
9278         (wl-use-ldap): Ditto.
9279
9280 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9281
9282         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9283         (Pointed out by Mito <mit@nines.nec.co.jp>).
9284         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9285         buffer-local variables like `wl-summary-redisplay-internal'.
9286         (wl-summary-redisplay-all-header): Likewise.  Update
9287         Summary view too.
9288
9289 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9290
9291         * wl-summary.el (wl-summary-jump-to-parent-message):
9292         Consider prefix argument.
9293
9294         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9295         when closed thread is deleted.
9296
9297 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9298
9299         * wl-summary.el (wl-summary-jump-to-parent-message):
9300         Consider thread modification.
9301
9302 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9303
9304         * wl-message.el (wl-message-normal-get-original-buffer): Use
9305         `save-excursion'.
9306
9307         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9308         (wl-summary-showto-folder-regexp): Ditto.
9309
9310 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9311
9312         * wl-util.el (wl-delete-alist): Doc fix.
9313         (wl-delete-associations): New function.
9314         (wl-inverse-alist): New function.
9315         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9316         Split temporary variables. Use `wl-delete-associations'
9317         and `wl-inverse-alist'.
9318         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9319
9320 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9321
9322         * wl-folder.el (wl-folder-prefetch-entity):
9323         Execute prefetching if new count is unknown.
9324
9325 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9326
9327         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9328
9329         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9330         delete entity.
9331         (wl-thread-set-parent): If insert as top, set linked as nil.
9332
9333         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9334         `wl-thread-cleanup-symbols' when view mode is thread.
9335
9336 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9337
9338         * wl-folder.el (wl-folder-create-folder-entity): Use
9339         with-current-buffer.
9340         (wl-local-folder-init): Call set-buffer to make sure we are in
9341         the Folder buffer. Don't touch buffer-local variables here.
9342         (wl-folder-mode): Initialize buffer-local variables here.
9343
9344         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9345         (wl-folder-entity-assign-id): Ditto.
9346         (wl-folder-create-entity-hashtb): Ditto.
9347         (wl-local-folder-init): Ditto.
9348         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9349
9350 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9351
9352         * wl-summary.el (wl-summary-default-from): Fix probrem when
9353         std11-extract-address-components return (nil "foo@bar").
9354
9355 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9356
9357         * wl-draft.el (wl-draft-clone-local-variables):
9358         Remove redundant `setq'.
9359
9360 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9363         Bind wl-highlight-x-face-func as nil while highlighting header.
9364
9365 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9366
9367         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9368
9369 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9370
9371         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9372         elmo-msgdb-overview-hashtb from copy-variables.
9373         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9374         instead of `elmo-msgdb-overview-get-entity-by-number'.
9375         (wl-summary-auto-refile): Ditto.
9376
9377         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9378         `elmo-msgdb-overview-get-entity' instead of
9379         `elmo-msgdb-search-overview-entity'.  Use
9380         `elmo-msgdb-overview-get-entity' instead of
9381         `elmo-msgdb-overview-get-entity-by-number'.
9382         (wl-thread-insert-entity-sub): Ditto.
9383         (wl-thread-insert-message): Ditto.
9384
9385         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9386         `elmo-msgdb-overview-get-entity'.
9387         (wl-normal-message-redisplay): Ditto.
9388
9389 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9390
9391         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9392         `wl-thread-entities'.
9393         (wl-thread-delete-message): Fix remove top message from
9394         `wl-thread-entity-list'.
9395
9396         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9397         wl-append(nconc), because update-list is broken on Meadow.
9398
9399         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9400         updating process.
9401         (wl-summary-rescan): Ditto.
9402         (wl-summary-sync-update3): Ditto.
9403         * wl-thread.el (wl-thread-set-parent): Renamed from
9404         `wl-summary-set-parent'.
9405         (wl-thread-insert-message): Updating buffer faster.
9406         (wl-thread-delete-message): Updating buffer faster.
9407
9408         * wl-score.el (wl-summary-score-update-all-lines): Changed
9409         interval for display progress gauge.
9410
9411 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9412
9413         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9414         folder always-sticky.
9415         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9416         defmacro.
9417
9418 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9419
9420         * wl-vars.el (wl-draft-add-references): New user option.
9421
9422         * wl-draft.el (wl-draft-add-references): New function.
9423         (wl-draft-yank-from-mail-reply-buffer): Use it.
9424         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9425         as nil.
9426
9427 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9428
9429         * wl-thread.el (wl-thread-update-line-msgs): Called
9430         `wl-thread-update-line-on-buffer-sub'.
9431         (wl-thread-update-line-on-buffer): Delete routine of inserting
9432         thread.
9433         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9434         moved from `wl-thread-update-line-on-buffer'.
9435         Add threshold for displaying progress gauge.
9436         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9437         argument of `wl-thread-update-line-msgs'.
9438         Add threshold for displaying progress gauge.
9439         * wl-folder.el:
9440         Add threshold for displaying progress gauge.
9441         * wl-score.el: Ditto.
9442
9443         * wl-expire.el (wl-summary-expire): Display deleting info.
9444
9445 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9448         `no-msg'.
9449         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9450         argument of `wl-thread-update-line-msgs'.
9451         (wl-summary-set-parent): Added optional argument `parent-number'.
9452         (wl-summary-buffer-saved-message): New buffer local variable.
9453         (wl-summary-save-current-message): New command.
9454         (wl-summary-yank-saved-message): Ditto.
9455         (wl-summary-mode-map): Added key binding for
9456         `wl-summary-save-current-message' (\ew) and
9457         `wl-summary-yank-saved-message' (\C-y).
9458         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9459
9460 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-summary.el (wl-summary-mode-map): Added key binding for
9463         `wl-summary-set-parent' (ts).
9464
9465 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9466
9467         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9468         subject faster. If thread number is reverse, delayed updating
9469         thread.
9470         (wl-summary-search-by-subject): Ditto.
9471         (wl-summary-put-alike): Ditto.
9472         (wl-summary-get-alike): Ditto.
9473         (wl-summary-insert-headers): Insert header of all overview in
9474         buffer.
9475         (wl-summary-rescan): Delayed updating thread. Kill search subject
9476         buffer for wl-summary-search-by-subject.
9477         (wl-summary-sync-update3): Ditto.
9478         (wl-summary-exit): Ditto.
9479         (wl-summary-goto-bottom-of-current-thread): Change for linked
9480         thread.
9481         (wl-summary-overview-create-summary-line): Change line for linked
9482         thread.
9483
9484         * wl-summary.el (wl-summary-update-thread): Use
9485         wl-thread-maybe-get-children-num.
9486         (wl-summary-set-parent): If change parent, move sub thread.
9487         (wl-summary-redisplay-internal): Add horizontal recenter.
9488         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9489
9490         * wl-thread.el (wl-thread-entity-get-linked): New function.
9491         (wl-thread-entity-set-linked): New function.
9492         (wl-thread-create-entity): Add linked element.
9493         (wl-thread-entity-insert-as-top): Use wl-append.
9494         (wl-thread-maybe-get-children-num): If closing thread, return
9495         children msgs.
9496         (wl-thread-update-line-msgs): Displaying progress message.
9497         (wl-thread-update-line-on-buffer-sub): Use
9498         wl-thread-maybe-get-children-num.
9499         (wl-thread-update-line-on-buffer): If update line is not exists,
9500         insert thread.
9501         (wl-thread-delete-message): If delete top msg of thread, search
9502         parent by subject.
9503         (wl-thread-insert-entity): Use
9504         wl-thread-maybe-get-children-num.
9505
9506         * wl-highlight.el (wl-highlight-summary-current-line): change
9507         sregexp for linked thread.
9508         * wl-util.el (wl-count-lines): Count lines.
9509         (wl-horizontal-recenter): horizontal recenter.
9510         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9511         (wl-score-get-alike): Ditto.
9512         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9513         (wl-subject-length-limit): New variable.
9514         (wl-highlight-thread-indent-string-regexp): Changed for linked
9515         thread.
9516
9517 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9518
9519         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9520         New variable (revival).
9521         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9522         by subject matching if there's no in-reply-to nor references field
9523         (revival).
9524
9525 \f
9526 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9529         message.
9530
9531 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9532
9533         * wl-summary.el (wl-summary-reply): Return t if there was a
9534         message at cursor point.
9535         Added unwind-protect.
9536         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9537         returns t.
9538         (wl-summary-cancel-message): Do nothing when there's no message at
9539         cursor point.
9540         (wl-summary-forward): Ditto.
9541         (wl-summary-jump-to-parent-message): Ditto.
9542         (wl-summary-reedit): Ditto.
9543         (wl-summary-edit-addresses): Ditto.
9544         (wl-summary-pipe-message): Ditto.
9545         (wl-summary-print-message-with-ps-print): Ditto.
9546         (wl-summary-print-message): Ditto.
9547         (wl-summary-mark-as-important): Ditto.
9548         (wl-summary-mark-as-unread): Ditto.
9549
9550         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9551         message at cursor point.
9552         (wl-summary-reply-with-citation): Remove unwind-protect.
9553
9554         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9555         subject searching feature.
9556         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9557         Eliminated.
9558
9559 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9562         New variable.
9563         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9564         by subject matching if there's no in-reply-to nor references field.
9565
9566         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9567
9568         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9569         when display is finished.
9570         (wl-folder-open-all): Ditto.
9571         (wl-folder-update-access-group): Ditto.
9572         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9573         * wl-thread.el (wl-thread-close-all): Ditto.
9574
9575         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9576         progress gauge only when it was displayed.
9577         * wl-folder.el (wl-folder-insert-entity): Ditto.
9578
9579 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9580
9581         * wl-summary.el (wl-summary-incorporate): Enclose
9582         `wl-summary-sync-force-update' with save-excursion.
9583
9584 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9585
9586         * wl-summary.el (wl-summary-prefetch-region):
9587         Pass current cursor point to `pos-visible-in-window-p' after
9588         moving cursor to the started point.
9589
9590 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9591
9592         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9593
9594         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9595         fields from the forwarding message.
9596         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9597         `ignored-fields'.
9598
9599 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9600
9601         * wl-mime.el (wl-message-request-partial):
9602         Eliminated argument `msgdb'.
9603         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9604         (wl-mime-combine-message/partial-pieces): Likewise.
9605         * tm-wl.el (wl-message-request-partial): Likewise.
9606         (wl-mime-combine-message/partial-pieces): Likewise.
9607
9608 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9609
9610         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9611         when display is finished.
9612
9613 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9614
9615         * wl-summary.el (wl-summary-goto-folder-subr):
9616         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9617
9618 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9619
9620         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9621         when cursor point is visible.
9622
9623 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9624
9625         * wl-expire.el (wl-expire-archive-get-max-number):
9626         Don't use `file-name-directory'.
9627
9628 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9629
9630         * wl-expire.el (wl-expire-archive-get-max-number):
9631         Use `file-name-directory'.
9632
9633 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9636         only when there is progress.
9637
9638 2000-04-13  Mito <mit@nines.nec.co.jp>
9639
9640         * wl-summary.el (wl-summary-sync-marks): Display progress.
9641
9642 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9645         (wl-summary-prev): Move cursor regardless of unread status.
9646         (wl-summary-next): Ditto.
9647
9648 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9651         Added argument `target' and `number'.
9652         * tm-wl.el (wl-summary-burst-subr): New function.
9653         (wl-summary-burst): Use it.
9654
9655 2000-04-10  Mito <mit@nines.nec.co.jp>
9656
9657         * wl-mime.el (wl-burst): New function.
9658         (wl-summary-burst): Use it.
9659
9660 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9661
9662         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9663         as petname when there's no candidate.
9664
9665 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9666
9667         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9668         New variable.
9669         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9670
9671         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9672
9673         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9674
9675 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9676
9677         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9678         Use substring of `original' instead of buffer-substring.
9679         (wl-refile-evaluate-rule):
9680         Set `original' argument of wl-refile-expand-newtext.
9681
9682         * wl-summary.el
9683         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9684         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9685         (wl-summary-auto-refile): Check existence of destination folder just
9686         before marking.
9687
9688 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9689
9690         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9691         when wl-refile-get-field-value return nil.
9692
9693 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9694
9695         * wl-refile.el
9696         (wl-refile-expand-newtext): New function imported from Gnus.
9697         (wl-refile-evaluate-rule): Use it.
9698
9699 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl-summary.el (wl-summary-print-destination):
9702         Duplicate folder string to avoid putting text-property on
9703         original string.
9704
9705         * wl-refile.el (wl-refile-get-field-value): New function.
9706         (wl-refile-evaluate-rule): New function;
9707         Evaluate refile rule recursively.
9708         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9709         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9710         New function; Check existence of a target folder recursively.
9711         (wl-summary-auto-refile-check-refile-rule-alist):
9712         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9713
9714 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9715
9716         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9717
9718         * wl-folder.el (wl-create-folder-entity-from-buffer):
9719         Fixed problem when '}' character is contained in folder name.
9720
9721         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9722
9723 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9724
9725         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9726         (wl-fldmgr-add-completion-all-completions):
9727         Use wl-fldmgr-add-completion-hashtb.
9728
9729 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9730
9731         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9732         wl-fldmgr-add-completion-subr): New functions.
9733         * wl-folder.el (wl-folder-completion-func): New variable.
9734         * wl-summary.el (wl-summary-read-folder):
9735         Use wl-folder-completion-func.
9736
9737         * wl-refile.el: Eliminate throw & catch.
9738
9739         * wl.el (wl-plugged-sending-queue-status): Fixed.
9740
9741 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9742
9743         * wl-draft.el (wl-draft): Put category property on
9744         mail-header-separator.