* wl-util.el (wl-set-save-drafts): Fix typo.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-util.el (wl-set-save-drafts): Fix typo.
4
5 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
8         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
9         wl-highlight-logo-face to set the bg color of an xbm image; fixed
10         the way to measure the width of a bitmap image; don't put face on
11         ascii and bitmap images; put the mark which should not use the
12         variable-pitch face on ascii and bitmap images.
13         (wl-demo-setup-properties): Don't use the variable-pitch face on
14         ascii and bitmap images; made it work on Emacs 20 and earlier.
15         (wl-demo-insert-text): End with a newline at the bottom; don't put
16         face on text.
17
18         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
19
20 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
23
24         * wl-util.el (wl-save-drafts): Moved from sample setting.
25         (wl-set-save-drafts): New function to set idle timer.
26         * wl-draft.el (wl-draft): Call it.
27         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
28
29 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
30
31         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
32         a summary which has toggle display status off.
33
34 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-draft.el (wl-draft-do-fcc): No cache save.
37
38 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-summary.el (elmo-event-handler-flag-changed): Use
41         `set-buffer' instead of `with-current-buffer'.
42
43 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-summary.el (wl-summary-after-resize-function): New function.
46         (wl-summary-mode): Add `wl-summary-after-resize-function' to
47         window-size-change-functions.
48
49 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-draft.el (wl-draft-create-buffer): Bind
52         `change-major-mode-hook' after current buffer is changed.
53
54         * wl-summary.el (wl-summary-buffer-detach): New function.
55         (wl-summary-buffer-set-folder): Call it.
56         (wl-summary-mode): Add `wl-summary-buffer-detach' to
57         change-major-mode-hook and kill-buffer-hook.
58         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
59         (wl-summary-switch-to-clone-buffer): Ditto.
60         (wl-summary-goto-folder-subr): Ditto.
61
62 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
65         after boundp check.
66
67 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
70         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
71         for `kill-buffer'.
72
73         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
74         handler of current buffer from elmo-folder.
75
76 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
79
80 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-summary.el (wl-summary-buffer-event-handler): New internal
83         variable.
84         (wl-summary-event-handler): New class.
85         (elmo-event-handler-flag-changed): Define to update persistent
86         mark.
87         (wl-summary-buffer-set-folder): Register event handler to
88         elmo-folder.
89         (wl-summary-exit): Unregister event handler.
90         (wl-summary-goto-folder-subr): Ditto.
91         (wl-summary-mark-as-read-all): Does not call
92         `wl-summary-update-persistent-mark' directly.
93         (wl-summary-mark-as-read-internal): Ditto.
94         (wl-summary-set-persistent-mark-internal): Ditto.
95         (wl-summary-set-flags-internal): Ditto.
96
97         * Version number is increased to 2.11.33.
98
99 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
102         to nil.
103
104 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-spam.el (wl-spam-setup): Add hook
107         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
108         instead of `wl-summary-prepare-hook'.
109
110         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
111         if folder type is `'flag'.
112         (wl-summary-mark-as-important): Ditto.
113
114 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-address.el (wl-address-minibuffer-history): New variable.
117         (wl-address-minibuffer-local-map): New keymap.
118         (wl-address-read-from-minibuffer): New function.
119
120         * wl-action.el (wl-summary-get-resend-address): Use
121         `wl-address-read-from-minibuffer' instead of `completing-read'.
122
123 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * Version number is increased to 2.11.32.
126
127 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
130         without mule to iso-8859-1.
131         (wl-draft-add-in-reply-to): Add note in description.
132         (wl-draft-add-references): Ditto.
133
134 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
135
136         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
137         definition for `m'.
138         (wl-summary-mode-line-format): Add '[%m]'.
139         (wl-message-mode-line-format-spec-alist): Ditto.
140         (wl-summary-display-mime-mode-list): New variable.
141
142         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
143         from wl-summary-buffer-display-as-is.
144         (wl-summary-buffer-display-all-header): New buffer local variable.
145         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
146         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
147         instead of wl-summary-buffer-display-as-is.
148         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
149         (wl-summary-set-persistent-mark): Ditto.
150         (wl-summary-set-message-buffer-or-redisplay): Just call
151         `wl-summary-redisplay-internal' without optional arguments.
152         (wl-summary-toggle-mime): Rewrite.
153         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
154         (wl-summary-toggle-all-header): New function.
155         (wl-summary-redisplay-internal): Treat mime mode.
156
157         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
158         to wl-mime-preview-follow-no-mime.
159         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
160         accodring to the display-mode.
161
162         * wl-message.el (wl-message-buffer-display-type): Rewrite.
163         (wl-message-buffer-display): Changed argument name from `as-is' to
164         `mode'.
165         (wl-message-display-internal): Ditto;
166         Bind elmo-mime-display-header-analysis according to the mode.
167         (wl-message-display-internal): Put wl-message-display-mime-mode
168         property on entire buffer.
169
170 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
171
172         * wl-draft.el (wl-draft-do-fcc): Undo last change.
173
174 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
175
176         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
177         Don't extract mail address.
178         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
179
180         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
181
182         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
183
184 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
187         wl-fldmgr-cut-entity-list on confirmation.
188
189 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
192         (wl-mime-quit-preview): Check existence of
193         mime-edit-temp-message-buffer here.
194
195 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
196
197         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
198         after deletion.
199
200         * wl-draft.el (wl-draft-send-confirm): Check major-mode
201         before calling wl-mime-quit-preview.
202
203 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-summary.el (wl-summary-pick): If call it with prefix
206         argument, set `delete-marks' as non-nil. Pick from only visible
207         messages.
208         (wl-summary-check-target-mark): New function.
209         (wl-summary-target-mark-mark-as-read): Use it.
210         (wl-summary-target-mark-mark-as-unread): Ditto.
211         (wl-summary-target-mark-operation): Ditto.
212         (wl-summary-target-mark-set-flags): Ditto.
213         (wl-summary-target-mark-save): Ditto.
214         (wl-summary-target-mark-pick): Ditto.
215         (wl-summary-target-mark-forward): Ditto.
216         (wl-summary-target-mark-reply-with-citation): Ditto.
217         (wl-summary-target-mark-print): Ditto.
218         (wl-summary-target-mark-uudecode): Ditto.
219
220         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
221         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
222         with `ask-coding' is non-nil.
223
224 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-thread.el (wl-thread-set-parent): If parent is a message
227         which is identified by references, set linked as nil.
228
229 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
230
231         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
232         (wl-message-mode-line-format-spec-alist): Ditto.
233         (wl-message-mode-line-format): Ditto.
234         (wl-summary-mode-line-format): Ditto for docstring.
235         (wl-summary-no-mime-folder-list): Fix typo.
236
237         * wl-util.el (wl-current-message-buffer): Call
238         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
239
240         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
241         variable.
242         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
243         of `wl-summary-redisplay-no-mime'.
244         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
245         (wl-summary-toggle-mime): New function.
246         (wl-summary-redisplay-all-header): Rewrite.
247         (wl-summary-redisplay-no-mime): Ditto.
248         (wl-summary-redisplay-internal): Added argument `as-is' and
249         `all-header'.
250
251         * wl-refile.el (wl-refile-default-from-folder-path-separator):
252         New variable.
253         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
254         bottom.
255         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
256         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
257         "/" unconditionally.
258
259         * wl-mime.el (wl-draft-yank-current-message-entity): Use
260         wl-mime-preview-follow-no-mime for as-is content.
261         (wl-mime-preview-follow-no-mime): New function.
262         (wl-mime-preview-follow-current-region): Fixed parenthesis.
263
264         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
265         and added `as-is', `all-header'.
266         (wl-message-buffer-display): Ditto.
267         (wl-message-buffer-display-type): New function.
268
269 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-vars.el (wl-message-header-button-alist): Change default
272         value.
273         (wl-message-body-button-alist): Ditto.
274
275 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
276
277         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
278
279 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
282
283 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-summary.el (wl-summary-sync-marks): Remove condition which
286         is always true.
287
288 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
291         on null entity.
292
293 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-vars.el (wl-draft-reply-default-position): Fix range.
296
297 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-vars.el (wl-summary-resend-hook): New hook.
300
301         * wl-action.el (wl-summary-exec-action-resend-subr): Run
302         `wl-summary-resend-hook'.
303
304 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
305
306         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
307         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
308         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
309         (wl-summary-new-cached-mark): Changed default value to 'n'.
310         (wl-summary-unread-cached-mark): Changed default value to 'u'.
311         (wl-summary-answered-cached-mark): Changed default value to 'a'.
312         (wl-folder-sync-range-alist): Remove spec for 'flag.
313         (wl-summary-force-prefetch-folder-list): New user option.
314
315         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
316         `wl-summary-toggle-persistent-mark'.
317         (wl-summary-update-mark-and-highlight-window): Don't highlight when
318         number is nil.
319         (wl-summary-mark-as-answered-region): Set interactive argument of
320         `wl-summary-set-persistent-mark-internal'.
321         (wl-summary-mark-as-important-region): Ditto.
322         (wl-summary-unset-persistent-mark): Ditto.
323         (wl-summary-set-persistent-mark): Ditto.
324         (wl-summary-mark-as-answered): Ditto.
325         (wl-summary-mark-as-important): Ditto.
326         (wl-summary-set-persistent-mark-internal): Do nothing
327         when `elmo-message-flag-available-p' is nil.
328         (wl-summary-toggle-persistent-mark): New function.
329         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
330         when the folder matches `wl-summary-force-prefetch-folder-list'.
331
332
333         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
334         when number is nil.
335         (wl-highlight-summary-forwarded-face): New face.
336
337 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
338
339         * Version number is increased to 2.11.31.
340
341 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
344         (wl-biff-check-folder-async): Ditto.
345         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
346
347 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
348
349         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
350         Add an argument `reverse'.  All callers are updated.
351         (wl-summary-sort): Add a prefix argument `reverse' to specify
352         reverse sorting.
353         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
354         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
355         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
356
357 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-message.el (wl-message-redisplay): Does not narrow header if
360         disply-type is all-header or as-is.
361
362         * wl-summary.el (wl-summary-enter-handler): Use
363         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
364
365 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
368         after adding wl-draft-parent-variables.
369         (wl-draft-forward): Ditto.
370
371 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-summary.el (wl-summary-sync-marks): Call
374         `wl-summary-set-persistent-mark' and
375         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
376         (wl-summary-set-persistent-mark-internal): Add 4th argument
377         `no-server'.
378         (wl-summary-unset-persistent-mark): Ditto.
379         (wl-summary-set-persistent-mark): Ditto.
380         (wl-summary-add-flags-internal): Abolish.
381         (wl-summary-remove-flags-internal): Ditto.
382         (wl-summary-mark-as-important-internal): Ditto.
383         (wl-summary-mark-as-important): Use
384         `wl-summary-set-persistent-mark' instead of
385         `wl-summary-add-flags-internal'.
386         (wl-summary-mark-as-important-region): Ditto.
387
388         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
389
390         * wl-summary.el (wl-summary-get-available-flags): New function.
391         (wl-summary-sync-marks): Use it and simplified.
392         (wl-summary-unset-persistent-mark): Use
393         `wl-summary-get-available-flags'.
394         (wl-summary-set-persistent-mark): Ditto.
395
396 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
397
398         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
399         id.
400
401 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-summary.el (wl-summary-enter-handler): If argument is not a
404         number, call `wl-summary-prev-line-content'. Show message when the
405         message is not found.
406
407 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
410         wl-summary-enter-handler.
411         (wl-summary-enter-handler): New command.
412
413         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
414         docstring and custom spec.
415
416         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
417         flags too; Don't treat Cached and New.
418         (wl-summary-set-persistent-mark): Ditto.
419
420         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
421         `wl-folder-set-flag'.
422
423         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
424         instead of `wl-folder-set-flag'.
425
426         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
427         for completion.
428         (wl-summary-set-persistent-mark): Ditto.
429
430         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
431         instead of `wl-draft-quit-preview'.
432
433         * wl-mime.el (toplevel): Avoid compile warning.
434         (wl-mime-quit-preview): New function
435         (formarly defined as `wl-draft-quit-preview').
436         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
437         quitting method.
438
439         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
440
441         * wl-folder.el (wl-folder-set-flag): Renamed from
442         `wl-draft-set-flag-on-parent'.
443
444         * wl-draft.el (wl-draft-quit-preview): New function.
445         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
446         (wl-draft-send): Call `wl-folder-set-flag' instead of
447         `wl-draft-set-flag-on-parent'.
448         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
449
450 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
453         (wl-draft-send): Ditto.
454
455 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
456
457         * wl-vars.el (wl-draft-reply-hook): Changed default value.
458         (wl-draft-kill-pre-hook): Set default value as nil.
459         (wl-summary-reply-hook): Ditto.
460         (wl-draft-kill-flags): Abolish.
461
462         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
463         (wl-draft-parent-variables): Renamed from
464         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
465         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
466         argument; Add wl-draft-parent-variables to
467         wl-draft-config-variables.
468         (wl-draft-reply): Likewise.
469         (wl-draft-kill-flags): Abolish.
470         (wl-draft-send): Call wl-draft-set-flag-on-parent.
471         (wl-draft-set-flag-on-parent): New function.
472         (wl-draft-setup-parent-flag): Ditto.
473
474 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
475
476         * wl-draft.el (wl-draft-kill-flags): Avoid error when
477         `wl-draft-parent-folder' is "".
478
479 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
480
481         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
482         (wl-summary-digit-jump): New function.
483         (Adviced by John Owens and Hiroya Murata)
484
485         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
486         (Adviced by John Owens)
487
488         * wl-xmas.el (wl-message-define-keymap): Ditto.
489
490         * wl-mule.el (wl-message-define-keymap): Ditto.
491
492 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
495         change of return value of elmo-folder-count-flags.
496
497         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
498         (wl-summary-mark-as-read-internal): Ditto.
499         (wl-summary-set-persistent-mark-internal): Ditto.
500         (wl-summary-folder-info-update): Ditto.
501         (wl-summary-sync-update): Fixed the last change.
502
503         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
504
505 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
506
507         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
508         (wl-draft-kill-flags): Fixed docstring.
509
510         * wl-draft.el (wl-draft-kill-flags): New function.
511         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
512
513 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
514
515         * wl-vars.el (wl-reply-hook): Abolish.
516         (wl-draft-reply-hook): New hook.
517         (wl-summary-reply-hook): Ditto.
518         (wl-draft-forward-hook): Ditto.
519         (wl-summary-forward-hook): Ditto.
520         (wl-draft-kill-flags): New variable.
521
522         * wl-summary.el (wl-summary-mark-as-answered-region): Use
523         wl-summary-set-persistent-mark-internal.
524         (wl-summary-sync-marks): Use elmo-preserved-flags.
525         (wl-summary-update-persistent-mark): Make it interactive.
526         (wl-summary-set-persistent-mark-internal): New inline function.
527         (wl-summary-mark-as-answered): Use it.
528         (wl-summary-mark-as-unanswered): Ditto.
529         (wl-summary-unset-persistent-mark): New function.
530         (wl-summary-set-persistent-mark): Ditto.
531         (wl-summary-reply): Don't set answered flag;
532         Run wl-summary-reply-hook instead.
533         (wl-summary-forward): Call wl-draft-forward with number.
534         Run wl-summary-forward-hook.
535
536         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
537         (wl-highlight-summary-line-face-spec): Use it as a default
538         persistent mark face.
539
540         * wl-draft.el (wl-draft-forward): Added optional argument number;
541         Set wl-draft-parent-number; Run wl-draft-forward-hook.
542         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
543         (wl-draft-kill): Use wl-draft-kill-flags.
544
545         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
546
547         * wl-folder.el (wl-folder-check-one-entity): Follow the change
548         of return value of elmo-folder-count-flags.
549
550         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
551
552         * wl-summary.el (wl-summary-count-unread): Ditto.
553         (wl-summary-sync-update): Follow the change above.
554         (wl-summary-force-prefetch): New function.
555
556 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
557
558         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
559         variable `buf' with `let' instead of `setq'.
560
561 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-mime.el (wl-message-delete-current-part): If filename exists,
564         add Content-Disposition heaeder on the deleted part.
565
566 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-draft.el (wl-draft-save): Encode address list under edit by
569         `eword-encode-unstructured-field-body'.
570
571         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
572
573 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
574
575         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
576         wl-current-summary-buffer.
577
578 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
579
580         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
581         `numbers' is ignored.
582
583 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-folder.el (wl-folder-open-folder): Avoid error.
586         Reported by John Owens, [wl-en:815]
587
588         * wl.el (wl): Set timer for biff process even if prefix argument
589         is given or auto-checking is quitted.
590
591         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
592         immediately.
593         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
594         (wl-toggle-plugged): Ditto.
595
596         * wl-vars.el (wl-biff-use-idle-timer): New variable.
597         * wl-util.el (wl-biff-start): Use idle timer if
598         `wl-biff-use-idle-timer' is non-nil.
599
600 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-highlight.el (wl-highlight-message): Fix description.
603
604 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
607         tty.
608
609 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-action.el (wl-summary-exec): Print failure count.
612
613 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
616         to `defun', remove interactive form.
617         Set elmo-message-fetch-confirm when force-reload is non-nil.
618
619 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (toplevel): Removed unnecessary autoload.
622
623 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
624
625         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
626         the buffer is generated from another message buffer.
627
628 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
631         extracted from `wl-fldmgr-save-folders'.
632         (wl-fldmgr-delete): Call it after deletion.
633
634 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
637         multi-tty support.
638
639 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
640
641         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
642
643 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
644
645         * wl-summary.el (wl-summary-rescan): Remove unused variables.
646         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
647
648 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
651         unsubscribe list only if argument CLEAR is nil.
652
653 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-draft.el (wl-draft-reply): Decode subject before removing
656         Re: prefix.
657
658 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-summary.el (wl-summary-sort-by-size): New command.
661
662 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-summary.el (wl-summary-number-list-from-region): New
665         function.
666         (wl-summary-mark-as-read-region): Use it.
667         (wl-summary-mark-as-unread-region): Ditto.
668         (wl-summary-set-flags-region): Ditto and add optional argument
669         remove.
670         (wl-summary-mark-as-answered-region): Ditto.
671         (wl-summary-mark-as-important-region): Ditto.
672         (wl-summary-target-mark-mark-as-important): Added optional
673         argument remove.
674         (wl-summary-target-mark-mark-as-answered): Ditto.
675         (wl-summary-target-mark-set-flags): Ditto.
676
677 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-summary.el (wl-summary-set-flags-region): Call
680         `wl-summary-set-flags-internal' with number list instead of call
681         one by each message.
682         (wl-summary-target-mark-set-flags): Likewise.
683
684 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-summary.el (wl-summary-target-mark-operation): Add optional
687         argument `inverse' and use `wl-summary-delete-all-target-marks'.
688         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
689         (wl-summary-target-mark-mark-as-answered): Likewise.
690
691 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
692
693         * wl-summary.el (wl-summary-target-mark-forward): Use
694         `wl-summary-delete-all-target-marks' instead of
695         `wl-summary-delete-all-temp-marks'.
696         (wl-summary-target-mark-reply-with-citation): Ditto.
697         (wl-summary-target-mark-uudecode): Ditto.
698         (wl-summary-target-mark-set-flags): Ditto and remove needless
699         cursor move.
700
701 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-summary.el (wl-summary-target-mark-forward): Protect
704         wl-summary-buffer-target-mark-list from nreverse.
705         (wl-summary-target-mark-reply-with-citation): Ditto.
706
707 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-thread.el (wl-thread-update-indent-string-thread): Use
710         `elmo-display-progress-threshold'.
711
712 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
715         check `wl-summary-highlight'.
716         (wl-summary-window-scroll-functions): Respect value of
717         `wl-summary-highlight'.
718         (wl-summary-sync-update): Run hooks
719         `wl-summary-buffer-window-scroll-functions' at any time.
720
721 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
722
723         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
724         from `wl-summary-cleanup-temp-marks'.
725         (wl-summary-cleanup-temp-marks): Abolish argument.
726         * wl.el (wl-save-status): Revert previous change.
727         (wl-execute-temp-marks): New function, call
728         `wl-summary-exec-with-confirmation'.
729         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
730         (wl-folder-save-and-exec-marks): Abolished.
731
732 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl-e21.el (wl-e21-display-image-p): Respect
735         `wl-highlight-folder-with-icon'.
736         (wl-e21-highlight-folder-group-line): Highlight mouse line
737         even if wl-e21-display-image-p is nil.
738
739         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
740         Respect value of `wl-summary-highlight'.
741
742         * wl.el (wl-save-status): Remove unused variable.
743
744         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
745         (wl-folder-mode-map): Bind it to "x".
746
747 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
750
751         * wl-thread.el (wl-thread-get-parent-list): Don't check
752         disconnected ancestors, neglecting needless work in
753         `wl-thread-update-indent-string-thread'.
754
755         * wl.el (wl-save): Take prefix argument to execute remaining marks.
756         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
757         argument, add argument default-keep to keep marks by default.
758
759         * Version number is increased to 2.11.30.
760
761         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
762         customization type and docstring.
763         (wl-draft-reply-without-argument-list): Ditto.
764
765 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
768
769         * wl-spam.el (wl-spam-mark-action-list): Ditto.
770
771 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
774
775 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-draft.el (wl-draft-config-exec): Narrow the range of
778         save-excursion so as not to include run-hooks.
779
780 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
783         Clarify that marks are going to be cleared.
784
785 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
788         according to 3rd element of wl-summary-flag-mark.
789
790         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
791
792 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-action.el (wl-summary-target-mark-all): Don't set
795         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
796
797 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
798
799         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
800         (wl-forward-subject-prefix): Ditto.
801         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
802         (wl-draft-reply-make-subject): Ditto.
803
804         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
805         `wl-draft-forward'.
806         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
807
808 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl-action.el (wl-summary-target-mark-set-action): Stop if
811         target message does not exist.
812
813 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
814
815         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
816         `wl-subject-prefix-regexp'.
817         (wl-subject-forward-prefix-regexp): New variable.
818         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
819         `wl-draft-strip-subject-re' and take regexp as argument.
820         (wl-draft-forward): Use it.
821         (wl-draft-reply): Ditto.
822
823 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
824
825         * wl-e21.el (wl-highlight-plugged-current-line): Change for
826         emacs multi-tty support.
827
828 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
829
830         * wl-e21.el (wl-e21-display-image-p): Don't call
831         `display-images-p'.
832         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
833         support.
834         (wl-highlight-folder-current-line): Ditto.
835         (wl-folder-init-icons): Ditto.
836
837 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
840         the last line of summary in unplugged mode.
841
842 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
843
844         * wl-vars.el (wl-refile-rule-alist): Doc fix.
845
846 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-vars.el (wl-user-mail-address-regexp): New variable.
849         * wl-address.el (wl-address-user-mail-address-p): Use it.
850         (wl-address-delete-user-mail-addresses): Ditto.
851         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
852
853         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
854         (wl-address-delete-user-mail-addresses): Ditto.
855
856         * wl-address.el (wl-address-delete-user-mail-addresses): New
857         function.
858         * wl-refile.el (wl-refile-guess-by-history): Use it.
859         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
860         (wl-draft-make-mail-followup-to): Ditto and fix logic.
861
862         * wl-draft.el (wl-draft-edit-string): To judge sender address,
863         use wl-address-user-mail-address-p.
864
865 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
868         after opening group.
869
870 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
873         of elmo-set-buffer-multibyte.
874
875         * wl-message.el (wl-original-message-mode): Ditto.
876
877         * wl-score.el (wl-score-insert-header): Ditto.
878
879         * wl-summary.el
880         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
881         (wl-summary-goto-folder-subr): Ditto.
882         (wl-summary-insert-headers): Ditto.
883
884         * wl-util.el (wl-set-string-width): Ditto.
885
886         * Version number is increased to 2.11.29.
887
888 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
891         (wl-highlight-summary-line-help-echo-alist): New variable.
892         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
893         into `wl-highlight-summary-line-help-echo' and
894         `wl-highlight-flag-folder-help-echo'.
895         (wl-highlight-summary-line-string): Change accordingly.
896         (wl-highlight-summary-current-line): Ditto.
897
898 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-highlight.el (wl-highlight-message): Ignore white spaces
901         at the beginning of field body (Thanks to Markus Knittig).
902
903         * wl-draft.el (wl-draft-insert-current-message): Also check
904         summary buffer, remove unnecessary tag.
905
906 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-draft.el (wl-draft-insert-current-message): Cause error also
909         when wl-message-buffer is nil.
910
911         * wl-folder.el (wl-folder): Abolish unused argument.
912         Call wl-folder-init when wl-folder-entity is nil.
913         * wl.el (wl): Change accordingly.
914
915 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
918         multibyte string before insert into draft buffer.
919         (wl-draft-create-buffer): Always enable multibyte characters for
920         draft buffer.
921
922         * Version number is increased to 2.11.28.
923
924 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-folder.el (wl-folder-open-close): Handle blank line.
927         (wl-folder-jump-to-current-entity): Ditto.
928
929 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * Version number is increased to 2.11.27.
932
933 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-thread.el (wl-thread-insert-message): When the thread is
936         devided by wl-summary-max-thread-depth, insert line at the end of
937         buffer.
938
939 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * Version number is increased to 2.11.26.
942
943 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
946
947 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
950         value of stream-type and session.
951
952 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * Version number is increased to 2.11.25.
955
956 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
957
958         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
959         in a quit message.
960
961 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
964         (wl-summary-redisplay-no-mime-internal): Ditto.
965
966 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
969         * wl-vars.el (wl-smtp-connection-type): Ditto.
970
971 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
972
973         * wl-highlight.el (wl-highlight-message): Change to strict regexp
974         for the separator line and quote mail-header-separator.
975
976 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-spam.el (wl-message-check-spam): Fixed problem no display
979         result message.
980
981         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
982         `elmo-multiple-fields-body-list' with boundary as
983         mail-header-separator.
984
985 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
988
989 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * wl-util.el (wl-list-diff): Remove unused function.
992
993         * wl-draft.el (wl-draft-send-confirm): Discard input before
994         confirmation.
995
996 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
999         order of flag and new.
1000
1001 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-vars.el (wl-refile-policy-alist): Abolished.
1004
1005         * wl-action.el (wl-summary-set-action-refile): Follow the change
1006         above.
1007
1008 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * wl-highlight.el (wl-highlight-signature-search): Don't use
1011         re-search-backward for a long word since it is possible to crash
1012         XEmacs because of a bug.
1013
1014 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1015
1016         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1017
1018 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1021         argument for wl-summary-sync-force-update.
1022
1023 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1024
1025         * wl-summary.el (wl-summary-mode-map): Revival of
1026         wl-summary-mark-as-important related bindings;
1027         Bind 'F','tF','mF','rF','m&'.
1028         (wl-summary-mark-as-important-region): Revival.
1029         (wl-summary-target-mark-mark-as-important): Ditto.
1030         (wl-summary-target-mark-operation): New function.
1031         (wl-summary-target-mark-mark-as-answered): Use it.
1032         (wl-summary-decide-flag): Don't set Important as default.
1033         (wl-summary-mark-as-important-internal): Revival.
1034         (wl-summary-mark-as-important): Ditto.
1035
1036         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1037
1038         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1039         instead of facep.
1040
1041 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * wl-dnd.el (wl-dnd-drop-func): Fix.
1044
1045         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1046         mouse-set-point instead of posn-point.
1047
1048         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1049
1050         * wl-mule.el (wl-completing-read-multiple): Ditto.
1051
1052 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-demo.el (face-background-name): Defalias to avoid compile
1055         warning.
1056
1057 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1058
1059         * wl-summary.el (wl-summary-decide-flag): Use
1060         wl-completing-read-multiple instead of completing-read-multiple.
1061
1062         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1063         New alias.
1064
1065         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1066         Use face-background-name instead of face-background.
1067
1068         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1069
1070         * wl-summary.el (wl-summary-save): Use it.
1071         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1072
1073         * wl-mime.el (wl-mime-save-content): Fix last change.
1074
1075 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1076
1077         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1078         New function.
1079         (wl-summary-sort-specs): Added sort.
1080         * wl-mime.el (wl-mime-save-content): Expand file name.
1081
1082 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1085
1086         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1087
1088 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1091         for flag if it is not defined.
1092
1093 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1094
1095         * wl-e21.el (wl-highlight-folder-current-line): Use
1096         elmo-folder-type-internal when elmo-folder-type returns nil.
1097
1098         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1099
1100         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1101
1102         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1103
1104         * wl-e21.el (wl-summary-toolbar): Ditto.
1105
1106         * wl-vars.el (wl-demo-background-color): Abolished.
1107         (wl-summary-persistent-mark-priority-list): Renamed from
1108         wl-summary-flag-priority-list.
1109         (wl-summary-flag-alist): New user option.
1110         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1111         (wl-message-mode-line-format-spec-alist): Added 'F'.
1112         (wl-message-mode-line-format): Likewise.
1113         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1114         instead of wl-summary-important-mark.
1115         (wl-file-folder-icon): New variable.
1116
1117         * wl-thread.el (wl-thread-set-flags): Renamed from
1118         wl-thread-mark-as-important.
1119
1120         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1121         warning.
1122         (wl-summary-mode-menu-spec): Follow the change of 
1123         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1124         (wl-summary-mode-map): Follow the change of
1125         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1126         (wl-summary-detect-mark-position): Follow the variable name change.
1127         (wl-summary-set-flags-region): New function for the replacement of
1128         wl-summary-mark-as-important-region.
1129         (wl-summary-sync-marks): Sync all global-flags.
1130         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1131         instead of elmo-message-flagged-p.
1132         (wl-summary-persistent-mark-string): Follow the variable name change;
1133         Put wl-summary-flag-mark if the message has global-flag.
1134         (wl-summary-target-mark-set-flags): Renamed from 
1135         wl-summary-target-mark-mark-as-important.
1136         (wl-summary-decide-flag): New function.
1137         (wl-summary-set-flags-internal): Renamed from
1138         wl-summary-mark-as-important-internal.
1139         (wl-summary-add-flags-internal): New function.
1140         (wl-summary-remove-flags-internal): Ditto.
1141         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1142         (wl-summary-mark-as-unimportant): Abolish.
1143         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1144         (wl-summary-next-message): List flagged messages in the msgdb.
1145
1146         * wl-score.el (wl-summary-score-update-all-lines): Use
1147         wl-summary-add-flags-internal instead of 
1148
1149         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1150
1151         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1152         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1153         (wl-message-buffer-require-all-header): Renamed from
1154         wl-message-buffer-all-header-flag (Ditto).
1155         (wl-message-buffer-flag-indicator): New variable.
1156         (wl-message-redisplay): Changed local varibale name from `flag' to
1157         `display-type'; Set up wl-message-buffer-flag-indicator.
1158         (wl-message-buffer-display): Changed varibale name from `flag' to
1159         `display-type'.
1160         (wl-message-display-internal): Likewise.
1161
1162         * wl-highlight.el (wl-highlight-demo-face): Define default background
1163         color.
1164         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1165
1166         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1167
1168         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1169         (wl-demo-setup-properties): Renamed from
1170         `wl-demo-set-background-color'.
1171         (wl-demo): Follow the change above.
1172         
1173         * Version number is increased to 2.11.24.
1174
1175 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-summary.el (wl-summary-toggle-thread): Call
1178         `wl-summary-rescan' with disable-thread as non-nil.
1179         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1180
1181 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1184         foreground property of the face.
1185         (wl-demo-insert-text): Don't set up face property here.
1186         (wl-demo): Call wl-demo-set-background-color, anyway.
1187
1188 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-vars.el (wl-demo-background-color): The value can be nil.
1191
1192 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1193
1194         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1195         to wl-summary-wheel-dispatcher.
1196
1197         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1198         wl-message-wheel-dispatcher.
1199         (wl-message-wheel-dispatcher): New function.
1200         (wl-summary-wheel-dispatcher): Ditto.
1201
1202 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1203
1204         * wl-action.el (wl-summary-target-mark-all): List messages which are
1205         not in the killed-list.
1206
1207         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1208         only when the folder is 'flag/important.
1209
1210         * wl-address.el (wl-complete-field-body): Complete if the last
1211         character is a space.
1212
1213 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-folder.el (wl-folder-clear-entity-info): Use
1216         elmo-clear-hash-val.
1217
1218         * wl-fldmgr.el (wl-fldmgr-rename): Set
1219         wl-folder-info-alist-modified as t.
1220
1221 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1224
1225 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1228         (wl-folder-buffer-last-visited-entity-id): New buffer local
1229         variable.
1230         (wl-folder-revisit-last-visited-folder): New function.
1231         (wl-folder-mode-map): Bind it to "C-i".
1232         (wl-folder-set-current-entity-id): Set last visited folder.
1233         * wl-summary.el (wl-summary-exit): Ditto.
1234
1235 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1238         before calling `recenter' in order to cope with an XEmacs bug.
1239
1240 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1243         to the default value.
1244
1245 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1248         change.
1249         (wl-summary-sync-marks): Ditto.
1250         (wl-summary-mark-as-read-internal): Ditto.
1251         (wl-summary-mark-as-answered-internal): Ditto.
1252         (wl-summary-mark-as-important-internal): Ditto.
1253         (wl-summary-reply): Ditto.
1254
1255         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1256         instead of `elmo-folder-unflag-answered'.
1257
1258         * Version number is increased to 2.11.23.
1259
1260         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1261         the last change.
1262
1263 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1264
1265         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1266         Specify "spam" or "good".
1267
1268 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-spam.el (wl-summary-exec-action-spam): Call
1271         wl-folder-confirm-existence for spam folder.
1272         (wl-spam-setup): Bind "mk".
1273
1274 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1277
1278 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1281         destination folder is empty.
1282
1283 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1284
1285         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1286         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1287
1288         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1289         (wl-summary-refile-prev-destination-region): New function.
1290         (wl-thread-refile-prev-destination): Ditto.
1291         (wl-summary-target-mark-refile-prev-destination): Ditto.
1292
1293 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1296         (wl-demo-background-color): Changed default value.
1297
1298         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1299         color.
1300
1301         * wl-demo.el (wl-demo-set-background-color): New function.
1302         (wl-demo): Call it.
1303
1304 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1305
1306         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1307         * wl-address.el (wl-address-add-or-change): Don't add empty
1308         address.
1309
1310 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1311
1312         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1313
1314 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-vars.el (wl-demo-image-filter-alist): New variable
1317         (wl-demo-background-color): Ditto.
1318
1319         * wl-demo.el (wl-demo-xpm-set-background): New function.
1320         (wl-demo-image-filter): Ditto.
1321         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1322
1323         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1324
1325         * wl-demo.el (wl-demo-icon-name): Define as function.
1326         (wl-demo-insert-image): Use it.
1327
1328 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1329
1330         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1331
1332 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1333
1334         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1335
1336 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1337
1338         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1339
1340 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-thread.el (wl-thread-mark-as-answered): New function.
1343
1344         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1345         answered" entry.
1346         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1347         "r&" and wl-thread-mark-as-answered to "t&".
1348         (wl-summary-mark-as-important-region): Refine to toggle mark.
1349         (wl-summary-mark-as-answered-region): New function.
1350         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1351         and 3rd argument.
1352         (wl-summary-mark-as-important-internal): Likewise.
1353
1354 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-template.el (wl-template-preview): New internal variable.
1357         (wl-template-preview-p): New function.
1358         (wl-template-show): Bind `wl-template-preview' as t.
1359
1360 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1363         `elmo-message-entity-field' with 3rd argument which is non-nil.
1364
1365 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1368         Removed duplicate local bind `folder'.
1369
1370 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1373
1374 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1377         duplicate definition.
1378
1379 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1382         non-nil, use it; Don't fetch message if there's no message in the
1383         current cursor position.
1384
1385 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-util.el (wl-region-exists-p): Use region-active-p.
1388         (wl-deactivate-region): New function.
1389         * wl-message.el (wl-message-redisplay): Deactivate region.
1390
1391         * wl-summary.el (wl-summary-reply): Call
1392         `wl-summary-set-message-buffer-or-redisplay' instead of
1393         `wl-summary-redisplay-internal', don't move point.
1394
1395 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1398         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1399         by regexp.
1400
1401 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1404         if no need.
1405
1406 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1409         default value to nil.
1410         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1411         `wl-summary-prepare-hook'; Replace refile action to
1412         `wl-summary-exec-action-refile-with-register'.
1413
1414         * Version number is increased to 2.11.22.
1415
1416 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-summary.el (wl-summary-detect-mark-position): Set
1419         `wl-summary-buffer-weekday-name-lang'.
1420
1421 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1422
1423         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1424         (wl-summary-mark-as-read-all): Ditto.
1425         (wl-summary-delete-messages-on-buffer): Ditto.
1426         (wl-summary-sync-update): Ditto.
1427         (wl-summary-mark-as-read-internal): Ditto.
1428         (wl-summary-mark-as-answered-internal): Ditto.
1429         (wl-summary-update-folder-info): Abolished.
1430
1431 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-summary.el (wl-summary-mark-as-read-all): Use
1434         `wl-summary-update-folder-info' instead of
1435         `wl-folder-update-unread'.
1436
1437 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1438
1439         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1440         `wl-summary-folder-info-update'.
1441         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1442         instead of `wl-summary-folder-info-update'.
1443         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1444         `wl-folder-set-folder-updated'.
1445         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1446         instead of `wl-folder-update-unread'.
1447         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1448         the value of `wl-summary-buffer-unread-count' for the second parameter of
1449         `wl-folder-update-unread'.
1450
1451         * Version number is increased to 2.11.21.
1452
1453 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1454
1455         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1456         a local variable.
1457
1458 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1461         interactively.
1462
1463         * wl-summary.el (wl-summary-mark-as-important-internal): New
1464         internal function.
1465         (wl-summary-mark-as-important): Use it.
1466         (wl-summary-mark-as-unimportant): New function.
1467         (wl-summary-sync-marks): Follow the API change.
1468
1469         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1470
1471         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1472
1473 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1474
1475         * wl-folder.el (wl-folder-update-unread): Re-indent.
1476         Narrow the scope of a local variable.
1477
1478 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1481         (wl-addrmgr-merge-entries): Ditto.
1482         (wl-addrmgr): Added to address entry which exists in draft buffer
1483         if no entry is in original.
1484
1485 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-batch.el: New file.
1488
1489 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1490
1491         * wl-vars.el (wl-use-semi): Remove unused variable.
1492
1493 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1496         "?".
1497
1498 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1501         wl-summary-new-mark.
1502         (wl-summary-new-cached-mark): New user option.
1503         (wl-summary-score-marks): Follow the change above.
1504         (wl-summary-auto-refile-skip-marks): Ditto.
1505         (wl-summary-incorporate-marks): Ditto.
1506         (wl-summary-expire-reserve-marks): Ditto.
1507
1508         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1509
1510         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1511         (wl-summary-persistent-mark-string): Distinguished between cached
1512         and uncached mark when the message is new.
1513
1514 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-spam.el (wl-spam-domain): Renamed from
1517         `wl-spam-folder-guess-domain'.
1518         (wl-summary-exec-action-spam): Register as spam if domain of the
1519         source folder is good.
1520         (wl-summary-exec-action-refile-with-register): Register message if
1521         domain of the source folder is not undecided.
1522
1523 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1526         detect thread loop.
1527
1528 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1529
1530         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1531         and wl-summary-skip-mark-list.
1532
1533 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1536
1537         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1538
1539         * wl-spam.el (toplevel): Require wl-highlight.
1540         (wl-spam-auto-check-policy-alist): Abolish.
1541         (wl-spam-auto-check-folder-regexp-list): New user option.
1542         (wl-spam-auto-check-marks): Ditto.
1543         (wl-spam-mark-action-list): Ditto.
1544         (wl-highlight-summary-spam-face): New face.
1545         (wl-spam-auto-check-message-p): New function.
1546         (wl-spam-map-spam-messages): Fixed message.
1547         (wl-spam-register-spam-messages): Ditto.
1548         (wl-spam-register-good-messages): Ditto.
1549         (wl-summary-spam-map): Add and remove keybind.
1550         (wl-summary-target-mark-spam): Abolish.
1551         (wl-summary-refile-spam): Ditto.
1552         (wl-summary-test-spam): New function.
1553         (wl-summary-mark-spam): Ditto.
1554         (wl-summary-auto-check-spam): Follow the above change.
1555         (wl-summary-exec-action-spam): New function.
1556         (wl-summary-exec-action-refile-with-register): Fixed message.
1557         (wl-message-check-spam): New function.
1558         (wl-spam-setup): Ditto.
1559         (toplevel): Call it if this file is loaded interactivity.
1560
1561         * Version number is increased to 2.11.20.
1562
1563 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1566         when new optional argument `force' is non nil or modified.
1567
1568 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl.el (toplevel): Require wl-spam when compile.
1571         (wl-save-status): Call wl-spam-save-status.
1572
1573         * wl-spam.el (wl-spam-register-spam-messages): New function.
1574         (wl-spam-register-good-messages): Ditto.
1575         (wl-spam-save-status): Ditto.
1576         (wl-summary-mode-map): Bind
1577         wl-summary-target-mark-register-as-spam to "ms" and
1578         wl-summary-target-mark-register-as-good to "mn".
1579         (wl-summary-register-as-spam): Abolish optional argument; Use
1580         wl-spam-register-spam-messages.
1581         (wl-summary-register-as-spam-all): Use
1582         wl-spam-register-spam-messages.
1583         (wl-summary-register-as-good): Abolish optional argument; Use
1584         wl-spam-register-good-messages.
1585         (wl-summary-register-as-good-all): Use
1586         wl-spam-register-good-messages.
1587         (wl-summary-target-mark-register-as-spam): New funtion.
1588         (wl-summary-target-mark-register-as-good): Ditto.
1589
1590 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-spam.el: New file.
1593
1594 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1595
1596         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1597
1598         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1599         (wl-summary-auto-refile): Call wl-refile-guess with
1600         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1601
1602 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1605         with disable-thread argument non-nil.
1606
1607 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-summary.el (wl-summary-rescan): Added optional argument
1610         disable-thread.
1611         (wl-summary-sync): Call wl-summary-rescan with argument
1612         disable-thread.
1613         (wl-summary-input-range): Added new range `rescan-thread'.
1614
1615 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1618
1619 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1622         internal variable.
1623         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1624         wl-summary-search-parent-by-subject-regexp and
1625         wl-summary-divide-thread-when-subject-changed as nil.
1626         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1627         (wl-summary-insert-thread): Search parent entity from
1628         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1629         thread loop.
1630
1631 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1632
1633         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1634
1635         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1636
1637         * wl-util.el (wl-require-update-all-folder-p): New function.
1638         (wl-get-assoc-list-value): Added `function' to match directive.
1639         (wl-collect-draft): Rewrite.
1640
1641         * wl-summary.el (wl-summary-sync-update): Clear faces
1642         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1643         are non-nil.
1644         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1645         argument as function.
1646         (wl-summary-input-range): Ditto.
1647
1648         * wl-folder.el (wl-draft-get-folder): New function.
1649         (wl-folder-get-elmo-folder): Consider draft folder.
1650
1651         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1652         (wl-draft-buffer-message-number): New buffer local variable.
1653         (wl-draft-folder-internal): New internal variable.
1654         (wl-draft-delete): Rewrite.
1655         (wl-draft-save): Ditto.
1656         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1657         wl-folder-get-elmo-folder.
1658         (wl-draft-config-info-operation): Ditto.
1659         (wl-jump-to-draft-folder): Ditto.
1660         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1661         (wl-draft-reedit): Rewrite.
1662
1663         * Version number is increased to 2.11.19.
1664         
1665 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1666
1667         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1668         variable.
1669
1670 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1673         Use ignore-errors instead of unwind-protect.
1674
1675 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1676
1677         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1678         for updating `wl-thread-entity-list'.
1679
1680 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1681
1682         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1683         parameter from calling `wl-thread-entity-get-older-brothers' and
1684         `wl-thread-entity-get-younger-brothers'.
1685         Replace nested `append' with a single one.
1686
1687 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1688
1689         * wl-summary.el (wl-summary-mode): Don't use the return value of
1690         `make-local-hook'.
1691
1692 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1693
1694         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1695         instead of `let*'.
1696         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1697         of local variables.
1698
1699 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1700
1701         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1702         Renamed from wl-summary-window-scroll-functions.
1703         (wl-summary-window-scroll-functions): Don't set to variable.
1704         (wl-summary-display-top): Use run-hooks.
1705         (wl-summary-display-bottom): Ditto.
1706         (wl-summary-toggle-disp-msg): Ditto.
1707         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1708         Use it instead of wl-summary-window-scroll-functions.
1709         (wl-summary-goto-folder-subr): Don't call
1710         wl-summary-window-scroll-functions, use
1711         wl-summary-buffer-window-scroll-functions instead.
1712
1713 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1716         make-local-variable.
1717
1718 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1719
1720         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1721         set-buffer-modified-p.
1722         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1723         (wl-summary-display-bottom): Ditto.
1724         (wl-summary-toggle-disp-msg): Ditto.
1725
1726 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1729
1730         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1731         (wl-summary-forward): Use elmo-message-entity-field instead of
1732         elmo-message-field.
1733
1734         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1735
1736 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-summary.el (wl-summary-window-scroll-functions): No use
1739         `append'.
1740
1741 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1744         function.
1745         (wl-summary-window-scroll-functions): Call it when both
1746         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1747         (wl-summary-temp-mark): Added optional argument number.
1748         (wl-summary-message-mark): Added optional argument flag.
1749         (wl-summary-persistent-mark): Added optional argument number and flag.
1750         (wl-summary-update-persistent-mark): Ditto.
1751         (wl-summary-update-status-marks): Set "r" for interactive spec.
1752
1753         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1754         argument number and flag.
1755
1756         * wl-action.el (wl-summary-registered-temp-mark): 
1757         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1758
1759 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1762         internal variable (buffer local).
1763         (wl-summary-window-scroll-functions): New function.
1764         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1765         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1766         as nil.
1767         (wl-summary-update-status-marks): Added arguments beg, end and
1768         check.
1769         (wl-summary-update-mark-window): Use function.
1770         (wl-summary-sync-update): Follow the change above.
1771         (wl-summary-switch-to-clone-buffer): Copy
1772         wl-summary-buffer-unsync-mark-number-list.
1773         (wl-summary-goto-folder-subr): Set
1774         wl-summary-buffer-unsync-mark-number-list and
1775         use wl-summary-window-scroll-functions instead of
1776         wl-summary-lazy-highlight.
1777
1778         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1779
1780 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1783
1784         * wl-summary.el (wl-summary-update-persistent-mark): Call
1785         wl-summary-set-message-modified.
1786
1787         * wl-summary.el (wl-summary-sync-update): Don't call
1788         wl-summary-update-status-marks.
1789
1790         * Version number is increased to 2.11.18.
1791
1792 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1795         (wl-message-next-page): Ditto.
1796
1797 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1798
1799         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1800         local variable.  Change the order of a collected list into the
1801         same as the specified range.  Remove nil from a collected list.
1802
1803 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1806         argument for elmo-folder-list-messages.
1807
1808 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1811         change (wl-summary-count-unreads return a list instead of a cons
1812         cell).
1813
1814 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1815
1816         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1817         `wl-summary-folder-info-update'.
1818
1819 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-summary.el (wl-summary-set-message-modified): No use
1822         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1823         (wl-summary-set-mark-modified): Abolish.
1824         (wl-summary-mark-modified-p): Ditto.
1825         (wl-summary-save-view): Follow the change above.
1826
1827         * wl-expire.el (wl-summary-expire): Likewise.
1828
1829 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl-summary.el (wl-summary-detect-mark-position): Use
1832         modb-entity-handler.
1833         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1834
1835         * Version number is increased to 2.11.17.
1836
1837 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1838
1839         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1840         entity field value.
1841         (wl-summary-prefetch-msg): Ditto.
1842         (wl-summary-print-message-with-ps-print): Ditto.
1843
1844 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1847         for dummy entity.
1848         (wl-summary-insert-thread): Use elmo-message-entity-field.
1849         (wl-summary-update-thread): Use elmo-message-entity-field and
1850         elmo-message-entity-number.
1851         (wl-summary-line-number):  Use elmo-message-entity-number.
1852         (wl-summary-line-size): Use elmo-message-entity-field.
1853         (wl-summary-line-subject): Ditto.
1854         (wl-summary-line-from): Ditto.
1855         (wl-summary-line-attached): Ditto.
1856         (wl-summary-create-line): Ditto.
1857         (wl-summary-create-line): Use elmo-message-entity-number.
1858         (wl-summary-print-message-with-ps-print): Use
1859         elmo-message-entity-field.
1860
1861 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1864         change in elmo-msgdb-make-message-entity.
1865         (wl-summary-buffer-set-folder): Don't call
1866         wl-summary-detect-mark-position here.
1867         (wl-summary-rescan): Call elmo-message-entity-number.
1868         (wl-summary-sync-update): Ditto.
1869         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1870
1871         * wl-score.el (wl-score-header-index): Redefine 2th element.
1872         (wl-score-overview-entity-get-extra): Abolish.
1873         (wl-score-ov-entity-get): Rewrite.
1874         (wl-score-string-index<, wl-score-string-func<): Abolish.
1875         (wl-score-string<): New function.
1876         (wl-score-string-sort): Use it.
1877
1878         * wl-refile.el (wl-refile-guess-by-history): Use
1879         elmo-message-entity-field.
1880         (wl-refile-guess-by-from): Ditto.
1881         (wl-refile-guess-by-msgid): Ditto.
1882
1883         * Version number is increased to 2.11.16.
1884
1885 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-folder.el (wl-folder-confirm-existence): Don't call
1888         file-exists-p if msgdb-path is nil.
1889         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1890         `wl-read-folder-hist' to `wl-read-folder-history'.
1891
1892 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1893
1894         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1895         `y-or-n-p'.
1896
1897 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * wl-score.el (wl-score-headers): Don't use
1900         elmo-folder-do-each-message-entity.
1901
1902         * Version number is increased to 2.11.15.
1903
1904 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1905
1906         * wl-summary.el (wl-summary-delete-all-msgs): Use
1907         elmo-folder-move-messages instead of elmo-folder-delete-messages
1908         and elmo-folder-detach-messages.
1909         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1910
1911         * wl-expire.el (wl-expire-delete): Ditto.
1912         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1913
1914 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1917         (wl-message-header-narrowing-fields): Ditto.
1918         (wl-message-header-narrowing-lines): Ditto.
1919         (wl-message-header-narrowing-string): Ditto.
1920
1921         * wl-summary.el (wl-summary-mode-map): Bind
1922         wl-summary-toggle-header-narrowing to "C-cC-f".
1923         (wl-summary-toggle-header-narrowing): New function.
1924
1925         * wl-message.el (wl-message-buffer-create): Call
1926         wl-message-header-narrowing-setup.
1927         (wl-message-redisplay): Call wl-message-header-narrowing.
1928         (wl-message-header-narrowing): New function.
1929         (wl-message-header-narrowing-map): New keymap.
1930         (wl-message-header-narrowing-widen-map): New keymap.
1931         (wl-message-header-narrowing-again-at-mouse): New function.
1932         (wl-message-header-narrowing-1): Ditto.
1933         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1934         (wl-message-header-narrowing-setup): Ditto.
1935         (wl-message-header-narrowing-toggle): Ditto.
1936         
1937         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1938
1939         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1940         'flag as all.
1941         (wl-use-flag-folder-help-echo): New user option.
1942
1943         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1944         wl-summary-highlight as nil.
1945         (wl-summary-set-mark-modified): Follow the API change.
1946         (wl-summary-mark-modified-p): Ditto.
1947         (wl-summary-mark-as-read-all): Ditto.
1948         (wl-summary-sync-marks): Don't call
1949         elmo-folder-list-messages-with-global-mark.
1950         (wl-summary-mark-as-read-internal): Follow the API change.
1951         (wl-summary-mark-as-answered-internal): Ditto.
1952         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1953         Follow the API change.
1954         (wl-summary-create-line): Call with number argument.
1955         (wl-summary-reply): Follow the API change.
1956
1957         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1958         function.
1959         (wl-highlight-summary-line-string): Call it when
1960         wl-use-flag-folder-help-echo is non-nil.
1961         (wl-highlight-summary-current-line): Ditto.
1962         (elmo-flag-folder-referrer): Added autoload setting.
1963
1964         * wl-draft.el (wl-draft-kill): Follow the API change.
1965
1966         * Version number is increased to 2.11.14.
1967         
1968 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1971
1972 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1973
1974         * Version number is increased to 2.11.13.
1975
1976 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-draft.el (wl-draft-previous-history-element): Fixed
1979         unbalanced parenthesis and bind unbound local variables.
1980
1981 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-draft.el (wl-draft-previous-history-element): New function.
1984         (wl-draft-next-history-element): Ditto.
1985         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1986         them to M-p and M-n.
1987
1988 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * Version number is increased to 2.11.12.
1991
1992 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1993
1994         * wl-draft.el (wl-draft-hide): Select buffer-window.
1995
1996 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1997
1998         * wl-summary.el (wl-summary-narrow-to-region): New function.
1999         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2000         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2001         (wl-summary-save-region): Use it.
2002         * wl-action.el (wl-summary-collect-numbers-region)
2003         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2004
2005 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-folder.el (wl-folder-count-incorporates): Don't use
2008         `elmo-msgdb-mark-load'
2009
2010         * Version number is increased to 2.11.11.
2011
2012 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2015         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2016
2017 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2018
2019         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2020
2021 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * Version number is increased to 2.11.10.
2024
2025 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2026
2027         * wl-mime.el (wl-draft-attribute-value): Fixed.
2028
2029 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-util.el (wl-copy-local-variables): New function.
2032
2033         * wl-mime.el (wl-draft-attribute-recipients): New function.
2034         (wl-draft-attribute-envelope-from): Ditto.
2035         (wl-draft-attribute-smtp-posting-server): Ditto.
2036         (wl-draft-attribute-smtp-posting-port): Ditto.
2037         (wl-draft-attribute-value): Ditto.
2038         (wl-draft-preview-message): Use it to get value for
2039         attributes. Reflect result of `wl-draft-config'.
2040
2041         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2042         and call `wl-summary-mark-as-read' before to call
2043         `wl-summary-unset-mark'.
2044         (wl-summary-target-mark-mark-as-unread): Likewise.
2045         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2046
2047 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-mime.el (wl-draft-preview-message): Use actual value for
2050         attributes; Fix for small window.
2051
2052 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-refile.el (wl-refile-get-field-value): Call
2055         `elmo-message-entity-field' with 3rd argument is non-nil.
2056
2057 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * wl-vars.el (wl-draft-preview-attributes): New user option.
2060         (wl-draft-preview-attributes-list): Ditto.
2061         (wl-draft-preview-attributes-buffer-lines): Ditto.
2062         (wl-draft-preview-attributes-buffer-name): Ditto.
2063
2064         * wl-mime.el (wl-draft-preview-message): Display attributes.
2065
2066 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-summary.el (wl-summary-detect-mark-position): Bind
2069         wl-summary-flag-priority-list to '(new).
2070
2071 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2074         funtion.
2075         (wl-highlight-summary-line-string): Use it.
2076         (wl-highlight-summary-current-line): Ditto.
2077
2078 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2081         line even when the mark string is not changed.
2082
2083         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2084         argument change in the wl-summary-create-line.
2085         (wl-thread-insert-entity-sub): Ditto.
2086
2087         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2088         argument change in the wl-summary-create-line.
2089         (wl-summary-insert-sequential): Ditto.
2090         (wl-summary-update-thread): Ditto.
2091         (wl-summary-persistent-mark-string): New inline function.
2092         (wl-summary-message-mark): Use it.
2093         (wl-summary-create-line): Abolish argument wl-persistent-mark
2094         and added wl-flags, wl-cached.
2095
2096         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2097         mark to flags.
2098         (wl-highlight-summary-current-line): Decide the face not by the 
2099         persistent mark but flags.
2100
2101 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2104         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2105         wl-summary-read-uncached-mark): Revive.
2106         (wl-summary-answered-cached-mark,
2107         wl-summary-answered-uncached-mark): New user option.
2108         (wl-summary-score-marks): Follow the change above.
2109         (wl-summary-auto-refile-skip-marks): Ditto.
2110         (wl-summary-incorporate-marks): Ditto.
2111         (wl-summary-expire-reserve-marks): Ditto.
2112         (wl-summary-flag-priority-list): New user option.
2113
2114         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2115         changes.
2116         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2117         of elmo-message-mark.
2118         (wl-summary-mark-as-read-internal): Ditto.
2119         (wl-summary-mark-as-answered): Ditto.
2120         (wl-summary-mark-as-important): Ditto.
2121         (wl-summary-redisplay-internal): Ditto.
2122         (wl-summary-redisplay-no-mime-internal): Ditto.
2123         (wl-summary-message-mark): New function.
2124         (wl-summary-insert-sequential): Use wl-summary-message-mark
2125         instead of elmo-message-mark.
2126         (wl-summary-update-thread): Ditto.
2127         (wl-summary-persistent-mark): Ditto.
2128         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2129         instead of elmo-message-mark.
2130
2131         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2132         wl-summary-message-mark instead of elmo-message-mark.
2133         (wl-thread-insert-entity-sub): Ditto.
2134         (wl-thread-get-children-msgs-uncached): Ditto.
2135
2136         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2137         variable name changes.
2138         (wl-highlight-summary-current-line): Ditto.
2139
2140         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2141         wl-summary-message-mark instead of elmo-message-mark.
2142
2143         * wl-expire.el (wl-expire-message-p): Ditto.
2144
2145         * wl-score.el (wl-score-headers): Ditto.
2146
2147         * Version number is increased to 2.11.9.
2148
2149         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2150         (wl-summary-sync-update): Follow the change above.
2151         (wl-summary-switch-to-clone-buffer): Ditto.
2152         (wl-summary-open-folder): Ditto.
2153
2154 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2157         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2158
2159         * Version number is increased to 2.11.8.
2160
2161         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2162
2163         * wl-expire.el (wl-expire-refile): Follow the API change on
2164         `elmo-folder-move-messages'.
2165         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2166
2167         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2168         (wl-summary-exec-action-refile): Ditto.
2169         (wl-summary-exec-action-copy): Ditto.
2170         (wl-summary-no-auto-refile-message-p): No use
2171         `wl-summary-buffer-msgdb'.
2172         (wl-summary-auto-refile): Ditto.
2173
2174 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2177
2178 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * wl-summary.el (wl-summary-sync): Treat no-sync.
2181
2182         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2183         (wl-default-sync-range): Ditto.
2184
2185 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-refile.el (wl-refile-subject-learn): Call
2188         `elmo-message-entity-field' with 3rd argument is non-nil.
2189         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2190         instead of `elmo-msgdb-overview-entity-get-subject'.
2191
2192 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2193
2194         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2195         scan-type is rescan.
2196         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2197         new optional argument force is non-nil.
2198         (wl-summary-save-view-cache): Call it with force argument non-nil.
2199
2200         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2201
2202 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * wl-action.el (wl-summary-print-argument): Fixed last change.
2205
2206 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2207
2208         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2209         simplified.
2210         (wl-summary-target-mark-mark-as-unread): Likewise.
2211         (wl-summary-target-mark-mark-as-important): Likewise.
2212
2213 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2216         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2217         (wl-summary-mark-as-important-region): Change accordingly.
2218         (wl-summary-target-mark-mark-as-important): Ditto.
2219
2220 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2223
2224         * wl-action.el (wl-summary-print-argument): Print argument to
2225         right side of window if `wl-summary-print-argument-within-window'
2226         is non-nil.
2227
2228 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2229
2230         * wl-action.el (wl-summary-set-mark): Use
2231         `wl-summary-message-visible-p' to check visibility of the message
2232         and jump to message only when the message line is visible and have
2233         different number; Call wl-summary-unset-mark with number argument.
2234         (wl-summary-unset-mark): 
2235         Use `wl-summary-message-visible-p'
2236         to check visibility of the message and jump to message only when
2237         the message line is visible and have different number;
2238
2239 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * Version number is increased to 2.11.7.
2242
2243         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2244         and wl-folder-summary-line-format.
2245
2246         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2247         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2248         (wl-summary-set-score-mark): Use it.
2249         (wl-summary-target-mark-mark-as-read): Ditto.
2250         (wl-summary-target-mark-mark-as-unread): Ditto.
2251         (wl-summary-target-mark-mark-as-important): Ditto.
2252         (wl-summary-target-mark-msgs): Simplified.
2253         (wl-summary-detect-mark-position): Fixed problem when
2254         summary-line-format no contain persisten/temp mark spec.
2255         (wl-summary-temp-mark): Ditto.
2256         (wl-summary-persistent-mark): Ditto.
2257         (wl-summary-update-persistent-mark): Ditto.
2258
2259         * wl-action.el (wl-summary-set-mark): Ditto.
2260         (wl-summary-unset-mark): Ditto.
2261         All other related portions are changed.
2262
2263 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2264
2265         * Version number is increased to 2.11.6.
2266
2267 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl-util.el (wl-current-message-buffer): Define as function;
2270         Don't use the value of wl-messge-buffer.
2271
2272         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2273         persistent mark.
2274
2275         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2276         no current message, cause an error.
2277
2278 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * wl-summary.el (wl-summary-set-message-modified): Use
2281         elmo-folder-set-message-modified instead of
2282         elmo-folder-set-message-modified-internal.
2283
2284 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2287         interactively.
2288         (wl-summary-sync): nokill->entirely.
2289         (wl-summary-sync-marks): Fixed message.
2290         (wl-summary-input-range): Added mark, nokill->entirely.
2291
2292         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2293         messages as read.
2294
2295 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2298         update-noscore.
2299         (wl-summary-sync): Follow the change above.
2300
2301 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-action.el (wl-summary-target-mark-all): Use
2304         elmo-folder-list-messages.
2305
2306 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2307
2308         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2309         (wl-summary-rescan): Set wl-summary-scored as nil.
2310         (wl-summary-sync-force-update): Follow the change above.
2311         (wl-summary-sync): Ditto.
2312         (wl-summary-sync-update): Added argument disable-killed.
2313         (wl-summary-insert-headers): Set visible-only argument for
2314         elmo-folder-list-messages.
2315         (wl-summary-input-range): Added update-nokill, update-noscore,
2316         all-nokill, all-noscore and mark.
2317
2318         * Version number is increased to 2.11.5.
2319
2320         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2321
2322 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323
2324         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2325         (wl-summary-prefetch-region-no-mark): Change accordingly.
2326         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2327
2328 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-address.el (wl-complete-field-to): Abolished.
2331         (wl-complete-address): Completion function for completing-read.
2332         * wl-action.el (wl-summary-get-resend-address): Use it.
2333
2334         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2335         wl-summary-update-mark and abolish unused argument.
2336         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2337         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2338         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2339         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2340         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2341         * wl-draft.el (wl-draft-kill): Ditto.
2342
2343         * wl-summary.el: Remove unused binding of case-fold-search.
2344         (wl-summary-replace-status-marks): Abolished.
2345
2346 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2349         is specified or folder length is zero.
2350
2351 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2352
2353         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2354         (wl-folder-archive-current-entity): Ditto.
2355
2356 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2359         retrieving message mark.
2360         (wl-summary-redisplay-internal): Ditto.
2361
2362         * wl-message.el (wl-message-buffer-display): Ignore errors while
2363         retrieving message-id field.
2364
2365         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2366         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2367         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2368         order of the arguments for `wl-expire-message-p'.
2369         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2370
2371         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2372         Check return value of wl-summary-reply.
2373         (wl-summary-reply): Recover window configuration when an error occured.
2374
2375 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2376
2377         * wl-summary.el (wl-summary-resend-message): Abolished, the
2378         feature is inherited by wl-summary-resend (put resend mark).
2379
2380 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2383         wl-message-buffer to nil when the message is hide.
2384
2385 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * .cvsignore: New file.
2388
2389 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-action.el (wl-summary-action-docstring): Add more info.
2392         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2393         duplicate definition.
2394         (wl-summary-define-mark-action): Functions wl-summary-*-region
2395         keep current position.
2396         (wl-summary-unregister-target-mark): Store result to the variable.
2397
2398 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * Version number is increased to 2.11.4.
2401
2402 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2405         wl-summary-delete-all-temp-marks.
2406         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2407
2408         * wl-action.el (wl-summary-set-mark): Changed terminology
2409         refile-destination -> action-argument.
2410         (wl-summary-unset-mark): Ditto.
2411         (wl-summary-remove-argument): Ditto.
2412         (wl-summary-print-argument): Ditto.
2413
2414         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2415         (wl-thread-remove-argument-region): Ditto.
2416         (wl-thread-print-argument-region): Ditto.
2417         (wl-thread-close): Ditto.
2418         (wl-thread-open): Ditto.
2419
2420         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2421         (wl-highlight-refile-destination-face is abolished)
2422         (wl-highlight-action-argument-string): Ditto.
2423         (wl-highlight-summary-current-line): Highlight action argument.
2424
2425         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2426         color for light backgrounds.
2427         (wl-highlight-summary-answered-face): Ditto.
2428
2429 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2432
2433         * wl-score.el (wl-summary-score-update-all-lines): Use
2434         wl-summary-set-mark.
2435         (wl-summary-score-update-all-lines): Kill expunged messages.
2436
2437         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2438
2439 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2442         directly.
2443         (wl-score-overview-entity-get-lines): Ditto.
2444         (wl-score-overview-entity-get-xref): Ditto.
2445         (wl-score-get-latest-msgs): Ditto.
2446         (wl-summary-rescore): Ditto.
2447
2448         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2449         to "&".
2450         (wl-summary-mark-as-answered-internal): New inline function.
2451         (wl-summary-mark-as-answered): New function.
2452         (wl-summary-mark-as-unanswered): Ditto.
2453         (wl-summary-sync-marks): Modified for answered-mark synching.
2454
2455 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * wl-action.el (wl-summary-set-mark): Fixed last change.
2458
2459 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2460
2461         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2462         behavior of wl-summary-unread-message-hook
2463         (Pointed out by akira yamada <akira@arika.org>).
2464
2465 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2468         wl-summary-delete.
2469         * wl-xmas.el (wl-summary-toolbar): Ditto.
2470
2471         * wl-action.el (wl-summary-set-mark): Don't override current
2472         temp-mark.
2473
2474         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2475
2476 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2479         (wl-refile-msgid-learn): Ditto.
2480         (wl-refile-get-field-value): Ditto.
2481
2482         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2483
2484         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2485         (wl-expire-delete-reserved-messages): Renamed from
2486         wl-expire-reserve-marked-msgs-from-list.
2487         (wl-expire-delete): Removed argument `msgdb'.
2488         (wl-expire-refile): Ditto.
2489         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2490         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2491         mark-alist as argument.
2492         (wl-expire-archive-number1): Removed argument `msgdb'.
2493         (wl-expire-archive-number2): Ditto.
2494         (wl-expire-archive-date): Ditto.
2495         (wl-expire-localdir-date): Ditto.
2496         (wl-expire-hide): Ditto.
2497         (wl-archive-number1): Ditto.
2498         (wl-archive-number2): Ditto.
2499         (wl-archive-date): Ditto.
2500         (wl-archive-folder): Ditto.
2501         All other related portions are changed.
2502
2503 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2506         mean move up and down. (suggested by Takashi Kawachi)
2507
2508 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2509
2510         * wl-acap.el (toplevel): Don't require un-define.
2511
2512 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-thread.el (wl-thread-delete-message): Always update
2515         wl-summary-buffer-number-list.
2516
2517         * wl-action.el (wl-summary-print-destination): 
2518         Do nothing when folder is nil.
2519
2520 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2523         persistent mark when prefetch is succeeded.
2524
2525 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2526
2527         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2528         instead of elmo-msgdb-delete-msgs.
2529         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2530         (wl-expire-hide): Ditto.
2531
2532         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2533
2534         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2535         elmo-msgdb interface.
2536         (wl-thread-get-exist-children): Likewise.
2537         (wl-thread-insert-message): Likewise.
2538         (wl-thread-msg-mark-as-important): Likewise.
2539         (wl-thread-insert-entity-sub): Likewise.
2540         (wl-thread-get-children-msgs-uncached): Likewise.
2541
2542         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2543         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2544         (wl-summary-sync-update): Likewise.
2545         (wl-summary-auto-select-msg-p): Likewise.
2546         (wl-summary-update-thread): Likewise.
2547         (wl-summary-mark-as-important): Likewise.
2548         (wl-summary-jump-to-msg-internal): Likewise.
2549         (wl-summary-redisplay-internal): Likewise.
2550         (wl-summary-print-message-with-ps-print): Likewise.
2551         (wl-summary-folder-info-update): Likewise.
2552
2553         * wl-folder.el (wl-folder-check-one-entity):
2554         elmo-folder-count-flags instead of wl-summary-count-unread.
2555
2556         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2557
2558         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2559
2560         * wl-summary.el (wl-summary-set-message-modified): 
2561         Call wl-summary-set-mark-modified.
2562         (wl-summary-delete-messages-on-buffer): Call
2563         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2564         (wl-summary-sync-update): Call elmo-folder-length instead of
2565         elmo-folder-messages.
2566         (wl-summary-insert-headers): Don't call
2567         elmo-folder-list-message-entities.
2568
2569 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-action.el (wl-summary-define-mark-action): Call
2572         `wl-summary-set-mark' with argument `data'.
2573         (wl-summary-auto-refile): Fixed order of arguments when call
2574         `wl-summary-refile'.
2575
2576 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2579
2580         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2581
2582         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2583         (Renamed from wl-highlight-summary-deleted-face).
2584         (wl-highlight-summary-resend-face): New face.
2585
2586         (wl-highlight-summary-deleted-face): Renamed from
2587         wl-highlight-summary-erased-face.
2588
2589         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2590
2591         * wl-action.el (wl-summary-get-resend-address): New function.
2592         (wl-summary-exec-action-resend): Ditto.
2593         (wl-summary-exec-action-resend-subr): Ditto.
2594
2595         * w-thread.el (wl-thread-copy): Removed definition.
2596         (wl-thread-refile): Ditto.
2597         (wl-thread-delete): Ditto.
2598         (wl-thread-target-mark): Ditto.
2599
2600         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2601         (wl-summary-target-mark-set-action): Fixed.
2602         (wl-summary-define-mark-action): Fixed quotation.
2603         (wl-summary-move-mark-list-messages): Display message.
2604         (wl-summary-define-mark-action): Define thread functions.
2605         (wl-summary-exec-action-refile): Changed message.
2606         (wl-summary-exec): Ditto.
2607
2608 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2609         
2610         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2611         '%%'.
2612
2613 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl.el (toplevel): Require wl-action.
2616         (wl-init): Call wl-summary-define-mark-action.
2617
2618         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2619
2620         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2621         wl-summary-delete and wl-summary-erase.
2622         (wl-summary-mode-map): Ditto.
2623
2624         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2625         wl-delete-folder-alist.
2626
2627         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2628         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2629         (toplevel): Moved mark & action related functions to the wl-action.el.
2630
2631         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2632         in wl-summary-mark-action-list.
2633         (wl-highlight-summary-current-line): Ditto.
2634
2635         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2636         empty lines.
2637
2638         * wl-action.el: New file. 
2639
2640 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2641
2642         * wl-summary.el (wl-summary-target-mark-replace): New function.
2643         (wl-summary-target-mark-prefetch): Use it.
2644         (wl-summary-target-mark-delete): Ditto.
2645         (toplevel): Rearranged definition order.
2646         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2647         (wl-summary-target-mark-erase): Rewrite.
2648         (wl-summary-erase-region): New function.
2649         (wl-summary-exec-action-erase): Changed message.
2650         (wl-summary-move-mark-list-messages): New function.
2651         (wl-summary-exec-action-delete): Use it.
2652         (wl-summary-exec-action-erase): Ditto.
2653
2654         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2655         (wl-summary-skip-mark-list): Added "d".
2656
2657         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2658         while searching.
2659
2660         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2661         and define using defcustom;
2662         Define 4th element as a face.
2663         
2664         * wl-summary.el (wl-summary-incorporate): Use 
2665         `wl-summary-prefetch-region-no-mark' instead of
2666         `wl-summary-prefetch-region'.
2667         (wl-summary-prefetch-region-no-mark): Revival of old
2668         `wl-summary-prefetch-region'.
2669         (wl-summary-mark-action-list): Moved to wl-vars.el
2670
2671         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2672         face according to the `wl-summary-mark-action-list'.
2673         (wl-highlight-summary-current-line): Ditto;
2674         Removed destination highlighting.
2675
2676         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2677         (wl-highlight-summary-line-string): Highlight for "i" mark.
2678         (wl-highlight-summary-current-line): Ditto.
2679
2680         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2681         no destination.
2682
2683         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2684         exists, just go ahead.
2685         (wl-summary-prefetch-region): Rewrite.
2686         (wl-summary-prefetch): Ditto.
2687         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2688         (wl-summary-exec-action-prefetch): New function.
2689         (wl-summary-target-mark-prefetch): Rewrite.
2690
2691 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2694         (wl-highlight-summary-line-string): Added "d" and "D".
2695         (wl-highlight-summary-current-line): Ditto.
2696
2697         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2698         in wl-summary.el.
2699         (wl-thread-insert-entity-sub): Ditto.
2700         (wl-thread-remove-destination-region): Ditto.
2701         (wl-thread-print-destination-region): Ditto.
2702
2703         * wl-summary.el (wl-summary-buffer-refile-list,
2704         wl-summary-buffer-delete-list,
2705         wl-summary-buffer-copy-list): Abolish.
2706         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2707         All other related portions are changed.
2708         (wl-summary-mark-action-list): New variable.
2709         (wl-summary-set-mark): New function.
2710         (wl-summary-register-target-mark): Ditto.
2711         (wl-summary-unregister-target-mark): Ditto.
2712         (wl-summary-have-target-mark-p): Ditto.
2713         (wl-summary-register-temp-mark): Ditto.
2714         (wl-summary-unregister-temp-mark): Ditto.
2715         (wl-summary-registered-temp-mark): Ditto.
2716         (wl-summary-collect-temp-mark): Ditto.
2717         (wl-summary-unset-mark): Ditto.
2718         (wl-summary-set-target-mark): Ditto.
2719         (wl-summary-unset-target-mark): Ditto.
2720         (wl-summary-set-action-generic): Ditto.
2721         (wl-summary-unset-action-generic): Ditto.
2722         (wl-summary-exec-action-delete): Ditto.
2723         (wl-summary-exec-action-erase): Ditto.
2724         (wl-summary-set-action-refile): Ditto.
2725         (wl-summary-set-action-refile-subr): Ditto.
2726         (wl-summary-unset-action-refile): Ditto.
2727         (wl-summary-make-destination-numbers-list): Ditto.
2728         (wl-summary-exec-action-refile): Ditto.
2729         (wl-summary-set-action-copy): Ditto.
2730         (wl-summary-unset-action-copy): Ditto.
2731         (wl-summary-exec-action-copy): Ditto.
2732         (wl-summary-collect-numbers-region): Ditto.
2733         (wl-summary-delete): Rewrite.
2734         (wl-summary-erase): Ditto.
2735         (wl-summary-remove-destination): Ditto.
2736         (wl-summary-exec): Ditto.
2737         (wl-summary-exec-region): Ditto.
2738         (wl-summary-target-mark-erase): Ditto.
2739         (wl-summary-refile): Ditto.
2740         (wl-summary-copy): Ditto.
2741         (wl-summary-unmark): Ditto.
2742         (wl-summary-delete-all-mark): Ditto.
2743         (wl-summary-mark-line): Don't highlight.
2744         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2745         (wl-summary-target-mark-refile-subr): Rewrite.
2746
2747         (wl-summary-copy-prev-destination): Abolish.
2748
2749 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2750
2751         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2752         default values along the value of wl-on-mule.
2753         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2754         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2755         It is not used anywhere.
2756
2757 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2758
2759         * wl-summary.el (wl-summary-print-destination): Keep position.
2760         (wl-summary-cursor-move-surface): Keep horizontal position.
2761
2762 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2763
2764         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2765         write sendlog.
2766
2767 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2768
2769         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2770         `wl-summary-highlight'.
2771
2772 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2773
2774         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2775         trivial condition for temp-mark.
2776
2777 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2778
2779         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2780         when it hits killed buffer.
2781
2782 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2783
2784         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2785         * wl-news.el.in: `message' and `error' take format string.
2786
2787 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2788
2789         * wl-folder (wl-folder-insert-entity): Display a message,
2790         `...done', when the work finish.
2791         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2792
2793 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-message.el (wl-message-redisplay): Remove unused local
2796         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2797
2798 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2799
2800         * wl-summary.el (wl-summary-replace-status-marks): Disable
2801         interactive use.
2802         (wl-summary-reedit): Check message existence at first.
2803         (wl-summary-mark-line): Fix doc, return value is indefinite.
2804
2805         * wl-highlight.el (wl-highlight-message): Arranged.
2806
2807         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2808         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2809         check temp-mark by wl-summary-temp-mark always.
2810         (wl-highlight-summary): Change accordingly.
2811         * wl-summary.el (wl-summary-mark-as-read-all)
2812         (wl-summary-delete-cache, wl-summary-set-score-mark)
2813         (wl-summary-mark-as-unread, wl-summary-unmark)
2814         (wl-summary-mark-line, wl-summary-mark-as-read)
2815         (wl-summary-mark-as-important): Ditto.
2816
2817         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2818         end of the window if possible.
2819         * wl-summary.el (wl-summary-sync-update): Support lazy
2820         highlighting.
2821         (wl-summary-toggle-disp-msg): Ditto.
2822
2823 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2824
2825         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2826
2827 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2830         change.
2831
2832 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2835         API.
2836         (wl-summary-sync-update): Ditto.
2837
2838         * wl-score.el (wl-score-get-score-alist): Changed argument.
2839         (wl-summary-rescore-msgs): Likewise.
2840         (wl-summary-score-headers): Likewise.
2841         (wl-score-headers): Likewise;
2842         Use elmo-folder-do-each-message-entity, etc.
2843         (wl-summary-score-effect): Follow the changes above.
2844         (wl-summary-rescore): Ditto.
2845         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2846         (wl-score-get-overview): Abolish.
2847
2848         * wl-summary.el (wl-summary-default-from): Follow the API change in
2849         elmo-msgdb.
2850         (wl-summary-count-unread): Ditto.
2851         (wl-summary-detect-mark-position): Ditto.
2852         (wl-summary-overview-entity-compare-by-date): Ditto.
2853         (wl-summary-overview-entity-compare-by-number): Ditto.
2854         (wl-summary-overview-entity-compare-by-from): Ditto.
2855         (wl-summary-overview-entity-compare-by-subject): Ditto.
2856         (wl-summary-get-list-info): Ditto.
2857         (wl-summary-rescan): Ditto.
2858         (wl-summary-jump-to-msg-by-message-id): Ditto.
2859         (wl-summary-sync-update): Ditto; Removed comment.
2860         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2861         (wl-summary-insert-message): Use wl-summary-insert
2862         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2863         (wl-summary-insert-headers): Changed argument overview to folder.
2864         (wl-summary-search-by-subject): Likewise.
2865         (wl-summary-insert-thread): Renamed from 
2866         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2867
2868         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2869         too.
2870
2871         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2872         wl-string-member.
2873
2874 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2877         elmo-folder-append-buffer.
2878         (wl-draft-queue-append): Likewise.
2879
2880         * wl-mime.el (wl-message-delete-current-part): Ditto.
2881         (wl-summary-burst-subr): Ditto.
2882
2883         * wl-news.el.in (wl-news-send-news): Ditto.
2884
2885 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2888         function.
2889         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2890         (wl-summary-update-mark): Enclose with save-excursion.
2891         (wl-summary-mark-as-read-internal): Fixed last change.
2892         (wl-summary-mark-as-important): Use 3rd argument of
2893         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2894         Don't use elmo-msgdb-set-mark.
2895         (wl-summary-redisplay-internal): If msgdb flag is already read,
2896         just update the mark on buffer.
2897
2898 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2899
2900         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2901         cut visible folder when elmo-folder-delete returns non-nil value.
2902
2903 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2904
2905         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2906         by Kenichi OKADA <okada@opaopa.org>).
2907
2908 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2911
2912 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2913
2914         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2915         Fixed the last change, search group entity by its real name.
2916         (Thanks to: KOBAYASHI Shinji)
2917
2918 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2919
2920         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2921         (wl-fldmgr-access-display-all): Don't refer visible name.
2922         * wl-expire.el (wl-folder-archive-current-entity)
2923         (wl-folder-expire-current-entity): Ditto.
2924         * wl-folder.el (wl-folder-jump-to-current-entity)
2925         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2926         (wl-folder-open-folder-sub,wl-folder-open-all)
2927         (wl-folder-write-current-folder): Ditto.
2928         (wl-folder-insert-entity): Don't use petname for normal group.
2929         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2930         is the real name.
2931         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2932         Abolished.
2933
2934 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2935
2936         * wl-draft.el (wl-draft-create-buffer): Add
2937         `wl-summary-reply-with-citation'
2938
2939 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2940
2941         * wl-draft.el (wl-draft-reply): Fixed.
2942
2943 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2944
2945         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2946         when `wl-draft-send-confirm-with-preview' is non-nil.
2947         You can scroll up/down by j/k.
2948         (wl-draft-send-confirm-with-preview): New variable (default=t).
2949
2950 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2951
2952         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2953         (wl-fldmgr-save-folders): Fix comment.
2954
2955 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2956
2957         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2958         along the last change in `wl-folder-buffer-group-p'.
2959
2960 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2963         folder.
2964
2965         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2966         the default value.
2967
2968         * wl-mime.el (wl-summary-burst): Update summary only when target
2969         folder equals current folder.
2970
2971 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2974
2975 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2978         value.
2979
2980 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2983         `map-extents' instead of `extent-at' repeatedly.
2984         (wl-highlight-folder-current-line): Ditto.
2985
2986         * wl-highlight.el: Remove useless dummy functions.
2987
2988 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2991         (wl-folder-put-folder-property): New function to put text property.
2992         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2993         (wl-folder-insert-entity, wl-folder-update-diff-line)
2994         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2995         * wl-e21.el, wl-xmas.el, wl-mule.el
2996         (wl-highlight-folder-current-line): Ditto.
2997         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2998         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2999         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3000         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3001
3002 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * Version number is increased to 2.11.3.
3005
3006 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3009         Resume current-buffer since it is assumed by remaining tasks.
3010
3011 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3012
3013         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3014         (wl-folder-completion-function): Abolished.
3015         (wl-folder-complete-folder): New function.
3016         (wl-folder-complete-filter-condition): Ditto.
3017         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3018         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3019
3020 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3021
3022         * wl-draft.el (wl-draft-send-confirm): New function.
3023         (wl-draft-send): Use it.
3024
3025         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3026         cursor-in-echo-area while confirming.
3027
3028         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3029
3030         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3031         searching via nntp if wl-summary-search-via-nntp is 'force.
3032         Otherwise, invoke searching in nntp folder only.
3033         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3034
3035         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3036         explicitly for mime-make-text-tag.
3037
3038 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3039
3040         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3041         `mime-make-text-tag' instead of `mime-create-tag'.
3042
3043 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3046         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3047
3048 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-score.el (wl-score-save): Bind print-length and print-level.
3051         (wl-score-pretty-print): Ditto.
3052         (wl-score-edit-insert-header-entry): Ditto.
3053
3054         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3055         "From" entry to be treated with wl-draft-eword-encode-address-list.
3056         * wl-mime.el (wl-draft-preview-message): Ditto.
3057
3058         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3059         (wl-summary-mark-as-unread): Ditto.
3060         (wl-summary-mark-as-read-region): Change accordingly.
3061         (wl-summary-mark-as-unread-region): Ditto.
3062         (wl-summary-target-mark-mark-as-read): Ditto.
3063         (wl-summary-target-mark-mark-as-unread): Ditto.
3064
3065 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * Version number is increased to 2.11.2.
3068
3069 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3070
3071         * wl-news.el.in (wl-news-previous-version-save): Bind
3072         print-length and print-level.
3073         * wl-thread.el (wl-thread-save-entities): Ditto.
3074         (wl-thread-save-top-list): Bind print-length.
3075
3076 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-highlight.el (wl-highlight-summary-line-string): Use
3079         wl-summary-score-below-mark, wl-summary-score-over-mark.
3080         (wl-highlight-summary-current-line): Ditto.
3081
3082 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3085         insert it.
3086
3087 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3088
3089         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3090
3091 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3094         message without msgid.
3095         Rewrite with elmo-folder-move-messages.
3096         Set wl-message-buffer to nil.
3097
3098         * wl-summary.el (wl-summary-erase-subr): New function. Use
3099         elmo-folder-move-messages.
3100         (wl-summary-erase): Call it.
3101         (wl-summary-target-mark-erase): Ditto.
3102
3103 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3104
3105         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3106         it is not up-tp-date.
3107
3108 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3111         buffer after calling `wl-summary-goto-folder-subr' without the
3112         argument `interactive'.
3113         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3114
3115 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3116
3117         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3118         `mime-create-tag'. Use `string=' instead of `looking-at'.
3119
3120 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3121
3122         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3123         to avoid compile warning.
3124
3125         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3126         entity-id when folder is given.
3127         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3128         save-excursion, use save-selected-window instead.
3129         Select folder buffer window if exists.
3130         (To correct behavior with wl-folder-move-cur-folder.)
3131
3132 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3133
3134         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3135
3136 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3137
3138         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3139         list-count instead of %d.
3140
3141 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3144         (wl-news): Set it.
3145         (wl-news-append-to-folder): Use it.
3146
3147         * wl-news.el.in (wl-news-send-news): Append to specified folder
3148         instead of wl-default-folder.
3149         (wl-news-append-to-folder): Show error message with specified folder.
3150
3151         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3152                 In most major modes, Emacs assumes that any opening
3153                 delimiter found at the left margin is the start of a
3154                 top-level definition, or defun. Therefore, *never put an
3155                 opening delimiter at the left margin unless it should have
3156                 that significance.*
3157
3158         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3159
3160 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3161
3162         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3163
3164 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3165
3166         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3167
3168 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3169
3170         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3171         for sequential numbering case.
3172
3173 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3174
3175         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3176         value.
3177         (wl-draft-reply-without-argument-list): Ditto.
3178         (wl-draft-reply-myself-with-argument-list): Abolish.
3179         (wl-draft-reply-myself-without-argument-list): Ditto.
3180         * wl-draft.el (wl-draft-self-reply-p): New function.
3181         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3182
3183 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3186         (avoid error for the case without byte-compiling)
3187
3188 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3189
3190         * wl-news.el.in (wl-news-append-to-folder): New function.
3191         (wl-news-exit): Rewrite.
3192         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3193
3194 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3195
3196         * wl-draft.el (wl-draft-reply-position): New function.
3197         (wl-draft-reply-position): Fix.
3198         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3199         (wl-summary-target-mark-reply-with-citation): Ditto.
3200         (wl-summary-reply-with-citation): Ditto.
3201         * wl-vars.el (wl-draft-reply-default-position): New variable.
3202
3203 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3204
3205         * wl-draft.el (wl-draft-send): Preview when interactive send.
3206
3207 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3208
3209         * wl-draft.el (wl-draft-reply): Set default position.
3210         * wl-summary.el (wl-summary-reply): Ditto.
3211         (wl-summary-reply-with-citation): Ditto.
3212         (wl-summary-target-mark-reply-with-citation): Ditto.
3213
3214 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3215
3216         * wl-news.el.in (wl-news-lang): Set default value according to
3217         current-language-environment.
3218         (wl-news-append-news): Do nothing when news-list is nil.
3219
3220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3221
3222         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3223         (wl-news): Change message.
3224         (wl-news-exit): Check buffer.
3225         (wl-news-force-exit): New function.
3226         (wl-news-show-all): New function.
3227         (wl-news-discard-and-exit): Fix.
3228
3229 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3232         according to current-language-environment.
3233
3234         * wl-news.el.in (wl-news): If arg, show all NEWS after
3235         wl-news-default-previous-version.
3236
3237 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3238
3239         * wl-news.el.in (wl-news-check): Rewritten.
3240         (wl-news-previous-version-load): Change data type.
3241         (wl-news-previous-version-save): Change data type.
3242         (wl-news-append-news): Add return value.
3243         (wl-news-check-news): New function.
3244         (wl-news-already-current-p): New function.
3245         (wl-news-send-news): Rewritten.
3246         (wl-news-mode-map): Add new keybind.
3247         (wl-news): Rewritten.
3248         (wl-news-exit): Rewritten.
3249         (wl-news-discard-and-mail): New function.
3250         (wl-news-send-to-address): Abolished.
3251         * wl.el (wl-init): Delete a message.
3252
3253 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3254
3255         * wl-news.el.in (wl-news-exit): Update previous version.
3256         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3257
3258 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3259
3260         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3261
3262 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3263
3264         * wl-news.el.in (wl-news): New function.
3265         (wl-news-mode): New function.
3266         (wl-news-next-line): New function.
3267         (wl-news-next-page): New function.
3268         (wl-news-exit): New function.
3269         (wl-news-buf-name): New variable.
3270         (wl-news-mode-map): New variable.
3271         (wl-news-winconf): New variable.
3272         (wl-news-append-news): Add an option.
3273
3274 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3275
3276         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3277
3278 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3279
3280         * wl-news.el.in (wl-news-send-to-address): New variable.
3281         (wl-news-send-news): Use it.
3282         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3283         Return updating status.
3284         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3285
3286 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3287
3288         * wl-news.el.in (wl-news-send-news): Delete
3289         Organization and X-Face.
3290
3291 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3292
3293         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3294         (wl-news-append-news): New function.
3295         (wl-news-send-news): New function.
3296
3297 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3298
3299         * Version number is increased to 2.11.1.
3300
3301 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3302
3303         * wl-news.el.in : New file.
3304
3305 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3306
3307         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3308         default value.
3309         (wl-draft-reply-without-argument-list): Ditto.
3310
3311 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3312
3313         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3314         (wl-message-buffer-prefetch-idle-time): Ditto.
3315         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3316
3317 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-thread.el (wl-thread-insert-message): Use
3320         wl-summary-max-thread-depth.
3321
3322         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3323         loop detection.
3324
3325         * wl-message.el (wl-message-buffer-display): Back to the first page
3326         when cache is hit.
3327
3328 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3329
3330         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3331
3332         * wl-summary.el (wl-summary-insert-thread-entity):
3333         If the thread depth is reached to wl-summary-max-thread-depth,
3334         divide the thread.
3335
3336 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3337
3338         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3339         for elmo-remove-passwd.
3340
3341 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3342
3343         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3344         folder is sticky.
3345         (wl-folder-mark-as-read-all-entity): Ditto.
3346         (wl-folder-prefetch-entity): Ditto.
3347
3348 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3349
3350         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3351
3352 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3355         Delete messages on buffer for unplugged operation.
3356         (wl-summary-erase): Ditto.
3357
3358 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3359
3360         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3361         take nil so as not to search parent by subject.
3362
3363 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3364
3365         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3366         (wl-folder-get-next-folder): Ditto.
3367         (wl-folder-get-path): Ditto.
3368
3369 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3370
3371         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3372         system and encode the region with it before verifying.
3373
3374 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3377         system of the echo buffer before decoding.
3378
3379 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3382         original contents.
3383
3384 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3387         with argument 'any-exists.
3388
3389 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3392         Use `wl-cs-autoconv'.
3393
3394 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3397         by `mime-view-automatic-conversion'.
3398
3399         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3400         (wl-message-verify-pgp-nonmime): Ditto.
3401         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3402         Bind them to C-c:d and C-c:v respectively.
3403
3404         Merge following code by Teranishi-san from [wl-en:00167].
3405         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3406         (wl-mime-preview-application/pgp-encrypted): Ditto.
3407         (wl-mime-setup): Add entry.
3408
3409 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3410
3411         * wl-summary.el (wl-summary-target-mark-erase): New function.
3412         Bind it to "mD".
3413
3414 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3415
3416         * wl-vars.el (wl-draft-write-file-function): Fix.
3417         (wl-draft-reedit-hook): Changed default value.
3418
3419         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3420         wl-draft-reedit-hook.
3421         (wl-draft-remove-text-plain-tag): New function.
3422         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3423
3424         * wl-vars.el (wl-draft-write-file-function): New user option.
3425
3426         * wl-draft.el (wl-draft-prepare-edit): Use it for
3427         local-write-file-hooks.
3428         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3429
3430         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3431         (wl-draft-insert-mail-header-separator): Return the body beginning
3432         point.
3433         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3434         text/plain.
3435         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3436
3437 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3438
3439         * wl-summary.el (wl-summary-erase): New function to erase message
3440         without moving it to trash. Bind to "D".
3441
3442         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3443         as `keep' unless switch-function.
3444
3445 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3448         message buffer by using `wl-summary-toggle-disp-msg'.
3449         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3450         buffer window.
3451         (wl-summary-supresedes-message): Ditto.
3452
3453         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3454         Do not delete other windows.
3455         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3456         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3457         (wl-draft-create-buffer): Set reply-or-forward also for target
3458         mark commands.
3459
3460 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-draft.el (wl-user-agent-compose): Delete special case for
3463         switch-to-buffer-other-window.
3464
3465         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3466         (wl-summary-forward): Ditto.
3467
3468         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3469         function.
3470         (wl-draft-buffer-style): New use option.
3471
3472         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3473         (wl-draft): Follow the change above.
3474         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3475         wl-draft-buffer-style.
3476         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3477         switch-function.
3478
3479 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3480
3481         * wl-address.el (wl-address-make-completion-entry): Extracted from
3482         `wl-address-make-completion-list'.
3483         (wl-address-enable-strict-loading): New variable.
3484         (wl-address-make-completion-list): Revive petname duplication
3485         inquiry, and enable it if `wl-address-enable-strict-loading'.
3486         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3487
3488 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-message.el (wl-message-get-original-buffer): Avoid
3491         'Selecting deleted buffer' error when original buffer is killed.
3492
3493 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-summary.el (wl-summary-next-message): Use
3496         elmo-message-accessible-p instead of elmo-message-cached-p.
3497
3498 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3501
3502         * wl-thread.el (wl-thread-open-all-unread): Use
3503         elmo-folder-list-flagged instead of
3504         elmo-folder-list-messages-mark-match.
3505
3506         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3507         instead of elmo-folder-list-messages-mark-match.
3508         (wl-summary-move-spec-alist): New variable.
3509         (wl-summary-move-spec-plugged-alist,
3510         wl-summary-move-spec-unplugged-alist): Abolish.
3511         (wl-summary-next-message): Follow the change above.
3512         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3513         with 'no-msg' argument.
3514
3515         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3516         variable.
3517         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3518         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3519         (wl-message-buffer-prefetch-get-next): Follow the change above.
3520
3521 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-version.el (wl-version): Changed codename.
3524
3525         * Version number is increased to 2.11.0.
3526
3527 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3530         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3531         `wl-draft-config-variables'.
3532         (wl-draft-kill): Fixed problem when the draft is reedit.
3533
3534 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3537         buffer-modified status (Thanks to
3538         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3539
3540 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-util.el (wl-region-exists-p): New function.
3543
3544         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3545         Remove defvars for byte-compile warnings.
3546
3547 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3550         defvar-maybe. Removed unused bind.
3551
3552 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3555         summary buffer window before creating new frame.
3556         (wl-draft-reply): Ditto.
3557
3558 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3559
3560         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3561
3562 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3565
3566 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3567
3568         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3569         instead of `kill-region'.
3570
3571 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3574         (wl-highlight-summary-line-string): Use it.
3575         (wl-highlight-summary-current-line): Ditto.
3576
3577         * wl-mime.el (wl-message-delete-current-part): Check the class of
3578         mime-entity.
3579
3580         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3581
3582         * wl-summary.el (wl-summary-make-number-list): Initialize.
3583         (wl-summary-update-mark): New function.
3584         (wl-summary-reply): Put `answered' mark on the message.
3585         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3586
3587         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3588         (wl-draft-reply): Added optional argument `number';
3589         Set wl-draft-parent-number.
3590         (wl-draft-kill): Delete answered mark if it is a reply.
3591
3592 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3595         that originates in mime-preview-follow-current-entity.
3596         (wl-draft-yank-current-message-entity): Use it if region is active.
3597
3598         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3599         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3600         `wl-message-delete-current-part'.
3601         * wl-mule.el (wl-message-define-keymap): Ditto.
3602         * wl-xmas.el (wl-message-define-keymap): Ditto.
3603
3604 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3605
3606         * wl-mime.el (wl-message-delete-current-part): New function.
3607         (wl-mime-node-id-to-string): Ditto.
3608
3609         * wl-mime.el (wl-message-delete-current-part): Use existing
3610         original buffer which corresponds current mime-view buffer.
3611         (fetched buffer might have different structure, possibly)
3612
3613         * wl-mime.el (wl-message-delete-current-part): Quit if the
3614         message content differs from the actual message.
3615
3616 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3617
3618         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3619         order.
3620         (wl-summary-search-by-subject): Search parent message from tail;
3621         Check the existence of the parent message on the current thread tree.
3622         (wl-summary-update-thread): Check whether the line is inserted.
3623
3624 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-vars.el (wl-summary-line-format): Undo last change.
3627         * wl-summary.el (wl-summary-print-destination): Do not put
3628         invisible property when `wl-summary-width' is nil.
3629         (wl-summary-line-subject-minimum-length): Abolished.
3630         (wl-summary-line-subject): Ditto.
3631
3632 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-vars.el (wl-summary-line-format): Change default value.
3635         (wl-summary-subject-length-limit): Abolished.
3636         * wl-summary.el (wl-summary-line-subject): Ditto.
3637
3638 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3639
3640         * wl-template.el (wl-template-select): Added optional argument.
3641         If optional argument is specified, reverse
3642         `wl-template-visible-select'.
3643
3644 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3647         Take prefix argument to force asking the destination folder.
3648
3649 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3650
3651         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3652         count and update status.
3653
3654 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-summary.el (wl-summary-redisplay-internal): If
3657         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3658         after fetching.
3659
3660 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3663         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3664
3665         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3666
3667 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3670         (All other related portions are changed).
3671         (wl-summary-mark-as-read-all): Rewrite.
3672
3673 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3676         `wl-summary-mark-as-read'.
3677         (wl-summary-mark-as-unread): Rewrite.
3678         (wl-summary-mark-as-read): Added no-modeline argument.
3679         (wl-summary-resume-cache-status): Rewrite.
3680         (wl-summary-exec-subr): Remove unused local variable.
3681
3682 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3683
3684         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3685         logic to call `wl-summary-buffer-prev-folder-function'.
3686         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3687
3688 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3691         is nil.
3692
3693 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3694
3695         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3696         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3697         (wl-mime-setup): Add its entry.
3698
3699 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3700
3701         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3702         (wl-summary-delete-cache): Likewise.
3703         (wl-summary-mark-as-read): Rewrite.
3704
3705 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3708         `wl-summary-count-unread'.
3709
3710         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3711
3712         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3713
3714 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3717         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3718         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3719         Renamed to the elmo-msgdb-*-mark.
3720         (wl-summary-score-marks): Follow the change above.
3721         (wl-summary-auto-refile-skip-marks): Ditto.
3722         (wl-summary-incorporate-marks): Ditto.
3723         (wl-summary-expire-reserve-marks): Ditto.
3724
3725         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3726         changes.
3727         (wl-thread-insert-top): Changed updating message.
3728
3729         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3730         variable.
3731         (wl-summary-count-unread): Count answered marks.
3732         (wl-summary-rescan): Call wl-summary-insert-message instead of
3733         wl-summary-append-message-func-internal.
3734         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3735         (wl-summary-prefetch-msg): Follow the variable name changes.
3736         (wl-summary-prefetch-region): Ditto.
3737         (wl-summary-mark-as-read-all): Follow the API changes;
3738         Don't call elmo-folder-replace-marks.
3739         (wl-summary-delete-cache): Follow the variable name changes.
3740         (wl-summary-resume-cache-status): Ditto.
3741         (wl-summary-update-status-marks): New function.
3742         (wl-summary-insert-message): New function.
3743         (wl-summary-sync-marks): Follow the variable name changes.
3744         (wl-summary-sync-update): Synchronize to the msgdb, too;
3745         Changed update messages.
3746         (wl-summary-make-number-list): Rewrite.
3747         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3748         (wl-summary-mark-as-unread): Follow the API changes.
3749         (wl-summary-exec-subr): Follow the variable name changes.
3750         (wl-summary-mark-as-read): Ditto.
3751         (wl-summary-move-spec-plugged-alist): Ditto.
3752         (wl-summary-move-spec-unplugged-alist): Ditto.
3753         (wl-summary-cursor-move-surface): Ditto.
3754
3755         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3756         variable name changes.
3757         (wl-highlight-summary-current-line): Ditto.
3758
3759         * wl-expire.el (wl-expire-refile): Follow the API change in
3760         elmo-folder-move-messages.
3761         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3762         (wl-summary-archive): Use elmo-folder-msgdb instead of
3763         elmo-msgdb-load.
3764
3765 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3766
3767         * wl-mime.el (wl-draft-preview-message): Restore the position
3768         before evaluating wl-draft-send-hook in preview buffer.
3769
3770 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3773         when it creates new draft buffer.
3774
3775         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3776         without argument.
3777
3778         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3779         Evaluate content and if the value is string, insert it.
3780         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3781         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3782         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3783         wl-draft-config-sub-part-bottom): Use it.
3784
3785         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3786         with the folder name. The question was unintelligible when it is
3787         called from wl-save-status.
3788
3789 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3792         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3793         cannot take second argument).
3794
3795 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3798         as t. Since type and subtype are not case sensitive (RFC 2045).
3799
3800 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3801
3802         * wl-vars.el (wl-message-mode-line-format): New variable.
3803         (wl-message-mode-line-format-spec-alist): Ditto.
3804         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3805         (wl-message-redisplay): Use wl-message-mode-line-format.
3806
3807 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3810
3811 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-summary.el (wl-summary-default-from): Write description.
3814
3815 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-vars.el (wl-ldap-objectclass): Abolish.
3818
3819         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3820         (wl-ldap-make-filter): Removed condition for objectclass.
3821         (wl-ldap-make-matched-value-list): Remove meaningless process.
3822         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3823         (wl-address-ldap-search): Don't add `*' to `pat' string;
3824         use ignore-errors; added `email';
3825         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3826         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3827         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3828
3829
3830 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-draft.el (wl-draft-parent-folder): Write description.
3833         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3834
3835 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3838         as "" (zero-length string) if no parent.
3839         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3840
3841 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-address.el (wl-address-make-completion-list): Skip duplication
3844         checking.
3845         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3846         `append'.
3847
3848 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3849
3850         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3851         instead of `beginning-of-buffer'.
3852
3853 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3856
3857 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3860         Refer wl-message-buffer-name.
3861         (wl-message-wheel-down): Ditto.
3862
3863 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-vars.el (wl-message-buffer-name): New user option.
3866
3867         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3868         directly instead of making alist dinamically.
3869
3870         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3871         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3872         wl-message-buffer-cache-name.
3873         (wl-message-buffer-cache-clean-up): Ditto.
3874
3875         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3876
3877         * Version number is increased to 2.9.15.
3878
3879 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3880
3881         * wl-vars.el (wl-summary-default-view-alist): New user option.
3882
3883         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3884
3885         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3886         while deleting address.
3887         (wl-draft-delete-myself-from-cc): Ditto.
3888
3889         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3890         If optional argument is specified, reverse sort order.
3891
3892         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3893
3894 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-thread.el (wl-thread-insert-message): Return parent number if
3897         exists.
3898         (wl-thread-update-indent-string-region): Use
3899         wl-thread-update-line-on-buffer-sub instead of
3900         wl-thread-update-line-on-buffer.
3901
3902 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3903
3904         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3905         (wl-folder-close-all): Ditto.
3906
3907 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3908
3909         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3910         and mailing-list:.
3911         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3912         value.
3913         (wl-summary-line-list-info): Print mailing-list name even when 
3914         list-number is empty.
3915
3916 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3917
3918         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3919
3920         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3921         (wl-draft-open-file): Ditto.
3922         (wl-draft-random-alphabet): Ditto.
3923
3924         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3925         bindings.
3926
3927 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3930         * wl-vars.el (wl-draft-config-alist): Ditto.
3931
3932 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * Version number is increased to 2.9.14.
3935
3936         * wl.el (wl): Don't set wl-init as nil when error occured while
3937         auto-checking folders.
3938
3939         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3940         `elmo-expand-newtext'.
3941
3942 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3945         `this-command' so that `wl-folder-goto-folder' contained in
3946         `wl-summary-keep-cursor-command' work.
3947
3948 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3951         message buffer displaying state.
3952
3953 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-vars.el (wl-summary-default-view): New variable to specify
3956         default value for `wl-summary-buffer-view' instead of using
3957         set-default.
3958         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3959
3960 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3961
3962         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3963
3964         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3965
3966 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3967
3968         * wl-vars.el (wl-forward-subject-prefix): New variable.
3969         * wl-draft.el (wl-draft-forward): Use it.
3970
3971 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3972
3973         * wl-message.el (wl-message-prev-page): When it is called without
3974         lines argument, scroll down by wl-message-scroll-amount lines.
3975         (wl-message-next-page): Ditto.
3976         * wl-vars.el (wl-message-scroll-amount): Change default value
3977         to preserve current behavior.
3978
3979 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3980
3981         * wl-summary.el (wl-summary-prefetch-msg): Bind
3982         `wl-message-entity' to call `wl-summary-from-function'.
3983
3984 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3985
3986         * wl-message.el (wl-message-buffer-create): Run
3987         wl-message-buffer-created-hook.
3988
3989 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-summary.el (wl-summary-sort-specs): New variable.
3992         (wl-summary-default-sort-spec): Ditto.
3993         (wl-summary-sort): Rewrite.
3994         (wl-summary-sort-by-list-info): New function.
3995
3996 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3997
3998         * wl-summary.el (wl-summary-get-list-info): New function.
3999         (wl-summary-sort): Rewrite.
4000         (wl-summary-line-list-info): Ditto.
4001         (wl-summary-line-list-count): Ditto.
4002         (wl-summary-refile-region): Fixed docstring.
4003
4004 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4007         `wl-folder-entity-hashtb' as completion table.
4008
4009 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4012         only when this command is called interactively; silence the byte-
4013         compiler.
4014
4015 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4016
4017         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4018         active in XEmacs.
4019
4020 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4021
4022         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4023         plural lines.
4024
4025 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4028         of current line when the cursor is on the header name.
4029         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4030
4031 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4032
4033         * wl-util.el (wl-read-directory-name): Return displayed directory
4034         as the default value also on XEmacs.
4035
4036 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4039         formatting.
4040
4041 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4044         argument and when it is non-nil, check face property before
4045         highlighting for each line.
4046         (wl-highlight-summary-window): Set it.
4047
4048 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4051         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4052
4053         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4054         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4055         (wl-draft-get-fcc-list): Likewise.
4056
4057 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4058
4059         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4060         (wl-thread-entity-cur): Ditto.
4061         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4062         wl-thread-indent-regexp setting.
4063         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4064
4065         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4066         wl-summary-lazy-highlight.
4067         (wl-summary-display-bottom): Ditto.
4068
4069         * wl-thread.el (wl-thread-open-close): Likewise.
4070
4071         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4072         from and subject;
4073         Bind wl-draft-use-frame;
4074         Enclose with save-window-excursion;
4075         Use wl-draft-create-buffer instead of with-temp-buffer;
4076         Use wl-draft-prepare-edit;
4077         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4078         Use wl-draft-send instead of wl-draft-raw-send.
4079
4080 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4083         of using wl-from.
4084
4085 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4088         insert-buffer instead of clone-buffer.
4089         (wl-draft-doing-mime-bcc): New variable.
4090         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4091         infinite loop.
4092         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4093
4094         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4095         (wl-draft-mime-bcc-body): Ditto.
4096
4097         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4098         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4099         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4100         wl-draft-do-mime-bcc.
4101         (wl-draft-mime-bcc-field): New function.
4102         (wl-draft-do-mime-bcc): Ditto.
4103
4104         * wl-address.el (wl-address-complete-header-list): New variable.
4105         (wl-address-complete-header-regexp): Changed default value.
4106
4107         * Version number is increased to 2.9.13.
4108
4109 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4112         it is differed.
4113
4114 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4115
4116         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4117         (wl-summary-line-list-count): Ditto.
4118
4119 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4120
4121         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4122         (wl-nntp-posting-function): New variable.
4123         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4124         `wl-nntp-posting-config-alist'.
4125
4126 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4129         FLIM.
4130
4131 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4132
4133         * wl-summary.el (wl-summary-target-mark-refile-sub):
4134         Remove a nuisance funcall.
4135
4136 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4139         as t for `try-completion'.
4140
4141 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-summary.el (wl-summary-default-from): Use
4144         wl-address-header-extract-address instead of
4145         std11-extract-address-components.
4146         (wl-summary-simple-from): Ditto.
4147         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4148         (wl-summary-insert-headers): Show message.
4149         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4150         for whole line.
4151         (wl-summary-default-from): Revert last change.
4152         (wl-summary-simple-from): Ditto.
4153         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4154         (wl-summary-mark-as-read-region): Follow the change above.
4155         (wl-summary-sync-marks): Ditto.
4156         (wl-summary-target-mark-mark-as-read): Ditto.
4157         (wl-summary-redisplay-internal): Ditto.
4158         (wl-summary-redisplay-no-mime-internal): Ditto.
4159         (wl-summary-redisplay-all-header): Ditto.
4160         (wl-summary-mark-as-read): Removed argument `cached';
4161         Use current cache status to set cache mark.
4162         (wl-summary-redisplay-internal): Follow the change above.
4163         (wl-summary-redisplay-no-mime-internal): Ditto.
4164         (wl-summary-redisplay-all-header): Ditto.
4165
4166         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4167
4168         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4169         Don't call itself recursively (Adviced by Yamaoka-san).
4170
4171 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4172
4173         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4174         bind wl-summary-highlight as nil to avoid error caused by missing
4175         local variables.
4176
4177 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-vars.el (wl-invalid-character-message): New user option.
4180
4181         * wl-util.el (wl-set-string-width): If truncated string-width is
4182         larger than specified width, use `wl-invalid-character-message'.
4183
4184 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4185
4186         * wl-summary.el (wl-summary-prefetch-msg): 
4187         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4188
4189 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-vars.el (wl-summary-check-line-format): New user option.
4192         (wl-summary-line-format-file): Ditto.
4193
4194         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4195         variable.
4196         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4197         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4198         and `wl-summary-view-old-p' to check whether do a rescan or not.
4199         (wl-summary-view-old-p): New function.
4200         (wl-summary-line-format-changed-p): Ditto.
4201         (wl-summary-line-format-save): Ditto.
4202         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4203
4204         * wl-util.el (wl-set-string-width): Avoid using negative number
4205         for make-string.
4206
4207 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4208
4209         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4210         return value.
4211
4212         * wl-util.el (wl-set-string-width): Added optional argument
4213         `padding' (All other related portions are changed).
4214         (wl-line-parse-format): If the first letter of column number is
4215         `0', zero-padding the result (ex: "%05l").
4216
4217         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4218
4219 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4222         sequential summary view.
4223
4224 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4227         if it doesn't have a -unix version.
4228
4229 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4230
4231         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4232
4233 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4236         content.
4237         (wl-draft): Follow the change above.
4238
4239         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4240
4241         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4242         and wl-folder-summary-line-format-alist contain %T and %P.
4243
4244         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4245         (wl-summary-mode-line-format): New user option.
4246         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4247         (wl-summary-line-format): Changed default value.
4248         (wl-summary-lazy-highlight): Changed default value.
4249
4250         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4251         change in wl-summary-create-line.
4252         (wl-thread-insert-entity-sub): Ditto.
4253
4254         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4255         (wl-summary-buffer-unread-status): Ditto.
4256         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4257         (wl-summary-buffer-persistent-mark-column): Ditto.
4258         (wl-summary-buffer-mode-line-formatter): Ditto.
4259         (wl-summary-buffer-mode-line): Ditto.
4260         (wl-summary-message-regexp): Abolished.
4261         (All other related portions are changed.)
4262         (wl-summary-detect-mark-position): New function.
4263         (wl-summary-buffer-set-folder): Setup
4264         wl-summary-buffer-mode-line-formatter.
4265         (wl-summary-mode): Setup selective-display;
4266         Setup pre-idle-hook when xemacs.
4267         (wl-summary-update-modeline): Rewrite.
4268         (wl-summary-jump-to-msg): Define as function;
4269         Changed regexp for searching messages.
4270         (wl-summary-message-number): Rewrite.
4271         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4272         Do rescan when old type summary cache.
4273         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4274         (wl-summary-remove-destination): Use '\r' to detect EOL.
4275         (wl-summary-print-destination): Ditto.
4276         (wl-summary-temp-mark): New inline function.
4277         (wl-summary-persistent-mark): Ditto.
4278         (wl-summary-line-number): New function.
4279         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4280         (wl-summary-line-list-count): New function.
4281         (wl-summary-create-line): Added argument persistent-mark.
4282         (All other related portions are changed)
4283         (wl-summary-create-line): Insert '\r'.
4284         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4285         (wl-summary-cursor-move-surface): New inline function.
4286         (wl-summary-prev): Use it.
4287         (wl-summary-next): Ditto.
4288
4289         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4290         wl-summary-message-regexp.
4291         (wl-highlight-summary): Delete progress message.
4292         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4293
4294         * Version number is increased to 2.9.12.
4295
4296 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4299         variable (nil: no minimum).
4300         (wl-summary-line-subject): Add some spaces after subject by
4301         wl-summary-line-subject-minimum-length.
4302
4303 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4304
4305         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4306         and removed `F'.
4307         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4308         change above).
4309
4310 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl-summary.el (wl-summary-line-list-count): Reverted.
4313         (example setting in samples/*/dot.wl is also updated)
4314
4315 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4318
4319         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4320
4321         * wl-vars.el (wl-summary-line-format): Addes some description to the
4322         docstring.
4323
4324         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4325         (wl-summary-line-close-bracket): Ditto.
4326         (wl-summary-line-children-number): Ditto.
4327         (wl-summary-line-thread-indent): Ditto.
4328         (wl-summary-line-children-and-from): Ditto.
4329
4330         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4331         't', 'c', 'F' and added 'C'.
4332
4333         * wl-util.el (wl-set-string-width): Accept negative value.
4334         (wl-line-parse-format): Added "%number(" and "%)".
4335
4336 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-summary.el (wl-summary-line-list-count): Change format of the
4339         return value.
4340
4341 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4342
4343         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4344         from the recent message.el.
4345         (wl-draft-point-in-header-p): Ditto.
4346         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4347         wl-draft-beginning-of-line.
4348         * wl-e21.el (wl-draft-mode-map): Ditto.
4349         * wl-xmas.el (wl-draft-mode-map): Ditto.
4350
4351         * wl-folder.el: Sort macrodefs by dependencies.
4352
4353 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4354
4355         * wl-summary.el (wl-summary-prev): Fixed regexp.
4356         (wl-summary-next): Ditto.
4357
4358 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4361
4362 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4363
4364         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4365         for backward compatibility.
4366
4367 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-summary.el (wl-summary-line-list-count): New function, merged
4370         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4371         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4372         list counts.
4373
4374 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-summary.el (wl-summary-create-line): Ignore errors while
4377         timezone-fix-time.
4378
4379         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4380
4381         * wl-summary.el (wl-summary-sync-update): Ditto.
4382         (wl-summary-default-from): Use wl-message-entity
4383         instead of entity.
4384
4385         * wl-summary.el (wl-summary-create-line): Fix.
4386
4387         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4388         (wl-summary-line-format): New user option.
4389         (wl-folder-summary-line-format-alist): Ditto.
4390         (wl-summary-from-width): Abolished.
4391
4392         * wl-util.el (toplevel): Require 'bytecomp.
4393         (wl-line-parse-format): New function.
4394         (wl-line-formatter-setup): New macro.
4395
4396         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4397         (wl-summary-buffer-line-formatter): New buffer local variable.
4398         (wl-summary-switch-to-clone-buffer): Follow the change above.
4399         (wl-summary-message-regexp): Fix.
4400         (wl-summary-from-func-internal): Abolished.
4401         (wl-summary-subject-func-internal): Ditto.
4402         (wl-summary-subject-filter-func-internal): Ditto.
4403         (All other related portions are changed.)
4404         (wl-summary-buffer-set-folder):
4405         Set up wl-summary-buffer-number-column and 
4406         wl-summary-buffer-line-formatter
4407         (All other related portions are changed.)
4408         (wl-summary-buffer-number-column-detect): Abolished.
4409         (All other related portions are changed.)
4410         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4411         (wl-summary-delete-all-temp-marks-on-buffer): Use
4412         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4413         (wl-summary-target-mark-delete): Ditto.
4414         (wl-summary-target-mark-refile-subr): Ditto.
4415         (wl-summary-target-mark-mark-as-read): Ditto.
4416         (wl-summary-target-mark-mark-as-unread): Ditto.
4417         (wl-summary-target-mark-mark-as-important): Ditto.
4418         (wl-summary-target-mark-save): Ditto.
4419         (wl-summary-replace-status-marks): Renamed from
4420         wl-summary-set-status-marks-on-buffer;
4421         Use wl-summary-message-regexp instead of
4422         wl-summary-buffer-number-regexp.
4423         (wl-summary-sync-update): Follow the change above.
4424         (wl-summary-goto-previous-message-beginning): New function.
4425         (wl-summary-mark-as-unread): Use it.
4426         (wl-summary-mark-as-important): Ditto.
4427         (wl-summary-line-formatter): New variable.
4428         (wl-summary-line-year): New function.
4429         (wl-summary-line-day): Ditto.
4430         (wl-summary-line-day-of-week): Ditto.
4431         (wl-summary-line-hour): Ditto.
4432         (wl-summary-line-minute): Ditto.
4433         (wl-summary-line-open-bracket): Ditto.
4434         (wl-summary-line-close-bracket): Ditto.
4435         (wl-summary-line-children-number): Ditto.
4436         (wl-summary-line-thread-indent): Ditto.
4437         (wl-summary-line-size): Ditto.
4438         (wl-summary-line-subject): Ditto.
4439         (wl-summary-line-from): Ditto.
4440         (wl-summary-line-children-and-from): Ditto.
4441         (wl-summary-create-line): Rewritten.
4442         (wl-summary-format-date): Abolished.
4443
4444         * wl-highlight.el (wl-highlight-summary-current-line): Use
4445         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4446         Use thread structure to detect thread top message.
4447
4448         * wl-draft.el (wl-default-draft-cite): Don't use
4449         wl-summary-from-func-internal.
4450
4451         * wl-refile.el (wl-refile-subject-learn): Don't use
4452         wl-summary-subject-filter-func-internal.
4453         (wl-refile-guess-by-subject): Ditto.
4454
4455         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4456         parameters.
4457
4458         * wl-thread.el (wl-thread-update-indent-string-region):
4459         Use wl-thread-update-line-on-buffer instead of
4460         wl-thread-update-indent-string.
4461         (wl-thread-update-children-number): Redefine using
4462         wl-thread-update-line-on-buffer.
4463         (wl-thread-update-indent-string): Abolished.
4464
4465         * Version number is increased to 2.9.11.
4466
4467 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4470         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4471         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4472
4473         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4474         as nil.
4475
4476         * wl-thread.el (wl-thread-open-all-unread): Use 
4477         elmo-folder-list-messages-mark-match.
4478         (wl-thread-insert-message): Removed argument `mark-alist'.
4479         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4480         elmo-msgdb-set-mark.
4481         (wl-thread-get-children-msgs-uncached): Likewise.
4482         (wl-thread-get-exist-children): Added argument include-self.
4483         (wl-thread-delete-message): Follow the change above.
4484
4485         * wl-summary.el (wl-summary-count-unread): Removed argument.
4486         (wl-summary-rescan): Follow the change above.
4487         (wl-summary-mark-as-read-region): Ditto
4488         (wl-summary-mark-as-unread-region): Ditto.
4489         (wl-summary-delete-messages-on-buffer): Ditto.
4490         (wl-summary-sync-update): Ditto.
4491         (wl-summary-switch-to-clone-buffer): Ditto.
4492         (wl-summary-goto-folder-subr): Ditto.
4493         (wl-summary-target-mark-mark-as-read): Ditto.
4494         (wl-summary-target-mark-mark-as-unread): Ditto.
4495         (wl-summary-target-mark-mark-as-important): Ditto.
4496         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4497         (wl-summary-update-thread): Removed argument `mark-alist'.
4498         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4499         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4500         (wl-summary-resume-cache-status): Likewise.
4501         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4502         elmo-msgdb-set-mark.
4503         (wl-summary-mark-as-read-all): Likewise.
4504         (wl-summary-delete-cache): Ditto.
4505         (wl-summary-auto-select-msg-p): Ditto.
4506         (wl-summary-mark-as-unread): Ditto.
4507         (wl-summary-no-auto-refile-message-p): Ditto.
4508         (wl-summary-mark-as-read): Ditto.
4509         (wl-summary-mark-as-important): Ditto.
4510         (wl-summary-auto-refile): Follow the change above.
4511         (wl-summary-delete-all-marks): Removed.
4512         (wl-summary-resume-marks-and-highlight): Ditto.
4513         (wl-summary-resume-marks): Ditto.
4514         (wl-summary-delete-important-msgs-from-list): Ditto.
4515         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4516
4517         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4518         wl-summary-count-unread.
4519
4520         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4521         (wl-summary-score-update-all-lines): Use
4522         elmo-msgdb-set-mark.
4523
4524 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4527         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4528         (wl-summary-create-line): Renamed from
4529         wl-summary-overview-create-summary-line;
4530         Argument rearrangement.
4531         (wl-summary-update-thread): Follow the change above.
4532
4533         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4534         (wl-thread-insert-entity-sub): Likewise.
4535
4536         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4537         argument `overview', `mark-alist' and added `msgdb'.
4538
4539         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4540
4541         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4542         (wl-summary-rescan): Follow the change above.
4543         (wl-summary-sync-update): Ditto.
4544         (wl-summary-insert-thread-entity): Ditto;
4545         Don't use `let*' in every while loop;
4546         Detect infinite loop of threads.
4547         (wl-summary-update-thread): Removed argument `overview'.
4548
4549         * wl-thread.el (wl-thread-insert-message): Ditto.
4550
4551         * Version number is increased to 2.9.10.
4552
4553         * wl-message.el (wl-message-redisplay): Ignore errors while
4554         wl-message-redisplay-hook.
4555
4556 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4559
4560 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4561
4562         * wl.el (wl): inhibit-quit while wl-folder.
4563
4564 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4567         while msgdb access.
4568
4569 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4570
4571         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4572         even if no folder is not created.
4573
4574 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4575
4576         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4577
4578         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4579         implementation.
4580         (wl-summary-target-mark-thread): Ditto.
4581
4582         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4583
4584 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4585
4586         * wl-util.el (wl-display-bytes): Remove unused function.
4587
4588 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4591         seems critical one (partially reverse the change in 2002/03/17).
4592
4593 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4596         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4597
4598 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4599
4600         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4601         is not writable.
4602         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4603         plugged status instead of `'force' as 2nd argument.
4604
4605         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4606         is not creatable.
4607
4608         * Version number is increased to 2.9.9.
4609
4610 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-summary.el (wl-summary-suspend): New function.
4613
4614 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4615
4616         * wl.el (wl): Do not check variables if check is nil.
4617         * wl-utils.el (wl-collect-draft): New function.
4618         * wl-folder.el (wl-folder-suspend): Put summary buffers
4619         and draft buffers at the end of buffer list.
4620         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4621
4622 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4623
4624         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4625         loop instead of recursive call.
4626
4627         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4628         2nd argument.
4629
4630 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl-draft.el (wl-draft-create-contents): Don't take neither
4633         (function . args) nor (string . something) any more.
4634
4635         * wl-version.el (wl-generate-user-agent-string): Return string
4636         without header symbol.
4637         * wl-draft.el (wl-draft-default-headers): Use it.
4638
4639         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4640         `wl-draft-insert-ccs' and return field value instead of inserting
4641         the header. Abolish cc argument.
4642         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4643
4644         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4645         rather than one with string car.
4646
4647         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4648         * wl-draft.el (wl-draft-create-contents): Add it after the default
4649         headers.
4650
4651         * wl-draft.el (wl-draft-create-contents): For the case of
4652         (symbol-or-string . function) insert header only when the function
4653         returns string value.
4654
4655 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4658         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4659
4660 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl.el (wl-check-environment): Don't check Message-ID when
4663         `wl-insert-message-id' is nil.
4664         Revive checking if `wl-message-id-domain' contains "@".
4665
4666 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl.el (wl-check-environment): Merge examination for "@" at
4669         inappropriate position into the first string-match.
4670
4671         * wl-summary.el (wl-summary-target-mark-print): New function.
4672         (wl-summary-pipe-message-subr): Extracted from
4673         `wl-summary-pipe-message'.
4674         (wl-summary-target-mark-pipe): New function.
4675         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4676         `wl-summary-target-mark-pipe'.
4677
4678 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4681
4682 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl.el (wl-check-environment): Use elmo-warning instead of
4685         error for non-critical ones.
4686         Remove trash folder check.
4687         (wl): Don't ignore error in wl-check-environment.
4688
4689         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4690         check, which is moved from `wl-check-environment'.
4691         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4692
4693 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4696         guess anything, call wl-summary-write.
4697         (wl-summary-write): Create draft with blank To field.
4698         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4699
4700 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4703         argument full as well for wl-folder-write-current-folder.
4704         If wl-*-write-current-folder cannot guess addressee, add blank
4705         To header.
4706         Rewrite condition for positioning cursor.
4707
4708 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4711         summary buffer is present, use it.
4712         (wl-folder-jump-to-previous-summary): Ditto.
4713
4714 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4717
4718         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4719         wl-summary-previous-buffer and wl-summary-next-buffer.
4720
4721         * wl-folder.el (wl-folder-mode-map): Bind
4722         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4723         (wl-folder-jump-to-next-summary): New function.
4724         (wl-folder-jump-to-previous-summary): Ditto.
4725
4726         * wl-draft.el (wl-draft): Rearranged.
4727
4728 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4731         of header.
4732         (wl-draft): Collect arguments for the header as header-alist.
4733         (wl-draft-forward): Arrange arguments for wl-draft.
4734         (wl-draft-reply): Ditto.
4735         (wl-draft-edit-string): Ditto.
4736         * wl-summary.el (wl-summary-write): Ditto.
4737         (wl-summary-write-current-folder): Ditto.
4738
4739         * Version number is increased to 2.9.8.
4740
4741 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4744
4745         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4746
4747         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4748         even if the guess failed.
4749
4750         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4751         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4752         wl-summary-write-current-folder.
4753         * wl-xmas.el: Ditto.
4754
4755 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4756
4757         * wl-summary.el (wl-summary-next-page): Force display message if
4758         message is not displayed yet.
4759         (wl-summary-prev-page): Ditto.
4760
4761 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4762
4763         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4764
4765 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4768         add "Preview Message" and "Save Draft and Exit".
4769
4770 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4773         if addrmgr is called from draft in splitted window.
4774
4775         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4776         * wl-mule.el: Ditto.
4777         * wl-xmas.el: Ditto.
4778
4779 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4782
4783         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4784         * wl-xmas.el (wl-folder-toolbar): Ditto.
4785
4786 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4789         and wl-draft-save-and-exit.
4790         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4791         * wl-xmas.el: Ditto.
4792         * wl-mule.el: Ditto.
4793
4794         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4795         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4796
4797 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4800         lists for saving buffer.
4801
4802 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4805         parent-folder argument instead of it.
4806         (wl-draft-create-buffer): Ditto.
4807         (wl-draft-forward): Ditto.
4808         (wl-draft-reply): Ditto.
4809         * wl-summary.el (wl-summary-write): Ditto.
4810         (wl-summary-write-current-folder): Ditto.
4811
4812         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4813         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4814         Folder buffer after composing.
4815
4816 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4819         header if the file `wl-x-face-file' already contains it.
4820
4821 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4824         folder" entry.
4825         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4826         * wl-e21.el (wl-folder-toolbar): Ditto.
4827         * wl-xmas.el (wl-folder-toolbar): Ditto.
4828
4829 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4832         wl-folder-goto-folder with sticky argument.
4833         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4834
4835 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4838         and wl-summary-previous-buffer.
4839         (wl-summary-next-buffer): New function.
4840         (wl-summary-previous-buffer): Ditto.
4841
4842 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4845         wl-folder-jump-to-current-entity-with-arg.
4846         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4847         `wl-folder-jump-to-current-entity'.
4848         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4849         `wl-summary-goto-folder-sticky'.
4850         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4851         `wl-summary-goto-folder'.
4852         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4853         Unless force-exit, do not clean temp. marks for sticky summary.
4854         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4855
4856 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4859         not entire.
4860
4861 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4864         to `C-x C-s'.
4865         (wl-summary-save-status): New command.
4866         (wl-summary-exit): Don't clean-up temp marks when sticky.
4867         (Applied patch from Nakayama-san [wl: 09548])
4868         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4869         Do nothing when no mark data.
4870         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4871         Call `wl-summary-delete-all-temp-marks' before saving.
4872
4873 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4874
4875         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4876
4877 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4878
4879         * wl.el (wl-check-environment): Also cause error when (system-name)
4880         returns "localhost.localdomain". (Although it doesn't affect because
4881         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4882
4883 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4886         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4887
4888         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4889         value.
4890
4891 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4894         Likewise r-cc-list and r-ng-list.
4895
4896 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4899         only if it is bound as variable.
4900
4901         * wl-mime.el (wl-draft-preview-message): Ditto.
4902
4903 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4906         needless `goto-char'.
4907
4908         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4909         `wl-summary-redisplay-no-mime-internal' instead of
4910         `wl-summary-redisplay-no-mime'.
4911         (wl-summary-redisplay-no-mime): Changed argument;
4912         Call `wl-summary-redisplay-no-mime-internal'.
4913
4914         * wl-mime.el (wl-draft-preview-message): Bind
4915         `mime-header-encode-method-alist' locally.
4916
4917         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4918         (wl-draft-std11-parse-addresses): Added the first address check.
4919         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4920
4921         * Version number is increased to 2.9.7.
4922
4923 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4924
4925         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4926
4927 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4928
4929         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4930         related to scrollbar support, if there is no such a feature
4931         compiled in.
4932
4933 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4934
4935         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4936         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4937         for prefetch.
4938
4939 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-summary.el (wl-summary-pick): Fix for no match.
4942
4943 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4944
4945         * wl-draft.el (wl-draft-save):
4946         Override `mime-header-encode-method-alist'.
4947
4948 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-folder.el (wl-folder-pick): New function.
4951         Define key as "?".
4952
4953 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4954
4955         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4956         Fix for unplugged.
4957
4958 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-folder.el (wl-folder-virtual): New function.
4961         Define key as "V".
4962
4963 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4964
4965         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4966         multi folder if entity is group.
4967
4968 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4969
4970         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4971         is nil.
4972
4973 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4974
4975         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4976         (wl-summary-target-mark-msgs): Return the number of marked messages.
4977
4978 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4979
4980         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4981         "first:" is specified.
4982
4983 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-vars.el (wl-from): Use return value of function
4986         user-full-name instead of the variable user-full-name since
4987         XEmacs-20.4 doesn't set this variable.
4988
4989 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4992         call `wl' directly.
4993
4994 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4995
4996         * wl-draft.el (wl-draft-reedit): Removed duplicated
4997         switch-to-buffers.
4998
4999 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * wl.el (wl-other-frame): Removed garbages.
5002
5003 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5006
5007         * wl-xmas.el (wl-draft-key-setup): Ditto.
5008
5009         * wl-mule.el (wl-draft-key-setup): Ditto.
5010
5011         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5012         (wl-draft-reedit): Ditto.
5013         (wl-draft-prepare-edit): Add `wl-draft-save' to
5014         `local-write-file-hooks'.
5015         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5016         (wl-draft-reedit): Set buffer-file-name.
5017         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5018
5019
5020         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5021         call it.
5022         (wl-delete-startup-frame-function): New variable.
5023         (wl-other-frame): New function
5024         (Original was written by Yamaoka san [wl: 09239]).
5025
5026         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5027         if `wl-folder-use-frame'.
5028
5029 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5032
5033 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5034
5035         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5036         New variable.
5037         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5038         (wl-message-buffer-prefetch-get-next): Use them.
5039         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5040
5041 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5044         with unwind-protect.
5045
5046         * wl-draft.el (wl-draft-reedit): Rewrite.
5047         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5048         (wl-draft-save): Insert header separator if it does not exist;
5049         Removed condition-case.
5050
5051         * wl-summary.el (wl-summary-reedit): Revert last change.
5052
5053         * wl-draft.el (wl-draft-save): Rewrite.
5054         (wl-draft-create-buffer): Set buffer-file-name as nil.
5055
5056         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5057
5058         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5059
5060         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5061         nil.
5062
5063 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5064
5065         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5066         If count is nil, do not prefetch.
5067         (wl-message-buffer-prefetch-next): Next.
5068
5069 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5070
5071         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5072
5073 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5074
5075         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5076         `delete-backward-char'
5077         (wl-draft-prepare-edit): Check major-mode.
5078         (wl-draft-decode-header): Rewrite.
5079         (wl-draft): Fix.
5080
5081 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5082
5083         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5084
5085 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5086
5087         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5088         (wl-message-buffer-prefetch-get-next): Remove size checking.
5089         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5090
5091 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5092
5093         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5094         (wl-draft-default-headers): Fix.
5095
5096 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-draft.el (wl-draft-default-headers): Insert return value of
5099         `wl-generate-mailer-string-function'.
5100
5101 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5102
5103         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5104         (wl-draft-insert-mail-header-separator): Ditto.
5105
5106         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5107         again (Reverted the change on 2002-01-17 by OKADA san).
5108
5109 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5110
5111         * wl-draft.el (wl-draft): Rewrite.
5112         (wl-draft-create-buffer): New function.
5113         (wl-draft-create-contents): Ditto.
5114         (wl-draft-prepare-edit): Ditto.
5115         (wl-draft-decode-header): Ditto.
5116         (wl-draft-decode-body): Ditto.
5117         (wl-draft-check-new-line): Ditto.
5118         (wl-draft-default-headers): Ditto.
5119         (wl-draft-insert-mail-header-separator): Ditto.
5120
5121 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5122
5123         * Version number is increased to 2.9.6.
5124
5125 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * wl-draft.el (wl-draft-delete-field): Optional argument.
5128         (wl-draft-delete-fields): Ditto.
5129
5130 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5131
5132         * wl-message.el (toplevel): Eliminated byte-compile warning.
5133         for `itimer-function', `delete-timer' and `itimer-list'.
5134
5135 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5136
5137         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5138         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5139         `wl-message-buffer-prefetch-threshold'.
5140         * wl-summary.el (wl-summary-redisplay-internal): Remove
5141         the check of `wl-message-buffer-prefetch-depth'.
5142
5143 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5146         size of article.
5147         (wl-message-buffer-prefetch-subr): Remove size check.
5148
5149 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-vars.el (wl-plugged): Make customizable.
5152
5153 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5154
5155         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5156         (wl-message-buffer-prefetch-set-timer): New function.
5157         (wl-message-buffer-prefetch-get-next): New function.
5158         (wl-message-buffer-prefetch): New function.
5159         (wl-message-buffer-prefetch-next): Rewrite.
5160         (wl-message-buffer-prefetch-subr): Rewrite.
5161         * wl-vars.el (wl-auto-prefetch-first): New variable.
5162         * wl-summary.el (wl-summary-goto-folder-subr): Call
5163         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5164
5165 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5166
5167         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5168         `wl-summary-unread-message-hook'.
5169
5170 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5171
5172         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5173         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5174         if range is `cache-status'.
5175
5176 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5177
5178         * wl-message.el (wl-message-buffer-prefetch-subr):
5179         Improve debug message.
5180
5181 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5182
5183         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5184         `wl-mail-send-pre-hook'.
5185         (wl-draft-send-mail-with-qmail): Ditto.
5186         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5187
5188 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5189
5190         * wl-message.el (wl-message-buffer-prefetch-subr):
5191         Fix for cancel-function-timers bug.
5192         (wl-message-buffer-prefetch-debug): Default value is t.
5193
5194 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5195
5196         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5197         (wl-message-buffer-prefetch-subr): Rewrite.
5198         Rename from `wl-message-buffer-prefetch'.
5199
5200 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5201
5202         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5203         (wl-default-draft-cite-decorate-author): Ditto.
5204
5205         * wl-draft.el (wl-draft-cite-function): Removed.
5206         (wl-default-draft-cite-decorate-author): Ditto.
5207
5208 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5211         (wl-default-draft-cite): Do not arrange author name if the value of
5212         `wl-default-draft-cite-decorate-author' is nil.
5213
5214 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5217
5218         * wl-folder.el (wl-folder-check-one-entity): Don't care
5219         `elmo-folder-use-flag-p'.
5220
5221 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5222
5223         * wl-folder (wl-folder-check-one-entity): Fix
5224         problem if unread is nil.
5225
5226 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-address.el (wl-address-make-completion-list): Check whether
5229         the address is a group list.
5230         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5231
5232 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5233
5234         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5235         The number of the messages of new and unread does not count
5236         correctly.
5237
5238         * wl-summary.el (wl-summary-count-unread): Changed to return
5239         `(new . unread)' instead of total.
5240         (wl-summary-sync-update): Follow the change above.
5241
5242         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5243
5244 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * wl-address.el (wl-address-make-completion-list): Do not enclose
5247         address by " <" and ">" if associated realname is "".
5248         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5249         This is against the promblem with group list in .addresses pointed
5250         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5251
5252 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5255         message is a format control string.
5256         * wl-expire.el (wl-expire-append-log): Ditto.
5257         * wl-mime.el (wl-summary-burst-subr): Ditto.
5258         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5259         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5260
5261 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5262
5263         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5264         wl.el (wl-check-variables): Rename from `wl-check-type'.
5265         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5266         (wl-check-variables-2): New function.
5267         (wl): Call `wl-check-variables-2'.
5268
5269 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5272         after renaming folder in access group.
5273
5274 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5275
5276         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5277         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5278         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5279         (wl-message-buffer-prefetch): Rewrite.
5280         (wl-message-buffer-prefetch-idle-time): Removed.
5281         * wl-summary.el (wl-summary-redisplay-internal):
5282         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5283         Error check for `wl-message-buffer-prefetch-depht'.
5284
5285 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5286
5287         * Version number is increased to 2.9.5.
5288         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5289
5290 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5293         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5294         Based on the patch written by
5295         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5298
5299         * wl-draft.el (wl-draft-raw-send): Fix for
5300         `wl-news-send-pre-hook'
5301
5302 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl-utils.el (wl-message-id-function): New variable.
5305         * wl-draft.el (wl-draft-insert-required-fields):
5306         Use `wl-message-id-function'.
5307
5308 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5309
5310         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5311         * wl-utils.el (wl-draft-make-message-id-string):
5312         Use `wl-from' for domain part of Message-ID
5313         if `wl-message-id-use-wl-from' if non-nil.
5314         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5315
5316 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl.el (wl): Call `wl-check-type'
5319         Do not 'condition-case'.
5320
5321 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5322
5323         * wl.el (wl-check-type): New function.
5324         (wl-check-type-variables): New variable.
5325
5326 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5327
5328         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5329
5330 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5331
5332         * wl-draft.el (wl-smtp-password-key): New function.
5333         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5334         (wl-draft-send-mail-with-smtp): Ditto.
5335         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5336
5337 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5338
5339         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5340         * wl-utils.el (wl-unique-id-suffix): Remove.
5341
5342 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * Version number is increased to 2.9.4.
5345
5346 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5347
5348         * wl-utils.el (wl-unique-id-suffix): New variable.
5349         (wl-unique-id): Use `wl-unique-id-suffix'
5350
5351 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5352
5353         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5354         instead of `elmo-msgdb-search'.
5355
5356         * Version number is increased to 2.9.3.
5357
5358 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5359
5360         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5361
5362 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5363
5364         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5365         (wl-draft-dispatch-message): Changed for send-later.
5366         (wl-draft-queue-flush): Ditto.
5367         (wl-draft): Clear `wl-sent-message-queued'.
5368         (wl-draft-reedit): Ditto.
5369         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5370         * wl-vars.el (wl-draft-force-queuing): New variable.
5371         (wl-draft-force-queuing-mail): New variable.
5372         (wl-draft-force-queuing-news): New variable.
5373
5374 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5377         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5378
5379 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * Version number is increased to 2.9.2.
5382
5383 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * wl-draft.el (wl-draft-elide-region): New user command.
5386         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5387
5388         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5389         command `wl-draft-elide-region'.
5390         * wl-mule.el: Ditto.
5391         * wl-xmas.el: Ditto.
5392
5393 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5396         (wl-biff-check-folder-async): Removed needless let.
5397
5398 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5401         wl-folder-get-elmo-folder.
5402         (wl-biff-check-folder): Set `biff' argument of
5403         `wl-folder-check-one-entity'.
5404         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5405
5406         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5407         (wl-folder-check-one-entity): Added `biff' argument;
5408         Setup `biff' slot of folder.
5409
5410         * Version number is increased to 2.9.1.
5411
5412 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5415         comment out and fixed.
5416         (wl-fldmgr-add-completion-subr): Ditto.
5417
5418         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5419         and msgdb.
5420
5421         * wl.el (wl-toggle-plugged): Save summary view.
5422
5423 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5426
5427 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5428
5429         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5430
5431 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5434         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5435         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5436
5437         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5438         if it was failed.
5439         (wl-demo): Disable undo in the demo buffer.
5440
5441 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-version.el (wl-version): Changed codename.
5444
5445         * Version number is increased to 2.9.0.
5446
5447 2001-12-14  Takuo KITAME <kitame@northeye.org>
5448
5449         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5450         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5451         (wl-folder-mark-as-read-all-current-entity): Ditto.
5452
5453 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-vars.el (wl-from-width): Define as obsolete variable.
5456         (wl-subject-length-limit): Ditto.
5457
5458         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5459
5460         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5461         wl-summary-save-view.
5462
5463         * wl.el (wl-save-status): Ditto.
5464         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5465
5466         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5467         (wl-summary-exit): Follow the change above.
5468         (wl-summary-goto-folder-subr): Ditto.
5469
5470         * wl-folder.el (wl-folder-create-subr): Don't use
5471         `elmo-folder-creatable-p'.
5472
5473 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5476
5477 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5480         rather than bitmap on Emacs 21.
5481         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5482         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5483         for xbm if the new redisplay engine is not available.
5484
5485 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-folder.el (wl-folder-init-hook): New hook.
5488         (wl-folder-init): Run `wl-folder-init-hook'.
5489
5490 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5493
5494 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-acap.el (wl-acap-cache-filename): New variable.
5497         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5498         (wl-acap-init): Use cache if no ACAP server found.
5499
5500 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5501
5502         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5503         `wl-acap-original-msgdb-dir'.
5504
5505         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5506         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5507
5508         * wl-mime.el (wl-mime-save-directory): Renamed from
5509         `wl-mime-save-dir'.
5510
5511 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5514
5515         * wl-demo.el: Require `path-util'.
5516         (wl-demo-bitmap-mule-available-p): New internal variable.
5517         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5518         `module-installed-p' instead.
5519         (wl-demo-insert-image): Use *.img file for a bitmap image.
5520         (wl-demo): Don't call the ascii demo recursively.
5521
5522 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5523
5524         * Version number is increased to 2.7.7.
5525
5526 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl.el (wl-exit): Eliminated byte-compile warning.
5529
5530 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5531
5532         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5533         obsolete variable using `elmo-define-obsolete-variable'.
5534         (wl-fetch-confirm-threshold): Ditto.
5535         (wl-cache-prefetch-folder-type-list): Ditto.
5536         (wl-cache-prefetch-folder-list): Ditto.
5537
5538 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5541         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5542         (wl-demo-insert-image): New function.
5543         (wl-demo-insert-text): New function.
5544         (wl-demo-image-type-alist): Redefine as a function.
5545         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5546         (wl-demo-with-temp-file-buffer): Removed.
5547         (wl-logo-xpm): Removed.
5548         (wl-logo-xbm): Removed.
5549         (wl-logo-bitmap): Removed.
5550
5551 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5552
5553         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5554         (wl-expire-localdir-get-folder-function): New user option.
5555         (wl-expire-localdir-get-folder): New function.
5556         (wl-expire-localdir-date): Ditto.
5557
5558 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5559
5560         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5561         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5562         Fixed unread number mismatch when all-unread < unread.
5563
5564 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5567         (wl-fetch-confirm-threshold): Ditto.
5568
5569         * wl-summary.el (wl-summary-confirm-appends): Removed.
5570         (wl-summary-sync-update): Don't refer
5571         `wl-summary-update-confirm-threshold' (It is now abolished).
5572
5573         * wl-message.el (wl-message-display-internal): Don't refer
5574         `wl-fetch-confirm-threshold' (It is now abolished).
5575
5576 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5579
5580 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5581
5582         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5583         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5584         Change default value to nil.
5585         (wl-summary-indent-length-limit): The value can be nil, nil means
5586         unlimited.
5587
5588         * wl-summary.el: Don't set limit for indent length if the value of
5589         wl-summary-indent-length-limit is nil.
5590         If the value of wl-summary-width is nil, it means only that the width
5591         of summary is unlimited (nil doesn't mean that the indent length is
5592         unlimited).
5593
5594         * wl-thread.el: Ditto.
5595
5596 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5597
5598         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5599         be nil, nil means never confirm.
5600         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5601
5602 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5603
5604         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5605         means unlimited).
5606
5607 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5610         Use `with-temp-buffer'.
5611
5612 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5615         with new backquote style).
5616         (wl-folder-get-entity-from-buffer): Ditto.
5617
5618 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5619
5620         * wl-version.el (nemacs-version): Eliminated.
5621         (wl-extended-emacs-version2): Ignore nemacs.
5622         (wl-extended-emacs-version3): Ditto.
5623
5624 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5625
5626         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5627         (wl-draft-add-in-reply-to): New variable.
5628         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5629         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5630         (wl-draft-yank-from-mail-reply-buffer): Use
5631         `wl-draft-add-in-reply-to'.
5632         (wl-draft-insert-current-message): Ditto.
5633
5634 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5635
5636         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5637         typo (kill->hide).
5638         (wl-message-buffer-prefetch-folder-type-list): Added elements
5639         `mark' and `cache' instead of `internal'.
5640
5641 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5644         resume msgdb directory.
5645
5646 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl.el (wl-exit): Call `wl-acap-exit'.
5649
5650         * wl-summary.el (wl-summary-message-string): New function.
5651         (wl-summary-reedit): Use it.
5652         (wl-summary-resend-bounced-mail): Remove needless let.
5653         (wl-summary-supersedes-message): Ditto.
5654         (wl-summary-save): Ditto.
5655
5656         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5657         (wl-acap-init): Set it.
5658         (wl-acap-exit): New function.
5659
5660 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5661
5662         * wl.el (wl-init): Revert (require 'mime-setup). move from
5663         toplevel.
5664
5665 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5666
5667         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5668         local variables.  Add error when guess function return invalid
5669         value.
5670
5671 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5672
5673         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5674         Change local variable name.
5675         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5676         (wl-folder-get-newsgroups): Return nil when non-news folder.
5677         * wl-summary.el (wl-summary-write-current-folder): State through
5678         when guess-list return nil.
5679         (wl-summary-write-current-folder-functions): Fixed docstring.
5680
5681         * wl.el (wl-exit): Changed confirm message.
5682
5683         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5684         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5685
5686         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5687
5688 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5689
5690         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5691         user option (Renamed from wl-cache-prefetch-folder-type-list).
5692         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5693         from wl-cache-prefetch-folder-list).
5694
5695         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5696         Move to wl-vars.el.
5697         (wl-message-buffer-prefetch-p): Changed to enable
5698         `wl-message-buffer-prefetch-folder-list'.
5699
5700         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5701         `ignore-cache'.
5702
5703 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5706         `part-top' and `part-bottom'.
5707         (wl-draft-config-sub-part-top): New function.
5708         (wl-draft-config-sub-part-bottom): New function.
5709
5710 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5711
5712         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5713
5714 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5715
5716         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5717
5718 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5719
5720         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5721
5722         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5723         (wl-summary-write-current-folder): Ditto.
5724
5725 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-folder.el (wl-folder-get-newsgroups): Use
5728         `elmo-folder-newsgroups'.
5729
5730 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5731
5732         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5733         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5734         `wl-draft-config-sub-header-bottom'.
5735
5736 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5737
5738         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5739         localnews folder.
5740
5741 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-summary.el (wl-summary-mode): Undo last change.
5744
5745         * wl-folder.el (wl-folder-mode): Ditto.
5746
5747 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl-summary.el (wl-summary-mode): Locally set
5750         truncate-partial-window-width to nil.
5751         (for XEmacs)
5752
5753         * wl-folder.el (wl-folder-mode): Ditto.
5754
5755 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5758
5759 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5762         number.
5763
5764         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5765
5766         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5767
5768         * Version number is increased to 2.7.6.
5769
5770 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5773
5774 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-sync-update): Enclose network
5777         related portion with `unwind-protect'.
5778
5779 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5780
5781         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5782
5783 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5786         element.
5787         * wl-vars.el (wl-message-body-button-alist): Ditto.
5788
5789         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5790         max match length.
5791         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5792
5793         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5794         for the max match length;
5795         Use 4th element value for the button string regexp group.
5796
5797         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5798         candidate exists, prompt to select.
5799
5800 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5801
5802         * wl-summary.el (wl-summary-jump-to-msg): Search before
5803         calibration point by `beginning-of-line'.
5804
5805 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5808         for access group.
5809
5810 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-message.el (wl-message-display-internal): Bind
5813         `default-mime-charset'.
5814
5815         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5816
5817         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5818
5819         * Version number is increased to 2.7.5.
5820
5821 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5822
5823         * wl-expire.el (wl-summary-archive): Fixed;
5824         Use `elmo-folder-name-internal'.
5825
5826 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5827
5828         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5829         from `elmo-folder-move-messages' caller.
5830         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5831
5832         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5833         related portions are changed).
5834
5835 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5836
5837         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5838         counter.
5839
5840 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5843         buffer local and set it to nil.
5844
5845         * wl-message.el (wl-message-redisplay): Ditto.
5846
5847 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5848
5849         * wl-summary.el (wl-summary-mark-as-important): If message is
5850         already cached, set messag as read, otherwise encache and mark as read.
5851
5852 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5853
5854         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5855         point-min.
5856
5857 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5860         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5861         a keymap.
5862
5863 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5866         parent.
5867
5868         * wl-mule.el (wl-message-define-keymap): Ditto.
5869
5870         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5871
5872         * wl-xmas.el (wl-message-display-internal-hook): Define.
5873         (wl-xmas-setup-message-toolbar): Define as function.
5874         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5875         (wl-message-overload-functions): Abolished.
5876         (wl-message-define-keymap): New function.
5877
5878         * wl-vars.el (wl-message-display-internal-hook): New variable.
5879         (wl-message-header-button-alist): New variable (Renamed from
5880         wl-highlight-message-header-button-alist).
5881         (wl-message-body-button-alist): Ditto.
5882
5883         * wl-mule.el (wl-message-define-keymap): New function.
5884         (wl-message-overload-functions): Abolished.
5885
5886         * wl-message.el (wl-message-add-buttons-to-body): New function.
5887         (wl-message-redisplay): Don't call wl-message-overload-functions;
5888         Call wl-message-add-buttons-to-header and
5889         wl-message-add-buttons-to-body.
5890         (wl-message-display-internal): Set keymap argument for
5891         elmo-mime-display-as-is, elmo-mime-message-display;
5892         Run wl-message-display-internal-hook.
5893         (wl-message-refer-article-or-url): Abolished.
5894
5895         * wl-highlight.el (wl-highlight-headers): Don't call
5896         wl-highlight-message-add-buttons-to-header.
5897         (wl-highlight-message-add-buttons-to-header): Abolished.
5898
5899
5900         * wl-e21.el (wl-message-display-internal-hook): Define.
5901         (wl-e21-setup-toolbar): Deleted duplicated binding.
5902         (wl-e21-setup-message-toolbar): Define as function.
5903         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5904         (wl-message-define-keymap): New function.
5905         (wl-message-overload-functions): Abolished.
5906
5907 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5910         and elmo-folder-close.
5911
5912         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5913
5914 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5915
5916         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5917         boolean value.
5918         * wl-draft.el (wl-draft-do-fcc): Ditto.
5919
5920 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-vars.el (wl-fcc-force-as-read): New variable.
5923         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5924         mark copied message as read.
5925
5926 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5927
5928         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5929
5930 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5931
5932         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5933         `wl-summary-target-above' instead of obsolete variable
5934         `wl-summary-temp-above'.
5935
5936         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5937         instead of `make-obsolete-variable'.
5938         * wl-refile.el (toplevel): Ditto.
5939
5940 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5943         with third argument t.
5944         (wl-draft): Set first argument for wl-plugged-init as t.
5945
5946         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5947         definition.
5948
5949 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5950
5951         * wl-vars.el: Tabify.
5952         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5953
5954         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5955         message.
5956
5957 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5958
5959         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5960         and set default to beep.
5961
5962 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5963
5964         * wl-vars.el (wl-draft-truncate-lines): New variable.
5965
5966         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5967         instead of wl-message-truncate-lines for truncate-lines.
5968
5969 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl-message.el (wl-message-display-internal): Call
5972         `wl-highlight-message' after `elmo-mime-display-as-is'.
5973
5974         * wl-mime.el (wl-mime-display-text/plain): New function.
5975         (wl-mime-display-header): Ditto.
5976         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5977         body-presentation-method for text/plain;
5978         Register `wl-mime-display-header' as a header-presentation-method;
5979         Don't set up `elmo-message-text-content-inserted-hook' and
5980         `elmo-message-header-inserted-hook'.
5981
5982         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5983         variable.
5984         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5985         as t if flag is 'all-header;
5986         Don't bind `elmo-message-ignored-field-list',
5987         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5988
5989 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5992         for xemacs with non-mule environment.
5993
5994 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5995
5996         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5997         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5998         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5999
6000 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6001
6002         * wl-vars.el (wl-interactive-send): Set default value as t.
6003
6004 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6007         (wl-addrmgr-method-list): Abolished.
6008         (wl-addrmgr-change-method): Follow above change.
6009
6010         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6011
6012 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-vars.el (wl-message-truncate-lines): Change default value
6015         to default-truncate-lines.
6016
6017         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6018
6019 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020
6021         * wl-vars.el (wl-message-truncate-lines): New variable.
6022
6023         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6024         wl-message-truncate-lines.
6025
6026 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6027
6028         * wl-acap.el (wl-acap-init): Remove period from error message.
6029         (wl-acap-find-acap-service): Remove period from message.
6030
6031 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * wl.el (wl-check-environment): Undo last change.
6034
6035         * wl-vars.el (wl-from): Changed default value.
6036
6037         * wl-util.el (toplevel): Don't require tm-edit.
6038
6039         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6040         `wl-folder-init';
6041         Don't set mark on mail body.
6042         (wl-draft-reedit): Ditto.
6043
6044         * wl-address.el (wl-address-quote-specials): Define as an alias for
6045         elmo-address-quote-specials.
6046
6047 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6050
6051         * wl-vars.el (wl-from): Set default value as nil.
6052         (wl-organization): Set default value as ORGANIZATION environment
6053         variable.
6054
6055         * wl-draft.el (wl-smtp-extension-bind): Check value of
6056         wl-smtp-connection-type.
6057
6058         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6059         error.
6060
6061 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * Version number is increased to 2.7.4.
6064
6065         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6066         arguments from `wl-highlight-x-face-function' caller.
6067         Use x-face-1.3.6.12 or later.
6068
6069 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6070
6071         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6072
6073 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6074
6075         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6076         (wl-fcc): Fix to accept function.
6077         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6078
6079 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6080
6081         * wl-acap.el (toplevel): Added `product-provide' declare.
6082         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6083
6084 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl.el (wl): Changed order of calling `elmo-init'
6087         and `elmo-folder-init'.
6088
6089 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6090
6091         * wl-mime.el (wl-summary-burst): Extract message when content-type
6092         of root entity is not only `multipart' but also `message/rfc822'.
6093         (wl-summary-burst-subr): Ditto.
6094
6095 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-vars.el (toplevel): Require 'custom.
6098         (wl-trash-folder): Added to `wl-setting' group.
6099
6100         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6101         exists.
6102         (wl-addrmgr-draw): Insert empty line when no entry exists.
6103
6104         * wl-mule.el (wl-message-wheel-up): Fixed.
6105         (wl-message-wheel-down): Ditto.
6106
6107 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6108
6109         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6110         config is an anonymous lambda expression.
6111
6112 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6115         when Mule 2 is running.
6116
6117 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6120
6121 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6124         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6125
6126         * wl-address.el (wl-address-specials-regexp): Eliminated.
6127         (wl-address-quote-specials): Rewrite.
6128
6129 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6132         shy-groups for regexp.
6133
6134         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6135         character classes and Perl style shy-groups for regexp.
6136         (wl-highlight-plugged-current-line): Use Posix style character
6137         classes for regexp.
6138         (wl-e21-highlight-folder-by-numbers): Ditto.
6139         (wl-e21-display-image-p): Use `display-images-p' instead of
6140         `display-graphic-p'.
6141         (display-images-p): Make an alias to `display-graphic-p' if it is
6142         not available.  It is for Emacs version prior to 21.0.105.
6143
6144         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6145         `display-graphic-p'.
6146         (wl-demo-image-type-alist): Ditto.
6147         (display-images-p): Make an alias to `display-graphic-p' if it is
6148         not available.  It is for Emacs version prior to 21.0.105.
6149
6150 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6151
6152         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6153         support.
6154         (wl-generate-user-agent-string): Ditto.
6155
6156         * wl-version.el (wl-version): Update docsting.
6157         (wl-version-status): Ditto.
6158
6159 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6160
6161         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6162         21.0.105.  For Emacs 21.0.104 or earlier.
6163
6164 2001-09-03  Takuo KITAME <kitame@northeye.org>
6165
6166         * wl-e21.el (wl-plugged-init-icons): Use
6167         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6168         (wl-biff-init-icons): Ditto.
6169
6170 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-highlight.el (wl-highlight-summary-current-line):
6173         Fixed highlighting refile/copy destination.
6174
6175         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6176         (wl-acap-store): Encode string by wl-acap-coding-system.
6177
6178 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-acap.el (toplevel): Check and require 'un-define before
6181         'xemacs-ucs;
6182          Added checking for UTF-2000.
6183
6184 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6187         Don't enclose with `eval-and-compile'.
6188
6189         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6190         wl-init is non-nil.
6191
6192         * wl-draft.el (wl-draft): Ditto.
6193
6194         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6195
6196         * wl-acap.el (toplevel): Require 'wl.
6197         (wl-acap-store): Call `elmo-init'.
6198
6199         * wl.el (wl): Changed position of `wl-check-environment'.
6200         (toplevel): Added autoload setting for wl-acap.
6201
6202         * wl-vars.el (wl-setting): New custom group.
6203         (wl-from): Added wl-setting group.
6204         (wl-user-mail-address-list): Ditto.
6205         (wl-organization): Ditto.
6206         (wl-subscribed-mailing-list): Ditto.
6207         (wl-envelope-from): Ditto.
6208         (wl-smtp-posting-user): Ditto.
6209         (wl-smtp-posting-server): Ditto.
6210         (wl-smtp-posting-port): Ditto.
6211         (wl-smtp-authenticate-type): Ditto.
6212         (wl-pop-before-smtp-user): Ditto.
6213         (wl-pop-before-smtp-server): Ditto.
6214         (wl-pop-before-smtp-port): Ditto.
6215         (wl-pop-before-smtp-authenticate-type): Ditto.
6216         (wl-nntp-posting-server): Ditto.
6217         (wl-nntp-posting-user): Ditto.
6218         (wl-nntp-posting-port): Ditto.
6219         (wl-fetch-confirm-threshold): Ditto.
6220         (wl-prefetch-threshold): Ditto.
6221         (wl-thread-insert-opened): Ditto.
6222         (wl-ldap-server): Ditto.
6223         (wl-ldap-port): Ditto.
6224         (wl-ldap-base): Ditto.
6225         (wl-ldap-objectclass): Ditto.
6226         (wl-use-ldap): Ditto.
6227         (wl-draft-config-alist): Ditto.
6228         (wl-draft-config-matchone): Ditto.
6229         (wl-template-alist): Ditto.
6230         (wl-message-sort-field-list): Ditto.
6231         (wl-message-ignored-field-list): Ditto.
6232         (wl-message-visible-field-list): Ditto.
6233         (wl-interactive-send): Ditto.
6234         (wl-summary-move-order): Ditto.
6235         (wl-auto-select-first): Ditto.
6236         (wl-auto-select-next): Ditto.
6237         (wl-interactive-save-folders): Ditto.
6238
6239         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6240         Initialization codes are moved from wl-local-folder-init.
6241         (wl-local-folder-init): Follow the change above.
6242         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6243
6244         * wl-acap.el: New file.
6245
6246         * Version number is increased to 2.7.3.
6247
6248 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6249
6250         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6251
6252 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6255         (wl-addrmgr-address-entry-list): Ditto.
6256
6257 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-e21.el (wl-draft-mode-map): Removed binding for
6260         `wl-draft-insert-x-face-field'.
6261
6262         * wl-mule.el (wl-draft-mode-map): Ditto.
6263
6264         * wl-xmas.el (wl-draft-mode-map): Ditto.
6265
6266         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6267         (wl-cs-autoconv): Ditto.
6268         (wl-cs-local): Ditto.
6269         (wl-use-scoring): Ditto.
6270         (wl-mime-charset): Ditto.
6271         (wl-folder-check-async): Ditto.
6272
6273         * wl.el (toplevel): Ignore nemacs and tm.
6274         (wl-exit): Ditto.
6275
6276         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6277         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6278         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6279         instead of wl-address-petname-add-or-change.
6280         (wl-summary-edit-addresses-subr): Use wl-address-delete
6281         instead of wl-address-petname-delete.
6282
6283         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6284
6285         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6286         if error occured.
6287
6288         * wl-message.el (require): Remove tm support.
6289
6290         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6291
6292         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6293         (wl-folder-jump-to-current-entity): Ditto.
6294         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6295
6296         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6297         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6298         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6299
6300         * wl-mule.el (wl-draft-key-setup): Ditto.
6301
6302         * wl-xmas.el (wl-draft-key-setup): Ditto.
6303
6304         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6305         (wl-draft-std11-parse-addresses): New function.
6306         (wl-draft-parse-mailbox-list): Use it.
6307         (wl-draft): Ignore nemacs.
6308         (wl-draft-reedit): Ditto.
6309
6310         * wl-addrmgr.el: New file.
6311         (Original is wl-rcpt.el written by
6312         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6313         Thanks Kitamoto-san.)
6314
6315         * wl-address.el (wl-address-make-address-list): Modified parsing
6316         process.
6317         (wl-address-delete): Renamed from `wl-address-petname-delete';
6318         Modify wl-address-list too.
6319         (wl-address-add-or-change): Renamed from
6320         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6321
6322 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6323
6324         * wl-highlight.el (wl-highlight-summary-current-line):
6325           Work with transient-mark-mode
6326
6327 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * Version number is increased to 2.7.2.
6330
6331         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6332         instead of elmo-dop-queue-method.
6333
6334 2001-08-06  SAITO Atsunori <sai@yedo.com>
6335
6336         * wl-vars.el (wl-ldap-objectclass): New user option.
6337
6338         * wl-address.el (wl-ldap-make-filter): Use it.
6339
6340 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6343
6344 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6345
6346         * wl-folder.el (wl-folder): redisplay after folder insertion.
6347
6348         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6349
6350         * wl-summary.el (wl-summary-sync-update):
6351         Change status mark only when new-msgdb exists.
6352         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6353
6354 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6355
6356         * wl-summary.el (wl-summary-open-folder): New function.
6357         (wl-summary-goto-folder-subr): Use it.
6358         (wl-summary-mark-as-important): Fix;
6359         Encache only when no cache exists.
6360
6361 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6362
6363         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6364         Use with-current-buffer.
6365
6366 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6367
6368         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6369         before call `get-buffer'. Fixed parenthesis.
6370         (wl-score-get-header-entry): Clear message and help window when
6371         keyboard quit.
6372         (wl-score-edit-insert-header): Ditto.
6373
6374 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6377         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6378         (wl-default-draft-cite): Fix.
6379
6380         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6381         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6382
6383 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6384
6385         * wl-message.el (wl-message-prev-page): Do same bahavior
6386         as summary when it is called in the message buffer.
6387         (wl-message-next-page): Ditto.
6388
6389 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-forward): Use cache if it is not
6392         section cache.
6393
6394 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6397         Removed redundant require of elmo-vars.
6398         (wl-biff-state-indicator-on): Changed default value for
6399         xemacs with non-mule environment.
6400
6401         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6402         wl-message-buffer is nil;
6403         Hide progress bar after moving messages.
6404
6405 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6406
6407         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6408         message at cursor point is deleted.
6409
6410 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl-vars.el: Changed file coding system to euc-japan.
6413         Added -*-coding:-*- magic to the first line.
6414
6415         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6416         Search parent from the first message.
6417
6418         * Version number is increased to 2.7.1.
6419
6420 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6421
6422         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6423
6424 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6427         refile/delete execution.
6428
6429         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6430         Fixed docstring.
6431
6432 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6435         do update process;
6436         Don't update marks when update process is interrupted.
6437
6438 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-summary.el (wl-summary-reply): Fixed problem when
6441         wl-draft-use-frame is non-nil.
6442         (wl-summary-forward): Ditto.
6443
6444         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6445         as nil.
6446         (wl-folder-mark-as-read-all-entity): Ditto.
6447         (wl-folder-prefetch-entity): Ditto.
6448
6449         * wl.el (wl): Check environment before wl-init.
6450
6451         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6452         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6453         instead of wl-summary-collect-unread.
6454         (wl-summary-reply): Split message window.
6455
6456 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6459         only if current language environment is japanese,
6460
6461         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6462         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6463         (wl-folder-goto-folder-subr): Ditto.
6464
6465         * wl-draft.el (wl-draft-dispatch-message): Call
6466         `elmo-file-cache-get-path'.
6467
6468 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-summary.el (wl-summary-cursor-move): If return value of
6471         wl-summary-next-message is not number, don't jump.
6472
6473 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-summary.el (wl-summary-buffer-next-message-function): New
6476         variable.
6477         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6478         if it is bound.
6479
6480         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6481         string.
6482
6483         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6484         (wl-plugged-drawing): Ditto.
6485
6486 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6487
6488         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6489         process.
6490         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6491         with unwind-protect.
6492
6493         * wl.el (wl-init): Require mime-setup.
6494         (wl-check-environment): Don't require mime-setup.
6495
6496         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6497         instead of elmo-folder-type.
6498
6499         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6500         value as nil.
6501
6502 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * Version number is increased to 2.7.0.
6505
6506         * wl-version.el (wl-version): Changed codename.
6507
6508         * wl-summary.el (wl-summary-delete-cache): Fixed.
6509
6510         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6511         Workaround for net folders.
6512         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6513
6514         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6515         value to nil (According to the patch from
6516         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6517
6518         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6519         of elmo-folder-close.
6520
6521 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6522
6523         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6524         for postfix.
6525
6526 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-summary.el (wl-summary-resend-message): Fixed.
6529
6530         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6531         Call wl-draft with `from' argument if its address is included in
6532         `wl-user-mail-address-list'.
6533         (wl-draft): Added `from' argument.
6534
6535         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6536         non-nil.
6537         (wl): Don't show demo if wl-demo is nil.
6538
6539         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6540         wl-summary-use-frame.
6541
6542         * wl-vars.el (wl-summary-use-frame): New user option.
6543         (wl-folder-use-frame): Changed docstring.
6544
6545         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6546         non-nil.
6547         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6548         wl-summary-use-frame.
6549
6550         * wl-vars.el (wl-folder-use-frame): New user option.
6551
6552         * wl-summary.el (wl-summary-exit): Back to folder frame if
6553         wl-folder-use-frame is non-nil.
6554         (wl-summary-redisplay-internal): Ignore cache if current folder
6555         is draft folder,
6556         (wl-summary-redisplay-no-mime): Ditto.
6557         (wl-summary-redisplay-all-header): Ditto.
6558
6559         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6560         if wl-folder-use-frame is non-nil.
6561
6562 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-summary.el (wl-summary-sync-update): Bind
6565         elmo-folder-update-threshold.
6566         (wl-summary-mark-as-important): Enclosed server mark processing
6567         with `save-match-data'.
6568
6569         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6570         only when it is already defined.
6571
6572 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6573
6574         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6575         name of folder exclude localdir is wrong.
6576         * wl-folder.el (wl-folder-sync-entity):
6577         Set `wl-summary-always-sticky-folder-list' as nil.
6578         (wl-folder-mark-as-read-all-entity): Ditto.
6579         (wl-folder-prefetch-entity): Ditto.
6580
6581 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6584         instead of `wl-summary-write-current-newsgroup'.
6585
6586 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6587
6588         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6589         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6590         non-nil and selected message is important, do not display.
6591
6592 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6595
6596 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6599
6600         * wl-summary.el (wl-summary-mark-as-important): Set message number
6601         using wl-summary-message-number.
6602
6603 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6604
6605         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6606         destination folder is 'null.
6607
6608 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6611         New function.
6612         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6613         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6614         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6615
6616 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-mime.el (wl-mime-setup): Added setting for
6619         `mime-setup-signature-key-alist' to avoid overriding key bind for
6620         `wl-draft-send'.
6621
6622         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6623         for `wl-draft-send'.
6624         * wl-mule.el (wl-draft-overload-functions): Ditto.
6625         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6626         * wl-draft.el (wl-draft-send): Ditto.
6627
6628         * wl-message.el (wl-message-display-internal):
6629         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6630         (Patch is provided by <kita@coe.nttdata.co.jp>).
6631
6632 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6635
6636 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl.el (wl): Fix for wl-demo.
6639
6640 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6643
6644 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-folder.el (wl-folder-prefetch-entity): Use
6647         `wl-folder-get-elmo-folder'.
6648         (wl-folder-count-incorporates): Do not use
6649         `wl-folder-get-elmo-folder'.
6650
6651 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6654         instead of `elmo-folder-get-type'.
6655
6656 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6657
6658         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6659         position on Subject: field.
6660         (Advised by Mito <mit@nines.nec.co.jp>)
6661
6662 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6663
6664         * wl-folder.el (wl-folder-prefetch-entity): Use
6665         `wl-folder-get-elmo-folder'.
6666
6667 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6670
6671         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6672         `process-duplicates' slot.
6673
6674         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6675         if detection failed.
6676
6677 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6678
6679         * wl-version.el (wl-version-status): Set to "alpha".
6680
6681 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6684         Check wl-message-buffer lives before set-buffer.
6685
6686 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6687
6688         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6689         called in folder mode.
6690         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6691         * wl-summary.el (wl-summary-exit-pre-hook): Run
6692         `wl-summary-exit-pre-hook' before exit summary mode.
6693
6694 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6695
6696         * wl-version.el (wl-version-status): New variable.
6697         (wl-version-status-alist): Removed.
6698         (wl-version-status): Rule included.
6699
6700 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6703         @sponichi.
6704
6705         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6706         when `mail-reply-buffer' is buffer-local variable.
6707         (Reported by <kita@coe.nttdata.co.jp>).
6708
6709 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-vars.el (toplevel): Require 'elmo-util.
6712
6713 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6716         (All other related portions are changed)
6717
6718         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6719
6720         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6721
6722 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6723
6724         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6725
6726 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6729         Delete other windows to avoid an error.
6730         Use `point-marker' instead of `point' to remember the start point
6731         of body.
6732
6733         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6734
6735         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6736         number not to exceed all message number.
6737
6738 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6739
6740         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6741         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6742
6743 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-summary.el (wl-summary-sync-force-update): Added argument
6746         no-check.
6747         (wl-summary-sync-update): Ditto.
6748         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6749         with `no-check'.
6750
6751         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6752         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6753         already running.
6754
6755 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6756
6757         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6758         `dst-folder-arg'.
6759         (wl-expire-archive-number1): Diito.
6760         (wl-expire-archive-number2): Diito.
6761         (wl-expire-archive-Date): Diito.
6762         (wl-archive-number1): Diito.
6763         (wl-archive-number2): Diito.
6764         (wl-archive-date): Diito.
6765         (wl-archive-folder-p): New function.
6766         (wl-summary-expire): Support of expand folder name at
6767         wl-expire-alist.
6768         * wl-util.el (wl-expand-newtext): Renamed from
6769         `wl-refile-expand-newtext'.
6770
6771 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6772
6773         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6774         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6775         `(elmo-msgdb-get-overview msgdb)'.
6776         (wl-summary-prefetch): Bind match data before call
6777         `wl-summay-prefetch-msg'.
6778         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6779         'off if `wl-summary-buffer-disp-msg' is non-nil.
6780         Fixed problem that couldn't show only one new or unread message when
6781         enter folder.
6782         (wl-summary-reply): Don't call `split-window-vertically' and other
6783         window.
6784
6785 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-expire.el (wl-expire-refile): Fixed.
6788
6789 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6792
6793         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6794         biff notification is removed.
6795
6796         * wl.el (wl): Changed position of `elmo-init'.
6797
6798         * wl-draft.el (wl-default-draft-cite): Use date field
6799         on the citation buffer.
6800
6801         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6802
6803         * wl-xmas.el (wl-folder-internal-icon-list): Added
6804         `wl-folder-shimbun-image'.
6805
6806         * wl-e21.el (wl-folder-internal-icon-list): Added
6807         `wl-folder-shimbun-image'.
6808
6809 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl.el (wl-init): Eliminated argument.
6812         (wl): Rewrite.
6813
6814         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6815         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6816         instead of `elmo-folder-msgdb-internal'.
6817         (wl-summary-sync-update): Ditto.
6818         (wl-summary-flush-pending-append-operations): Eliminated.
6819         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6820         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6821         `elmo-folder-open'.
6822
6823         * wl-mime.el (wl-summary-burst): Fixed.
6824
6825         * wl-folder.el (wl-folder-info-save): Check data type.
6826
6827         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6828         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6829         instead of `elmo-folder-msgdb-internal'.
6830         (wl-expire-hide): Ditto.
6831
6832
6833         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6834
6835 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6836
6837         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6838
6839 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6842
6843 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6844
6845         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6846         Fixed `match-beginning' argument mismatch.
6847
6848 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6849
6850         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6851         the default value.
6852
6853 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6856         instead of `elmo-nntp-default-port'.
6857
6858         * wl-vars.el: Fixed some doc strings.
6859
6860 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * wl-summary.el (wl-summary-prefetch-msg): Use
6863         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6864
6865         * wl-vars.el: Define *-func as obsolete variable using
6866         `elmo-define-obsolete-variable'.
6867
6868         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6869         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6870         instead of `wl-message-buffer-prefetch-threshold'.
6871
6872         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6873
6874         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6875
6876         * wl-draft.el (wl-caesar-region-func): Ditto.
6877
6878         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6879         Keep unread status in elmo-folder-move-messages.
6880         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6881
6882 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6883
6884         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6885         `wl-summary-buffer-exit-func'
6886         (wl-summary-buffer-message-redisplay-function): Renamed from
6887         `wl-summary-buffer-message-redisplay-func'
6888         (wl-summary-buffer-next-folder-function): Renamed from
6889         `wl-summary-buffer-next-folder-func'.
6890         (wl-summary-buffer-prev-folder-function): Renamed from
6891         `wl-summary-buffer-prev-folder-func'.
6892         (wl-summary-get-petname-function): Renamed from
6893         `wl-summary-get-petname-func'.
6894
6895         * wl-score.el (wl-score-edit-exit-function): Renamed from
6896         `wl-score-edit-exit-func'.
6897
6898         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6899         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6900
6901         * wl-util.el (wl-load-profile-function): Renamed from
6902         `wl-load-profile-func'.
6903
6904         * wl-folder.el (wl-folder-completion-function): Renamed from
6905         `wl-folder-completion-func'.
6906         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6907
6908         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6909         `wl-expire-archive-get-folder-func'.
6910         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6911         (wl-draft-send-mail-function): Renamed from
6912         `wl-draft-send-mail-func'.
6913         (wl-draft-send-news-function): Renamed from
6914         `wl-draft-send-news-func'.
6915         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6916         (wl-generate-mailer-string-function): Renamed from
6917         `wl-generate-mailer-string-func'.
6918         (wl-highlight-signature-search-function): Renamed from
6919         `wl-highlight-signature-search-func'.
6920         (wl-highlight-x-face-function): Renamed from
6921         `wl-highlight-x-face-func'
6922         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6923         (wl-ps-print-buffer-function): Renamed from
6924         `wl-ps-print-buffer-func'
6925         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6926         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6927         (wl-summary-subject-filter-function): Renamed from
6928         `wl-summary-subject-filter-func'.
6929
6930         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6931         `wl-draft-queue-flush-send-func'
6932         (wl-draft-cite-function): Renamed from
6933         `wl-draft-cite-func'
6934
6935         * wl-address.el (wl-address-init-function): Renamed from
6936         `wl-address-init-func'.
6937
6938 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-draft.el (wl-draft-queue-flush): Don't call
6941         `elmo-dop-unlock-message'.
6942         * wl-draft.el (wl-draft-queue-append): Don't call
6943         `elmo-dop-lock-message'.
6944
6945         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6946         (wl-summary-buffer-folder-name): Ditto.
6947         (wl-summary-message-regexp): Added '-' (all other related portions
6948         are changed).
6949         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6950         wl-summary-buffer-folder-name.
6951
6952 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6953
6954         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6955         the number of mails in the folder buffer is not updated by wl-biff.
6956
6957 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6958
6959         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6960         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6961
6962 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-summary.el (wl-summary-next-message):
6965         Return next message number when wl-summary-move-order is nil.
6966
6967 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6968
6969         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6970         `wl-summary-move-spec-alist'.
6971         (wl-summary-move-spec-unplugged-alist): New variable
6972         (Move spec for unplugged status).
6973         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6974         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6975
6976 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6977
6978         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6979         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6980
6981 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6982
6983         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6984         simple quotation to quote the anonymous function.
6985         * tm-wl.el (wl-draft-preview-message): Ditto.
6986
6987 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6988
6989         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6990         Eliminate redundant `save-excursion'.
6991         (wl-highlight-summary-current-line): Ditto.
6992
6993         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6994         accessing match data when `looking-at' failed.
6995
6996         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6997         `elmo-match-string' where users don't care about the speed.
6998         (wl-draft-save): Ditto.
6999
7000 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-util.el (wl-regexp-opt): New function.
7003
7004         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7005         number from `wl-summary-buffer-number-list'.
7006         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7007         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7008         (wl-summary-move-spec-alist): Changed default setting.
7009
7010 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7011
7012         * wl-vars.el (wl-biff-notify-hook): New hook.
7013         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7014         the arrival of new mail.
7015         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7016         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7017
7018 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7021
7022 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7025
7026         * Version number is increased to 2.5.8.
7027
7028         * wl-thread.el (toplevel): require 'cl.
7029         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7030         (wl-thread-make-number-list): New function.
7031         (wl-thread-entity-make-number-list-from-children): Ditto.
7032         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7033         (wl-thread-entity-insert-as-children): Likewise.
7034         (wl-thread-delete-message): Likewise.
7035         (wl-meaning-of-mark): Eliminated.
7036         (wl-thread-next-failure-mark-p): Ditto.
7037         (wl-thread-entity-get-mark): Ditto.
7038         (wl-thread-meaning-alist-get-result): Ditto.
7039         (wl-thread-entity-check-prev-mark): Ditto.
7040         (wl-thread-entity-check-next-mark): Ditto.
7041         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7042         (wl-thread-entity-get-prev-marked-entity): Ditto.
7043         (wl-thread-get-prev-unread): Ditto.
7044         (wl-thread-jump-to-prev-unread): Ditto.
7045         (wl-thread-get-next-unread): Ditto.
7046         (wl-thread-jump-to-next-unread): Ditto.
7047         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7048         (wl-thread-entity-get-next-marked-entity): Ditto.
7049
7050         * wl-summary.el (wl-summary-buffer-number-list):
7051         New bufer-local variable.
7052         (wl-summary-switch-to-clone-buffer): Clone
7053         `wl-summary-buffer-number-list'.
7054         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7055         (wl-summary-cursor-move-regex): Eliminated.
7056         (wl-summary-cursor-up): Rewrite.
7057         (wl-summary-cursor-down): Ditto.
7058         (wl-summary-mode-spec-alist): New variable.
7059         (wl-summary-next-message): New inline function.
7060         (wl-summary-cursor-move): New function.
7061         (wl-summary-default-get-next-msg): Rewrite.
7062         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7063         (wl-summary-rescan): Ditto.
7064         (wl-summary-sync-all-init): Ditto.
7065         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7066         summary is not thread view.
7067         (wl-summary-sync-update): Ditto.
7068         (wl-summary-rescan): Ditto.
7069         (wl-summary-make-number-list): New function.
7070
7071         * wl-draft.el: "FCC" -> "Fcc".
7072
7073 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-highlight.el (wl-highlight-summary-window):
7076         Call `set-buffer-modified-p'.
7077
7078         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7079         (wl): Call `elmo-init' and fix.
7080
7081         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7082         Use new variables.
7083
7084         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7085
7086 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7089
7090 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7091
7092         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7093
7094 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7095
7096         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7097         `wl-use-toolbar' nor `display-graphic-p'.
7098         (wl-e21-setup-message-toolbar): Ditto.
7099         (wl-e21-setup-summary-toolbar): Ditto.
7100         (wl-e21-setup-folder-toolbar): Ditto.
7101
7102         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7103         (wl-plugged-init-icons): Ditto.
7104
7105         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7106         `display-graphic-p'.
7107         (wl-plugged-set-folder-icon): Ditto.
7108         (wl-highlight-plugged-current-line): Ditto.
7109         (wl-highlight-folder-current-line): Ditto.
7110         (wl-e21-highlight-folder-group-line): Ditto.
7111         (wl-e21-setup-toolbar): Ditto.
7112         (wl-e21-display-image-p): New macro.
7113
7114         * wl-demo.el (wl-demo): Simplified.
7115         (wl-demo-image-type-alist): Use `image-type-available-p' for
7116         checking whether the image type `xbm' is available.
7117
7118 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7119
7120         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7121         (wl-summary-input-range): Ditto.
7122
7123 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-summary.el (wl-summary-edit-addresses): Use
7126         `wl-summary-get-original-buffer'
7127         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7128         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7129         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7130         (wl-summary-get-newsgroups): Eliminated.
7131         (wl-summary-set-crosspost): Ditto.
7132         (wl-summary-is-crosspost-folder): Ditto.
7133         (wl-crosspost-alist-load): Ditto.
7134         (wl-crosspost-alist-save): Ditto.
7135
7136         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7137         `elmo-setup-subscribed-newsgroups' instead of
7138         `elmo-nntp-make-groups-hashtb'.
7139         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7140         instead of `wl-crosspost-alist-save'.
7141
7142         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7143         of `elmo-folder-message-appendable-p'.
7144         (wl-mime-header-presentation-method): Eliminated.
7145
7146         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7147         (Error occurs in emacs21).
7148
7149         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7150         the current buffer).
7151
7152         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7153         instead of `wl-crosspost-alist-save'.
7154         (wl-init): `elmo-crosspost-message-alist-load'
7155         instead of `wl-crosspost-alist-load'
7156
7157         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7158         (wl-parse-newsgroups): Likewise.
7159         (wl-biff-notify): Run `wl-biff-notify-hook'.
7160
7161 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7164
7165         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7166         when `wl-summary-lazy-highlight' is non-nil.
7167         (wl-summary-goto-folder-subr): Highlight only when
7168         `wl-summary-lazy-highlight' is non-nil.
7169
7170         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7171         Don't display progress and highlight temp-mark when
7172         `wl-summary-lazy-highlight' is non-nil.
7173         (wl-highlight-summary-window): New function.
7174         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7175
7176 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-summary.el (wl-summary-sync): Change `all-visible'
7179         from `all-shown'
7180         (wl-summary-input-range): Ditto.
7181
7182 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7183
7184         * wl-e21.el (wl-highlight-folder-current-line): Call
7185         `wl-folder-init-icons' when folder icons have not been initialized.
7186
7187         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7188
7189         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7190         (wl-demo-image-type-alist): New macro.
7191
7192 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7193
7194         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7195         display does not support graphics.
7196         (wl-plugged-init-icons): Ditto.
7197         (wl-folder-init-icons): Ditto.
7198
7199         * wl-demo.el (wl-demo): Chech closely whether the display
7200         supports graphics.
7201
7202 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-summary.el (wl-summary-get-original-buffer): New function.
7205         (wl-summary-set-crosspost): Use it.
7206         (wl-summary-target-mark-uudecode): Ditto.
7207         (wl-summary-reedit): Ditto.
7208         (wl-summary-resend-bounced-mail): Ditto.
7209         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7210         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7211
7212         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7213         (wl-message-display-internal): Ditto.
7214
7215 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7218
7219 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-save-view): Renamed from
7222         `wl-summary-save-status'.
7223
7224 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7225
7226         * wl-summary.el (wl-summary-sync): Added `all-shown'
7227
7228 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7229
7230         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7231
7232 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7233
7234         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7235
7236 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7237
7238         * wl-highlight.el (wl-highlight-summary-line-string): Use
7239         `zerop' instead of `= 0'.
7240         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7241
7242         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7243         for comparing numbers.
7244         (wl-template-prev): Use `zerop' instead of `eq 0'.
7245
7246         * wl-draft.el (wl-draft-insert-current-message): Use
7247         `with-current-buffer' instead of `save-excursion'.
7248         Use `zerop' instead of `eq 0'.
7249
7250 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7251
7252         * wl-draft.el (wl-draft-insert-ccs): New function.
7253         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7254         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7255
7256 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7259
7260 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-expire.el (wl-expire-refile): Don't call
7263         elmo-msgdb-add-msgs-to-seen-list;
7264         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7265         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7266
7267 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-message.el (wl-message-prev-page): Ignore errors while
7270         scroll-down.
7271
7272 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-mime.el: Use elmo-original-message-mode instead of
7275         mmelmo-original-mode.
7276
7277         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7278         `elmo-folder-get-spec';
7279         (wl-fldmgr-add-completion-all-completions):
7280         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7281
7282         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7283         of `elmo-folder-get-type'.
7284
7285         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7286         `elmo-folder-get-spec';
7287         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7288         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7289         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7290         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7291         `elmo-read-msg-no-cache';
7292         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7293         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7294         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7295         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7296         `elmo-cache-save';
7297         (wl-draft-reedit): Use `elmo-message-file-name'.
7298
7299         * wl-expire.el: Use `elmo-folder-name-internal';
7300         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7301         Use macro `wl-summary-buffer-msgdb' instead of variable
7302         `wl-summary-buffer-msgdb';
7303         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7304         Use macro `wl-summary-buffer-folder-name' instead of variable
7305         `wl-summary-buffer-folder-name'.
7306         * wl-score.el: Likewise.
7307
7308         * wl-message.el: Rewrite for new message buffer cache mechanism.
7309         (wl-message-buffer-cache-buffer-get): New macro.
7310         (wl-message-buffer-cache-folder-get): Ditto.
7311         (wl-message-buffer-cache-message-get): Ditto.
7312         (wl-message-buffer-cache-entry-make): Ditto.
7313         (wl-message-buffer-cache-hit): Ditto.
7314         (wl-message-buffer-cache-sort): New function.
7315         (wl-message-buffer-cache-add): Ditto.
7316         (wl-message-buffer-cache-delete): Ditto.
7317         (wl-message-buffer-cache-clean-up): Ditto.
7318         (wl-message-buffer-window): Rewrite.
7319         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7320         (wl-message-buffer-display): New function.
7321         (wl-message-display-internal): New function.
7322
7323 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-folder.el: Use `elmo-folder-name-internal';
7326         Use `wl-folder-get-elmo-folder';
7327         Use `elmo-folder-list-messages' instead of
7328         `elmo-list-folder';
7329         Use `elmo-folder-get-primitive-list' instead of
7330         `elmo-folder-get-primitive-spec-list';
7331         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7332         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7333         Use `elmo-folder-create' instead of `elmo-create-folder'.
7334         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7335         (wl-folder-get-elmo-folder): New macro.
7336         (wl-folder-elmo-folder-cache-get): Ditto.
7337         (wl-folder-elmo-folder-cache-put): Ditto.
7338         (wl-folder-suspend): Call `elmo-quit'.
7339
7340         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7341         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7342         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7343         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7344         (toplevel): require 'cl.
7345         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7346
7347         * wl-summary.el: Rewrite to use new elmo interface.
7348
7349 \f
7350 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-mime.el (wl-draft-preview-message):
7353         Run `wl-draft-send-hook' before collecting recipients information;
7354         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7355
7356         * tm-wl.el (wl-draft-preview-message): Ditto.
7357
7358 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7361         wrong recipients are displayed when forwarded message.
7362
7363 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * Version number is increased to 2.5.7.
7366
7367 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7368
7369         * wl-message.el (wl-message-next-page): Bind
7370         `window-pixel-scroll-increment' to nil while scrolling up.
7371
7372 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-vars.el (wl-save-hook): New hook.
7375         * wl.el (wl-save): Call `wl-save-hook'.
7376
7377 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7380         Argument WITH-ARG instead of NO-ARG (negative mean).
7381         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7382         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7383         * wl-message.el (wl-message-follow-current-entity): Likewise.
7384
7385 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7386
7387         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7388         FROM was optional argument.
7389         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7390
7391 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7392
7393         * Version number is increased to 2.5.6.
7394
7395 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-version.el (wl-version-show): Removed.
7398         (wl-version): Add `interactive'.
7399
7400 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7401
7402         * wl-summary.el (wl-summary-get-petname-func): New variable.
7403         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7404         instead of `wl-address-get-petname-1'.
7405         (wl-summary-simple-from): Ditto.
7406
7407         * wl-address.el (wl-address-get-petname-1): Define as function.
7408
7409 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7412         field in the original message.
7413         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7414
7415 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7416
7417         * wl-expire.el (wl-expire-hide):
7418         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7419
7420 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7423         find decoder for To, Cc, and Subject.
7424
7425 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7428         for checking `elmo-use-buffer-cache'.
7429         (wl-summary-mark-as-important): Fixed typo in comment.
7430
7431 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7434         field in the original message.
7435         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7436
7437 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7438
7439         * wl-expire.el (wl-expire-hide):
7440         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7441
7442 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7445         find decoder for To, Cc, and Subject.
7446
7447 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * Version number is increased to 2.5.5.
7450
7451         * wl-address.el (wl-address-specials-regexp): New constant.
7452         (wl-address-quote-specials): Use it.
7453
7454 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * wl-summary.el (wl-summary-rescan):
7457         Call `wl-summary-buffer-number-column-detect'.
7458         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7459
7460         * wl-message.el (wl-message-mode-map): Define.
7461         (wl-message-decode): Use it as local-map.
7462
7463 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7466         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7467
7468 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7471
7472         * wl-mule.el (wl-read-event-char): Ditto.
7473
7474         * wl-e21.el (wl-read-event-char): Ditto.
7475
7476         * wl-nemacs.el (wl-read-event-char): Ditto.
7477         (read-event): Removed.
7478
7479         * wl-util.el (toplevel): Removed dummy definition of
7480         `read-event'.
7481         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7482
7483 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7484
7485         * wl-nemacs.el (elmo-archive-call-process): Moved to
7486         elmo-archive.el.
7487
7488 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7489
7490         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7491         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7492
7493         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7494         instead of magic-number 6.  Use `not' instead of `null' for symbol
7495         `nil' check (not empty list).
7496         (wl-draft-insert-x-face-field): Fixed paren style.
7497
7498         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7499         one-branch conditional statement, instead of `and' and `if'.
7500         (wl-draft-forward): Likewise.
7501         (wl-draft-add-references): Likewise.
7502         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7503
7504         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7505         conditional steatment.  Use `cond' instead of `if'.
7506         (wl-draft-confirm): Likewise.
7507
7508 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7509
7510         * wl-version.el (wl-version-show): Use `product-string-1'
7511         instead of `wl-version'.
7512         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7513
7514         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7515
7516 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7517
7518         * wl-highlight.el (wl-highlight-headers): Revert
7519         `wl-highlight-x-face-func' argument (`beg' and `end').
7520
7521 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl.el (toplevel): Move `product-provide' declare.
7524         * wl-demo.el (toplevel): Ditto.
7525         * wl-dnd.el (toplevel): Ditto.
7526         * wl-highlight.el (toplevel): Ditto.
7527         * wl-message.el (toplevel): Ditto.
7528         * wl-refile.el (toplevel): Ditto.
7529         * wl-util.el (toplevel): Ditto.
7530
7531 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7534         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7535         (wl-thread-close-all): keep cursor position.
7536
7537 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7538
7539         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7540         (eq x 0).
7541         (wl-generate-user-agent-string-1): Fix conditional statement.
7542
7543 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * wl.el (wl-check-environment): Additional check for
7546         'wl-local-domain' and `wl-message-id-domain'.
7547
7548 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7549
7550         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7551
7552 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7553
7554         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7555         instead of `smtp-sasl-user-realm'.
7556
7557 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7558
7559         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7560
7561 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7562
7563         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7564         to the default value as well as `eword-lexical-analyzer'.
7565
7566 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7567
7568         * wl-version.el (wl-extended-emacs-version,
7569         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7570         `elmo-match-string' instead of `wl-match-string'.
7571
7572 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7573
7574         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7575         docstring.
7576
7577 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7578
7579         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7580
7581 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7582
7583         * wl-highlight.el (wl-highlight-headers): Remove
7584         `wl-highlight-x-face-func' argument (`beg' and `end').
7585
7586 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7587
7588         * wl-summary.el (wl-summary-mark-as-important):
7589         Remove cache if folder is local.
7590
7591 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7592
7593         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7594         to get existing e-mail address string.
7595
7596 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7597
7598         * wl-version.el (wl-generate-user-agent-string): Commentary.
7599         (wl-generate-user-agent-string-1): Use `when' for
7600         one-branch conditional statement, instead of `and' and `if'.
7601         (wl-extended-emacs-version, wl-extended-emacs-version2,
7602         wl-extended-emacs-version3): Ditto.
7603
7604 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7607         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7608         condition-case; Remove initialization.
7609         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7610         (wl-summary-sync-update3): Added argument `sync-all';
7611         Eliminated local variable `msgdb';
7612         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7613         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7614         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7615
7616 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7617
7618         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7619         connection before call `wl-draft-send-mail-with-smtp'.
7620
7621 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * Version number is increased to 2.5.4.
7624
7625 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7626
7627         * wl.el (wl-check-environment): Additional check for
7628         'wl-local-domain' and `wl-message-id-domain'.
7629
7630 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7633         buffer as command specific.
7634         (wl-folder-mark-as-read-all-entity): Ditto.
7635         (wl-folder-prefetch-entity): Ditto.
7636         (wl-folder-drop-unsync-entity): Ditto.
7637
7638         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7639         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7640         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7641
7642         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7643         save-excursion.
7644
7645 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * Version number is increased to 2.5.3.
7648
7649         * wl-summary.el (wl-summary-save-view-cache):
7650         Delete duplicated `write-region';
7651         Use `write-region-as-binary' instead of `as-binary-output-file' and
7652         `write-region'.
7653
7654 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7655
7656         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7657
7658 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7661         instead of `smtp-via-smtp'.
7662
7663 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7664
7665         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7666
7667 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7668
7669         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7670         instead of `smtp-sasl-user-realm'.
7671
7672 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7673
7674         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7675
7676 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7677
7678         * Version number is increased to 2.5.2.
7679
7680 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7683         does not exist.
7684         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7685         (wl-biff-start): Call `timer-activate' if timer already exists.
7686
7687         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7688         only when it is bound as function.
7689
7690 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * Version number is increased to 2.5.1.
7693
7694 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7697         Print refile/copy destination.
7698
7699 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7702         queue-flush-only is non-nil.
7703
7704         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7705
7706         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7707         checking cache folder.
7708
7709 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7712         `regexp-quote'.
7713
7714 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7717         function.
7718         * wl-summary.el (wl-summary-write-current-folder-functions):
7719         Change default value.  Use it.
7720
7721 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * Version number is increased to 2.5.0.
7724
7725         * wl-version.el (wl-version): Changed codename.
7726
7727 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7728
7729         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7730         (wl-summary-supersedes-message): Ditto.
7731
7732 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7733
7734         * wl-refile.el (wl-refile-guess-functions): Renamed from
7735         `wl-refile-guess-func-list'.
7736
7737 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7740         Fixed problem when no rule was matched.
7741
7742 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7743
7744         * wl-summary.el (wl-summary-get-mark): Fixed
7745         `wl-summary-buffer-target-mark' check logic.
7746
7747 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7748
7749         * wl-folder.el (wl-folder-write-current-folder): Added group
7750         folder check.
7751
7752         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7753         `wl-summary-write-current-newsgroup'.
7754         (wl-summary-write-current-folder-functions): New variable.
7755         * wl-folder.el (wl-folder-get-newsgroups): New function.
7756         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7757         (wl-folder-write-current-folder): Renamed from
7758         `wl-folder-write-current-newsgroup'.
7759
7760 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7761
7762         * Version number is increased to 2.3.93.
7763
7764 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7767         (wl-ldap-make-matched-value-list): Ditto.
7768         (wl-ldap-alias-safe-string): Split e-mail address.
7769
7770         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7771         petname folder default was selected.
7772         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7773         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7774
7775 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7778         to `wl-draft-config-exec'.
7779
7780         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7781         instead of calling `wl-draft-config-exec';
7782         Process group-list and show recipients in minibuffer.
7783
7784         * tm-wl.el (wl-draft-preview-message): Ditto.
7785
7786 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7787
7788         * wl.el (toplevel): Added (C) to copyright notice, and
7789         sync Author header.
7790         * tm-wl.el (toplevel): Ditto.
7791         * wl-address.el (toplevel): Ditto.
7792         * wl-demo.el (toplevel): Ditto.
7793         * wl-dnd.el (toplevel): Ditto.
7794         * wl-draft.el (toplevel): Ditto.
7795         * wl-e21.el (toplevel): Ditto.
7796         * wl-expire.el (toplevel): Ditto.
7797         * wl-folder.el (toplevel): Ditto.
7798         * wl-highlight.el (toplevel): Ditto.
7799         * wl-message.el (toplevel): Ditto.
7800         * wl-mime.el (toplevel): Ditto.
7801         * wl-mule.el (toplevel): Ditto.
7802         * wl-nemacs.el (toplevel): Ditto.
7803         * wl-refile.el (toplevel): Ditto.
7804         * wl-score.el (toplevel): Ditto.
7805         * wl-summary.el (toplevel): Ditto.
7806         * wl-template.el (toplevel): Ditto.
7807         * wl-thread.el (toplevel): Ditto.
7808         * wl-util.el (toplevel): Ditto.
7809         * wl-vars.el (toplevel): Ditto.
7810         * wl-xmas.el (toplevel): Ditto.
7811
7812 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7813
7814         * wl.el (wl-init): Added comment about `wl-init-hook'.
7815         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7816         * wl-vars.el (wl-init-hook): Added docs.
7817         (wl-make-plugged-hook): Removed useless docs.
7818         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7819         * wl-xmas.el (toplevel): Ditto.
7820
7821 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7822
7823         * wl-address.el (toplevel): Fixed multiple Author header format.
7824         * wl-demo.el (toplevel): Ditto.
7825         * wl-draft.el (toplevel): Ditto.
7826         * wl-folder.el (toplevel): Ditto.
7827         * wl-summary.el (toplevel): Ditto.
7828         * wl-thread.el (toplevel): Ditto.
7829         * wl-util.el (toplevel): Ditto.
7830         * wl-vars.el (toplevel): Ditto.
7831         * wl-version.el (toplevel): Ditto.
7832         * wl-xmas.el (toplevel): Ditto.
7833         * wl.el (toplevel): Ditto.
7834
7835         * wl-version.el (toplevel): Added require `elmo-version' for
7836         `product-version-as-string'.
7837
7838 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-vars.el (wl-draft-send-hook): Changed default value to
7841         '(wl-draft-config-exec).
7842
7843         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7844         explicitly.
7845         (wl-draft): Set `wl-draft-config-exec-flag' before running
7846         `wl-mail-setup-hook'.
7847
7848         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7849         `wl-biff-init-icons' to `wl-init-hook' instead of
7850         `wl-make-plugged-hook'.
7851         (Because if `wl-draft' command is invoked at first,
7852         they are not initialized)
7853         Updated copyright notice.
7854
7855         * wl-e21.el (toplevel): Ditto;
7856
7857         * wl-demo.el (toplevel): Updated copyright notice.
7858         * wl-address.el (toplevel): Ditto.
7859         * wl-draft.el (toplevel): Ditto.
7860         * wl-version.el (toplevel): Ditto.
7861         * wl-folder.el (toplevel): Ditto.
7862         * wl-summary.el (toplevel): Ditto.
7863         * wl-thread.el (toplevel): Ditto.
7864         * wl-util.el (toplevel): Ditto.
7865         * wl-vars.el (toplevel): Ditto.
7866         * wl.el (toplevel): Ditto.
7867
7868 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-highlight.el (wl-highlight-message): Fixed problem of
7871         highlighting failure which occured when the last field contains
7872         multiple lines in the draft buffer.
7873
7874         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7875         `wl-biff-start' if plugged.
7876
7877         * wl-util.el (wl-biff-check-folder): New function.
7878         (wl-biff-check-folders): Don't set session name prefix.
7879         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7880         (wl-biff-check-folder-async): Ditto.
7881
7882         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7883         in email address.
7884
7885 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7886
7887         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7888
7889         * wl-draft.el (wl-draft-strip-subject-re): New function.
7890
7891         * wl-draft.el (wl-draft-reply): Use it.
7892
7893 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7894
7895         * wl-message.el (wl-mmelmo-message-redisplay): Use
7896         `mime-display-message' instead of `wl-mime-display-message'.
7897
7898         * wl-mime.el (toplevel): Removed compatibility workaround
7899         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7900         (wl-mime-display-message): Abolished.
7901         (wl-mime-entity-read-field): Ditto.
7902         (wl-mime-combine-message/partial-pieces): Use
7903         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7904
7905 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7906
7907         * wl-template.el: Doc fixes.
7908
7909 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7910
7911         * wl-e21.el (wl-message-overload-functions): Do nothing if
7912         `current-local-map' is not available.
7913         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7914
7915 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7916
7917         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7918         representation.
7919
7920         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7921         number.
7922         (wl-fldmgr-save-folders): Don't use `format' when insert
7923         `wl-fldmgr-folders-header'.
7924
7925 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7926
7927         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7928
7929 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-highlight.el (wl-highlight-message):
7932         Use `std11-field-end' to detect end point of the header field.
7933         Refer `wl-highlight-max-header-size'.
7934
7935         * wl-vars.el (wl-highlight-max-header-size): New variable.
7936
7937         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7938
7939         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7940         Set `for-draft' argument of wl-highlight-headers.
7941         (wl-draft): Ditto.
7942         (wl-draft-reedit): Ditto.
7943         (wl-user-agent-compose-internal): Ditto.
7944
7945 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7946
7947         * wl-message.el (wl-message-add-button): Use overlay.
7948
7949 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7952
7953         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7954         problem when group-list content is nothing.
7955         (Reported by Mito <mit@nines.nec.co.jp>)
7956
7957 2000-10-18  SAITO Atsunori <sai@yedo.com>
7958
7959         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7960
7961 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7962
7963         * tm-wl.el (toplevel): Use product-provide.
7964
7965 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * Version number is increased to 2.3.92.
7968
7969 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7970
7971         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7972         title text, use `display' property for left margin under Emacs 21.
7973
7974         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7975         properties.
7976         (wl-plugged-init-icons): Ditto.
7977
7978 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7979
7980         * wl.el (wl-save-status, wl-init): Remove last period in
7981         "...done." message.
7982         * tm-wl.el (wl-summary-burst): Ditto.
7983         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7984         wl-summary-resume-cache-status,
7985         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7986         wl-summary-sync-update3, wl-summary-highlight-msgs,
7987         wl-summary-flush-pending-append-operations,
7988         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7989         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7990         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7991         wl-thread-open-all): Ditto.
7992         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7993         * wl-mime.el (wl-summary-burst): Ditto.
7994         * wl-highlight.el (wl-highlight-summary): Ditto.
7995         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7996         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7997         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7998         * wl-address.el (wl-local-address-init): Ditto.
7999
8000 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8001
8002         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8003         `add-text-properties'.
8004         (wl-plugged-init-icons): Ditto.
8005         (wl-folder-init-icons): Use `propertize' instead of
8006         `put-text-property'.
8007         (wl-plugged-set-folder-icon): Ditto.
8008         (wl-e21-highlight-folder-group-line): Ditto.
8009
8010 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-version.el (wl-version-status-alist): New variable.
8013         (wl-version-status): New function.
8014
8015         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8016         "Cc" part of the case "Reply-To".
8017
8018         * wl-draft.el (wl-draft-reply): Use result of
8019         `eword-extract-address-components'.
8020
8021         * wl-demo.el (wl-demo-icon-name): New constant.
8022         (wl-logo-xpm): Use it.
8023         (wl-logo-xbm): Ditto.
8024         (wl-logo-bitmap): Ditto.
8025
8026         * Version number is increased to 2.3.91.
8027
8028 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8029
8030         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8031         (wl-extended-emacs-version, wl-extended-emacs-version2,
8032         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8033         docstring.
8034
8035         * wl-version.el (wl-generate-user-agent-string-1): New function.
8036         (wl-generate-user-agent-string): Use it.
8037
8038         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8039         `mime-edit-insert-user-agent-field'.
8040         (wl-generate-user-agent-string): Check
8041         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8042
8043         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8044         instead of `if', when verbose case.
8045
8046 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8047
8048         * wl-expire.el (wl-summary-expire): Fix.
8049
8050 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8051
8052         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8053         and `elmo-lost+found-folder' if 'wl-draft.
8054         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8055
8056 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8057
8058         * wl-expire.el (wl-summary-expire): Change messages.
8059         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8060         `deleing-info' instead of "Deleting..."
8061
8062 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8063
8064         * wl-summary.el (wl-summary-refile-subr): Fix.
8065
8066 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8067
8068         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8069         if pipe folder.
8070
8071 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8074
8075 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8076
8077         * wl-expire.el (wl-expire-hide): New function.
8078         (wl-summary-expire): Add `hide'.
8079
8080 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * wl-vars.el (wl-draft-reply-without-argument-list):
8083         Changed default value to consider `Reply-To:'.
8084         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8085
8086         * Version number is increased to 2.3.90.
8087
8088         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8089         elmo-imap4-get-session with unwind-protect.
8090         Don't cause error.
8091         (wl-summary-sync-marks): Don't check plugged nor folder type.
8092         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8093         (Always keep current buffer).
8094
8095 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8096
8097         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8098         Enclose with `save-excursion'.
8099
8100 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8101
8102         * wl-version.el (wl-version): Remove interactive.
8103
8104 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8105
8106         * wl-version.el (wl-generate-user-agent-string): Use
8107         `product-string-verbose' instead of `product-string-1'.
8108
8109 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8110
8111         * wl-vars.el (wl-draft-use-cache): New variable.
8112         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8113         if wl-draft-use-cache is non-nil.
8114
8115 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8116
8117         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8118         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8119
8120 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8123         (wl-thread-msg-mark-as-unread): Ditto.
8124
8125         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8126         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8127         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8128         Don't set mark in summary if return value of `elmo-mark-as-read'
8129         is nil.
8130         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8131         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8132         instead of `wl-thread-msg-mark-as-read'.
8133         (wl-summary-mark-as-unread-region): Ditto.
8134         (wl-summary-target-mark-mark-as-read): Ditto.
8135
8136         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8137
8138 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8141
8142         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8143
8144 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8147         face.
8148
8149 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8150
8151         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8152         `running-xemacs'.
8153
8154 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8155
8156         * wl-version.el (toplevel): Use `product-version-as-string' for
8157         set verstion-string, if defined.
8158
8159         * wl-version.el (wl-version-show): Insert string at point, when
8160         call with argument.
8161
8162         * wl-version.el (wl-generate-user-agent-string): Use
8163         `product-string-1' instead of `wl-appname', `wl-version' and
8164         `wl-codename'.
8165
8166 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8167
8168         * wl-address.el (toplevel): Use product-provide.
8169         * wl-demo.el (toplevel): Ditto.
8170         * wl-dnd.el (toplevel): Ditto.
8171         * wl-draft.el (toplevel): Ditto.
8172         * wl-e21.el (toplevel): Ditto.
8173         * wl-expire.el (toplevel): Ditto.
8174         * wl-fldmgr.el (toplevel): Ditto.
8175         * wl-folder.el (toplevel): Ditto.
8176         * wl-highlight.el (toplevel): Ditto.
8177         * wl-message.el (toplevel): Ditto.
8178         * wl-mime.el (toplevel): Ditto.
8179         * wl-mule.el (toplevel): Ditto.
8180         * wl-nemacs.el (toplevel): Ditto.
8181         * wl-refile.el (toplevel): Ditto.
8182         * wl-score.el (toplevel): Ditto.
8183         * wl-summary.el (toplevel): Ditto.
8184         * wl-template.el (toplevel): Ditto.
8185         * wl-thread.el (toplevel): Ditto.
8186         * wl-util.el (toplevel): Ditto.
8187         * wl-vars.el (toplevel): Ditto.
8188         * wl-xmas.el (toplevel): Ditto.
8189         * wl.el (toplevel): Ditto.
8190
8191 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8192
8193         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8194         instead of product.
8195
8196         * wl-version.el (wl-version): Compile time evalution elmo-version.
8197
8198 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8199
8200         * wl-summary.el (wl-summary-sync-force-update): Append queue
8201         `mark-as-read'if unplugged.
8202
8203 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8204
8205         * wl-version.el: New file.  Use product.el.
8206         * wl.el: add (require 'wl-version).
8207         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8208         for ~/.folders header.
8209         (wl-fldmgr-folders-header): Changed.
8210         * wl-demo.el (wl-demo): Use product.el.
8211
8212         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8213         wl-version.el.
8214         * wl-util.el (wl-version, wl-version-show): Ditto.
8215
8216         * wl-util.el (wl-generate-user-agent-string,
8217         wl-extended-emacs-version, wl-extended-emacs-version2,
8218         wl-extended-emacs-version3): Move to wl-version.el.
8219         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8220         xemacs-codename, mime-edit-insert-user-agent-field,
8221         mime-edit-user-agent-value, mime-editor/version,
8222         mime-editor/codename): Compile warning killer move to
8223         wl-version.el
8224
8225 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8226
8227         * wl-summary.el (wl-summary-refile-subr): Fix.
8228
8229 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8232         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8233
8234 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8235
8236         * wl.el (wl-check-environment): Check too many `@'.
8237
8238 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8239
8240         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8241
8242 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8243
8244         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8245         wl-draft-reply-myself-without-argument-list): Add variables.
8246         * wl-draft.el (wl-draft-reply): Use it.
8247
8248 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8249
8250         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8251         the 5th argument of `elmo-network-get-spec'.
8252
8253         * wl-thread.el (wl-thread-reparent-children): New inline function.
8254         (wl-thread-delete-message): Use it.
8255
8256         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8257         (wl-summary-score-update-all-lines): Don't use `dolist'.
8258
8259 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8260
8261         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8262         (require 'elmo-msgdb) for inline function.
8263
8264 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8267
8268 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8269
8270         * wl-score.el (wl-score-headers): Fix for the confusing macro
8271         `elmo-kill-buffer'.
8272
8273 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8274
8275         * wl-summary.el: Don't use the 3rd argument of `require' because
8276         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8277         * wl-util.el: Ditto.
8278         * wl-draft.el: Ditto.
8279
8280 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8281
8282         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8283         window system is not used.
8284
8285 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8286
8287         * wl-thread.el: Don't use `mapcar' only for iteration.
8288         (wl-thread-resume-entity): Ditto.
8289         (wl-thread-delete-message): Ditto.
8290
8291         * wl-summary.el: Bind `dragdrop-drop-functions',
8292         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8293         of `require' for `timezone', `easymenu' and `ps-print';
8294         don't use `mapcar' only for iteration.
8295
8296         * wl-util.el: Bind `mule-version', `nemacs-version',
8297         `emacs-beta-version', `xemacs-codename',
8298         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8299         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8300         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8301         only for iteration.
8302
8303         * wl-score.el: Don't use `mapcar' only for iteration.
8304         (wl-score-simplify-buffer-fuzzy): Ditto.
8305         (wl-score-simplify-subject): Ditto.
8306         (wl-score-headers): Ditto.
8307         (wl-summary-score-update-all-lines): Ditto.
8308
8309         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8310         `enable-multibyte-characters' and `mule-version'.
8311
8312         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8313         `mapcar' only for iteration.
8314
8315         * wl-demo.el: Don't use `mapcar' only for iteration.
8316
8317         * wl-folder.el: Don't use `mapcar' only for iteration.
8318         (wl-folder-open-all): Ditto.
8319         (wl-folder-count-incorporates): Ditto.
8320
8321         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8322         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8323
8324         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8325         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8326         `smtp-connection-type'; specify 3rd argument of `require' for
8327         `timezone'; don't use `mapcar' only for iteration.
8328         (wl-draft-clone-local-variables): Don't use `mapcar'.
8329         (wl-draft-generate-clone-buffer): Ditto.
8330         (wl-user-agent-compose-internal): Ditto.
8331
8332         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8333
8334         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8335         (wl-save-status): Ditto.
8336
8337         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8338         for iteration.
8339
8340 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8343         removed `Date'.
8344         (wl-fldmgr-make-filter-default): New user option.
8345
8346         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8347         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8348         (wl-fldmgr-filter-completion-alist): Abolish.
8349
8350         * wl.el (wl): Don't check servers if arg is non-nil.
8351
8352         * wl-draft.el (wl-draft-reply): Set only message-id string to
8353         In-Reply-To field.
8354
8355 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-pick): Rewrite.
8358
8359         * wl-draft.el (wl-draft-forward): Get references field from
8360         original buffer.
8361         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8362
8363 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8364
8365         * wl-draft.el (wl-draft-forward): Add references field.
8366
8367 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8368
8369         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8370         (wl-draft-reply): Use it.
8371
8372 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8373
8374         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8375         when Emacs 21 is running.
8376
8377         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8378         bindings.
8379
8380 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8381
8382         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8383         XPM icons transparent.
8384
8385         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8386         Emacs 21.
8387
8388 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8391         nil.
8392
8393         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8394         when it is persistent.
8395         (wl-summary-sync-marks): Changed argument for
8396         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8397         (wl-summary-virtual): Use `elmo-read-search-condition'.
8398         (wl-summary-redisplay-internal): If folder is local, mark as read
8399         even when folder is plugged.
8400
8401 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8404         of `tool-bar-lines' in the frame parameters.
8405         (after-make-frame-functions, post-command-hook): Don't modify the
8406         value.
8407         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8408         wl-e21-tool-bar-lines): Removed.
8409
8410 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8411
8412         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8413         properties `evaporate' and `wl-momentary-overlay' as well.
8414         (wl-highlight-summary-displaying): Ditto.
8415         (wl-delete-all-overlays): Don't delete overlay which does not have
8416         a property `wl-momentary-overlay'.
8417
8418         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8419         `display-mouse-p' and `display-graphic-p'.
8420         (wl-folder-init-icons): Don't search for XBM or the other files.
8421         (wl-plugged-set-folder-icon): Make icons if and only if
8422         `display-graphic-p' returns non-nil.
8423         (wl-highlight-plugged-current-line): Use `before-string' overlay
8424         property to show icon images.
8425         (wl-highlight-folder-current-line): Ditto.
8426         (wl-e21-highlight-folder-group-line): Ditto.
8427         (wl-e21-highlight-folder-by-numbers): Ditto.
8428         (wl-e21-insert-image): Removed.
8429         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8430         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8431         said.
8432         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8433         `wl-e21-force-switch-toolbar'.
8434         (wl-e21-make-icon-image): Removed.
8435         (wl-e21-setup-toolbar): Don't search for XBM files.
8436         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8437         the default value.
8438
8439 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-util.el (wl-biff-check-folder-async): Set
8442         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8443
8444 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8445
8446         * wl-e21.el (after-make-frame-functions): Add
8447         `wl-e21-force-switch-toolbar'.
8448         (wl-e21-force-switch-toolbar): New function force to switch the
8449         toolbar appearance automatically.
8450         (post-command-hook): Add `wl-e21-switch-toolbar'.
8451         (wl-e21-switch-toolbar): New function to switch the toolbar
8452         appearance automatically.
8453         (wl-e21-tool-bar-lines): New buffer local variable.
8454
8455 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-util.el (wl-biff-check-folders-running): New variable.
8458         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8459         (wl-biff-check-folder-async-callback):
8460         Set `wl-biff-check-folders-running'.
8461         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8462         with unwind-protect.
8463
8464         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8465         Enclose `wl-folder-auto-check' with unwind-protect.
8466
8467         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8468         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8469
8470         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8471
8472         * wl-util.el (wl-biff-notify): New inline function.
8473         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8474         locally.
8475         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8476         folder-list' is 1.
8477         Use `wl-biff-notify'.
8478         (wl-biff-check-folder-async-callback): New function.
8479         (wl-biff-check-folder-async): Ditto.
8480
8481         * wl-folder.el (wl-folder): Don't check folders.
8482         (wl-folder-auto-check): New function.
8483
8484 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8485
8486         * wl-util.el (wl-biff-start) [Emacs19+]:
8487         Use `timer-next-integral-multiple-of-time'.
8488         (wl-biff-check-folders): Use `wl-default-folder'
8489         if `wl-biff-check-folder-list' is nil.
8490
8491 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8492
8493         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8494         instead of `elmo-delete-lists'.
8495
8496 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8497
8498         * wl.el (wl-plugged-toggle-all): Set the value of
8499         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8500         (wl-plugged-toggle): Ditto.
8501         (wl-toggle-plugged): Ditto.
8502         (wl-plugged-init): Ditto.
8503
8504         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8505         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8506         instead of `wl-biff-state-indicator-off' and
8507         `wl-biff-state-indicator-on'; don't modify the value and the type
8508         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8509         (wl-plugged-init-icons): Set icons data to
8510         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8511         instead of `wl-plug-state-indicator-off' and
8512         `wl-plug-state-indicator-on'; don't modify the value and the type
8513         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8514
8515         * wl-vars.el (wl-modeline-biff-state-off,
8516         wl-modeline-biff-state-on, wl-modeline-biff-status,
8517         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8518         wl-modeline-plug-status): New internal variables.
8519         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8520         wl-biff-check-interval, wl-biff-check-folder-list): Change
8521         customization group from `wl-folder' to `wl-highlight'.
8522         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8523         wl-show-plug-status-on-modeline): Defcustomized.
8524
8525         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8526         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8527         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8528         a flag to `mode-line-buffer-identification'.
8529
8530         * wl-e21.el (wl-biff-init-icons): Set icons data to
8531         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8532         instead of `wl-biff-state-indicator-off' and
8533         `wl-biff-state-indicator-on'.
8534         (wl-plugged-init-icons): Set icons data to
8535         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8536         instead of `wl-plug-state-indicator-off' and
8537         `wl-plug-state-indicator-on'.
8538
8539 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8540
8541         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8542         excessive titles.
8543
8544 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8545
8546         * wl.el (wl-plugged-mode): Use revised
8547         `wl-mode-line-buffer-identification'.
8548         (wl-plugged-init): Don't use `force-mode-line-update'.
8549
8550         * wl-xmas.el (wl-draft-overload-functions): Use revised
8551         `wl-mode-line-buffer-identification'.
8552         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8553         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8554         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8555         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8556         `wl-make-plugged-hook';
8557         add `wl-folder-init-icons' and `wl-setup-folder' to
8558         `wl-folder-mode-hook'.
8559
8560         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8561         19 as well.
8562         (wl-mode-line-display-priority-list): New user option.
8563         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8564         Defcustomized.
8565         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8566         Add docs.
8567
8568         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8569         start.
8570         (wl-mode-line-buffer-identification): Revised as a function.
8571
8572         * wl-summary.el (wl-summary-mode): Use revised
8573         `wl-mode-line-buffer-identification'; don't call
8574         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8575         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8576         `wl-xmas-setup-summary'.
8577
8578         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8579         `wl-mode-line-buffer-identification'.
8580
8581         * wl-mule.el (wl-draft-overload-functions): Use revised
8582         `wl-mode-line-buffer-identification'.
8583
8584         * wl-folder.el (wl-make-plugged-alist): Don't call
8585         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8586         (wl-folder): Don't call `wl-folder-init-icons' directly.
8587         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8588         `wl-xmas-setup-folder' directly;
8589         use revised `wl-mode-line-buffer-identification'.
8590         (TopLevel): Don't bind `wl-biff-init-icons',
8591         `wl-plugged-init-icons', `wl-folder-init-icons',
8592         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8593
8594         * wl-e21.el (wl-draft-overload-functions): Use revised
8595         `wl-mode-line-buffer-identification'.
8596         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8597         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8598         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8599         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8600         `wl-make-plugged-hook';
8601         add `wl-folder-init-icons' and `wl-setup-folder' to
8602         `wl-folder-mode-hook'.
8603
8604 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8605             Katsumi Yamaoka    <yamaoka@jpl.org>
8606
8607         * wl.el (wl): Call `wl-biff-start'.
8608         (wl-exit): Call `wl-biff-stop'.
8609         (wl-plugged-mode): Show biff in modeline.
8610         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8611
8612         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8613         (wl-biff-init-icons): New function.
8614         (wl-plugged-init-icons): Don't make too much keymaps.
8615         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8616
8617         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8618         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8619         variables.
8620         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8621         options.
8622
8623         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8624         wl-biff-start, wl-biff-stop): New functions.
8625         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8626         (wl-biff-timer-name): New variable.
8627
8628         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8629
8630         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8631         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8632
8633         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8634         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8635
8636         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8637         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8638         `wl-folder-init-icons' to `ignore' if they are not available.
8639         (wl-folder-mode): Show biff in modeline.
8640
8641         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8642         (wl-biff-init-icons): New function.
8643         (wl-plugged-init-icons): Don't make too much keymaps.
8644         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8645
8646 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8647
8648         * wl-vars.el (wl-strict-diff-folders): Customization Type
8649         and doc fix.  Define as a list of regular expressions for
8650         folders or nil.
8651         * wl-folder.el (wl-folder-check-one-entity): Use
8652         `wl-string-match-member' instead of `wl-string-member' for
8653         `wl-strict-diff-folders'.
8654
8655 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8656
8657         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8658         (wl-highlight-folder-current-line): Use it; new implementation.
8659         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8660         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8661         `defsubst' instead of `defun'.
8662
8663         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8664         `wl-highlight-group-folder-by-numbers'; made it can also be a
8665         number.  See info for more details.
8666
8667         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8668         running.
8669
8670         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8671         to bind them.
8672
8673         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8674         (wl-highlight-folder-current-line): New implementation.
8675
8676         * wl-highlight.el (wl-highlight-folder-group-line): New
8677         implementation.
8678         (wl-delete-all-overlays): Rewrite as a marco.
8679         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8680
8681         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8682         running.
8683         (wl-folder-*-glyph): No need to bind them.
8684
8685         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8686         `wl-e21-highlight-folder-group-icon'; rewrite.
8687         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8688         `defsubst' instead of `defun'.
8689         (wl-folder-mode-map): Bind it when compiling.
8690
8691 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8694
8695         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8696
8697 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8698
8699         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8700
8701 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8702
8703         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8704         (wl-highlight-folder-current-line): Use it.
8705
8706         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8707         in `id-name'.
8708
8709 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8710
8711         * wl.el: Require `wl-e21' when Emacs 21 is running.
8712
8713         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8714         default when Emacs 21 is running.
8715         (wl-use-highlight-mouse-line): Ditto.
8716         (wl-on-emacs21): New constant.
8717         (wl-on-emacs20): Removed.
8718
8719         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8720         Emacs 21 is running.
8721
8722         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8723         Emacs 21 is running.
8724
8725         * wl-e21.el: New file.
8726
8727 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8728
8729         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8730         (wl-toggle-plugged): Ditto.
8731         (wl-plugged-toggle): Ditto.
8732         (wl-plugged-toggle-all): Ditto.
8733
8734         * wl-vars.el (wl-plug-state-indicator): Refer
8735         `wl-plug-state-indicator-on' indirectly.
8736
8737 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8740         Call `wl-folder-confirm-existence'.
8741
8742         * wl-folder.el (wl-folder-confirm-existence): Added optional
8743         argument `force'.
8744
8745 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8746
8747         * wl-summary.el (wl-summary-refile-subr): Assume
8748         `copy-or-refile' as symbol.
8749         (wl-summary-refile): Follow up above change.
8750         (wl-summary-copy): Ditto.  Doc fix.
8751
8752 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-summary.el (wl-summary-pick): Don't bind
8755         `elmo-search-mime-charset'.
8756
8757         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8758         default using old backquote style.
8759         (wl-search-mime-charset): Abolished.
8760
8761         * wl-highlight.el (wl-highlight-headers):
8762         Call `point' after `re-search-forward'(for Nemacs).
8763
8764         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8765         for elmo-imap4.el.
8766
8767 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8768
8769         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8770         `wl-message-ignored-field-list' instead of
8771         `mime-view-ignored-field-list'.
8772
8773         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8774         Add interactive spec.
8775         (wl-folder-goto-bottom-of-current-folder): Ditto.
8776         (wl-folder-mode-map): Bind them.
8777
8778         * wl-vars.el (wl-message-ignored-field-list): New variable.
8779         (wl-message-visible-field-list): New variable.
8780
8781         * wl-mime.el (wl-mime-header-presentation-method): New function.
8782         (wl-mime-setup): Set header-presentation-method.
8783
8784 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8785
8786         * wl-nemacs.el (wl-draft-overload-functions): Set
8787         `mode-line-buffer-identification' instead of using
8788         `wl-make-modeline'.
8789
8790         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8791         instead of using `wl-make-modeline'.
8792
8793         * wl-xmas.el (wl-plugged-init-icons): Set up
8794         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8795         (wl-make-modeline): Abolish.
8796         (wl-draft-overload-functions): Set
8797         `mode-line-buffer-identification' instead of using
8798         `wl-make-modeline'.
8799
8800         * wl-util.el (wl-make-modeline-subr): Abolish.
8801         (wl-mode-line-buffer-identification): New alias.
8802
8803         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8804         (wl-summary-make-modeline): Abolish.
8805         (wl-summary-buffer-set-folder): Set
8806         `wl-summary-buffer-folder-indicator'.
8807         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8808         of using `wl-make-modeline'.
8809         (wl-summary-switch-to-clone-buffer): Don't set
8810         `mode-line-buffer-identification'.
8811         (wl-summary-goto-folder-subr): Ditto.
8812
8813         * wl-mule.el (wl-draft-overload-functions): Set
8814         `mode-line-buffer-identification' instead of using
8815         `wl-make-modeline'.
8816
8817         * wl-folder.el (wl-folder-mode): Set
8818         `mode-line-buffer-identification' instead of using
8819         `wl-make-modeline'.
8820         (wl-folder): Don't set `mode-line-buffer-identification'.
8821
8822 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8823
8824         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8825         instead of `member' for `wl-refile-guess-func-list' look-ups.
8826         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8827
8828 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8829
8830         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8831         `wl-message-button-dispatcher'.
8832
8833         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8834
8835         * wl-message.el (wl-message-button-dispatcher): Use it.
8836
8837         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8838         "In-Reply-To".
8839
8840         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8841         Bind `case-fold-search' to t.
8842
8843 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8844
8845         * wl-xmas.el (wl-message-overload-functions): Initialize
8846         `wl-message-button-map'.
8847
8848         * wl-mule.el (wl-message-overload-functions): Initialize
8849         `wl-message-button-map'.
8850
8851         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8852
8853         * wl-message.el (wl-message-button-map): New keymap.
8854         (wl-message-add-button): New function.
8855         (wl-message-button-dispatcher): New function.
8856         (wl-message-button-refer-article): New function.
8857
8858         * wl-highlight.el
8859         (wl-highlight-message-add-buttons-to-header): New function.
8860         (wl-highlight-headers): Use it.
8861
8862 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8863
8864         * wl-summary.el (wl-summary-default-from): Use
8865         `wl-address-get-petname-1'.
8866         (wl-summary-simple-from): Ditto.
8867
8868         * wl-address.el (wl-address-get-petname-1): New inline function.
8869         (wl-address-get-petname): Use it.
8870
8871 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8872
8873         * wl-summary.el (wl-summary-default-from): Return full-name part
8874         from the address if no petname was found.
8875         (wl-summary-simple-from): Ditto.
8876
8877         * wl-address.el (wl-address-get-petname): Return nil if no petname
8878         associated with the address was found.
8879
8880 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8881
8882         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8883         display is finished.
8884
8885 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8888         `elmo-folder-exists-p' argument.
8889
8890 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8891
8892         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8893         the folder.
8894
8895 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8898
8899         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8900         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8901
8902 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8903
8904         * wl-folder.el (wl-folder-create-subr): New function.
8905         (wl-folder-confirm-existence): Use it.
8906         (wl-folder-check-one-entity): Use it.
8907         Check the error symbol is derived from 'elmo-open-error.
8908
8909         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8910         `ignore-error'.
8911
8912 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-util.el (toplevel): Add (eval-when-compile (require
8915         'elmo-util)).  (Maybe `provide' is typo.)
8916
8917 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8920         (I don't know why this was needed.)
8921
8922         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8923         Follow up changes for stream-type.
8924
8925         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8926         (wl-draft-elmo-nntp-send): Ditto.
8927
8928         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8929         (wl-nntp-posting-stream-type): Ditto.
8930         (wl-pop-before-smtp-ssl): Abolished.
8931         (wl-nntp-posting-ssl): Ditto.
8932
8933         * wl-address.el (wl-address-quote-specials): New function.
8934         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8935
8936         * wl-draft.el (wl-draft-reply): Ditto.
8937
8938 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8939
8940         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8941         use function `wl-string-match-assoc'.
8942
8943 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8946
8947         * wl-draft.el (wl-draft-deduce-address-list): New function.
8948         (wl-draft-parse-mailbox-list): Ditto.
8949         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8950         instead of `smtp-deduce-address-list'.
8951         (wl-draft-on-field-p): Follow group list.
8952
8953         * wl-address.el (wl-address-concat-token): New function.
8954         (wl-address-string-without-group-list-contents): Ditto.
8955         (wl-complete-field-body): Fixed problem of completion
8956         by japanese petname.
8957         (wl-address-make-completion-list): Rewrite.
8958
8959 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8960
8961         * wl-address.el (wl-address-make-completion-list): Completion by
8962         petname.
8963         (wl-complete-field-body): Likewise.
8964
8965 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8966
8967         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8968         contains invalid address syntax.
8969
8970 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8971
8972         * wl-folder.el (wl-folder-check-entity-async): Use
8973         `elmo-nntp-spec-hostname'.
8974
8975 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8976
8977         * wl-summary.el (wl-summary-msgdb-load-async): Use
8978         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8979
8980 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-draft.el (wl-draft-reply): Set argument
8983         `content-transfer-encoding' as nil.
8984
8985 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8986
8987         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8988         `wl-refile-alist'.
8989
8990 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8991
8992         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8993         (wl-draft-edit-string): Ditto.
8994         (wl-draft-forward): Ditto.
8995         * wl-summary.el (wl-summary-write): Ditto.
8996
8997 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8998
8999         * wl-summary.el (wl-summary-sync-update3): Call
9000         `wl-summary-buffer-number-column-detect'.
9001         (wl-summary-buffer-number-column-detect): Search from point-min.
9002
9003 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9004
9005         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9006         contains an address which is not included in original to or cc.
9007
9008 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9011         begin-line does not exist.
9012         * wl-message.el (wl-message-uu-substring): Ditto.
9013
9014 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9017         clear local variables.
9018         (wl-summary-exit): Call `elmo-commit'.
9019         (wl-summary-switch-to-clone-buffer): Call
9020         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9021         (wl-summary-goto-folder-subr): Ditto.
9022
9023         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9024         POP folder.
9025
9026 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9029         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9030         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9031         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9032         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9033         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9034
9035         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9036
9037 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9038
9039         * wl-summary.el (wl-summary-search-by-subject):
9040         Search parent message from the latest one.
9041
9042 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9045         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9046
9047         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9048         New user option.
9049
9050         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9051         if elmo-nntp-use-killed-list is nil.
9052         Use `elmo-msgdb-append-to-killed-list'.
9053         (Append numbers confirmed as disappeared to the killed list.)
9054         (wl-summary-confirm-appends): Don't display negative number.
9055
9056 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9057
9058         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9059
9060 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9063         range is `all'.
9064         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9065         `elmo-list-bigger-diff'.
9066
9067 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-summary.el (wl-summary-buffer-exit-func):
9070         New buffer local variable.
9071         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9072
9073 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9074
9075         * wl-demo.el (wl-demo): Fix the last change.
9076
9077 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl-demo.el (wl-demo): Don't use `eval'.
9080
9081 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9082
9083         * wl-summary.el (wl-summary-buffer-thread-modified):
9084         New buffer-local variable.
9085         (wl-summary-set-thread-modified): New function.
9086         (wl-summary-thread-modified-p): New function.
9087         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9088         (wl-summary-yank-saved-message): Use function
9089         `wl-summary-set-thread-modified'
9090         (wl-summary-switch-to-clone-buffer): Add
9091         `wl-summary-buffer-thread-modified'.
9092
9093         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9094         (wl-summary-buffer-mark-saved-hook): Ditto.
9095         * wl-summary.el (wl-summary-msgdb-save): New hook
9096         `wl-summary-buffer-message-saved-hook' and
9097         `wl-summary-buffer-mark-saved-hook'.
9098
9099 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9100
9101         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9102
9103 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9106         don't hide scroll bars under FSF Emacsen because it may incur an
9107         undesirable redrawing.
9108
9109 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9110
9111         * wl-draft.el (wl-draft-edit-string): Call
9112         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9113
9114 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9117
9118 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9119
9120         * wl-summary.el (wl-summary-msgdb-load-async): Call
9121         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9122
9123 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9124
9125         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9126         fringes in demo buffer; center bitmap logo correctly even if old
9127         Mule is used.
9128
9129 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9130
9131         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9132
9133         * wl-refile.el (wl-refile-subject-alist): New variable.
9134         (wl-refile-subject-alist-file-name): Ditto.
9135         (wl-refile-alist-setup): Rewrite.
9136         (wl-refile-alist-save): Use `elmo-object-save'.
9137         Eliminated arguments.
9138         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9139         (wl-refile-guess-by-subject): New function.
9140         (wl-refile-guess-func-list): Added it.
9141
9142 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9143
9144         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9145         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9146
9147 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9150         New buffer-local variable.
9151         (wl-summary-buffer-next-folder-func): Ditto.
9152         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9153         if non-nil.
9154         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9155         if non-nil.
9156         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9157         if non-nil.
9158         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9159         if non-nil.
9160
9161 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9162
9163         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9164         permanently in the demo buffer.
9165
9166 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9169         `mime-entity-fetch-field'.
9170
9171         * wl.el (wl-exit): Delete plugged buffer.
9172
9173         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9174         XEmacs has menubar feature.
9175
9176 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9177
9178         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9179         cannot arrive at the beginning of the buffer under old Emacsen.
9180
9181 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-address.el (wl-address-ldap-search):
9184         Call `ldap-search-entries' with `withdn' argument t.
9185         (wl-complete-field-body): Bind completion-ignore-case as t.
9186         Clear ldap search hash when it was sole completion.
9187         Use elmo-string for pattern string.
9188         (wl-ldap-alias-safe-string): Eliminated needless let.
9189
9190 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9191
9192         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9193         (wl-ldap-alias-sep): New constant.
9194         (wl-ldap-search-attribute-type-list): Ditto.
9195         (wl-ldap-get-value): New function.
9196         (wl-ldap-make-filter): Ditto.
9197         (wl-ldap-make-matched-value-list): Ditto.
9198         (wl-ldap-alias-safe-string): Ditto.
9199         (wl-ldap-register-dn-string): Ditto.
9200         (wl-address-ldap-search): Rewrite.
9201
9202 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9203
9204         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9205         thread is deleted.
9206         (wl-thread-delete-line-from-buffer): Ditto.
9207         (wl-thread-get-exist-children): New function.
9208
9209 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9210
9211         * wl-demo.el (wl-demo): Made it to select various image types.
9212         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9213         from `wl-title-logo'.
9214         (wl-logo-ascii): New variable.
9215         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9216         (wl-demo-copyright-notice): New constant.
9217
9218         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9219
9220 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9221
9222         * wl-vars.el (wl-summary-target-above): Renamed from
9223         wl-summary-temp-above.
9224         * wl-score.el (wl-score-get-score-alist): Use it.
9225         (wl-summary-score-update-all-lines): Use it.
9226         * wl-summary.el: Ditto. (make-variable-buffer-local).
9227
9228 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9229
9230         * wl-vars.el (wl-ldap-port): New user option.
9231
9232         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9233         Rewite whole implementation.
9234         (wl-complete-field-body): Fixed.
9235
9236 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9237
9238         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9239         Choose implementation at compile time.
9240
9241 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9242
9243         * wl-address.el (wl-ldap-search-internal): New function.
9244         (wl-complete-field-to): Use it.
9245
9246 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9247
9248         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9249         Use `let' instead of `let*'.
9250         Require 'wl-vars.
9251
9252         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9253         Define as defcustom.
9254         (wl-ldap-base): Ditto.
9255         (wl-use-ldap): Ditto.
9256
9257 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9258
9259         * wl-address.el (wl-ldap-search): New function.
9260         (wl-complete-field-body): Use `wl-ldap-search'.
9261         (wl-ldap-server): New variable.
9262         (wl-ldap-base): Ditto.
9263         (wl-use-ldap): Ditto.
9264
9265 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9266
9267         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9268         (Pointed out by Mito <mit@nines.nec.co.jp>).
9269         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9270         buffer-local variables like `wl-summary-redisplay-internal'.
9271         (wl-summary-redisplay-all-header): Likewise.  Update
9272         Summary view too.
9273
9274 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * wl-summary.el (wl-summary-jump-to-parent-message):
9277         Consider prefix argument.
9278
9279         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9280         when closed thread is deleted.
9281
9282 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9283
9284         * wl-summary.el (wl-summary-jump-to-parent-message):
9285         Consider thread modification.
9286
9287 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9288
9289         * wl-message.el (wl-message-normal-get-original-buffer): Use
9290         `save-excursion'.
9291
9292         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9293         (wl-summary-showto-folder-regexp): Ditto.
9294
9295 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9296
9297         * wl-util.el (wl-delete-alist): Doc fix.
9298         (wl-delete-associations): New function.
9299         (wl-inverse-alist): New function.
9300         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9301         Split temporary variables. Use `wl-delete-associations'
9302         and `wl-inverse-alist'.
9303         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9304
9305 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9306
9307         * wl-folder.el (wl-folder-prefetch-entity):
9308         Execute prefetching if new count is unknown.
9309
9310 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9311
9312         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9313
9314         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9315         delete entity.
9316         (wl-thread-set-parent): If insert as top, set linked as nil.
9317
9318         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9319         `wl-thread-cleanup-symbols' when view mode is thread.
9320
9321 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9322
9323         * wl-folder.el (wl-folder-create-folder-entity): Use
9324         with-current-buffer.
9325         (wl-local-folder-init): Call set-buffer to make sure we are in
9326         the Folder buffer. Don't touch buffer-local variables here.
9327         (wl-folder-mode): Initialize buffer-local variables here.
9328
9329         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9330         (wl-folder-entity-assign-id): Ditto.
9331         (wl-folder-create-entity-hashtb): Ditto.
9332         (wl-local-folder-init): Ditto.
9333         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9334
9335 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9336
9337         * wl-summary.el (wl-summary-default-from): Fix probrem when
9338         std11-extract-address-components return (nil "foo@bar").
9339
9340 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9341
9342         * wl-draft.el (wl-draft-clone-local-variables):
9343         Remove redundant `setq'.
9344
9345 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9348         Bind wl-highlight-x-face-func as nil while highlighting header.
9349
9350 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9351
9352         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9353
9354 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9355
9356         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9357         elmo-msgdb-overview-hashtb from copy-variables.
9358         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9359         instead of `elmo-msgdb-overview-get-entity-by-number'.
9360         (wl-summary-auto-refile): Ditto.
9361
9362         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9363         `elmo-msgdb-overview-get-entity' instead of
9364         `elmo-msgdb-search-overview-entity'.  Use
9365         `elmo-msgdb-overview-get-entity' instead of
9366         `elmo-msgdb-overview-get-entity-by-number'.
9367         (wl-thread-insert-entity-sub): Ditto.
9368         (wl-thread-insert-message): Ditto.
9369
9370         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9371         `elmo-msgdb-overview-get-entity'.
9372         (wl-normal-message-redisplay): Ditto.
9373
9374 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9375
9376         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9377         `wl-thread-entities'.
9378         (wl-thread-delete-message): Fix remove top message from
9379         `wl-thread-entity-list'.
9380
9381         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9382         wl-append(nconc), because update-list is broken on Meadow.
9383
9384         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9385         updating process.
9386         (wl-summary-rescan): Ditto.
9387         (wl-summary-sync-update3): Ditto.
9388         * wl-thread.el (wl-thread-set-parent): Renamed from
9389         `wl-summary-set-parent'.
9390         (wl-thread-insert-message): Updating buffer faster.
9391         (wl-thread-delete-message): Updating buffer faster.
9392
9393         * wl-score.el (wl-summary-score-update-all-lines): Changed
9394         interval for display progress gauge.
9395
9396 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9397
9398         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9399         folder always-sticky.
9400         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9401         defmacro.
9402
9403 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * wl-vars.el (wl-draft-add-references): New user option.
9406
9407         * wl-draft.el (wl-draft-add-references): New function.
9408         (wl-draft-yank-from-mail-reply-buffer): Use it.
9409         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9410         as nil.
9411
9412 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9413
9414         * wl-thread.el (wl-thread-update-line-msgs): Called
9415         `wl-thread-update-line-on-buffer-sub'.
9416         (wl-thread-update-line-on-buffer): Delete routine of inserting
9417         thread.
9418         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9419         moved from `wl-thread-update-line-on-buffer'.
9420         Add threshold for displaying progress gauge.
9421         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9422         argument of `wl-thread-update-line-msgs'.
9423         Add threshold for displaying progress gauge.
9424         * wl-folder.el:
9425         Add threshold for displaying progress gauge.
9426         * wl-score.el: Ditto.
9427
9428         * wl-expire.el (wl-summary-expire): Display deleting info.
9429
9430 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9431
9432         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9433         `no-msg'.
9434         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9435         argument of `wl-thread-update-line-msgs'.
9436         (wl-summary-set-parent): Added optional argument `parent-number'.
9437         (wl-summary-buffer-saved-message): New buffer local variable.
9438         (wl-summary-save-current-message): New command.
9439         (wl-summary-yank-saved-message): Ditto.
9440         (wl-summary-mode-map): Added key binding for
9441         `wl-summary-save-current-message' (\ew) and
9442         `wl-summary-yank-saved-message' (\C-y).
9443         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9444
9445 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-summary.el (wl-summary-mode-map): Added key binding for
9448         `wl-summary-set-parent' (ts).
9449
9450 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9451
9452         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9453         subject faster. If thread number is reverse, delayed updating
9454         thread.
9455         (wl-summary-search-by-subject): Ditto.
9456         (wl-summary-put-alike): Ditto.
9457         (wl-summary-get-alike): Ditto.
9458         (wl-summary-insert-headers): Insert header of all overview in
9459         buffer.
9460         (wl-summary-rescan): Delayed updating thread. Kill search subject
9461         buffer for wl-summary-search-by-subject.
9462         (wl-summary-sync-update3): Ditto.
9463         (wl-summary-exit): Ditto.
9464         (wl-summary-goto-bottom-of-current-thread): Change for linked
9465         thread.
9466         (wl-summary-overview-create-summary-line): Change line for linked
9467         thread.
9468
9469         * wl-summary.el (wl-summary-update-thread): Use
9470         wl-thread-maybe-get-children-num.
9471         (wl-summary-set-parent): If change parent, move sub thread.
9472         (wl-summary-redisplay-internal): Add horizontal recenter.
9473         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9474
9475         * wl-thread.el (wl-thread-entity-get-linked): New function.
9476         (wl-thread-entity-set-linked): New function.
9477         (wl-thread-create-entity): Add linked element.
9478         (wl-thread-entity-insert-as-top): Use wl-append.
9479         (wl-thread-maybe-get-children-num): If closing thread, return
9480         children msgs.
9481         (wl-thread-update-line-msgs): Displaying progress message.
9482         (wl-thread-update-line-on-buffer-sub): Use
9483         wl-thread-maybe-get-children-num.
9484         (wl-thread-update-line-on-buffer): If update line is not exists,
9485         insert thread.
9486         (wl-thread-delete-message): If delete top msg of thread, search
9487         parent by subject.
9488         (wl-thread-insert-entity): Use
9489         wl-thread-maybe-get-children-num.
9490
9491         * wl-highlight.el (wl-highlight-summary-current-line): change
9492         sregexp for linked thread.
9493         * wl-util.el (wl-count-lines): Count lines.
9494         (wl-horizontal-recenter): horizontal recenter.
9495         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9496         (wl-score-get-alike): Ditto.
9497         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9498         (wl-subject-length-limit): New variable.
9499         (wl-highlight-thread-indent-string-regexp): Changed for linked
9500         thread.
9501
9502 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9503
9504         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9505         New variable (revival).
9506         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9507         by subject matching if there's no in-reply-to nor references field
9508         (revival).
9509
9510 \f
9511 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9514         message.
9515
9516 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9517
9518         * wl-summary.el (wl-summary-reply): Return t if there was a
9519         message at cursor point.
9520         Added unwind-protect.
9521         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9522         returns t.
9523         (wl-summary-cancel-message): Do nothing when there's no message at
9524         cursor point.
9525         (wl-summary-forward): Ditto.
9526         (wl-summary-jump-to-parent-message): Ditto.
9527         (wl-summary-reedit): Ditto.
9528         (wl-summary-edit-addresses): Ditto.
9529         (wl-summary-pipe-message): Ditto.
9530         (wl-summary-print-message-with-ps-print): Ditto.
9531         (wl-summary-print-message): Ditto.
9532         (wl-summary-mark-as-important): Ditto.
9533         (wl-summary-mark-as-unread): Ditto.
9534
9535         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9536         message at cursor point.
9537         (wl-summary-reply-with-citation): Remove unwind-protect.
9538
9539         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9540         subject searching feature.
9541         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9542         Eliminated.
9543
9544 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9547         New variable.
9548         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9549         by subject matching if there's no in-reply-to nor references field.
9550
9551         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9552
9553         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9554         when display is finished.
9555         (wl-folder-open-all): Ditto.
9556         (wl-folder-update-access-group): Ditto.
9557         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9558         * wl-thread.el (wl-thread-close-all): Ditto.
9559
9560         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9561         progress gauge only when it was displayed.
9562         * wl-folder.el (wl-folder-insert-entity): Ditto.
9563
9564 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9565
9566         * wl-summary.el (wl-summary-incorporate): Enclose
9567         `wl-summary-sync-force-update' with save-excursion.
9568
9569 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9570
9571         * wl-summary.el (wl-summary-prefetch-region):
9572         Pass current cursor point to `pos-visible-in-window-p' after
9573         moving cursor to the started point.
9574
9575 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9576
9577         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9578
9579         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9580         fields from the forwarding message.
9581         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9582         `ignored-fields'.
9583
9584 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9585
9586         * wl-mime.el (wl-message-request-partial):
9587         Eliminated argument `msgdb'.
9588         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9589         (wl-mime-combine-message/partial-pieces): Likewise.
9590         * tm-wl.el (wl-message-request-partial): Likewise.
9591         (wl-mime-combine-message/partial-pieces): Likewise.
9592
9593 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9594
9595         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9596         when display is finished.
9597
9598 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9599
9600         * wl-summary.el (wl-summary-goto-folder-subr):
9601         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9602
9603 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9604
9605         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9606         when cursor point is visible.
9607
9608 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-expire.el (wl-expire-archive-get-max-number):
9611         Don't use `file-name-directory'.
9612
9613 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9614
9615         * wl-expire.el (wl-expire-archive-get-max-number):
9616         Use `file-name-directory'.
9617
9618 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9619
9620         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9621         only when there is progress.
9622
9623 2000-04-13  Mito <mit@nines.nec.co.jp>
9624
9625         * wl-summary.el (wl-summary-sync-marks): Display progress.
9626
9627 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9628
9629         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9630         (wl-summary-prev): Move cursor regardless of unread status.
9631         (wl-summary-next): Ditto.
9632
9633 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9636         Added argument `target' and `number'.
9637         * tm-wl.el (wl-summary-burst-subr): New function.
9638         (wl-summary-burst): Use it.
9639
9640 2000-04-10  Mito <mit@nines.nec.co.jp>
9641
9642         * wl-mime.el (wl-burst): New function.
9643         (wl-summary-burst): Use it.
9644
9645 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9646
9647         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9648         as petname when there's no candidate.
9649
9650 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9651
9652         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9653         New variable.
9654         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9655
9656         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9657
9658         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9659
9660 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9661
9662         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9663         Use substring of `original' instead of buffer-substring.
9664         (wl-refile-evaluate-rule):
9665         Set `original' argument of wl-refile-expand-newtext.
9666
9667         * wl-summary.el
9668         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9669         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9670         (wl-summary-auto-refile): Check existence of destination folder just
9671         before marking.
9672
9673 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9674
9675         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9676         when wl-refile-get-field-value return nil.
9677
9678 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9679
9680         * wl-refile.el
9681         (wl-refile-expand-newtext): New function imported from Gnus.
9682         (wl-refile-evaluate-rule): Use it.
9683
9684 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9685
9686         * wl-summary.el (wl-summary-print-destination):
9687         Duplicate folder string to avoid putting text-property on
9688         original string.
9689
9690         * wl-refile.el (wl-refile-get-field-value): New function.
9691         (wl-refile-evaluate-rule): New function;
9692         Evaluate refile rule recursively.
9693         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9694         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9695         New function; Check existence of a target folder recursively.
9696         (wl-summary-auto-refile-check-refile-rule-alist):
9697         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9698
9699 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9702
9703         * wl-folder.el (wl-create-folder-entity-from-buffer):
9704         Fixed problem when '}' character is contained in folder name.
9705
9706         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9707
9708 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9709
9710         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9711         (wl-fldmgr-add-completion-all-completions):
9712         Use wl-fldmgr-add-completion-hashtb.
9713
9714 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9715
9716         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9717         wl-fldmgr-add-completion-subr): New functions.
9718         * wl-folder.el (wl-folder-completion-func): New variable.
9719         * wl-summary.el (wl-summary-read-folder):
9720         Use wl-folder-completion-func.
9721
9722         * wl-refile.el: Eliminate throw & catch.
9723
9724         * wl.el (wl-plugged-sending-queue-status): Fixed.
9725
9726 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9727
9728         * wl-draft.el (wl-draft): Put category property on
9729         mail-header-separator.