(wl-summary-after-resize-function): New function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-after-resize-function): New function.
4         (wl-summary-mode): Add `wl-summary-after-resize-function' to
5         window-size-change-functions.
6
7 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-draft.el (wl-draft-create-buffer): Bind
10         `change-major-mode-hook' after current buffer is changed.
11
12         * wl-summary.el (wl-summary-buffer-detach): New function.
13         (wl-summary-buffer-set-folder): Call it.
14         (wl-summary-mode): Add `wl-summary-buffer-detach' to
15         change-major-mode-hook and kill-buffer-hook.
16         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
17         (wl-summary-switch-to-clone-buffer): Ditto.
18         (wl-summary-goto-folder-subr): Ditto.
19
20 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
21
22         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
23         after boundp check.
24
25 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
28         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
29         for `kill-buffer'.
30
31         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
32         handler of current buffer from elmo-folder.
33
34 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
37
38 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-summary.el (wl-summary-buffer-event-handler): New internal
41         variable.
42         (wl-summary-event-handler): New class.
43         (elmo-event-handler-flag-changed): Define to update persistent
44         mark.
45         (wl-summary-buffer-set-folder): Register event handler to
46         elmo-folder.
47         (wl-summary-exit): Unregister event handler.
48         (wl-summary-goto-folder-subr): Ditto.
49         (wl-summary-mark-as-read-all): Does not call
50         `wl-summary-update-persistent-mark' directly.
51         (wl-summary-mark-as-read-internal): Ditto.
52         (wl-summary-set-persistent-mark-internal): Ditto.
53         (wl-summary-set-flags-internal): Ditto.
54
55         * Version number is increased to 2.11.33.
56
57 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
58
59         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
60         to nil.
61
62 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-spam.el (wl-spam-setup): Add hook
65         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
66         instead of `wl-summary-prepare-hook'.
67
68         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
69         if folder type is `'flag'.
70         (wl-summary-mark-as-important): Ditto.
71
72 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
73
74         * wl-address.el (wl-address-minibuffer-history): New variable.
75         (wl-address-minibuffer-local-map): New keymap.
76         (wl-address-read-from-minibuffer): New function.
77
78         * wl-action.el (wl-summary-get-resend-address): Use
79         `wl-address-read-from-minibuffer' instead of `completing-read'.
80
81 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * Version number is increased to 2.11.32.
84
85 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
88         without mule to iso-8859-1.
89         (wl-draft-add-in-reply-to): Add note in description.
90         (wl-draft-add-references): Ditto.
91
92 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
93
94         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
95         definition for `m'.
96         (wl-summary-mode-line-format): Add '[%m]'.
97         (wl-message-mode-line-format-spec-alist): Ditto.
98         (wl-summary-display-mime-mode-list): New variable.
99
100         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
101         from wl-summary-buffer-display-as-is.
102         (wl-summary-buffer-display-all-header): New buffer local variable.
103         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
104         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
105         instead of wl-summary-buffer-display-as-is.
106         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
107         (wl-summary-set-persistent-mark): Ditto.
108         (wl-summary-set-message-buffer-or-redisplay): Just call
109         `wl-summary-redisplay-internal' without optional arguments.
110         (wl-summary-toggle-mime): Rewrite.
111         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
112         (wl-summary-toggle-all-header): New function.
113         (wl-summary-redisplay-internal): Treat mime mode.
114
115         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
116         to wl-mime-preview-follow-no-mime.
117         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
118         accodring to the display-mode.
119
120         * wl-message.el (wl-message-buffer-display-type): Rewrite.
121         (wl-message-buffer-display): Changed argument name from `as-is' to
122         `mode'.
123         (wl-message-display-internal): Ditto;
124         Bind elmo-mime-display-header-analysis according to the mode.
125         (wl-message-display-internal): Put wl-message-display-mime-mode
126         property on entire buffer.
127
128 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
129
130         * wl-draft.el (wl-draft-do-fcc): Undo last change.
131
132 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
133
134         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
135         Don't extract mail address.
136         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
137
138         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
139
140         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
141
142 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
145         wl-fldmgr-cut-entity-list on confirmation.
146
147 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
150         (wl-mime-quit-preview): Check existence of
151         mime-edit-temp-message-buffer here.
152
153 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
156         after deletion.
157
158         * wl-draft.el (wl-draft-send-confirm): Check major-mode
159         before calling wl-mime-quit-preview.
160
161 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-summary.el (wl-summary-pick): If call it with prefix
164         argument, set `delete-marks' as non-nil. Pick from only visible
165         messages.
166         (wl-summary-check-target-mark): New function.
167         (wl-summary-target-mark-mark-as-read): Use it.
168         (wl-summary-target-mark-mark-as-unread): Ditto.
169         (wl-summary-target-mark-operation): Ditto.
170         (wl-summary-target-mark-set-flags): Ditto.
171         (wl-summary-target-mark-save): Ditto.
172         (wl-summary-target-mark-pick): Ditto.
173         (wl-summary-target-mark-forward): Ditto.
174         (wl-summary-target-mark-reply-with-citation): Ditto.
175         (wl-summary-target-mark-print): Ditto.
176         (wl-summary-target-mark-uudecode): Ditto.
177
178         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
179         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
180         with `ask-coding' is non-nil.
181
182 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-thread.el (wl-thread-set-parent): If parent is a message
185         which is identified by references, set linked as nil.
186
187 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
188
189         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
190         (wl-message-mode-line-format-spec-alist): Ditto.
191         (wl-message-mode-line-format): Ditto.
192         (wl-summary-mode-line-format): Ditto for docstring.
193         (wl-summary-no-mime-folder-list): Fix typo.
194
195         * wl-util.el (wl-current-message-buffer): Call
196         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
197
198         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
199         variable.
200         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
201         of `wl-summary-redisplay-no-mime'.
202         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
203         (wl-summary-toggle-mime): New function.
204         (wl-summary-redisplay-all-header): Rewrite.
205         (wl-summary-redisplay-no-mime): Ditto.
206         (wl-summary-redisplay-internal): Added argument `as-is' and
207         `all-header'.
208
209         * wl-refile.el (wl-refile-default-from-folder-path-separator):
210         New variable.
211         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
212         bottom.
213         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
214         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
215         "/" unconditionally.
216
217         * wl-mime.el (wl-draft-yank-current-message-entity): Use
218         wl-mime-preview-follow-no-mime for as-is content.
219         (wl-mime-preview-follow-no-mime): New function.
220         (wl-mime-preview-follow-current-region): Fixed parenthesis.
221
222         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
223         and added `as-is', `all-header'.
224         (wl-message-buffer-display): Ditto.
225         (wl-message-buffer-display-type): New function.
226
227 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-vars.el (wl-message-header-button-alist): Change default
230         value.
231         (wl-message-body-button-alist): Ditto.
232
233 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
236
237 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
240
241 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-summary.el (wl-summary-sync-marks): Remove condition which
244         is always true.
245
246 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
247
248         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
249         on null entity.
250
251 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-vars.el (wl-draft-reply-default-position): Fix range.
254
255 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-vars.el (wl-summary-resend-hook): New hook.
258
259         * wl-action.el (wl-summary-exec-action-resend-subr): Run
260         `wl-summary-resend-hook'.
261
262 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
265         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
266         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
267         (wl-summary-new-cached-mark): Changed default value to 'n'.
268         (wl-summary-unread-cached-mark): Changed default value to 'u'.
269         (wl-summary-answered-cached-mark): Changed default value to 'a'.
270         (wl-folder-sync-range-alist): Remove spec for 'flag.
271         (wl-summary-force-prefetch-folder-list): New user option.
272
273         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
274         `wl-summary-toggle-persistent-mark'.
275         (wl-summary-update-mark-and-highlight-window): Don't highlight when
276         number is nil.
277         (wl-summary-mark-as-answered-region): Set interactive argument of
278         `wl-summary-set-persistent-mark-internal'.
279         (wl-summary-mark-as-important-region): Ditto.
280         (wl-summary-unset-persistent-mark): Ditto.
281         (wl-summary-set-persistent-mark): Ditto.
282         (wl-summary-mark-as-answered): Ditto.
283         (wl-summary-mark-as-important): Ditto.
284         (wl-summary-set-persistent-mark-internal): Do nothing
285         when `elmo-message-flag-available-p' is nil.
286         (wl-summary-toggle-persistent-mark): New function.
287         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
288         when the folder matches `wl-summary-force-prefetch-folder-list'.
289
290
291         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
292         when number is nil.
293         (wl-highlight-summary-forwarded-face): New face.
294
295 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
296
297         * Version number is increased to 2.11.31.
298
299 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
302         (wl-biff-check-folder-async): Ditto.
303         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
304
305 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
306
307         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
308         Add an argument `reverse'.  All callers are updated.
309         (wl-summary-sort): Add a prefix argument `reverse' to specify
310         reverse sorting.
311         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
312         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
313         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
314
315 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl-message.el (wl-message-redisplay): Does not narrow header if
318         disply-type is all-header or as-is.
319
320         * wl-summary.el (wl-summary-enter-handler): Use
321         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
322
323 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
326         after adding wl-draft-parent-variables.
327         (wl-draft-forward): Ditto.
328
329 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-sync-marks): Call
332         `wl-summary-set-persistent-mark' and
333         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
334         (wl-summary-set-persistent-mark-internal): Add 4th argument
335         `no-server'.
336         (wl-summary-unset-persistent-mark): Ditto.
337         (wl-summary-set-persistent-mark): Ditto.
338         (wl-summary-add-flags-internal): Abolish.
339         (wl-summary-remove-flags-internal): Ditto.
340         (wl-summary-mark-as-important-internal): Ditto.
341         (wl-summary-mark-as-important): Use
342         `wl-summary-set-persistent-mark' instead of
343         `wl-summary-add-flags-internal'.
344         (wl-summary-mark-as-important-region): Ditto.
345
346         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
347
348         * wl-summary.el (wl-summary-get-available-flags): New function.
349         (wl-summary-sync-marks): Use it and simplified.
350         (wl-summary-unset-persistent-mark): Use
351         `wl-summary-get-available-flags'.
352         (wl-summary-set-persistent-mark): Ditto.
353
354 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
355
356         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
357         id.
358
359 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-summary.el (wl-summary-enter-handler): If argument is not a
362         number, call `wl-summary-prev-line-content'. Show message when the
363         message is not found.
364
365 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
366
367         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
368         wl-summary-enter-handler.
369         (wl-summary-enter-handler): New command.
370
371         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
372         docstring and custom spec.
373
374         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
375         flags too; Don't treat Cached and New.
376         (wl-summary-set-persistent-mark): Ditto.
377
378         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
379         `wl-folder-set-flag'.
380
381         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
382         instead of `wl-folder-set-flag'.
383
384         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
385         for completion.
386         (wl-summary-set-persistent-mark): Ditto.
387
388         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
389         instead of `wl-draft-quit-preview'.
390
391         * wl-mime.el (toplevel): Avoid compile warning.
392         (wl-mime-quit-preview): New function
393         (formarly defined as `wl-draft-quit-preview').
394         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
395         quitting method.
396
397         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
398
399         * wl-folder.el (wl-folder-set-flag): Renamed from
400         `wl-draft-set-flag-on-parent'.
401
402         * wl-draft.el (wl-draft-quit-preview): New function.
403         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
404         (wl-draft-send): Call `wl-folder-set-flag' instead of
405         `wl-draft-set-flag-on-parent'.
406         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
407
408 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
411         (wl-draft-send): Ditto.
412
413 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
414
415         * wl-vars.el (wl-draft-reply-hook): Changed default value.
416         (wl-draft-kill-pre-hook): Set default value as nil.
417         (wl-summary-reply-hook): Ditto.
418         (wl-draft-kill-flags): Abolish.
419
420         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
421         (wl-draft-parent-variables): Renamed from
422         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
423         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
424         argument; Add wl-draft-parent-variables to
425         wl-draft-config-variables.
426         (wl-draft-reply): Likewise.
427         (wl-draft-kill-flags): Abolish.
428         (wl-draft-send): Call wl-draft-set-flag-on-parent.
429         (wl-draft-set-flag-on-parent): New function.
430         (wl-draft-setup-parent-flag): Ditto.
431
432 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
433
434         * wl-draft.el (wl-draft-kill-flags): Avoid error when
435         `wl-draft-parent-folder' is "".
436
437 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
438
439         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
440         (wl-summary-digit-jump): New function.
441         (Adviced by John Owens and Hiroya Murata)
442
443         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
444         (Adviced by John Owens)
445
446         * wl-xmas.el (wl-message-define-keymap): Ditto.
447
448         * wl-mule.el (wl-message-define-keymap): Ditto.
449
450 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
453         change of return value of elmo-folder-count-flags.
454
455         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
456         (wl-summary-mark-as-read-internal): Ditto.
457         (wl-summary-set-persistent-mark-internal): Ditto.
458         (wl-summary-folder-info-update): Ditto.
459         (wl-summary-sync-update): Fixed the last change.
460
461         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
462
463 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
464
465         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
466         (wl-draft-kill-flags): Fixed docstring.
467
468         * wl-draft.el (wl-draft-kill-flags): New function.
469         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
470
471 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-vars.el (wl-reply-hook): Abolish.
474         (wl-draft-reply-hook): New hook.
475         (wl-summary-reply-hook): Ditto.
476         (wl-draft-forward-hook): Ditto.
477         (wl-summary-forward-hook): Ditto.
478         (wl-draft-kill-flags): New variable.
479
480         * wl-summary.el (wl-summary-mark-as-answered-region): Use
481         wl-summary-set-persistent-mark-internal.
482         (wl-summary-sync-marks): Use elmo-preserved-flags.
483         (wl-summary-update-persistent-mark): Make it interactive.
484         (wl-summary-set-persistent-mark-internal): New inline function.
485         (wl-summary-mark-as-answered): Use it.
486         (wl-summary-mark-as-unanswered): Ditto.
487         (wl-summary-unset-persistent-mark): New function.
488         (wl-summary-set-persistent-mark): Ditto.
489         (wl-summary-reply): Don't set answered flag;
490         Run wl-summary-reply-hook instead.
491         (wl-summary-forward): Call wl-draft-forward with number.
492         Run wl-summary-forward-hook.
493
494         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
495         (wl-highlight-summary-line-face-spec): Use it as a default
496         persistent mark face.
497
498         * wl-draft.el (wl-draft-forward): Added optional argument number;
499         Set wl-draft-parent-number; Run wl-draft-forward-hook.
500         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
501         (wl-draft-kill): Use wl-draft-kill-flags.
502
503         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
504
505         * wl-folder.el (wl-folder-check-one-entity): Follow the change
506         of return value of elmo-folder-count-flags.
507
508         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
509
510         * wl-summary.el (wl-summary-count-unread): Ditto.
511         (wl-summary-sync-update): Follow the change above.
512         (wl-summary-force-prefetch): New function.
513
514 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
515
516         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
517         variable `buf' with `let' instead of `setq'.
518
519 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-mime.el (wl-message-delete-current-part): If filename exists,
522         add Content-Disposition heaeder on the deleted part.
523
524 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-draft.el (wl-draft-save): Encode address list under edit by
527         `eword-encode-unstructured-field-body'.
528
529         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
530
531 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
534         wl-current-summary-buffer.
535
536 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
537
538         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
539         `numbers' is ignored.
540
541 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-folder.el (wl-folder-open-folder): Avoid error.
544         Reported by John Owens, [wl-en:815]
545
546         * wl.el (wl): Set timer for biff process even if prefix argument
547         is given or auto-checking is quitted.
548
549         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
550         immediately.
551         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
552         (wl-toggle-plugged): Ditto.
553
554         * wl-vars.el (wl-biff-use-idle-timer): New variable.
555         * wl-util.el (wl-biff-start): Use idle timer if
556         `wl-biff-use-idle-timer' is non-nil.
557
558 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-highlight.el (wl-highlight-message): Fix description.
561
562 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
565         tty.
566
567 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
568
569         * wl-action.el (wl-summary-exec): Print failure count.
570
571 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
574         to `defun', remove interactive form.
575         Set elmo-message-fetch-confirm when force-reload is non-nil.
576
577 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-summary.el (toplevel): Removed unnecessary autoload.
580
581 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
584         the buffer is generated from another message buffer.
585
586 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
587
588         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
589         extracted from `wl-fldmgr-save-folders'.
590         (wl-fldmgr-delete): Call it after deletion.
591
592 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
595         multi-tty support.
596
597 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
598
599         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
600
601 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
602
603         * wl-summary.el (wl-summary-rescan): Remove unused variables.
604         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
605
606 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
609         unsubscribe list only if argument CLEAR is nil.
610
611 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-draft.el (wl-draft-reply): Decode subject before removing
614         Re: prefix.
615
616 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
617
618         * wl-summary.el (wl-summary-sort-by-size): New command.
619
620 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-summary.el (wl-summary-number-list-from-region): New
623         function.
624         (wl-summary-mark-as-read-region): Use it.
625         (wl-summary-mark-as-unread-region): Ditto.
626         (wl-summary-set-flags-region): Ditto and add optional argument
627         remove.
628         (wl-summary-mark-as-answered-region): Ditto.
629         (wl-summary-mark-as-important-region): Ditto.
630         (wl-summary-target-mark-mark-as-important): Added optional
631         argument remove.
632         (wl-summary-target-mark-mark-as-answered): Ditto.
633         (wl-summary-target-mark-set-flags): Ditto.
634
635 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-set-flags-region): Call
638         `wl-summary-set-flags-internal' with number list instead of call
639         one by each message.
640         (wl-summary-target-mark-set-flags): Likewise.
641
642 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el (wl-summary-target-mark-operation): Add optional
645         argument `inverse' and use `wl-summary-delete-all-target-marks'.
646         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
647         (wl-summary-target-mark-mark-as-answered): Likewise.
648
649 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
650
651         * wl-summary.el (wl-summary-target-mark-forward): Use
652         `wl-summary-delete-all-target-marks' instead of
653         `wl-summary-delete-all-temp-marks'.
654         (wl-summary-target-mark-reply-with-citation): Ditto.
655         (wl-summary-target-mark-uudecode): Ditto.
656         (wl-summary-target-mark-set-flags): Ditto and remove needless
657         cursor move.
658
659 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-summary.el (wl-summary-target-mark-forward): Protect
662         wl-summary-buffer-target-mark-list from nreverse.
663         (wl-summary-target-mark-reply-with-citation): Ditto.
664
665 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-thread.el (wl-thread-update-indent-string-thread): Use
668         `elmo-display-progress-threshold'.
669
670 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
673         check `wl-summary-highlight'.
674         (wl-summary-window-scroll-functions): Respect value of
675         `wl-summary-highlight'.
676         (wl-summary-sync-update): Run hooks
677         `wl-summary-buffer-window-scroll-functions' at any time.
678
679 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
682         from `wl-summary-cleanup-temp-marks'.
683         (wl-summary-cleanup-temp-marks): Abolish argument.
684         * wl.el (wl-save-status): Revert previous change.
685         (wl-execute-temp-marks): New function, call
686         `wl-summary-exec-with-confirmation'.
687         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
688         (wl-folder-save-and-exec-marks): Abolished.
689
690 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-e21.el (wl-e21-display-image-p): Respect
693         `wl-highlight-folder-with-icon'.
694         (wl-e21-highlight-folder-group-line): Highlight mouse line
695         even if wl-e21-display-image-p is nil.
696
697         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
698         Respect value of `wl-summary-highlight'.
699
700         * wl.el (wl-save-status): Remove unused variable.
701
702         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
703         (wl-folder-mode-map): Bind it to "x".
704
705 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
706
707         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
708
709         * wl-thread.el (wl-thread-get-parent-list): Don't check
710         disconnected ancestors, neglecting needless work in
711         `wl-thread-update-indent-string-thread'.
712
713         * wl.el (wl-save): Take prefix argument to execute remaining marks.
714         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
715         argument, add argument default-keep to keep marks by default.
716
717         * Version number is increased to 2.11.30.
718
719         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
720         customization type and docstring.
721         (wl-draft-reply-without-argument-list): Ditto.
722
723 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
726
727         * wl-spam.el (wl-spam-mark-action-list): Ditto.
728
729 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
732
733 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-draft.el (wl-draft-config-exec): Narrow the range of
736         save-excursion so as not to include run-hooks.
737
738 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
741         Clarify that marks are going to be cleared.
742
743 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
746         according to 3rd element of wl-summary-flag-mark.
747
748         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
749
750 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-action.el (wl-summary-target-mark-all): Don't set
753         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
754
755 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
758         (wl-forward-subject-prefix): Ditto.
759         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
760         (wl-draft-reply-make-subject): Ditto.
761
762         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
763         `wl-draft-forward'.
764         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
765
766 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-action.el (wl-summary-target-mark-set-action): Stop if
769         target message does not exist.
770
771 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
772
773         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
774         `wl-subject-prefix-regexp'.
775         (wl-subject-forward-prefix-regexp): New variable.
776         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
777         `wl-draft-strip-subject-re' and take regexp as argument.
778         (wl-draft-forward): Use it.
779         (wl-draft-reply): Ditto.
780
781 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
782
783         * wl-e21.el (wl-highlight-plugged-current-line): Change for
784         emacs multi-tty support.
785
786 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
787
788         * wl-e21.el (wl-e21-display-image-p): Don't call
789         `display-images-p'.
790         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
791         support.
792         (wl-highlight-folder-current-line): Ditto.
793         (wl-folder-init-icons): Ditto.
794
795 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
798         the last line of summary in unplugged mode.
799
800 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
801
802         * wl-vars.el (wl-refile-rule-alist): Doc fix.
803
804 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
805
806         * wl-vars.el (wl-user-mail-address-regexp): New variable.
807         * wl-address.el (wl-address-user-mail-address-p): Use it.
808         (wl-address-delete-user-mail-addresses): Ditto.
809         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
810
811         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
812         (wl-address-delete-user-mail-addresses): Ditto.
813
814         * wl-address.el (wl-address-delete-user-mail-addresses): New
815         function.
816         * wl-refile.el (wl-refile-guess-by-history): Use it.
817         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
818         (wl-draft-make-mail-followup-to): Ditto and fix logic.
819
820         * wl-draft.el (wl-draft-edit-string): To judge sender address,
821         use wl-address-user-mail-address-p.
822
823 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
826         after opening group.
827
828 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
831         of elmo-set-buffer-multibyte.
832
833         * wl-message.el (wl-original-message-mode): Ditto.
834
835         * wl-score.el (wl-score-insert-header): Ditto.
836
837         * wl-summary.el
838         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
839         (wl-summary-goto-folder-subr): Ditto.
840         (wl-summary-insert-headers): Ditto.
841
842         * wl-util.el (wl-set-string-width): Ditto.
843
844         * Version number is increased to 2.11.29.
845
846 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
849         (wl-highlight-summary-line-help-echo-alist): New variable.
850         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
851         into `wl-highlight-summary-line-help-echo' and
852         `wl-highlight-flag-folder-help-echo'.
853         (wl-highlight-summary-line-string): Change accordingly.
854         (wl-highlight-summary-current-line): Ditto.
855
856 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
857
858         * wl-highlight.el (wl-highlight-message): Ignore white spaces
859         at the beginning of field body (Thanks to Markus Knittig).
860
861         * wl-draft.el (wl-draft-insert-current-message): Also check
862         summary buffer, remove unnecessary tag.
863
864 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-draft.el (wl-draft-insert-current-message): Cause error also
867         when wl-message-buffer is nil.
868
869         * wl-folder.el (wl-folder): Abolish unused argument.
870         Call wl-folder-init when wl-folder-entity is nil.
871         * wl.el (wl): Change accordingly.
872
873 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
876         multibyte string before insert into draft buffer.
877         (wl-draft-create-buffer): Always enable multibyte characters for
878         draft buffer.
879
880         * Version number is increased to 2.11.28.
881
882 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
883
884         * wl-folder.el (wl-folder-open-close): Handle blank line.
885         (wl-folder-jump-to-current-entity): Ditto.
886
887 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * Version number is increased to 2.11.27.
890
891 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-thread.el (wl-thread-insert-message): When the thread is
894         devided by wl-summary-max-thread-depth, insert line at the end of
895         buffer.
896
897 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * Version number is increased to 2.11.26.
900
901 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
904
905 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
908         value of stream-type and session.
909
910 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * Version number is increased to 2.11.25.
913
914 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
915
916         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
917         in a quit message.
918
919 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
920
921         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
922         (wl-summary-redisplay-no-mime-internal): Ditto.
923
924 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
927         * wl-vars.el (wl-smtp-connection-type): Ditto.
928
929 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
930
931         * wl-highlight.el (wl-highlight-message): Change to strict regexp
932         for the separator line and quote mail-header-separator.
933
934 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-spam.el (wl-message-check-spam): Fixed problem no display
937         result message.
938
939         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
940         `elmo-multiple-fields-body-list' with boundary as
941         mail-header-separator.
942
943 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
946
947 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-util.el (wl-list-diff): Remove unused function.
950
951         * wl-draft.el (wl-draft-send-confirm): Discard input before
952         confirmation.
953
954 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
957         order of flag and new.
958
959 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-vars.el (wl-refile-policy-alist): Abolished.
962
963         * wl-action.el (wl-summary-set-action-refile): Follow the change
964         above.
965
966 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * wl-highlight.el (wl-highlight-signature-search): Don't use
969         re-search-backward for a long word since it is possible to crash
970         XEmacs because of a bug.
971
972 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
973
974         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
975
976 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
979         argument for wl-summary-sync-force-update.
980
981 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
982
983         * wl-summary.el (wl-summary-mode-map): Revival of
984         wl-summary-mark-as-important related bindings;
985         Bind 'F','tF','mF','rF','m&'.
986         (wl-summary-mark-as-important-region): Revival.
987         (wl-summary-target-mark-mark-as-important): Ditto.
988         (wl-summary-target-mark-operation): New function.
989         (wl-summary-target-mark-mark-as-answered): Use it.
990         (wl-summary-decide-flag): Don't set Important as default.
991         (wl-summary-mark-as-important-internal): Revival.
992         (wl-summary-mark-as-important): Ditto.
993
994         * wl-thread.el (wl-thread-mark-as-important): Ditto.
995
996         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
997         instead of facep.
998
999 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * wl-dnd.el (wl-dnd-drop-func): Fix.
1002
1003         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1004         mouse-set-point instead of posn-point.
1005
1006         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1007
1008         * wl-mule.el (wl-completing-read-multiple): Ditto.
1009
1010 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-demo.el (face-background-name): Defalias to avoid compile
1013         warning.
1014
1015 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * wl-summary.el (wl-summary-decide-flag): Use
1018         wl-completing-read-multiple instead of completing-read-multiple.
1019
1020         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1021         New alias.
1022
1023         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1024         Use face-background-name instead of face-background.
1025
1026         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1027
1028         * wl-summary.el (wl-summary-save): Use it.
1029         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1030
1031         * wl-mime.el (wl-mime-save-content): Fix last change.
1032
1033 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1034
1035         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1036         New function.
1037         (wl-summary-sort-specs): Added sort.
1038         * wl-mime.el (wl-mime-save-content): Expand file name.
1039
1040 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1041
1042         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1043
1044         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1045
1046 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1049         for flag if it is not defined.
1050
1051 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * wl-e21.el (wl-highlight-folder-current-line): Use
1054         elmo-folder-type-internal when elmo-folder-type returns nil.
1055
1056         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1057
1058         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1059
1060         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1061
1062         * wl-e21.el (wl-summary-toolbar): Ditto.
1063
1064         * wl-vars.el (wl-demo-background-color): Abolished.
1065         (wl-summary-persistent-mark-priority-list): Renamed from
1066         wl-summary-flag-priority-list.
1067         (wl-summary-flag-alist): New user option.
1068         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1069         (wl-message-mode-line-format-spec-alist): Added 'F'.
1070         (wl-message-mode-line-format): Likewise.
1071         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1072         instead of wl-summary-important-mark.
1073         (wl-file-folder-icon): New variable.
1074
1075         * wl-thread.el (wl-thread-set-flags): Renamed from
1076         wl-thread-mark-as-important.
1077
1078         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1079         warning.
1080         (wl-summary-mode-menu-spec): Follow the change of 
1081         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1082         (wl-summary-mode-map): Follow the change of
1083         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1084         (wl-summary-detect-mark-position): Follow the variable name change.
1085         (wl-summary-set-flags-region): New function for the replacement of
1086         wl-summary-mark-as-important-region.
1087         (wl-summary-sync-marks): Sync all global-flags.
1088         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1089         instead of elmo-message-flagged-p.
1090         (wl-summary-persistent-mark-string): Follow the variable name change;
1091         Put wl-summary-flag-mark if the message has global-flag.
1092         (wl-summary-target-mark-set-flags): Renamed from 
1093         wl-summary-target-mark-mark-as-important.
1094         (wl-summary-decide-flag): New function.
1095         (wl-summary-set-flags-internal): Renamed from
1096         wl-summary-mark-as-important-internal.
1097         (wl-summary-add-flags-internal): New function.
1098         (wl-summary-remove-flags-internal): Ditto.
1099         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1100         (wl-summary-mark-as-unimportant): Abolish.
1101         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1102         (wl-summary-next-message): List flagged messages in the msgdb.
1103
1104         * wl-score.el (wl-summary-score-update-all-lines): Use
1105         wl-summary-add-flags-internal instead of 
1106
1107         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1108
1109         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1110         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1111         (wl-message-buffer-require-all-header): Renamed from
1112         wl-message-buffer-all-header-flag (Ditto).
1113         (wl-message-buffer-flag-indicator): New variable.
1114         (wl-message-redisplay): Changed local varibale name from `flag' to
1115         `display-type'; Set up wl-message-buffer-flag-indicator.
1116         (wl-message-buffer-display): Changed varibale name from `flag' to
1117         `display-type'.
1118         (wl-message-display-internal): Likewise.
1119
1120         * wl-highlight.el (wl-highlight-demo-face): Define default background
1121         color.
1122         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1123
1124         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1125
1126         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1127         (wl-demo-setup-properties): Renamed from
1128         `wl-demo-set-background-color'.
1129         (wl-demo): Follow the change above.
1130         
1131         * Version number is increased to 2.11.24.
1132
1133 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-summary.el (wl-summary-toggle-thread): Call
1136         `wl-summary-rescan' with disable-thread as non-nil.
1137         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1138
1139 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1140
1141         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1142         foreground property of the face.
1143         (wl-demo-insert-text): Don't set up face property here.
1144         (wl-demo): Call wl-demo-set-background-color, anyway.
1145
1146 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-vars.el (wl-demo-background-color): The value can be nil.
1149
1150 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1151
1152         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1153         to wl-summary-wheel-dispatcher.
1154
1155         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1156         wl-message-wheel-dispatcher.
1157         (wl-message-wheel-dispatcher): New function.
1158         (wl-summary-wheel-dispatcher): Ditto.
1159
1160 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * wl-action.el (wl-summary-target-mark-all): List messages which are
1163         not in the killed-list.
1164
1165         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1166         only when the folder is 'flag/important.
1167
1168         * wl-address.el (wl-complete-field-body): Complete if the last
1169         character is a space.
1170
1171 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-folder.el (wl-folder-clear-entity-info): Use
1174         elmo-clear-hash-val.
1175
1176         * wl-fldmgr.el (wl-fldmgr-rename): Set
1177         wl-folder-info-alist-modified as t.
1178
1179 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1182
1183 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1184
1185         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1186         (wl-folder-buffer-last-visited-entity-id): New buffer local
1187         variable.
1188         (wl-folder-revisit-last-visited-folder): New function.
1189         (wl-folder-mode-map): Bind it to "C-i".
1190         (wl-folder-set-current-entity-id): Set last visited folder.
1191         * wl-summary.el (wl-summary-exit): Ditto.
1192
1193 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1196         before calling `recenter' in order to cope with an XEmacs bug.
1197
1198 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1201         to the default value.
1202
1203 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1206         change.
1207         (wl-summary-sync-marks): Ditto.
1208         (wl-summary-mark-as-read-internal): Ditto.
1209         (wl-summary-mark-as-answered-internal): Ditto.
1210         (wl-summary-mark-as-important-internal): Ditto.
1211         (wl-summary-reply): Ditto.
1212
1213         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1214         instead of `elmo-folder-unflag-answered'.
1215
1216         * Version number is increased to 2.11.23.
1217
1218         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1219         the last change.
1220
1221 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1222
1223         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1224         Specify "spam" or "good".
1225
1226 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * wl-spam.el (wl-summary-exec-action-spam): Call
1229         wl-folder-confirm-existence for spam folder.
1230         (wl-spam-setup): Bind "mk".
1231
1232 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1235
1236 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1239         destination folder is empty.
1240
1241 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1242
1243         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1244         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1245
1246         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1247         (wl-summary-refile-prev-destination-region): New function.
1248         (wl-thread-refile-prev-destination): Ditto.
1249         (wl-summary-target-mark-refile-prev-destination): Ditto.
1250
1251 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1252
1253         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1254         (wl-demo-background-color): Changed default value.
1255
1256         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1257         color.
1258
1259         * wl-demo.el (wl-demo-set-background-color): New function.
1260         (wl-demo): Call it.
1261
1262 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1263
1264         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1265         * wl-address.el (wl-address-add-or-change): Don't add empty
1266         address.
1267
1268 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1269
1270         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1271
1272 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1273
1274         * wl-vars.el (wl-demo-image-filter-alist): New variable
1275         (wl-demo-background-color): Ditto.
1276
1277         * wl-demo.el (wl-demo-xpm-set-background): New function.
1278         (wl-demo-image-filter): Ditto.
1279         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1280
1281         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1282
1283         * wl-demo.el (wl-demo-icon-name): Define as function.
1284         (wl-demo-insert-image): Use it.
1285
1286 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1287
1288         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1289
1290 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1291
1292         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1293
1294 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1297
1298 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-thread.el (wl-thread-mark-as-answered): New function.
1301
1302         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1303         answered" entry.
1304         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1305         "r&" and wl-thread-mark-as-answered to "t&".
1306         (wl-summary-mark-as-important-region): Refine to toggle mark.
1307         (wl-summary-mark-as-answered-region): New function.
1308         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1309         and 3rd argument.
1310         (wl-summary-mark-as-important-internal): Likewise.
1311
1312 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-template.el (wl-template-preview): New internal variable.
1315         (wl-template-preview-p): New function.
1316         (wl-template-show): Bind `wl-template-preview' as t.
1317
1318 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1321         `elmo-message-entity-field' with 3rd argument which is non-nil.
1322
1323 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1326         Removed duplicate local bind `folder'.
1327
1328 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1331
1332 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1335         duplicate definition.
1336
1337 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1338
1339         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1340         non-nil, use it; Don't fetch message if there's no message in the
1341         current cursor position.
1342
1343 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-util.el (wl-region-exists-p): Use region-active-p.
1346         (wl-deactivate-region): New function.
1347         * wl-message.el (wl-message-redisplay): Deactivate region.
1348
1349         * wl-summary.el (wl-summary-reply): Call
1350         `wl-summary-set-message-buffer-or-redisplay' instead of
1351         `wl-summary-redisplay-internal', don't move point.
1352
1353 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1356         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1357         by regexp.
1358
1359 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1362         if no need.
1363
1364 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1367         default value to nil.
1368         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1369         `wl-summary-prepare-hook'; Replace refile action to
1370         `wl-summary-exec-action-refile-with-register'.
1371
1372         * Version number is increased to 2.11.22.
1373
1374 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-summary.el (wl-summary-detect-mark-position): Set
1377         `wl-summary-buffer-weekday-name-lang'.
1378
1379 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1382         (wl-summary-mark-as-read-all): Ditto.
1383         (wl-summary-delete-messages-on-buffer): Ditto.
1384         (wl-summary-sync-update): Ditto.
1385         (wl-summary-mark-as-read-internal): Ditto.
1386         (wl-summary-mark-as-answered-internal): Ditto.
1387         (wl-summary-update-folder-info): Abolished.
1388
1389 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (wl-summary-mark-as-read-all): Use
1392         `wl-summary-update-folder-info' instead of
1393         `wl-folder-update-unread'.
1394
1395 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1396
1397         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1398         `wl-summary-folder-info-update'.
1399         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1400         instead of `wl-summary-folder-info-update'.
1401         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1402         `wl-folder-set-folder-updated'.
1403         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1404         instead of `wl-folder-update-unread'.
1405         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1406         the value of `wl-summary-buffer-unread-count' for the second parameter of
1407         `wl-folder-update-unread'.
1408
1409         * Version number is increased to 2.11.21.
1410
1411 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1412
1413         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1414         a local variable.
1415
1416 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1419         interactively.
1420
1421         * wl-summary.el (wl-summary-mark-as-important-internal): New
1422         internal function.
1423         (wl-summary-mark-as-important): Use it.
1424         (wl-summary-mark-as-unimportant): New function.
1425         (wl-summary-sync-marks): Follow the API change.
1426
1427         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1428
1429         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1430
1431 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1432
1433         * wl-folder.el (wl-folder-update-unread): Re-indent.
1434         Narrow the scope of a local variable.
1435
1436 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1439         (wl-addrmgr-merge-entries): Ditto.
1440         (wl-addrmgr): Added to address entry which exists in draft buffer
1441         if no entry is in original.
1442
1443 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1444
1445         * wl-batch.el: New file.
1446
1447 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1448
1449         * wl-vars.el (wl-use-semi): Remove unused variable.
1450
1451 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1454         "?".
1455
1456 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1459         wl-summary-new-mark.
1460         (wl-summary-new-cached-mark): New user option.
1461         (wl-summary-score-marks): Follow the change above.
1462         (wl-summary-auto-refile-skip-marks): Ditto.
1463         (wl-summary-incorporate-marks): Ditto.
1464         (wl-summary-expire-reserve-marks): Ditto.
1465
1466         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1467
1468         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1469         (wl-summary-persistent-mark-string): Distinguished between cached
1470         and uncached mark when the message is new.
1471
1472 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-spam.el (wl-spam-domain): Renamed from
1475         `wl-spam-folder-guess-domain'.
1476         (wl-summary-exec-action-spam): Register as spam if domain of the
1477         source folder is good.
1478         (wl-summary-exec-action-refile-with-register): Register message if
1479         domain of the source folder is not undecided.
1480
1481 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1484         detect thread loop.
1485
1486 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1489         and wl-summary-skip-mark-list.
1490
1491 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1494
1495         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1496
1497         * wl-spam.el (toplevel): Require wl-highlight.
1498         (wl-spam-auto-check-policy-alist): Abolish.
1499         (wl-spam-auto-check-folder-regexp-list): New user option.
1500         (wl-spam-auto-check-marks): Ditto.
1501         (wl-spam-mark-action-list): Ditto.
1502         (wl-highlight-summary-spam-face): New face.
1503         (wl-spam-auto-check-message-p): New function.
1504         (wl-spam-map-spam-messages): Fixed message.
1505         (wl-spam-register-spam-messages): Ditto.
1506         (wl-spam-register-good-messages): Ditto.
1507         (wl-summary-spam-map): Add and remove keybind.
1508         (wl-summary-target-mark-spam): Abolish.
1509         (wl-summary-refile-spam): Ditto.
1510         (wl-summary-test-spam): New function.
1511         (wl-summary-mark-spam): Ditto.
1512         (wl-summary-auto-check-spam): Follow the above change.
1513         (wl-summary-exec-action-spam): New function.
1514         (wl-summary-exec-action-refile-with-register): Fixed message.
1515         (wl-message-check-spam): New function.
1516         (wl-spam-setup): Ditto.
1517         (toplevel): Call it if this file is loaded interactivity.
1518
1519         * Version number is increased to 2.11.20.
1520
1521 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1524         when new optional argument `force' is non nil or modified.
1525
1526 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl.el (toplevel): Require wl-spam when compile.
1529         (wl-save-status): Call wl-spam-save-status.
1530
1531         * wl-spam.el (wl-spam-register-spam-messages): New function.
1532         (wl-spam-register-good-messages): Ditto.
1533         (wl-spam-save-status): Ditto.
1534         (wl-summary-mode-map): Bind
1535         wl-summary-target-mark-register-as-spam to "ms" and
1536         wl-summary-target-mark-register-as-good to "mn".
1537         (wl-summary-register-as-spam): Abolish optional argument; Use
1538         wl-spam-register-spam-messages.
1539         (wl-summary-register-as-spam-all): Use
1540         wl-spam-register-spam-messages.
1541         (wl-summary-register-as-good): Abolish optional argument; Use
1542         wl-spam-register-good-messages.
1543         (wl-summary-register-as-good-all): Use
1544         wl-spam-register-good-messages.
1545         (wl-summary-target-mark-register-as-spam): New funtion.
1546         (wl-summary-target-mark-register-as-good): Ditto.
1547
1548 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-spam.el: New file.
1551
1552 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1555
1556         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1557         (wl-summary-auto-refile): Call wl-refile-guess with
1558         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1559
1560 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1563         with disable-thread argument non-nil.
1564
1565 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-rescan): Added optional argument
1568         disable-thread.
1569         (wl-summary-sync): Call wl-summary-rescan with argument
1570         disable-thread.
1571         (wl-summary-input-range): Added new range `rescan-thread'.
1572
1573 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1574
1575         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1576
1577 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1580         internal variable.
1581         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1582         wl-summary-search-parent-by-subject-regexp and
1583         wl-summary-divide-thread-when-subject-changed as nil.
1584         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1585         (wl-summary-insert-thread): Search parent entity from
1586         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1587         thread loop.
1588
1589 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1590
1591         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1592
1593         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1594
1595         * wl-util.el (wl-require-update-all-folder-p): New function.
1596         (wl-get-assoc-list-value): Added `function' to match directive.
1597         (wl-collect-draft): Rewrite.
1598
1599         * wl-summary.el (wl-summary-sync-update): Clear faces
1600         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1601         are non-nil.
1602         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1603         argument as function.
1604         (wl-summary-input-range): Ditto.
1605
1606         * wl-folder.el (wl-draft-get-folder): New function.
1607         (wl-folder-get-elmo-folder): Consider draft folder.
1608
1609         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1610         (wl-draft-buffer-message-number): New buffer local variable.
1611         (wl-draft-folder-internal): New internal variable.
1612         (wl-draft-delete): Rewrite.
1613         (wl-draft-save): Ditto.
1614         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1615         wl-folder-get-elmo-folder.
1616         (wl-draft-config-info-operation): Ditto.
1617         (wl-jump-to-draft-folder): Ditto.
1618         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1619         (wl-draft-reedit): Rewrite.
1620
1621         * Version number is increased to 2.11.19.
1622         
1623 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1624
1625         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1626         variable.
1627
1628 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1631         Use ignore-errors instead of unwind-protect.
1632
1633 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1634
1635         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1636         for updating `wl-thread-entity-list'.
1637
1638 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1639
1640         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1641         parameter from calling `wl-thread-entity-get-older-brothers' and
1642         `wl-thread-entity-get-younger-brothers'.
1643         Replace nested `append' with a single one.
1644
1645 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-summary.el (wl-summary-mode): Don't use the return value of
1648         `make-local-hook'.
1649
1650 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1651
1652         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1653         instead of `let*'.
1654         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1655         of local variables.
1656
1657 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1660         Renamed from wl-summary-window-scroll-functions.
1661         (wl-summary-window-scroll-functions): Don't set to variable.
1662         (wl-summary-display-top): Use run-hooks.
1663         (wl-summary-display-bottom): Ditto.
1664         (wl-summary-toggle-disp-msg): Ditto.
1665         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1666         Use it instead of wl-summary-window-scroll-functions.
1667         (wl-summary-goto-folder-subr): Don't call
1668         wl-summary-window-scroll-functions, use
1669         wl-summary-buffer-window-scroll-functions instead.
1670
1671 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1674         make-local-variable.
1675
1676 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1677
1678         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1679         set-buffer-modified-p.
1680         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1681         (wl-summary-display-bottom): Ditto.
1682         (wl-summary-toggle-disp-msg): Ditto.
1683
1684 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1687
1688         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1689         (wl-summary-forward): Use elmo-message-entity-field instead of
1690         elmo-message-field.
1691
1692         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1693
1694 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-summary.el (wl-summary-window-scroll-functions): No use
1697         `append'.
1698
1699 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1700
1701         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1702         function.
1703         (wl-summary-window-scroll-functions): Call it when both
1704         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1705         (wl-summary-temp-mark): Added optional argument number.
1706         (wl-summary-message-mark): Added optional argument flag.
1707         (wl-summary-persistent-mark): Added optional argument number and flag.
1708         (wl-summary-update-persistent-mark): Ditto.
1709         (wl-summary-update-status-marks): Set "r" for interactive spec.
1710
1711         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1712         argument number and flag.
1713
1714         * wl-action.el (wl-summary-registered-temp-mark): 
1715         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1716
1717 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1720         internal variable (buffer local).
1721         (wl-summary-window-scroll-functions): New function.
1722         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1723         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1724         as nil.
1725         (wl-summary-update-status-marks): Added arguments beg, end and
1726         check.
1727         (wl-summary-update-mark-window): Use function.
1728         (wl-summary-sync-update): Follow the change above.
1729         (wl-summary-switch-to-clone-buffer): Copy
1730         wl-summary-buffer-unsync-mark-number-list.
1731         (wl-summary-goto-folder-subr): Set
1732         wl-summary-buffer-unsync-mark-number-list and
1733         use wl-summary-window-scroll-functions instead of
1734         wl-summary-lazy-highlight.
1735
1736         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1737
1738 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1741
1742         * wl-summary.el (wl-summary-update-persistent-mark): Call
1743         wl-summary-set-message-modified.
1744
1745         * wl-summary.el (wl-summary-sync-update): Don't call
1746         wl-summary-update-status-marks.
1747
1748         * Version number is increased to 2.11.18.
1749
1750 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1753         (wl-message-next-page): Ditto.
1754
1755 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1756
1757         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1758         local variable.  Change the order of a collected list into the
1759         same as the specified range.  Remove nil from a collected list.
1760
1761 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1764         argument for elmo-folder-list-messages.
1765
1766 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1769         change (wl-summary-count-unreads return a list instead of a cons
1770         cell).
1771
1772 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1773
1774         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1775         `wl-summary-folder-info-update'.
1776
1777 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * wl-summary.el (wl-summary-set-message-modified): No use
1780         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1781         (wl-summary-set-mark-modified): Abolish.
1782         (wl-summary-mark-modified-p): Ditto.
1783         (wl-summary-save-view): Follow the change above.
1784
1785         * wl-expire.el (wl-summary-expire): Likewise.
1786
1787 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1788
1789         * wl-summary.el (wl-summary-detect-mark-position): Use
1790         modb-entity-handler.
1791         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1792
1793         * Version number is increased to 2.11.17.
1794
1795 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1796
1797         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1798         entity field value.
1799         (wl-summary-prefetch-msg): Ditto.
1800         (wl-summary-print-message-with-ps-print): Ditto.
1801
1802 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1805         for dummy entity.
1806         (wl-summary-insert-thread): Use elmo-message-entity-field.
1807         (wl-summary-update-thread): Use elmo-message-entity-field and
1808         elmo-message-entity-number.
1809         (wl-summary-line-number):  Use elmo-message-entity-number.
1810         (wl-summary-line-size): Use elmo-message-entity-field.
1811         (wl-summary-line-subject): Ditto.
1812         (wl-summary-line-from): Ditto.
1813         (wl-summary-line-attached): Ditto.
1814         (wl-summary-create-line): Ditto.
1815         (wl-summary-create-line): Use elmo-message-entity-number.
1816         (wl-summary-print-message-with-ps-print): Use
1817         elmo-message-entity-field.
1818
1819 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1822         change in elmo-msgdb-make-message-entity.
1823         (wl-summary-buffer-set-folder): Don't call
1824         wl-summary-detect-mark-position here.
1825         (wl-summary-rescan): Call elmo-message-entity-number.
1826         (wl-summary-sync-update): Ditto.
1827         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1828
1829         * wl-score.el (wl-score-header-index): Redefine 2th element.
1830         (wl-score-overview-entity-get-extra): Abolish.
1831         (wl-score-ov-entity-get): Rewrite.
1832         (wl-score-string-index<, wl-score-string-func<): Abolish.
1833         (wl-score-string<): New function.
1834         (wl-score-string-sort): Use it.
1835
1836         * wl-refile.el (wl-refile-guess-by-history): Use
1837         elmo-message-entity-field.
1838         (wl-refile-guess-by-from): Ditto.
1839         (wl-refile-guess-by-msgid): Ditto.
1840
1841         * Version number is increased to 2.11.16.
1842
1843 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1844
1845         * wl-folder.el (wl-folder-confirm-existence): Don't call
1846         file-exists-p if msgdb-path is nil.
1847         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1848         `wl-read-folder-hist' to `wl-read-folder-history'.
1849
1850 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1851
1852         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1853         `y-or-n-p'.
1854
1855 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-score.el (wl-score-headers): Don't use
1858         elmo-folder-do-each-message-entity.
1859
1860         * Version number is increased to 2.11.15.
1861
1862 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * wl-summary.el (wl-summary-delete-all-msgs): Use
1865         elmo-folder-move-messages instead of elmo-folder-delete-messages
1866         and elmo-folder-detach-messages.
1867         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1868
1869         * wl-expire.el (wl-expire-delete): Ditto.
1870         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1871
1872 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1875         (wl-message-header-narrowing-fields): Ditto.
1876         (wl-message-header-narrowing-lines): Ditto.
1877         (wl-message-header-narrowing-string): Ditto.
1878
1879         * wl-summary.el (wl-summary-mode-map): Bind
1880         wl-summary-toggle-header-narrowing to "C-cC-f".
1881         (wl-summary-toggle-header-narrowing): New function.
1882
1883         * wl-message.el (wl-message-buffer-create): Call
1884         wl-message-header-narrowing-setup.
1885         (wl-message-redisplay): Call wl-message-header-narrowing.
1886         (wl-message-header-narrowing): New function.
1887         (wl-message-header-narrowing-map): New keymap.
1888         (wl-message-header-narrowing-widen-map): New keymap.
1889         (wl-message-header-narrowing-again-at-mouse): New function.
1890         (wl-message-header-narrowing-1): Ditto.
1891         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1892         (wl-message-header-narrowing-setup): Ditto.
1893         (wl-message-header-narrowing-toggle): Ditto.
1894         
1895         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1896
1897         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1898         'flag as all.
1899         (wl-use-flag-folder-help-echo): New user option.
1900
1901         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1902         wl-summary-highlight as nil.
1903         (wl-summary-set-mark-modified): Follow the API change.
1904         (wl-summary-mark-modified-p): Ditto.
1905         (wl-summary-mark-as-read-all): Ditto.
1906         (wl-summary-sync-marks): Don't call
1907         elmo-folder-list-messages-with-global-mark.
1908         (wl-summary-mark-as-read-internal): Follow the API change.
1909         (wl-summary-mark-as-answered-internal): Ditto.
1910         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1911         Follow the API change.
1912         (wl-summary-create-line): Call with number argument.
1913         (wl-summary-reply): Follow the API change.
1914
1915         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1916         function.
1917         (wl-highlight-summary-line-string): Call it when
1918         wl-use-flag-folder-help-echo is non-nil.
1919         (wl-highlight-summary-current-line): Ditto.
1920         (elmo-flag-folder-referrer): Added autoload setting.
1921
1922         * wl-draft.el (wl-draft-kill): Follow the API change.
1923
1924         * Version number is increased to 2.11.14.
1925         
1926 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1927
1928         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1929
1930 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * Version number is increased to 2.11.13.
1933
1934 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-draft.el (wl-draft-previous-history-element): Fixed
1937         unbalanced parenthesis and bind unbound local variables.
1938
1939 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1940
1941         * wl-draft.el (wl-draft-previous-history-element): New function.
1942         (wl-draft-next-history-element): Ditto.
1943         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1944         them to M-p and M-n.
1945
1946 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1947
1948         * Version number is increased to 2.11.12.
1949
1950 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-draft.el (wl-draft-hide): Select buffer-window.
1953
1954 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1955
1956         * wl-summary.el (wl-summary-narrow-to-region): New function.
1957         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1958         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1959         (wl-summary-save-region): Use it.
1960         * wl-action.el (wl-summary-collect-numbers-region)
1961         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1962
1963 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-folder.el (wl-folder-count-incorporates): Don't use
1966         `elmo-msgdb-mark-load'
1967
1968         * Version number is increased to 2.11.11.
1969
1970 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1973         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1974
1975 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1978
1979 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * Version number is increased to 2.11.10.
1982
1983 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-mime.el (wl-draft-attribute-value): Fixed.
1986
1987 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1988
1989         * wl-util.el (wl-copy-local-variables): New function.
1990
1991         * wl-mime.el (wl-draft-attribute-recipients): New function.
1992         (wl-draft-attribute-envelope-from): Ditto.
1993         (wl-draft-attribute-smtp-posting-server): Ditto.
1994         (wl-draft-attribute-smtp-posting-port): Ditto.
1995         (wl-draft-attribute-value): Ditto.
1996         (wl-draft-preview-message): Use it to get value for
1997         attributes. Reflect result of `wl-draft-config'.
1998
1999         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2000         and call `wl-summary-mark-as-read' before to call
2001         `wl-summary-unset-mark'.
2002         (wl-summary-target-mark-mark-as-unread): Likewise.
2003         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2004
2005 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl-mime.el (wl-draft-preview-message): Use actual value for
2008         attributes; Fix for small window.
2009
2010 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-refile.el (wl-refile-get-field-value): Call
2013         `elmo-message-entity-field' with 3rd argument is non-nil.
2014
2015 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-vars.el (wl-draft-preview-attributes): New user option.
2018         (wl-draft-preview-attributes-list): Ditto.
2019         (wl-draft-preview-attributes-buffer-lines): Ditto.
2020         (wl-draft-preview-attributes-buffer-name): Ditto.
2021
2022         * wl-mime.el (wl-draft-preview-message): Display attributes.
2023
2024 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-summary-detect-mark-position): Bind
2027         wl-summary-flag-priority-list to '(new).
2028
2029 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2032         funtion.
2033         (wl-highlight-summary-line-string): Use it.
2034         (wl-highlight-summary-current-line): Ditto.
2035
2036 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2039         line even when the mark string is not changed.
2040
2041         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2042         argument change in the wl-summary-create-line.
2043         (wl-thread-insert-entity-sub): Ditto.
2044
2045         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2046         argument change in the wl-summary-create-line.
2047         (wl-summary-insert-sequential): Ditto.
2048         (wl-summary-update-thread): Ditto.
2049         (wl-summary-persistent-mark-string): New inline function.
2050         (wl-summary-message-mark): Use it.
2051         (wl-summary-create-line): Abolish argument wl-persistent-mark
2052         and added wl-flags, wl-cached.
2053
2054         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2055         mark to flags.
2056         (wl-highlight-summary-current-line): Decide the face not by the 
2057         persistent mark but flags.
2058
2059 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2062         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2063         wl-summary-read-uncached-mark): Revive.
2064         (wl-summary-answered-cached-mark,
2065         wl-summary-answered-uncached-mark): New user option.
2066         (wl-summary-score-marks): Follow the change above.
2067         (wl-summary-auto-refile-skip-marks): Ditto.
2068         (wl-summary-incorporate-marks): Ditto.
2069         (wl-summary-expire-reserve-marks): Ditto.
2070         (wl-summary-flag-priority-list): New user option.
2071
2072         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2073         changes.
2074         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2075         of elmo-message-mark.
2076         (wl-summary-mark-as-read-internal): Ditto.
2077         (wl-summary-mark-as-answered): Ditto.
2078         (wl-summary-mark-as-important): Ditto.
2079         (wl-summary-redisplay-internal): Ditto.
2080         (wl-summary-redisplay-no-mime-internal): Ditto.
2081         (wl-summary-message-mark): New function.
2082         (wl-summary-insert-sequential): Use wl-summary-message-mark
2083         instead of elmo-message-mark.
2084         (wl-summary-update-thread): Ditto.
2085         (wl-summary-persistent-mark): Ditto.
2086         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2087         instead of elmo-message-mark.
2088
2089         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2090         wl-summary-message-mark instead of elmo-message-mark.
2091         (wl-thread-insert-entity-sub): Ditto.
2092         (wl-thread-get-children-msgs-uncached): Ditto.
2093
2094         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2095         variable name changes.
2096         (wl-highlight-summary-current-line): Ditto.
2097
2098         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2099         wl-summary-message-mark instead of elmo-message-mark.
2100
2101         * wl-expire.el (wl-expire-message-p): Ditto.
2102
2103         * wl-score.el (wl-score-headers): Ditto.
2104
2105         * Version number is increased to 2.11.9.
2106
2107         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2108         (wl-summary-sync-update): Follow the change above.
2109         (wl-summary-switch-to-clone-buffer): Ditto.
2110         (wl-summary-open-folder): Ditto.
2111
2112 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2115         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2116
2117         * Version number is increased to 2.11.8.
2118
2119         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2120
2121         * wl-expire.el (wl-expire-refile): Follow the API change on
2122         `elmo-folder-move-messages'.
2123         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2124
2125         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2126         (wl-summary-exec-action-refile): Ditto.
2127         (wl-summary-exec-action-copy): Ditto.
2128         (wl-summary-no-auto-refile-message-p): No use
2129         `wl-summary-buffer-msgdb'.
2130         (wl-summary-auto-refile): Ditto.
2131
2132 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2133
2134         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2135
2136 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2137
2138         * wl-summary.el (wl-summary-sync): Treat no-sync.
2139
2140         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2141         (wl-default-sync-range): Ditto.
2142
2143 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-refile.el (wl-refile-subject-learn): Call
2146         `elmo-message-entity-field' with 3rd argument is non-nil.
2147         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2148         instead of `elmo-msgdb-overview-entity-get-subject'.
2149
2150 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2151
2152         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2153         scan-type is rescan.
2154         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2155         new optional argument force is non-nil.
2156         (wl-summary-save-view-cache): Call it with force argument non-nil.
2157
2158         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2159
2160 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2161
2162         * wl-action.el (wl-summary-print-argument): Fixed last change.
2163
2164 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2167         simplified.
2168         (wl-summary-target-mark-mark-as-unread): Likewise.
2169         (wl-summary-target-mark-mark-as-important): Likewise.
2170
2171 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2174         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2175         (wl-summary-mark-as-important-region): Change accordingly.
2176         (wl-summary-target-mark-mark-as-important): Ditto.
2177
2178 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2181
2182         * wl-action.el (wl-summary-print-argument): Print argument to
2183         right side of window if `wl-summary-print-argument-within-window'
2184         is non-nil.
2185
2186 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-action.el (wl-summary-set-mark): Use
2189         `wl-summary-message-visible-p' to check visibility of the message
2190         and jump to message only when the message line is visible and have
2191         different number; Call wl-summary-unset-mark with number argument.
2192         (wl-summary-unset-mark): 
2193         Use `wl-summary-message-visible-p'
2194         to check visibility of the message and jump to message only when
2195         the message line is visible and have different number;
2196
2197 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * Version number is increased to 2.11.7.
2200
2201         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2202         and wl-folder-summary-line-format.
2203
2204         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2205         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2206         (wl-summary-set-score-mark): Use it.
2207         (wl-summary-target-mark-mark-as-read): Ditto.
2208         (wl-summary-target-mark-mark-as-unread): Ditto.
2209         (wl-summary-target-mark-mark-as-important): Ditto.
2210         (wl-summary-target-mark-msgs): Simplified.
2211         (wl-summary-detect-mark-position): Fixed problem when
2212         summary-line-format no contain persisten/temp mark spec.
2213         (wl-summary-temp-mark): Ditto.
2214         (wl-summary-persistent-mark): Ditto.
2215         (wl-summary-update-persistent-mark): Ditto.
2216
2217         * wl-action.el (wl-summary-set-mark): Ditto.
2218         (wl-summary-unset-mark): Ditto.
2219         All other related portions are changed.
2220
2221 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * Version number is increased to 2.11.6.
2224
2225 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * wl-util.el (wl-current-message-buffer): Define as function;
2228         Don't use the value of wl-messge-buffer.
2229
2230         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2231         persistent mark.
2232
2233         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2234         no current message, cause an error.
2235
2236 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2237
2238         * wl-summary.el (wl-summary-set-message-modified): Use
2239         elmo-folder-set-message-modified instead of
2240         elmo-folder-set-message-modified-internal.
2241
2242 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2245         interactively.
2246         (wl-summary-sync): nokill->entirely.
2247         (wl-summary-sync-marks): Fixed message.
2248         (wl-summary-input-range): Added mark, nokill->entirely.
2249
2250         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2251         messages as read.
2252
2253 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2254
2255         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2256         update-noscore.
2257         (wl-summary-sync): Follow the change above.
2258
2259 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-action.el (wl-summary-target-mark-all): Use
2262         elmo-folder-list-messages.
2263
2264 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2267         (wl-summary-rescan): Set wl-summary-scored as nil.
2268         (wl-summary-sync-force-update): Follow the change above.
2269         (wl-summary-sync): Ditto.
2270         (wl-summary-sync-update): Added argument disable-killed.
2271         (wl-summary-insert-headers): Set visible-only argument for
2272         elmo-folder-list-messages.
2273         (wl-summary-input-range): Added update-nokill, update-noscore,
2274         all-nokill, all-noscore and mark.
2275
2276         * Version number is increased to 2.11.5.
2277
2278         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2279
2280 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2283         (wl-summary-prefetch-region-no-mark): Change accordingly.
2284         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2285
2286 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-address.el (wl-complete-field-to): Abolished.
2289         (wl-complete-address): Completion function for completing-read.
2290         * wl-action.el (wl-summary-get-resend-address): Use it.
2291
2292         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2293         wl-summary-update-mark and abolish unused argument.
2294         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2295         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2296         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2297         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2298         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2299         * wl-draft.el (wl-draft-kill): Ditto.
2300
2301         * wl-summary.el: Remove unused binding of case-fold-search.
2302         (wl-summary-replace-status-marks): Abolished.
2303
2304 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2307         is specified or folder length is zero.
2308
2309 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2312         (wl-folder-archive-current-entity): Ditto.
2313
2314 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2315
2316         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2317         retrieving message mark.
2318         (wl-summary-redisplay-internal): Ditto.
2319
2320         * wl-message.el (wl-message-buffer-display): Ignore errors while
2321         retrieving message-id field.
2322
2323         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2324         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2325         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2326         order of the arguments for `wl-expire-message-p'.
2327         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2328
2329         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2330         Check return value of wl-summary-reply.
2331         (wl-summary-reply): Recover window configuration when an error occured.
2332
2333 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-summary.el (wl-summary-resend-message): Abolished, the
2336         feature is inherited by wl-summary-resend (put resend mark).
2337
2338 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2341         wl-message-buffer to nil when the message is hide.
2342
2343 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * .cvsignore: New file.
2346
2347 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-action.el (wl-summary-action-docstring): Add more info.
2350         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2351         duplicate definition.
2352         (wl-summary-define-mark-action): Functions wl-summary-*-region
2353         keep current position.
2354         (wl-summary-unregister-target-mark): Store result to the variable.
2355
2356 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * Version number is increased to 2.11.4.
2359
2360 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2361
2362         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2363         wl-summary-delete-all-temp-marks.
2364         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2365
2366         * wl-action.el (wl-summary-set-mark): Changed terminology
2367         refile-destination -> action-argument.
2368         (wl-summary-unset-mark): Ditto.
2369         (wl-summary-remove-argument): Ditto.
2370         (wl-summary-print-argument): Ditto.
2371
2372         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2373         (wl-thread-remove-argument-region): Ditto.
2374         (wl-thread-print-argument-region): Ditto.
2375         (wl-thread-close): Ditto.
2376         (wl-thread-open): Ditto.
2377
2378         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2379         (wl-highlight-refile-destination-face is abolished)
2380         (wl-highlight-action-argument-string): Ditto.
2381         (wl-highlight-summary-current-line): Highlight action argument.
2382
2383         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2384         color for light backgrounds.
2385         (wl-highlight-summary-answered-face): Ditto.
2386
2387 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2390
2391         * wl-score.el (wl-summary-score-update-all-lines): Use
2392         wl-summary-set-mark.
2393         (wl-summary-score-update-all-lines): Kill expunged messages.
2394
2395         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2396
2397 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2400         directly.
2401         (wl-score-overview-entity-get-lines): Ditto.
2402         (wl-score-overview-entity-get-xref): Ditto.
2403         (wl-score-get-latest-msgs): Ditto.
2404         (wl-summary-rescore): Ditto.
2405
2406         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2407         to "&".
2408         (wl-summary-mark-as-answered-internal): New inline function.
2409         (wl-summary-mark-as-answered): New function.
2410         (wl-summary-mark-as-unanswered): Ditto.
2411         (wl-summary-sync-marks): Modified for answered-mark synching.
2412
2413 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-action.el (wl-summary-set-mark): Fixed last change.
2416
2417 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2418
2419         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2420         behavior of wl-summary-unread-message-hook
2421         (Pointed out by akira yamada <akira@arika.org>).
2422
2423 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2424
2425         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2426         wl-summary-delete.
2427         * wl-xmas.el (wl-summary-toolbar): Ditto.
2428
2429         * wl-action.el (wl-summary-set-mark): Don't override current
2430         temp-mark.
2431
2432         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2433
2434 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2437         (wl-refile-msgid-learn): Ditto.
2438         (wl-refile-get-field-value): Ditto.
2439
2440         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2441
2442         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2443         (wl-expire-delete-reserved-messages): Renamed from
2444         wl-expire-reserve-marked-msgs-from-list.
2445         (wl-expire-delete): Removed argument `msgdb'.
2446         (wl-expire-refile): Ditto.
2447         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2448         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2449         mark-alist as argument.
2450         (wl-expire-archive-number1): Removed argument `msgdb'.
2451         (wl-expire-archive-number2): Ditto.
2452         (wl-expire-archive-date): Ditto.
2453         (wl-expire-localdir-date): Ditto.
2454         (wl-expire-hide): Ditto.
2455         (wl-archive-number1): Ditto.
2456         (wl-archive-number2): Ditto.
2457         (wl-archive-date): Ditto.
2458         (wl-archive-folder): Ditto.
2459         All other related portions are changed.
2460
2461 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2462
2463         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2464         mean move up and down. (suggested by Takashi Kawachi)
2465
2466 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-acap.el (toplevel): Don't require un-define.
2469
2470 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2471
2472         * wl-thread.el (wl-thread-delete-message): Always update
2473         wl-summary-buffer-number-list.
2474
2475         * wl-action.el (wl-summary-print-destination): 
2476         Do nothing when folder is nil.
2477
2478 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2481         persistent mark when prefetch is succeeded.
2482
2483 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2486         instead of elmo-msgdb-delete-msgs.
2487         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2488         (wl-expire-hide): Ditto.
2489
2490         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2491
2492         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2493         elmo-msgdb interface.
2494         (wl-thread-get-exist-children): Likewise.
2495         (wl-thread-insert-message): Likewise.
2496         (wl-thread-msg-mark-as-important): Likewise.
2497         (wl-thread-insert-entity-sub): Likewise.
2498         (wl-thread-get-children-msgs-uncached): Likewise.
2499
2500         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2501         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2502         (wl-summary-sync-update): Likewise.
2503         (wl-summary-auto-select-msg-p): Likewise.
2504         (wl-summary-update-thread): Likewise.
2505         (wl-summary-mark-as-important): Likewise.
2506         (wl-summary-jump-to-msg-internal): Likewise.
2507         (wl-summary-redisplay-internal): Likewise.
2508         (wl-summary-print-message-with-ps-print): Likewise.
2509         (wl-summary-folder-info-update): Likewise.
2510
2511         * wl-folder.el (wl-folder-check-one-entity):
2512         elmo-folder-count-flags instead of wl-summary-count-unread.
2513
2514         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2515
2516         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2517
2518         * wl-summary.el (wl-summary-set-message-modified): 
2519         Call wl-summary-set-mark-modified.
2520         (wl-summary-delete-messages-on-buffer): Call
2521         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2522         (wl-summary-sync-update): Call elmo-folder-length instead of
2523         elmo-folder-messages.
2524         (wl-summary-insert-headers): Don't call
2525         elmo-folder-list-message-entities.
2526
2527 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-action.el (wl-summary-define-mark-action): Call
2530         `wl-summary-set-mark' with argument `data'.
2531         (wl-summary-auto-refile): Fixed order of arguments when call
2532         `wl-summary-refile'.
2533
2534 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2535
2536         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2537
2538         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2539
2540         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2541         (Renamed from wl-highlight-summary-deleted-face).
2542         (wl-highlight-summary-resend-face): New face.
2543
2544         (wl-highlight-summary-deleted-face): Renamed from
2545         wl-highlight-summary-erased-face.
2546
2547         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2548
2549         * wl-action.el (wl-summary-get-resend-address): New function.
2550         (wl-summary-exec-action-resend): Ditto.
2551         (wl-summary-exec-action-resend-subr): Ditto.
2552
2553         * w-thread.el (wl-thread-copy): Removed definition.
2554         (wl-thread-refile): Ditto.
2555         (wl-thread-delete): Ditto.
2556         (wl-thread-target-mark): Ditto.
2557
2558         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2559         (wl-summary-target-mark-set-action): Fixed.
2560         (wl-summary-define-mark-action): Fixed quotation.
2561         (wl-summary-move-mark-list-messages): Display message.
2562         (wl-summary-define-mark-action): Define thread functions.
2563         (wl-summary-exec-action-refile): Changed message.
2564         (wl-summary-exec): Ditto.
2565
2566 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2567         
2568         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2569         '%%'.
2570
2571 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl.el (toplevel): Require wl-action.
2574         (wl-init): Call wl-summary-define-mark-action.
2575
2576         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2577
2578         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2579         wl-summary-delete and wl-summary-erase.
2580         (wl-summary-mode-map): Ditto.
2581
2582         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2583         wl-delete-folder-alist.
2584
2585         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2586         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2587         (toplevel): Moved mark & action related functions to the wl-action.el.
2588
2589         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2590         in wl-summary-mark-action-list.
2591         (wl-highlight-summary-current-line): Ditto.
2592
2593         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2594         empty lines.
2595
2596         * wl-action.el: New file. 
2597
2598 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-summary.el (wl-summary-target-mark-replace): New function.
2601         (wl-summary-target-mark-prefetch): Use it.
2602         (wl-summary-target-mark-delete): Ditto.
2603         (toplevel): Rearranged definition order.
2604         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2605         (wl-summary-target-mark-erase): Rewrite.
2606         (wl-summary-erase-region): New function.
2607         (wl-summary-exec-action-erase): Changed message.
2608         (wl-summary-move-mark-list-messages): New function.
2609         (wl-summary-exec-action-delete): Use it.
2610         (wl-summary-exec-action-erase): Ditto.
2611
2612         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2613         (wl-summary-skip-mark-list): Added "d".
2614
2615         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2616         while searching.
2617
2618         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2619         and define using defcustom;
2620         Define 4th element as a face.
2621         
2622         * wl-summary.el (wl-summary-incorporate): Use 
2623         `wl-summary-prefetch-region-no-mark' instead of
2624         `wl-summary-prefetch-region'.
2625         (wl-summary-prefetch-region-no-mark): Revival of old
2626         `wl-summary-prefetch-region'.
2627         (wl-summary-mark-action-list): Moved to wl-vars.el
2628
2629         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2630         face according to the `wl-summary-mark-action-list'.
2631         (wl-highlight-summary-current-line): Ditto;
2632         Removed destination highlighting.
2633
2634         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2635         (wl-highlight-summary-line-string): Highlight for "i" mark.
2636         (wl-highlight-summary-current-line): Ditto.
2637
2638         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2639         no destination.
2640
2641         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2642         exists, just go ahead.
2643         (wl-summary-prefetch-region): Rewrite.
2644         (wl-summary-prefetch): Ditto.
2645         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2646         (wl-summary-exec-action-prefetch): New function.
2647         (wl-summary-target-mark-prefetch): Rewrite.
2648
2649 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2650
2651         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2652         (wl-highlight-summary-line-string): Added "d" and "D".
2653         (wl-highlight-summary-current-line): Ditto.
2654
2655         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2656         in wl-summary.el.
2657         (wl-thread-insert-entity-sub): Ditto.
2658         (wl-thread-remove-destination-region): Ditto.
2659         (wl-thread-print-destination-region): Ditto.
2660
2661         * wl-summary.el (wl-summary-buffer-refile-list,
2662         wl-summary-buffer-delete-list,
2663         wl-summary-buffer-copy-list): Abolish.
2664         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2665         All other related portions are changed.
2666         (wl-summary-mark-action-list): New variable.
2667         (wl-summary-set-mark): New function.
2668         (wl-summary-register-target-mark): Ditto.
2669         (wl-summary-unregister-target-mark): Ditto.
2670         (wl-summary-have-target-mark-p): Ditto.
2671         (wl-summary-register-temp-mark): Ditto.
2672         (wl-summary-unregister-temp-mark): Ditto.
2673         (wl-summary-registered-temp-mark): Ditto.
2674         (wl-summary-collect-temp-mark): Ditto.
2675         (wl-summary-unset-mark): Ditto.
2676         (wl-summary-set-target-mark): Ditto.
2677         (wl-summary-unset-target-mark): Ditto.
2678         (wl-summary-set-action-generic): Ditto.
2679         (wl-summary-unset-action-generic): Ditto.
2680         (wl-summary-exec-action-delete): Ditto.
2681         (wl-summary-exec-action-erase): Ditto.
2682         (wl-summary-set-action-refile): Ditto.
2683         (wl-summary-set-action-refile-subr): Ditto.
2684         (wl-summary-unset-action-refile): Ditto.
2685         (wl-summary-make-destination-numbers-list): Ditto.
2686         (wl-summary-exec-action-refile): Ditto.
2687         (wl-summary-set-action-copy): Ditto.
2688         (wl-summary-unset-action-copy): Ditto.
2689         (wl-summary-exec-action-copy): Ditto.
2690         (wl-summary-collect-numbers-region): Ditto.
2691         (wl-summary-delete): Rewrite.
2692         (wl-summary-erase): Ditto.
2693         (wl-summary-remove-destination): Ditto.
2694         (wl-summary-exec): Ditto.
2695         (wl-summary-exec-region): Ditto.
2696         (wl-summary-target-mark-erase): Ditto.
2697         (wl-summary-refile): Ditto.
2698         (wl-summary-copy): Ditto.
2699         (wl-summary-unmark): Ditto.
2700         (wl-summary-delete-all-mark): Ditto.
2701         (wl-summary-mark-line): Don't highlight.
2702         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2703         (wl-summary-target-mark-refile-subr): Rewrite.
2704
2705         (wl-summary-copy-prev-destination): Abolish.
2706
2707 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2710         default values along the value of wl-on-mule.
2711         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2712         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2713         It is not used anywhere.
2714
2715 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2716
2717         * wl-summary.el (wl-summary-print-destination): Keep position.
2718         (wl-summary-cursor-move-surface): Keep horizontal position.
2719
2720 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2721
2722         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2723         write sendlog.
2724
2725 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2726
2727         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2728         `wl-summary-highlight'.
2729
2730 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2731
2732         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2733         trivial condition for temp-mark.
2734
2735 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2736
2737         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2738         when it hits killed buffer.
2739
2740 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2741
2742         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2743         * wl-news.el.in: `message' and `error' take format string.
2744
2745 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2746
2747         * wl-folder (wl-folder-insert-entity): Display a message,
2748         `...done', when the work finish.
2749         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2750
2751 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2752
2753         * wl-message.el (wl-message-redisplay): Remove unused local
2754         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2755
2756 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2757
2758         * wl-summary.el (wl-summary-replace-status-marks): Disable
2759         interactive use.
2760         (wl-summary-reedit): Check message existence at first.
2761         (wl-summary-mark-line): Fix doc, return value is indefinite.
2762
2763         * wl-highlight.el (wl-highlight-message): Arranged.
2764
2765         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2766         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2767         check temp-mark by wl-summary-temp-mark always.
2768         (wl-highlight-summary): Change accordingly.
2769         * wl-summary.el (wl-summary-mark-as-read-all)
2770         (wl-summary-delete-cache, wl-summary-set-score-mark)
2771         (wl-summary-mark-as-unread, wl-summary-unmark)
2772         (wl-summary-mark-line, wl-summary-mark-as-read)
2773         (wl-summary-mark-as-important): Ditto.
2774
2775         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2776         end of the window if possible.
2777         * wl-summary.el (wl-summary-sync-update): Support lazy
2778         highlighting.
2779         (wl-summary-toggle-disp-msg): Ditto.
2780
2781 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2782
2783         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2784
2785 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2788         change.
2789
2790 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2791
2792         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2793         API.
2794         (wl-summary-sync-update): Ditto.
2795
2796         * wl-score.el (wl-score-get-score-alist): Changed argument.
2797         (wl-summary-rescore-msgs): Likewise.
2798         (wl-summary-score-headers): Likewise.
2799         (wl-score-headers): Likewise;
2800         Use elmo-folder-do-each-message-entity, etc.
2801         (wl-summary-score-effect): Follow the changes above.
2802         (wl-summary-rescore): Ditto.
2803         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2804         (wl-score-get-overview): Abolish.
2805
2806         * wl-summary.el (wl-summary-default-from): Follow the API change in
2807         elmo-msgdb.
2808         (wl-summary-count-unread): Ditto.
2809         (wl-summary-detect-mark-position): Ditto.
2810         (wl-summary-overview-entity-compare-by-date): Ditto.
2811         (wl-summary-overview-entity-compare-by-number): Ditto.
2812         (wl-summary-overview-entity-compare-by-from): Ditto.
2813         (wl-summary-overview-entity-compare-by-subject): Ditto.
2814         (wl-summary-get-list-info): Ditto.
2815         (wl-summary-rescan): Ditto.
2816         (wl-summary-jump-to-msg-by-message-id): Ditto.
2817         (wl-summary-sync-update): Ditto; Removed comment.
2818         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2819         (wl-summary-insert-message): Use wl-summary-insert
2820         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2821         (wl-summary-insert-headers): Changed argument overview to folder.
2822         (wl-summary-search-by-subject): Likewise.
2823         (wl-summary-insert-thread): Renamed from 
2824         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2825
2826         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2827         too.
2828
2829         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2830         wl-string-member.
2831
2832 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2835         elmo-folder-append-buffer.
2836         (wl-draft-queue-append): Likewise.
2837
2838         * wl-mime.el (wl-message-delete-current-part): Ditto.
2839         (wl-summary-burst-subr): Ditto.
2840
2841         * wl-news.el.in (wl-news-send-news): Ditto.
2842
2843 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2846         function.
2847         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2848         (wl-summary-update-mark): Enclose with save-excursion.
2849         (wl-summary-mark-as-read-internal): Fixed last change.
2850         (wl-summary-mark-as-important): Use 3rd argument of
2851         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2852         Don't use elmo-msgdb-set-mark.
2853         (wl-summary-redisplay-internal): If msgdb flag is already read,
2854         just update the mark on buffer.
2855
2856 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2857
2858         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2859         cut visible folder when elmo-folder-delete returns non-nil value.
2860
2861 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2864         by Kenichi OKADA <okada@opaopa.org>).
2865
2866 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2867
2868         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2869
2870 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2871
2872         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2873         Fixed the last change, search group entity by its real name.
2874         (Thanks to: KOBAYASHI Shinji)
2875
2876 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2879         (wl-fldmgr-access-display-all): Don't refer visible name.
2880         * wl-expire.el (wl-folder-archive-current-entity)
2881         (wl-folder-expire-current-entity): Ditto.
2882         * wl-folder.el (wl-folder-jump-to-current-entity)
2883         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2884         (wl-folder-open-folder-sub,wl-folder-open-all)
2885         (wl-folder-write-current-folder): Ditto.
2886         (wl-folder-insert-entity): Don't use petname for normal group.
2887         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2888         is the real name.
2889         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2890         Abolished.
2891
2892 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2893
2894         * wl-draft.el (wl-draft-create-buffer): Add
2895         `wl-summary-reply-with-citation'
2896
2897 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2898
2899         * wl-draft.el (wl-draft-reply): Fixed.
2900
2901 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2902
2903         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2904         when `wl-draft-send-confirm-with-preview' is non-nil.
2905         You can scroll up/down by j/k.
2906         (wl-draft-send-confirm-with-preview): New variable (default=t).
2907
2908 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2909
2910         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2911         (wl-fldmgr-save-folders): Fix comment.
2912
2913 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2914
2915         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2916         along the last change in `wl-folder-buffer-group-p'.
2917
2918 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2921         folder.
2922
2923         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2924         the default value.
2925
2926         * wl-mime.el (wl-summary-burst): Update summary only when target
2927         folder equals current folder.
2928
2929 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2930
2931         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2932
2933 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2934
2935         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2936         value.
2937
2938 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2941         `map-extents' instead of `extent-at' repeatedly.
2942         (wl-highlight-folder-current-line): Ditto.
2943
2944         * wl-highlight.el: Remove useless dummy functions.
2945
2946 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2947
2948         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2949         (wl-folder-put-folder-property): New function to put text property.
2950         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2951         (wl-folder-insert-entity, wl-folder-update-diff-line)
2952         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2953         * wl-e21.el, wl-xmas.el, wl-mule.el
2954         (wl-highlight-folder-current-line): Ditto.
2955         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2956         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2957         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2958         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2959
2960 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * Version number is increased to 2.11.3.
2963
2964 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2965
2966         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2967         Resume current-buffer since it is assumed by remaining tasks.
2968
2969 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2972         (wl-folder-completion-function): Abolished.
2973         (wl-folder-complete-folder): New function.
2974         (wl-folder-complete-filter-condition): Ditto.
2975         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2976         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2977
2978 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2979
2980         * wl-draft.el (wl-draft-send-confirm): New function.
2981         (wl-draft-send): Use it.
2982
2983         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2984         cursor-in-echo-area while confirming.
2985
2986         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2987
2988         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2989         searching via nntp if wl-summary-search-via-nntp is 'force.
2990         Otherwise, invoke searching in nntp folder only.
2991         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2992
2993         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2994         explicitly for mime-make-text-tag.
2995
2996 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2997
2998         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2999         `mime-make-text-tag' instead of `mime-create-tag'.
3000
3001 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3004         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3005
3006 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-score.el (wl-score-save): Bind print-length and print-level.
3009         (wl-score-pretty-print): Ditto.
3010         (wl-score-edit-insert-header-entry): Ditto.
3011
3012         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3013         "From" entry to be treated with wl-draft-eword-encode-address-list.
3014         * wl-mime.el (wl-draft-preview-message): Ditto.
3015
3016         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3017         (wl-summary-mark-as-unread): Ditto.
3018         (wl-summary-mark-as-read-region): Change accordingly.
3019         (wl-summary-mark-as-unread-region): Ditto.
3020         (wl-summary-target-mark-mark-as-read): Ditto.
3021         (wl-summary-target-mark-mark-as-unread): Ditto.
3022
3023 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * Version number is increased to 2.11.2.
3026
3027 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3028
3029         * wl-news.el.in (wl-news-previous-version-save): Bind
3030         print-length and print-level.
3031         * wl-thread.el (wl-thread-save-entities): Ditto.
3032         (wl-thread-save-top-list): Bind print-length.
3033
3034 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-highlight.el (wl-highlight-summary-line-string): Use
3037         wl-summary-score-below-mark, wl-summary-score-over-mark.
3038         (wl-highlight-summary-current-line): Ditto.
3039
3040 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3043         insert it.
3044
3045 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3046
3047         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3048
3049 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3052         message without msgid.
3053         Rewrite with elmo-folder-move-messages.
3054         Set wl-message-buffer to nil.
3055
3056         * wl-summary.el (wl-summary-erase-subr): New function. Use
3057         elmo-folder-move-messages.
3058         (wl-summary-erase): Call it.
3059         (wl-summary-target-mark-erase): Ditto.
3060
3061 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3062
3063         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3064         it is not up-tp-date.
3065
3066 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3069         buffer after calling `wl-summary-goto-folder-subr' without the
3070         argument `interactive'.
3071         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3072
3073 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3074
3075         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3076         `mime-create-tag'. Use `string=' instead of `looking-at'.
3077
3078 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3079
3080         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3081         to avoid compile warning.
3082
3083         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3084         entity-id when folder is given.
3085         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3086         save-excursion, use save-selected-window instead.
3087         Select folder buffer window if exists.
3088         (To correct behavior with wl-folder-move-cur-folder.)
3089
3090 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3091
3092         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3093
3094 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3095
3096         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3097         list-count instead of %d.
3098
3099 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3100
3101         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3102         (wl-news): Set it.
3103         (wl-news-append-to-folder): Use it.
3104
3105         * wl-news.el.in (wl-news-send-news): Append to specified folder
3106         instead of wl-default-folder.
3107         (wl-news-append-to-folder): Show error message with specified folder.
3108
3109         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3110                 In most major modes, Emacs assumes that any opening
3111                 delimiter found at the left margin is the start of a
3112                 top-level definition, or defun. Therefore, *never put an
3113                 opening delimiter at the left margin unless it should have
3114                 that significance.*
3115
3116         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3117
3118 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3119
3120         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3121
3122 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3123
3124         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3125
3126 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3127
3128         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3129         for sequential numbering case.
3130
3131 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3134         value.
3135         (wl-draft-reply-without-argument-list): Ditto.
3136         (wl-draft-reply-myself-with-argument-list): Abolish.
3137         (wl-draft-reply-myself-without-argument-list): Ditto.
3138         * wl-draft.el (wl-draft-self-reply-p): New function.
3139         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3140
3141 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3144         (avoid error for the case without byte-compiling)
3145
3146 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3147
3148         * wl-news.el.in (wl-news-append-to-folder): New function.
3149         (wl-news-exit): Rewrite.
3150         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3151
3152 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3153
3154         * wl-draft.el (wl-draft-reply-position): New function.
3155         (wl-draft-reply-position): Fix.
3156         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3157         (wl-summary-target-mark-reply-with-citation): Ditto.
3158         (wl-summary-reply-with-citation): Ditto.
3159         * wl-vars.el (wl-draft-reply-default-position): New variable.
3160
3161 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3162
3163         * wl-draft.el (wl-draft-send): Preview when interactive send.
3164
3165 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3166
3167         * wl-draft.el (wl-draft-reply): Set default position.
3168         * wl-summary.el (wl-summary-reply): Ditto.
3169         (wl-summary-reply-with-citation): Ditto.
3170         (wl-summary-target-mark-reply-with-citation): Ditto.
3171
3172 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-news.el.in (wl-news-lang): Set default value according to
3175         current-language-environment.
3176         (wl-news-append-news): Do nothing when news-list is nil.
3177
3178 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3179
3180         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3181         (wl-news): Change message.
3182         (wl-news-exit): Check buffer.
3183         (wl-news-force-exit): New function.
3184         (wl-news-show-all): New function.
3185         (wl-news-discard-and-exit): Fix.
3186
3187 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3188
3189         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3190         according to current-language-environment.
3191
3192         * wl-news.el.in (wl-news): If arg, show all NEWS after
3193         wl-news-default-previous-version.
3194
3195 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3196
3197         * wl-news.el.in (wl-news-check): Rewritten.
3198         (wl-news-previous-version-load): Change data type.
3199         (wl-news-previous-version-save): Change data type.
3200         (wl-news-append-news): Add return value.
3201         (wl-news-check-news): New function.
3202         (wl-news-already-current-p): New function.
3203         (wl-news-send-news): Rewritten.
3204         (wl-news-mode-map): Add new keybind.
3205         (wl-news): Rewritten.
3206         (wl-news-exit): Rewritten.
3207         (wl-news-discard-and-mail): New function.
3208         (wl-news-send-to-address): Abolished.
3209         * wl.el (wl-init): Delete a message.
3210
3211 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3212
3213         * wl-news.el.in (wl-news-exit): Update previous version.
3214         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3215
3216 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3217
3218         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3219
3220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3221
3222         * wl-news.el.in (wl-news): New function.
3223         (wl-news-mode): New function.
3224         (wl-news-next-line): New function.
3225         (wl-news-next-page): New function.
3226         (wl-news-exit): New function.
3227         (wl-news-buf-name): New variable.
3228         (wl-news-mode-map): New variable.
3229         (wl-news-winconf): New variable.
3230         (wl-news-append-news): Add an option.
3231
3232 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3233
3234         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3235
3236 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-news.el.in (wl-news-send-to-address): New variable.
3239         (wl-news-send-news): Use it.
3240         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3241         Return updating status.
3242         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3243
3244 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3245
3246         * wl-news.el.in (wl-news-send-news): Delete
3247         Organization and X-Face.
3248
3249 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3250
3251         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3252         (wl-news-append-news): New function.
3253         (wl-news-send-news): New function.
3254
3255 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3256
3257         * Version number is increased to 2.11.1.
3258
3259 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3260
3261         * wl-news.el.in : New file.
3262
3263 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3264
3265         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3266         default value.
3267         (wl-draft-reply-without-argument-list): Ditto.
3268
3269 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3270
3271         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3272         (wl-message-buffer-prefetch-idle-time): Ditto.
3273         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3274
3275 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-thread.el (wl-thread-insert-message): Use
3278         wl-summary-max-thread-depth.
3279
3280         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3281         loop detection.
3282
3283         * wl-message.el (wl-message-buffer-display): Back to the first page
3284         when cache is hit.
3285
3286 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3289
3290         * wl-summary.el (wl-summary-insert-thread-entity):
3291         If the thread depth is reached to wl-summary-max-thread-depth,
3292         divide the thread.
3293
3294 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3295
3296         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3297         for elmo-remove-passwd.
3298
3299 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3302         folder is sticky.
3303         (wl-folder-mark-as-read-all-entity): Ditto.
3304         (wl-folder-prefetch-entity): Ditto.
3305
3306 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3307
3308         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3309
3310 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3313         Delete messages on buffer for unplugged operation.
3314         (wl-summary-erase): Ditto.
3315
3316 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3317
3318         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3319         take nil so as not to search parent by subject.
3320
3321 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3322
3323         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3324         (wl-folder-get-next-folder): Ditto.
3325         (wl-folder-get-path): Ditto.
3326
3327 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3328
3329         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3330         system and encode the region with it before verifying.
3331
3332 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3333
3334         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3335         system of the echo buffer before decoding.
3336
3337 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3338
3339         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3340         original contents.
3341
3342 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3345         with argument 'any-exists.
3346
3347 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3348
3349         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3350         Use `wl-cs-autoconv'.
3351
3352 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3355         by `mime-view-automatic-conversion'.
3356
3357         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3358         (wl-message-verify-pgp-nonmime): Ditto.
3359         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3360         Bind them to C-c:d and C-c:v respectively.
3361
3362         Merge following code by Teranishi-san from [wl-en:00167].
3363         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3364         (wl-mime-preview-application/pgp-encrypted): Ditto.
3365         (wl-mime-setup): Add entry.
3366
3367 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3368
3369         * wl-summary.el (wl-summary-target-mark-erase): New function.
3370         Bind it to "mD".
3371
3372 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-vars.el (wl-draft-write-file-function): Fix.
3375         (wl-draft-reedit-hook): Changed default value.
3376
3377         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3378         wl-draft-reedit-hook.
3379         (wl-draft-remove-text-plain-tag): New function.
3380         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3381
3382         * wl-vars.el (wl-draft-write-file-function): New user option.
3383
3384         * wl-draft.el (wl-draft-prepare-edit): Use it for
3385         local-write-file-hooks.
3386         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3387
3388         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3389         (wl-draft-insert-mail-header-separator): Return the body beginning
3390         point.
3391         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3392         text/plain.
3393         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3394
3395 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl-summary.el (wl-summary-erase): New function to erase message
3398         without moving it to trash. Bind to "D".
3399
3400         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3401         as `keep' unless switch-function.
3402
3403 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3404
3405         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3406         message buffer by using `wl-summary-toggle-disp-msg'.
3407         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3408         buffer window.
3409         (wl-summary-supresedes-message): Ditto.
3410
3411         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3412         Do not delete other windows.
3413         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3414         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3415         (wl-draft-create-buffer): Set reply-or-forward also for target
3416         mark commands.
3417
3418 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-draft.el (wl-user-agent-compose): Delete special case for
3421         switch-to-buffer-other-window.
3422
3423         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3424         (wl-summary-forward): Ditto.
3425
3426         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3427         function.
3428         (wl-draft-buffer-style): New use option.
3429
3430         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3431         (wl-draft): Follow the change above.
3432         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3433         wl-draft-buffer-style.
3434         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3435         switch-function.
3436
3437 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3438
3439         * wl-address.el (wl-address-make-completion-entry): Extracted from
3440         `wl-address-make-completion-list'.
3441         (wl-address-enable-strict-loading): New variable.
3442         (wl-address-make-completion-list): Revive petname duplication
3443         inquiry, and enable it if `wl-address-enable-strict-loading'.
3444         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3445
3446 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3447
3448         * wl-message.el (wl-message-get-original-buffer): Avoid
3449         'Selecting deleted buffer' error when original buffer is killed.
3450
3451 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3452
3453         * wl-summary.el (wl-summary-next-message): Use
3454         elmo-message-accessible-p instead of elmo-message-cached-p.
3455
3456 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3459
3460         * wl-thread.el (wl-thread-open-all-unread): Use
3461         elmo-folder-list-flagged instead of
3462         elmo-folder-list-messages-mark-match.
3463
3464         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3465         instead of elmo-folder-list-messages-mark-match.
3466         (wl-summary-move-spec-alist): New variable.
3467         (wl-summary-move-spec-plugged-alist,
3468         wl-summary-move-spec-unplugged-alist): Abolish.
3469         (wl-summary-next-message): Follow the change above.
3470         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3471         with 'no-msg' argument.
3472
3473         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3474         variable.
3475         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3476         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3477         (wl-message-buffer-prefetch-get-next): Follow the change above.
3478
3479 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-version.el (wl-version): Changed codename.
3482
3483         * Version number is increased to 2.11.0.
3484
3485 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3486
3487         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3488         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3489         `wl-draft-config-variables'.
3490         (wl-draft-kill): Fixed problem when the draft is reedit.
3491
3492 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3495         buffer-modified status (Thanks to
3496         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3497
3498 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-util.el (wl-region-exists-p): New function.
3501
3502         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3503         Remove defvars for byte-compile warnings.
3504
3505 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3506
3507         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3508         defvar-maybe. Removed unused bind.
3509
3510 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3513         summary buffer window before creating new frame.
3514         (wl-draft-reply): Ditto.
3515
3516 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3519
3520 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3523
3524 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3525
3526         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3527         instead of `kill-region'.
3528
3529 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3532         (wl-highlight-summary-line-string): Use it.
3533         (wl-highlight-summary-current-line): Ditto.
3534
3535         * wl-mime.el (wl-message-delete-current-part): Check the class of
3536         mime-entity.
3537
3538         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3539
3540         * wl-summary.el (wl-summary-make-number-list): Initialize.
3541         (wl-summary-update-mark): New function.
3542         (wl-summary-reply): Put `answered' mark on the message.
3543         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3544
3545         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3546         (wl-draft-reply): Added optional argument `number';
3547         Set wl-draft-parent-number.
3548         (wl-draft-kill): Delete answered mark if it is a reply.
3549
3550 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3551
3552         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3553         that originates in mime-preview-follow-current-entity.
3554         (wl-draft-yank-current-message-entity): Use it if region is active.
3555
3556         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3557         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3558         `wl-message-delete-current-part'.
3559         * wl-mule.el (wl-message-define-keymap): Ditto.
3560         * wl-xmas.el (wl-message-define-keymap): Ditto.
3561
3562 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-mime.el (wl-message-delete-current-part): New function.
3565         (wl-mime-node-id-to-string): Ditto.
3566
3567         * wl-mime.el (wl-message-delete-current-part): Use existing
3568         original buffer which corresponds current mime-view buffer.
3569         (fetched buffer might have different structure, possibly)
3570
3571         * wl-mime.el (wl-message-delete-current-part): Quit if the
3572         message content differs from the actual message.
3573
3574 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3577         order.
3578         (wl-summary-search-by-subject): Search parent message from tail;
3579         Check the existence of the parent message on the current thread tree.
3580         (wl-summary-update-thread): Check whether the line is inserted.
3581
3582 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3583
3584         * wl-vars.el (wl-summary-line-format): Undo last change.
3585         * wl-summary.el (wl-summary-print-destination): Do not put
3586         invisible property when `wl-summary-width' is nil.
3587         (wl-summary-line-subject-minimum-length): Abolished.
3588         (wl-summary-line-subject): Ditto.
3589
3590 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3591
3592         * wl-vars.el (wl-summary-line-format): Change default value.
3593         (wl-summary-subject-length-limit): Abolished.
3594         * wl-summary.el (wl-summary-line-subject): Ditto.
3595
3596 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3597
3598         * wl-template.el (wl-template-select): Added optional argument.
3599         If optional argument is specified, reverse
3600         `wl-template-visible-select'.
3601
3602 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3605         Take prefix argument to force asking the destination folder.
3606
3607 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3610         count and update status.
3611
3612 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3613
3614         * wl-summary.el (wl-summary-redisplay-internal): If
3615         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3616         after fetching.
3617
3618 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3621         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3622
3623         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3624
3625 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3626
3627         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3628         (All other related portions are changed).
3629         (wl-summary-mark-as-read-all): Rewrite.
3630
3631 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3634         `wl-summary-mark-as-read'.
3635         (wl-summary-mark-as-unread): Rewrite.
3636         (wl-summary-mark-as-read): Added no-modeline argument.
3637         (wl-summary-resume-cache-status): Rewrite.
3638         (wl-summary-exec-subr): Remove unused local variable.
3639
3640 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3643         logic to call `wl-summary-buffer-prev-folder-function'.
3644         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3645
3646 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3649         is nil.
3650
3651 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3652
3653         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3654         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3655         (wl-mime-setup): Add its entry.
3656
3657 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3660         (wl-summary-delete-cache): Likewise.
3661         (wl-summary-mark-as-read): Rewrite.
3662
3663 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3666         `wl-summary-count-unread'.
3667
3668         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3669
3670         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3671
3672 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3673
3674         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3675         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3676         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3677         Renamed to the elmo-msgdb-*-mark.
3678         (wl-summary-score-marks): Follow the change above.
3679         (wl-summary-auto-refile-skip-marks): Ditto.
3680         (wl-summary-incorporate-marks): Ditto.
3681         (wl-summary-expire-reserve-marks): Ditto.
3682
3683         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3684         changes.
3685         (wl-thread-insert-top): Changed updating message.
3686
3687         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3688         variable.
3689         (wl-summary-count-unread): Count answered marks.
3690         (wl-summary-rescan): Call wl-summary-insert-message instead of
3691         wl-summary-append-message-func-internal.
3692         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3693         (wl-summary-prefetch-msg): Follow the variable name changes.
3694         (wl-summary-prefetch-region): Ditto.
3695         (wl-summary-mark-as-read-all): Follow the API changes;
3696         Don't call elmo-folder-replace-marks.
3697         (wl-summary-delete-cache): Follow the variable name changes.
3698         (wl-summary-resume-cache-status): Ditto.
3699         (wl-summary-update-status-marks): New function.
3700         (wl-summary-insert-message): New function.
3701         (wl-summary-sync-marks): Follow the variable name changes.
3702         (wl-summary-sync-update): Synchronize to the msgdb, too;
3703         Changed update messages.
3704         (wl-summary-make-number-list): Rewrite.
3705         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3706         (wl-summary-mark-as-unread): Follow the API changes.
3707         (wl-summary-exec-subr): Follow the variable name changes.
3708         (wl-summary-mark-as-read): Ditto.
3709         (wl-summary-move-spec-plugged-alist): Ditto.
3710         (wl-summary-move-spec-unplugged-alist): Ditto.
3711         (wl-summary-cursor-move-surface): Ditto.
3712
3713         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3714         variable name changes.
3715         (wl-highlight-summary-current-line): Ditto.
3716
3717         * wl-expire.el (wl-expire-refile): Follow the API change in
3718         elmo-folder-move-messages.
3719         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3720         (wl-summary-archive): Use elmo-folder-msgdb instead of
3721         elmo-msgdb-load.
3722
3723 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3724
3725         * wl-mime.el (wl-draft-preview-message): Restore the position
3726         before evaluating wl-draft-send-hook in preview buffer.
3727
3728 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3729
3730         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3731         when it creates new draft buffer.
3732
3733         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3734         without argument.
3735
3736         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3737         Evaluate content and if the value is string, insert it.
3738         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3739         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3740         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3741         wl-draft-config-sub-part-bottom): Use it.
3742
3743         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3744         with the folder name. The question was unintelligible when it is
3745         called from wl-save-status.
3746
3747 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3750         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3751         cannot take second argument).
3752
3753 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3756         as t. Since type and subtype are not case sensitive (RFC 2045).
3757
3758 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3759
3760         * wl-vars.el (wl-message-mode-line-format): New variable.
3761         (wl-message-mode-line-format-spec-alist): Ditto.
3762         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3763         (wl-message-redisplay): Use wl-message-mode-line-format.
3764
3765 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3768
3769 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-summary.el (wl-summary-default-from): Write description.
3772
3773 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3774
3775         * wl-vars.el (wl-ldap-objectclass): Abolish.
3776
3777         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3778         (wl-ldap-make-filter): Removed condition for objectclass.
3779         (wl-ldap-make-matched-value-list): Remove meaningless process.
3780         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3781         (wl-address-ldap-search): Don't add `*' to `pat' string;
3782         use ignore-errors; added `email';
3783         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3784         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3785         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3786
3787
3788 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3789
3790         * wl-draft.el (wl-draft-parent-folder): Write description.
3791         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3792
3793 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3796         as "" (zero-length string) if no parent.
3797         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3798
3799 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-address.el (wl-address-make-completion-list): Skip duplication
3802         checking.
3803         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3804         `append'.
3805
3806 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3807
3808         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3809         instead of `beginning-of-buffer'.
3810
3811 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3814
3815 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3818         Refer wl-message-buffer-name.
3819         (wl-message-wheel-down): Ditto.
3820
3821 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * wl-vars.el (wl-message-buffer-name): New user option.
3824
3825         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3826         directly instead of making alist dinamically.
3827
3828         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3829         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3830         wl-message-buffer-cache-name.
3831         (wl-message-buffer-cache-clean-up): Ditto.
3832
3833         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3834
3835         * Version number is increased to 2.9.15.
3836
3837 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-vars.el (wl-summary-default-view-alist): New user option.
3840
3841         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3842
3843         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3844         while deleting address.
3845         (wl-draft-delete-myself-from-cc): Ditto.
3846
3847         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3848         If optional argument is specified, reverse sort order.
3849
3850         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3851
3852 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-thread.el (wl-thread-insert-message): Return parent number if
3855         exists.
3856         (wl-thread-update-indent-string-region): Use
3857         wl-thread-update-line-on-buffer-sub instead of
3858         wl-thread-update-line-on-buffer.
3859
3860 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3861
3862         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3863         (wl-folder-close-all): Ditto.
3864
3865 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3866
3867         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3868         and mailing-list:.
3869         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3870         value.
3871         (wl-summary-line-list-info): Print mailing-list name even when 
3872         list-number is empty.
3873
3874 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3877
3878         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3879         (wl-draft-open-file): Ditto.
3880         (wl-draft-random-alphabet): Ditto.
3881
3882         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3883         bindings.
3884
3885 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3888         * wl-vars.el (wl-draft-config-alist): Ditto.
3889
3890 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3891
3892         * Version number is increased to 2.9.14.
3893
3894         * wl.el (wl): Don't set wl-init as nil when error occured while
3895         auto-checking folders.
3896
3897         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3898         `elmo-expand-newtext'.
3899
3900 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3903         `this-command' so that `wl-folder-goto-folder' contained in
3904         `wl-summary-keep-cursor-command' work.
3905
3906 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3909         message buffer displaying state.
3910
3911 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-vars.el (wl-summary-default-view): New variable to specify
3914         default value for `wl-summary-buffer-view' instead of using
3915         set-default.
3916         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3917
3918 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3921
3922         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3923
3924 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3925
3926         * wl-vars.el (wl-forward-subject-prefix): New variable.
3927         * wl-draft.el (wl-draft-forward): Use it.
3928
3929 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-message.el (wl-message-prev-page): When it is called without
3932         lines argument, scroll down by wl-message-scroll-amount lines.
3933         (wl-message-next-page): Ditto.
3934         * wl-vars.el (wl-message-scroll-amount): Change default value
3935         to preserve current behavior.
3936
3937 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3938
3939         * wl-summary.el (wl-summary-prefetch-msg): Bind
3940         `wl-message-entity' to call `wl-summary-from-function'.
3941
3942 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-message.el (wl-message-buffer-create): Run
3945         wl-message-buffer-created-hook.
3946
3947 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-summary.el (wl-summary-sort-specs): New variable.
3950         (wl-summary-default-sort-spec): Ditto.
3951         (wl-summary-sort): Rewrite.
3952         (wl-summary-sort-by-list-info): New function.
3953
3954 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3955
3956         * wl-summary.el (wl-summary-get-list-info): New function.
3957         (wl-summary-sort): Rewrite.
3958         (wl-summary-line-list-info): Ditto.
3959         (wl-summary-line-list-count): Ditto.
3960         (wl-summary-refile-region): Fixed docstring.
3961
3962 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3965         `wl-folder-entity-hashtb' as completion table.
3966
3967 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3970         only when this command is called interactively; silence the byte-
3971         compiler.
3972
3973 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3974
3975         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3976         active in XEmacs.
3977
3978 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3979
3980         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3981         plural lines.
3982
3983 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3986         of current line when the cursor is on the header name.
3987         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3988
3989 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3990
3991         * wl-util.el (wl-read-directory-name): Return displayed directory
3992         as the default value also on XEmacs.
3993
3994 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3997         formatting.
3998
3999 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4002         argument and when it is non-nil, check face property before
4003         highlighting for each line.
4004         (wl-highlight-summary-window): Set it.
4005
4006 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4009         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4010
4011         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4012         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4013         (wl-draft-get-fcc-list): Likewise.
4014
4015 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4018         (wl-thread-entity-cur): Ditto.
4019         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4020         wl-thread-indent-regexp setting.
4021         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4022
4023         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4024         wl-summary-lazy-highlight.
4025         (wl-summary-display-bottom): Ditto.
4026
4027         * wl-thread.el (wl-thread-open-close): Likewise.
4028
4029         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4030         from and subject;
4031         Bind wl-draft-use-frame;
4032         Enclose with save-window-excursion;
4033         Use wl-draft-create-buffer instead of with-temp-buffer;
4034         Use wl-draft-prepare-edit;
4035         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4036         Use wl-draft-send instead of wl-draft-raw-send.
4037
4038 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4041         of using wl-from.
4042
4043 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4044
4045         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4046         insert-buffer instead of clone-buffer.
4047         (wl-draft-doing-mime-bcc): New variable.
4048         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4049         infinite loop.
4050         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4051
4052         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4053         (wl-draft-mime-bcc-body): Ditto.
4054
4055         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4056         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4057         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4058         wl-draft-do-mime-bcc.
4059         (wl-draft-mime-bcc-field): New function.
4060         (wl-draft-do-mime-bcc): Ditto.
4061
4062         * wl-address.el (wl-address-complete-header-list): New variable.
4063         (wl-address-complete-header-regexp): Changed default value.
4064
4065         * Version number is increased to 2.9.13.
4066
4067 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4070         it is differed.
4071
4072 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4073
4074         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4075         (wl-summary-line-list-count): Ditto.
4076
4077 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4078
4079         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4080         (wl-nntp-posting-function): New variable.
4081         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4082         `wl-nntp-posting-config-alist'.
4083
4084 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4087         FLIM.
4088
4089 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4090
4091         * wl-summary.el (wl-summary-target-mark-refile-sub):
4092         Remove a nuisance funcall.
4093
4094 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4097         as t for `try-completion'.
4098
4099 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-summary.el (wl-summary-default-from): Use
4102         wl-address-header-extract-address instead of
4103         std11-extract-address-components.
4104         (wl-summary-simple-from): Ditto.
4105         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4106         (wl-summary-insert-headers): Show message.
4107         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4108         for whole line.
4109         (wl-summary-default-from): Revert last change.
4110         (wl-summary-simple-from): Ditto.
4111         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4112         (wl-summary-mark-as-read-region): Follow the change above.
4113         (wl-summary-sync-marks): Ditto.
4114         (wl-summary-target-mark-mark-as-read): Ditto.
4115         (wl-summary-redisplay-internal): Ditto.
4116         (wl-summary-redisplay-no-mime-internal): Ditto.
4117         (wl-summary-redisplay-all-header): Ditto.
4118         (wl-summary-mark-as-read): Removed argument `cached';
4119         Use current cache status to set cache mark.
4120         (wl-summary-redisplay-internal): Follow the change above.
4121         (wl-summary-redisplay-no-mime-internal): Ditto.
4122         (wl-summary-redisplay-all-header): Ditto.
4123
4124         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4125
4126         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4127         Don't call itself recursively (Adviced by Yamaoka-san).
4128
4129 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4132         bind wl-summary-highlight as nil to avoid error caused by missing
4133         local variables.
4134
4135 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-vars.el (wl-invalid-character-message): New user option.
4138
4139         * wl-util.el (wl-set-string-width): If truncated string-width is
4140         larger than specified width, use `wl-invalid-character-message'.
4141
4142 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4143
4144         * wl-summary.el (wl-summary-prefetch-msg): 
4145         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4146
4147 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-vars.el (wl-summary-check-line-format): New user option.
4150         (wl-summary-line-format-file): Ditto.
4151
4152         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4153         variable.
4154         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4155         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4156         and `wl-summary-view-old-p' to check whether do a rescan or not.
4157         (wl-summary-view-old-p): New function.
4158         (wl-summary-line-format-changed-p): Ditto.
4159         (wl-summary-line-format-save): Ditto.
4160         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4161
4162         * wl-util.el (wl-set-string-width): Avoid using negative number
4163         for make-string.
4164
4165 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4166
4167         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4168         return value.
4169
4170         * wl-util.el (wl-set-string-width): Added optional argument
4171         `padding' (All other related portions are changed).
4172         (wl-line-parse-format): If the first letter of column number is
4173         `0', zero-padding the result (ex: "%05l").
4174
4175         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4176
4177 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4180         sequential summary view.
4181
4182 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4185         if it doesn't have a -unix version.
4186
4187 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4190
4191 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4192
4193         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4194         content.
4195         (wl-draft): Follow the change above.
4196
4197         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4198
4199         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4200         and wl-folder-summary-line-format-alist contain %T and %P.
4201
4202         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4203         (wl-summary-mode-line-format): New user option.
4204         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4205         (wl-summary-line-format): Changed default value.
4206         (wl-summary-lazy-highlight): Changed default value.
4207
4208         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4209         change in wl-summary-create-line.
4210         (wl-thread-insert-entity-sub): Ditto.
4211
4212         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4213         (wl-summary-buffer-unread-status): Ditto.
4214         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4215         (wl-summary-buffer-persistent-mark-column): Ditto.
4216         (wl-summary-buffer-mode-line-formatter): Ditto.
4217         (wl-summary-buffer-mode-line): Ditto.
4218         (wl-summary-message-regexp): Abolished.
4219         (All other related portions are changed.)
4220         (wl-summary-detect-mark-position): New function.
4221         (wl-summary-buffer-set-folder): Setup
4222         wl-summary-buffer-mode-line-formatter.
4223         (wl-summary-mode): Setup selective-display;
4224         Setup pre-idle-hook when xemacs.
4225         (wl-summary-update-modeline): Rewrite.
4226         (wl-summary-jump-to-msg): Define as function;
4227         Changed regexp for searching messages.
4228         (wl-summary-message-number): Rewrite.
4229         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4230         Do rescan when old type summary cache.
4231         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4232         (wl-summary-remove-destination): Use '\r' to detect EOL.
4233         (wl-summary-print-destination): Ditto.
4234         (wl-summary-temp-mark): New inline function.
4235         (wl-summary-persistent-mark): Ditto.
4236         (wl-summary-line-number): New function.
4237         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4238         (wl-summary-line-list-count): New function.
4239         (wl-summary-create-line): Added argument persistent-mark.
4240         (All other related portions are changed)
4241         (wl-summary-create-line): Insert '\r'.
4242         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4243         (wl-summary-cursor-move-surface): New inline function.
4244         (wl-summary-prev): Use it.
4245         (wl-summary-next): Ditto.
4246
4247         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4248         wl-summary-message-regexp.
4249         (wl-highlight-summary): Delete progress message.
4250         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4251
4252         * Version number is increased to 2.9.12.
4253
4254 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4257         variable (nil: no minimum).
4258         (wl-summary-line-subject): Add some spaces after subject by
4259         wl-summary-line-subject-minimum-length.
4260
4261 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4262
4263         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4264         and removed `F'.
4265         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4266         change above).
4267
4268 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-summary.el (wl-summary-line-list-count): Reverted.
4271         (example setting in samples/*/dot.wl is also updated)
4272
4273 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4276
4277         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4278
4279         * wl-vars.el (wl-summary-line-format): Addes some description to the
4280         docstring.
4281
4282         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4283         (wl-summary-line-close-bracket): Ditto.
4284         (wl-summary-line-children-number): Ditto.
4285         (wl-summary-line-thread-indent): Ditto.
4286         (wl-summary-line-children-and-from): Ditto.
4287
4288         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4289         't', 'c', 'F' and added 'C'.
4290
4291         * wl-util.el (wl-set-string-width): Accept negative value.
4292         (wl-line-parse-format): Added "%number(" and "%)".
4293
4294 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-summary.el (wl-summary-line-list-count): Change format of the
4297         return value.
4298
4299 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4300
4301         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4302         from the recent message.el.
4303         (wl-draft-point-in-header-p): Ditto.
4304         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4305         wl-draft-beginning-of-line.
4306         * wl-e21.el (wl-draft-mode-map): Ditto.
4307         * wl-xmas.el (wl-draft-mode-map): Ditto.
4308
4309         * wl-folder.el: Sort macrodefs by dependencies.
4310
4311 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4312
4313         * wl-summary.el (wl-summary-prev): Fixed regexp.
4314         (wl-summary-next): Ditto.
4315
4316 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4319
4320 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4321
4322         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4323         for backward compatibility.
4324
4325 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-summary.el (wl-summary-line-list-count): New function, merged
4328         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4329         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4330         list counts.
4331
4332 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-summary.el (wl-summary-create-line): Ignore errors while
4335         timezone-fix-time.
4336
4337         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4338
4339         * wl-summary.el (wl-summary-sync-update): Ditto.
4340         (wl-summary-default-from): Use wl-message-entity
4341         instead of entity.
4342
4343         * wl-summary.el (wl-summary-create-line): Fix.
4344
4345         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4346         (wl-summary-line-format): New user option.
4347         (wl-folder-summary-line-format-alist): Ditto.
4348         (wl-summary-from-width): Abolished.
4349
4350         * wl-util.el (toplevel): Require 'bytecomp.
4351         (wl-line-parse-format): New function.
4352         (wl-line-formatter-setup): New macro.
4353
4354         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4355         (wl-summary-buffer-line-formatter): New buffer local variable.
4356         (wl-summary-switch-to-clone-buffer): Follow the change above.
4357         (wl-summary-message-regexp): Fix.
4358         (wl-summary-from-func-internal): Abolished.
4359         (wl-summary-subject-func-internal): Ditto.
4360         (wl-summary-subject-filter-func-internal): Ditto.
4361         (All other related portions are changed.)
4362         (wl-summary-buffer-set-folder):
4363         Set up wl-summary-buffer-number-column and 
4364         wl-summary-buffer-line-formatter
4365         (All other related portions are changed.)
4366         (wl-summary-buffer-number-column-detect): Abolished.
4367         (All other related portions are changed.)
4368         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4369         (wl-summary-delete-all-temp-marks-on-buffer): Use
4370         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4371         (wl-summary-target-mark-delete): Ditto.
4372         (wl-summary-target-mark-refile-subr): Ditto.
4373         (wl-summary-target-mark-mark-as-read): Ditto.
4374         (wl-summary-target-mark-mark-as-unread): Ditto.
4375         (wl-summary-target-mark-mark-as-important): Ditto.
4376         (wl-summary-target-mark-save): Ditto.
4377         (wl-summary-replace-status-marks): Renamed from
4378         wl-summary-set-status-marks-on-buffer;
4379         Use wl-summary-message-regexp instead of
4380         wl-summary-buffer-number-regexp.
4381         (wl-summary-sync-update): Follow the change above.
4382         (wl-summary-goto-previous-message-beginning): New function.
4383         (wl-summary-mark-as-unread): Use it.
4384         (wl-summary-mark-as-important): Ditto.
4385         (wl-summary-line-formatter): New variable.
4386         (wl-summary-line-year): New function.
4387         (wl-summary-line-day): Ditto.
4388         (wl-summary-line-day-of-week): Ditto.
4389         (wl-summary-line-hour): Ditto.
4390         (wl-summary-line-minute): Ditto.
4391         (wl-summary-line-open-bracket): Ditto.
4392         (wl-summary-line-close-bracket): Ditto.
4393         (wl-summary-line-children-number): Ditto.
4394         (wl-summary-line-thread-indent): Ditto.
4395         (wl-summary-line-size): Ditto.
4396         (wl-summary-line-subject): Ditto.
4397         (wl-summary-line-from): Ditto.
4398         (wl-summary-line-children-and-from): Ditto.
4399         (wl-summary-create-line): Rewritten.
4400         (wl-summary-format-date): Abolished.
4401
4402         * wl-highlight.el (wl-highlight-summary-current-line): Use
4403         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4404         Use thread structure to detect thread top message.
4405
4406         * wl-draft.el (wl-default-draft-cite): Don't use
4407         wl-summary-from-func-internal.
4408
4409         * wl-refile.el (wl-refile-subject-learn): Don't use
4410         wl-summary-subject-filter-func-internal.
4411         (wl-refile-guess-by-subject): Ditto.
4412
4413         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4414         parameters.
4415
4416         * wl-thread.el (wl-thread-update-indent-string-region):
4417         Use wl-thread-update-line-on-buffer instead of
4418         wl-thread-update-indent-string.
4419         (wl-thread-update-children-number): Redefine using
4420         wl-thread-update-line-on-buffer.
4421         (wl-thread-update-indent-string): Abolished.
4422
4423         * Version number is increased to 2.9.11.
4424
4425 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4428         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4429         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4430
4431         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4432         as nil.
4433
4434         * wl-thread.el (wl-thread-open-all-unread): Use 
4435         elmo-folder-list-messages-mark-match.
4436         (wl-thread-insert-message): Removed argument `mark-alist'.
4437         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4438         elmo-msgdb-set-mark.
4439         (wl-thread-get-children-msgs-uncached): Likewise.
4440         (wl-thread-get-exist-children): Added argument include-self.
4441         (wl-thread-delete-message): Follow the change above.
4442
4443         * wl-summary.el (wl-summary-count-unread): Removed argument.
4444         (wl-summary-rescan): Follow the change above.
4445         (wl-summary-mark-as-read-region): Ditto
4446         (wl-summary-mark-as-unread-region): Ditto.
4447         (wl-summary-delete-messages-on-buffer): Ditto.
4448         (wl-summary-sync-update): Ditto.
4449         (wl-summary-switch-to-clone-buffer): Ditto.
4450         (wl-summary-goto-folder-subr): Ditto.
4451         (wl-summary-target-mark-mark-as-read): Ditto.
4452         (wl-summary-target-mark-mark-as-unread): Ditto.
4453         (wl-summary-target-mark-mark-as-important): Ditto.
4454         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4455         (wl-summary-update-thread): Removed argument `mark-alist'.
4456         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4457         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4458         (wl-summary-resume-cache-status): Likewise.
4459         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4460         elmo-msgdb-set-mark.
4461         (wl-summary-mark-as-read-all): Likewise.
4462         (wl-summary-delete-cache): Ditto.
4463         (wl-summary-auto-select-msg-p): Ditto.
4464         (wl-summary-mark-as-unread): Ditto.
4465         (wl-summary-no-auto-refile-message-p): Ditto.
4466         (wl-summary-mark-as-read): Ditto.
4467         (wl-summary-mark-as-important): Ditto.
4468         (wl-summary-auto-refile): Follow the change above.
4469         (wl-summary-delete-all-marks): Removed.
4470         (wl-summary-resume-marks-and-highlight): Ditto.
4471         (wl-summary-resume-marks): Ditto.
4472         (wl-summary-delete-important-msgs-from-list): Ditto.
4473         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4474
4475         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4476         wl-summary-count-unread.
4477
4478         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4479         (wl-summary-score-update-all-lines): Use
4480         elmo-msgdb-set-mark.
4481
4482 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4485         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4486         (wl-summary-create-line): Renamed from
4487         wl-summary-overview-create-summary-line;
4488         Argument rearrangement.
4489         (wl-summary-update-thread): Follow the change above.
4490
4491         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4492         (wl-thread-insert-entity-sub): Likewise.
4493
4494         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4495         argument `overview', `mark-alist' and added `msgdb'.
4496
4497         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4498
4499         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4500         (wl-summary-rescan): Follow the change above.
4501         (wl-summary-sync-update): Ditto.
4502         (wl-summary-insert-thread-entity): Ditto;
4503         Don't use `let*' in every while loop;
4504         Detect infinite loop of threads.
4505         (wl-summary-update-thread): Removed argument `overview'.
4506
4507         * wl-thread.el (wl-thread-insert-message): Ditto.
4508
4509         * Version number is increased to 2.9.10.
4510
4511         * wl-message.el (wl-message-redisplay): Ignore errors while
4512         wl-message-redisplay-hook.
4513
4514 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4517
4518 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4519
4520         * wl.el (wl): inhibit-quit while wl-folder.
4521
4522 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4525         while msgdb access.
4526
4527 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4528
4529         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4530         even if no folder is not created.
4531
4532 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4535
4536         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4537         implementation.
4538         (wl-summary-target-mark-thread): Ditto.
4539
4540         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4541
4542 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4543
4544         * wl-util.el (wl-display-bytes): Remove unused function.
4545
4546 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4549         seems critical one (partially reverse the change in 2002/03/17).
4550
4551 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4554         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4555
4556 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4557
4558         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4559         is not writable.
4560         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4561         plugged status instead of `'force' as 2nd argument.
4562
4563         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4564         is not creatable.
4565
4566         * Version number is increased to 2.9.9.
4567
4568 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4569
4570         * wl-summary.el (wl-summary-suspend): New function.
4571
4572 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl.el (wl): Do not check variables if check is nil.
4575         * wl-utils.el (wl-collect-draft): New function.
4576         * wl-folder.el (wl-folder-suspend): Put summary buffers
4577         and draft buffers at the end of buffer list.
4578         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4579
4580 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4581
4582         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4583         loop instead of recursive call.
4584
4585         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4586         2nd argument.
4587
4588 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-draft.el (wl-draft-create-contents): Don't take neither
4591         (function . args) nor (string . something) any more.
4592
4593         * wl-version.el (wl-generate-user-agent-string): Return string
4594         without header symbol.
4595         * wl-draft.el (wl-draft-default-headers): Use it.
4596
4597         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4598         `wl-draft-insert-ccs' and return field value instead of inserting
4599         the header. Abolish cc argument.
4600         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4601
4602         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4603         rather than one with string car.
4604
4605         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4606         * wl-draft.el (wl-draft-create-contents): Add it after the default
4607         headers.
4608
4609         * wl-draft.el (wl-draft-create-contents): For the case of
4610         (symbol-or-string . function) insert header only when the function
4611         returns string value.
4612
4613 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4616         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4617
4618 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl.el (wl-check-environment): Don't check Message-ID when
4621         `wl-insert-message-id' is nil.
4622         Revive checking if `wl-message-id-domain' contains "@".
4623
4624 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl.el (wl-check-environment): Merge examination for "@" at
4627         inappropriate position into the first string-match.
4628
4629         * wl-summary.el (wl-summary-target-mark-print): New function.
4630         (wl-summary-pipe-message-subr): Extracted from
4631         `wl-summary-pipe-message'.
4632         (wl-summary-target-mark-pipe): New function.
4633         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4634         `wl-summary-target-mark-pipe'.
4635
4636 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4639
4640 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl.el (wl-check-environment): Use elmo-warning instead of
4643         error for non-critical ones.
4644         Remove trash folder check.
4645         (wl): Don't ignore error in wl-check-environment.
4646
4647         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4648         check, which is moved from `wl-check-environment'.
4649         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4650
4651 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4654         guess anything, call wl-summary-write.
4655         (wl-summary-write): Create draft with blank To field.
4656         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4657
4658 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4661         argument full as well for wl-folder-write-current-folder.
4662         If wl-*-write-current-folder cannot guess addressee, add blank
4663         To header.
4664         Rewrite condition for positioning cursor.
4665
4666 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4669         summary buffer is present, use it.
4670         (wl-folder-jump-to-previous-summary): Ditto.
4671
4672 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4675
4676         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4677         wl-summary-previous-buffer and wl-summary-next-buffer.
4678
4679         * wl-folder.el (wl-folder-mode-map): Bind
4680         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4681         (wl-folder-jump-to-next-summary): New function.
4682         (wl-folder-jump-to-previous-summary): Ditto.
4683
4684         * wl-draft.el (wl-draft): Rearranged.
4685
4686 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4689         of header.
4690         (wl-draft): Collect arguments for the header as header-alist.
4691         (wl-draft-forward): Arrange arguments for wl-draft.
4692         (wl-draft-reply): Ditto.
4693         (wl-draft-edit-string): Ditto.
4694         * wl-summary.el (wl-summary-write): Ditto.
4695         (wl-summary-write-current-folder): Ditto.
4696
4697         * Version number is increased to 2.9.8.
4698
4699 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4702
4703         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4704
4705         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4706         even if the guess failed.
4707
4708         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4709         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4710         wl-summary-write-current-folder.
4711         * wl-xmas.el: Ditto.
4712
4713 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-summary.el (wl-summary-next-page): Force display message if
4716         message is not displayed yet.
4717         (wl-summary-prev-page): Ditto.
4718
4719 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4720
4721         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4722
4723 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4726         add "Preview Message" and "Save Draft and Exit".
4727
4728 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4731         if addrmgr is called from draft in splitted window.
4732
4733         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4734         * wl-mule.el: Ditto.
4735         * wl-xmas.el: Ditto.
4736
4737 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4740
4741         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4742         * wl-xmas.el (wl-folder-toolbar): Ditto.
4743
4744 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4747         and wl-draft-save-and-exit.
4748         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4749         * wl-xmas.el: Ditto.
4750         * wl-mule.el: Ditto.
4751
4752         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4753         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4754
4755 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4756
4757         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4758         lists for saving buffer.
4759
4760 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4763         parent-folder argument instead of it.
4764         (wl-draft-create-buffer): Ditto.
4765         (wl-draft-forward): Ditto.
4766         (wl-draft-reply): Ditto.
4767         * wl-summary.el (wl-summary-write): Ditto.
4768         (wl-summary-write-current-folder): Ditto.
4769
4770         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4771         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4772         Folder buffer after composing.
4773
4774 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4777         header if the file `wl-x-face-file' already contains it.
4778
4779 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4782         folder" entry.
4783         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4784         * wl-e21.el (wl-folder-toolbar): Ditto.
4785         * wl-xmas.el (wl-folder-toolbar): Ditto.
4786
4787 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4790         wl-folder-goto-folder with sticky argument.
4791         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4792
4793 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4794
4795         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4796         and wl-summary-previous-buffer.
4797         (wl-summary-next-buffer): New function.
4798         (wl-summary-previous-buffer): Ditto.
4799
4800 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4803         wl-folder-jump-to-current-entity-with-arg.
4804         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4805         `wl-folder-jump-to-current-entity'.
4806         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4807         `wl-summary-goto-folder-sticky'.
4808         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4809         `wl-summary-goto-folder'.
4810         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4811         Unless force-exit, do not clean temp. marks for sticky summary.
4812         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4813
4814 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4817         not entire.
4818
4819 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4822         to `C-x C-s'.
4823         (wl-summary-save-status): New command.
4824         (wl-summary-exit): Don't clean-up temp marks when sticky.
4825         (Applied patch from Nakayama-san [wl: 09548])
4826         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4827         Do nothing when no mark data.
4828         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4829         Call `wl-summary-delete-all-temp-marks' before saving.
4830
4831 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4832
4833         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4834
4835 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl.el (wl-check-environment): Also cause error when (system-name)
4838         returns "localhost.localdomain". (Although it doesn't affect because
4839         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4840
4841 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4844         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4845
4846         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4847         value.
4848
4849 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4852         Likewise r-cc-list and r-ng-list.
4853
4854 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4857         only if it is bound as variable.
4858
4859         * wl-mime.el (wl-draft-preview-message): Ditto.
4860
4861 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4864         needless `goto-char'.
4865
4866         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4867         `wl-summary-redisplay-no-mime-internal' instead of
4868         `wl-summary-redisplay-no-mime'.
4869         (wl-summary-redisplay-no-mime): Changed argument;
4870         Call `wl-summary-redisplay-no-mime-internal'.
4871
4872         * wl-mime.el (wl-draft-preview-message): Bind
4873         `mime-header-encode-method-alist' locally.
4874
4875         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4876         (wl-draft-std11-parse-addresses): Added the first address check.
4877         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4878
4879         * Version number is increased to 2.9.7.
4880
4881 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4882
4883         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4884
4885 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4886
4887         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4888         related to scrollbar support, if there is no such a feature
4889         compiled in.
4890
4891 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4892
4893         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4894         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4895         for prefetch.
4896
4897 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4898
4899         * wl-summary.el (wl-summary-pick): Fix for no match.
4900
4901 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4902
4903         * wl-draft.el (wl-draft-save):
4904         Override `mime-header-encode-method-alist'.
4905
4906 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-folder.el (wl-folder-pick): New function.
4909         Define key as "?".
4910
4911 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4914         Fix for unplugged.
4915
4916 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-folder.el (wl-folder-virtual): New function.
4919         Define key as "V".
4920
4921 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4924         multi folder if entity is group.
4925
4926 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4929         is nil.
4930
4931 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4932
4933         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4934         (wl-summary-target-mark-msgs): Return the number of marked messages.
4935
4936 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4937
4938         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4939         "first:" is specified.
4940
4941 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-vars.el (wl-from): Use return value of function
4944         user-full-name instead of the variable user-full-name since
4945         XEmacs-20.4 doesn't set this variable.
4946
4947 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4950         call `wl' directly.
4951
4952 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4953
4954         * wl-draft.el (wl-draft-reedit): Removed duplicated
4955         switch-to-buffers.
4956
4957 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * wl.el (wl-other-frame): Removed garbages.
4960
4961 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4964
4965         * wl-xmas.el (wl-draft-key-setup): Ditto.
4966
4967         * wl-mule.el (wl-draft-key-setup): Ditto.
4968
4969         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4970         (wl-draft-reedit): Ditto.
4971         (wl-draft-prepare-edit): Add `wl-draft-save' to
4972         `local-write-file-hooks'.
4973         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4974         (wl-draft-reedit): Set buffer-file-name.
4975         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4976
4977
4978         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4979         call it.
4980         (wl-delete-startup-frame-function): New variable.
4981         (wl-other-frame): New function
4982         (Original was written by Yamaoka san [wl: 09239]).
4983
4984         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4985         if `wl-folder-use-frame'.
4986
4987 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4990
4991 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4992
4993         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4994         New variable.
4995         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4996         (wl-message-buffer-prefetch-get-next): Use them.
4997         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4998
4999 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5002         with unwind-protect.
5003
5004         * wl-draft.el (wl-draft-reedit): Rewrite.
5005         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5006         (wl-draft-save): Insert header separator if it does not exist;
5007         Removed condition-case.
5008
5009         * wl-summary.el (wl-summary-reedit): Revert last change.
5010
5011         * wl-draft.el (wl-draft-save): Rewrite.
5012         (wl-draft-create-buffer): Set buffer-file-name as nil.
5013
5014         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5015
5016         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5017
5018         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5019         nil.
5020
5021 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5024         If count is nil, do not prefetch.
5025         (wl-message-buffer-prefetch-next): Next.
5026
5027 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5028
5029         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5030
5031 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5032
5033         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5034         `delete-backward-char'
5035         (wl-draft-prepare-edit): Check major-mode.
5036         (wl-draft-decode-header): Rewrite.
5037         (wl-draft): Fix.
5038
5039 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5042
5043 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5046         (wl-message-buffer-prefetch-get-next): Remove size checking.
5047         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5048
5049 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5050
5051         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5052         (wl-draft-default-headers): Fix.
5053
5054 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5055
5056         * wl-draft.el (wl-draft-default-headers): Insert return value of
5057         `wl-generate-mailer-string-function'.
5058
5059 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5060
5061         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5062         (wl-draft-insert-mail-header-separator): Ditto.
5063
5064         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5065         again (Reverted the change on 2002-01-17 by OKADA san).
5066
5067 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5068
5069         * wl-draft.el (wl-draft): Rewrite.
5070         (wl-draft-create-buffer): New function.
5071         (wl-draft-create-contents): Ditto.
5072         (wl-draft-prepare-edit): Ditto.
5073         (wl-draft-decode-header): Ditto.
5074         (wl-draft-decode-body): Ditto.
5075         (wl-draft-check-new-line): Ditto.
5076         (wl-draft-default-headers): Ditto.
5077         (wl-draft-insert-mail-header-separator): Ditto.
5078
5079 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5080
5081         * Version number is increased to 2.9.6.
5082
5083 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5084
5085         * wl-draft.el (wl-draft-delete-field): Optional argument.
5086         (wl-draft-delete-fields): Ditto.
5087
5088 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-message.el (toplevel): Eliminated byte-compile warning.
5091         for `itimer-function', `delete-timer' and `itimer-list'.
5092
5093 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5094
5095         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5096         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5097         `wl-message-buffer-prefetch-threshold'.
5098         * wl-summary.el (wl-summary-redisplay-internal): Remove
5099         the check of `wl-message-buffer-prefetch-depth'.
5100
5101 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5102
5103         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5104         size of article.
5105         (wl-message-buffer-prefetch-subr): Remove size check.
5106
5107 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5108
5109         * wl-vars.el (wl-plugged): Make customizable.
5110
5111 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5112
5113         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5114         (wl-message-buffer-prefetch-set-timer): New function.
5115         (wl-message-buffer-prefetch-get-next): New function.
5116         (wl-message-buffer-prefetch): New function.
5117         (wl-message-buffer-prefetch-next): Rewrite.
5118         (wl-message-buffer-prefetch-subr): Rewrite.
5119         * wl-vars.el (wl-auto-prefetch-first): New variable.
5120         * wl-summary.el (wl-summary-goto-folder-subr): Call
5121         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5122
5123 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5124
5125         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5126         `wl-summary-unread-message-hook'.
5127
5128 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5129
5130         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5131         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5132         if range is `cache-status'.
5133
5134 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5135
5136         * wl-message.el (wl-message-buffer-prefetch-subr):
5137         Improve debug message.
5138
5139 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5140
5141         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5142         `wl-mail-send-pre-hook'.
5143         (wl-draft-send-mail-with-qmail): Ditto.
5144         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5145
5146 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * wl-message.el (wl-message-buffer-prefetch-subr):
5149         Fix for cancel-function-timers bug.
5150         (wl-message-buffer-prefetch-debug): Default value is t.
5151
5152 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5153
5154         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5155         (wl-message-buffer-prefetch-subr): Rewrite.
5156         Rename from `wl-message-buffer-prefetch'.
5157
5158 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5161         (wl-default-draft-cite-decorate-author): Ditto.
5162
5163         * wl-draft.el (wl-draft-cite-function): Removed.
5164         (wl-default-draft-cite-decorate-author): Ditto.
5165
5166 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5169         (wl-default-draft-cite): Do not arrange author name if the value of
5170         `wl-default-draft-cite-decorate-author' is nil.
5171
5172 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5175
5176         * wl-folder.el (wl-folder-check-one-entity): Don't care
5177         `elmo-folder-use-flag-p'.
5178
5179 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5180
5181         * wl-folder (wl-folder-check-one-entity): Fix
5182         problem if unread is nil.
5183
5184 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl-address.el (wl-address-make-completion-list): Check whether
5187         the address is a group list.
5188         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5189
5190 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5191
5192         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5193         The number of the messages of new and unread does not count
5194         correctly.
5195
5196         * wl-summary.el (wl-summary-count-unread): Changed to return
5197         `(new . unread)' instead of total.
5198         (wl-summary-sync-update): Follow the change above.
5199
5200         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5201
5202 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-address.el (wl-address-make-completion-list): Do not enclose
5205         address by " <" and ">" if associated realname is "".
5206         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5207         This is against the promblem with group list in .addresses pointed
5208         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5209
5210 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5211
5212         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5213         message is a format control string.
5214         * wl-expire.el (wl-expire-append-log): Ditto.
5215         * wl-mime.el (wl-summary-burst-subr): Ditto.
5216         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5217         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5218
5219 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5222         wl.el (wl-check-variables): Rename from `wl-check-type'.
5223         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5224         (wl-check-variables-2): New function.
5225         (wl): Call `wl-check-variables-2'.
5226
5227 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5228
5229         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5230         after renaming folder in access group.
5231
5232 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5235         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5236         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5237         (wl-message-buffer-prefetch): Rewrite.
5238         (wl-message-buffer-prefetch-idle-time): Removed.
5239         * wl-summary.el (wl-summary-redisplay-internal):
5240         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5241         Error check for `wl-message-buffer-prefetch-depht'.
5242
5243 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5244
5245         * Version number is increased to 2.9.5.
5246         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5247
5248 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5249
5250         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5251         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5252         Based on the patch written by
5253         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-draft.el (wl-draft-raw-send): Fix for
5258         `wl-news-send-pre-hook'
5259
5260 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5261
5262         * wl-utils.el (wl-message-id-function): New variable.
5263         * wl-draft.el (wl-draft-insert-required-fields):
5264         Use `wl-message-id-function'.
5265
5266 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5267
5268         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5269         * wl-utils.el (wl-draft-make-message-id-string):
5270         Use `wl-from' for domain part of Message-ID
5271         if `wl-message-id-use-wl-from' if non-nil.
5272         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5273
5274 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5275
5276         * wl.el (wl): Call `wl-check-type'
5277         Do not 'condition-case'.
5278
5279 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5280
5281         * wl.el (wl-check-type): New function.
5282         (wl-check-type-variables): New variable.
5283
5284 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5287
5288 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * wl-draft.el (wl-smtp-password-key): New function.
5291         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5292         (wl-draft-send-mail-with-smtp): Ditto.
5293         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5294
5295 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5298         * wl-utils.el (wl-unique-id-suffix): Remove.
5299
5300 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * Version number is increased to 2.9.4.
5303
5304 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5305
5306         * wl-utils.el (wl-unique-id-suffix): New variable.
5307         (wl-unique-id): Use `wl-unique-id-suffix'
5308
5309 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5310
5311         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5312         instead of `elmo-msgdb-search'.
5313
5314         * Version number is increased to 2.9.3.
5315
5316 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5317
5318         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5319
5320 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5323         (wl-draft-dispatch-message): Changed for send-later.
5324         (wl-draft-queue-flush): Ditto.
5325         (wl-draft): Clear `wl-sent-message-queued'.
5326         (wl-draft-reedit): Ditto.
5327         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5328         * wl-vars.el (wl-draft-force-queuing): New variable.
5329         (wl-draft-force-queuing-mail): New variable.
5330         (wl-draft-force-queuing-news): New variable.
5331
5332 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5333
5334         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5335         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5336
5337 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5338
5339         * Version number is increased to 2.9.2.
5340
5341 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * wl-draft.el (wl-draft-elide-region): New user command.
5344         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5345
5346         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5347         command `wl-draft-elide-region'.
5348         * wl-mule.el: Ditto.
5349         * wl-xmas.el: Ditto.
5350
5351 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5354         (wl-biff-check-folder-async): Removed needless let.
5355
5356 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5359         wl-folder-get-elmo-folder.
5360         (wl-biff-check-folder): Set `biff' argument of
5361         `wl-folder-check-one-entity'.
5362         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5363
5364         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5365         (wl-folder-check-one-entity): Added `biff' argument;
5366         Setup `biff' slot of folder.
5367
5368         * Version number is increased to 2.9.1.
5369
5370 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5373         comment out and fixed.
5374         (wl-fldmgr-add-completion-subr): Ditto.
5375
5376         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5377         and msgdb.
5378
5379         * wl.el (wl-toggle-plugged): Save summary view.
5380
5381 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5384
5385 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5386
5387         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5388
5389 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5392         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5393         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5394
5395         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5396         if it was failed.
5397         (wl-demo): Disable undo in the demo buffer.
5398
5399 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl-version.el (wl-version): Changed codename.
5402
5403         * Version number is increased to 2.9.0.
5404
5405 2001-12-14  Takuo KITAME <kitame@northeye.org>
5406
5407         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5408         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5409         (wl-folder-mark-as-read-all-current-entity): Ditto.
5410
5411 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-vars.el (wl-from-width): Define as obsolete variable.
5414         (wl-subject-length-limit): Ditto.
5415
5416         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5417
5418         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5419         wl-summary-save-view.
5420
5421         * wl.el (wl-save-status): Ditto.
5422         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5423
5424         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5425         (wl-summary-exit): Follow the change above.
5426         (wl-summary-goto-folder-subr): Ditto.
5427
5428         * wl-folder.el (wl-folder-create-subr): Don't use
5429         `elmo-folder-creatable-p'.
5430
5431 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5434
5435 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5438         rather than bitmap on Emacs 21.
5439         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5440         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5441         for xbm if the new redisplay engine is not available.
5442
5443 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-folder.el (wl-folder-init-hook): New hook.
5446         (wl-folder-init): Run `wl-folder-init-hook'.
5447
5448 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5451
5452 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-acap.el (wl-acap-cache-filename): New variable.
5455         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5456         (wl-acap-init): Use cache if no ACAP server found.
5457
5458 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5459
5460         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5461         `wl-acap-original-msgdb-dir'.
5462
5463         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5464         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5465
5466         * wl-mime.el (wl-mime-save-directory): Renamed from
5467         `wl-mime-save-dir'.
5468
5469 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5472
5473         * wl-demo.el: Require `path-util'.
5474         (wl-demo-bitmap-mule-available-p): New internal variable.
5475         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5476         `module-installed-p' instead.
5477         (wl-demo-insert-image): Use *.img file for a bitmap image.
5478         (wl-demo): Don't call the ascii demo recursively.
5479
5480 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5481
5482         * Version number is increased to 2.7.7.
5483
5484 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl.el (wl-exit): Eliminated byte-compile warning.
5487
5488 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5489
5490         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5491         obsolete variable using `elmo-define-obsolete-variable'.
5492         (wl-fetch-confirm-threshold): Ditto.
5493         (wl-cache-prefetch-folder-type-list): Ditto.
5494         (wl-cache-prefetch-folder-list): Ditto.
5495
5496 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5499         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5500         (wl-demo-insert-image): New function.
5501         (wl-demo-insert-text): New function.
5502         (wl-demo-image-type-alist): Redefine as a function.
5503         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5504         (wl-demo-with-temp-file-buffer): Removed.
5505         (wl-logo-xpm): Removed.
5506         (wl-logo-xbm): Removed.
5507         (wl-logo-bitmap): Removed.
5508
5509 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5510
5511         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5512         (wl-expire-localdir-get-folder-function): New user option.
5513         (wl-expire-localdir-get-folder): New function.
5514         (wl-expire-localdir-date): Ditto.
5515
5516 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5517
5518         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5519         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5520         Fixed unread number mismatch when all-unread < unread.
5521
5522 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5525         (wl-fetch-confirm-threshold): Ditto.
5526
5527         * wl-summary.el (wl-summary-confirm-appends): Removed.
5528         (wl-summary-sync-update): Don't refer
5529         `wl-summary-update-confirm-threshold' (It is now abolished).
5530
5531         * wl-message.el (wl-message-display-internal): Don't refer
5532         `wl-fetch-confirm-threshold' (It is now abolished).
5533
5534 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5537
5538 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5541         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5542         Change default value to nil.
5543         (wl-summary-indent-length-limit): The value can be nil, nil means
5544         unlimited.
5545
5546         * wl-summary.el: Don't set limit for indent length if the value of
5547         wl-summary-indent-length-limit is nil.
5548         If the value of wl-summary-width is nil, it means only that the width
5549         of summary is unlimited (nil doesn't mean that the indent length is
5550         unlimited).
5551
5552         * wl-thread.el: Ditto.
5553
5554 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5555
5556         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5557         be nil, nil means never confirm.
5558         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5559
5560 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5563         means unlimited).
5564
5565 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5568         Use `with-temp-buffer'.
5569
5570 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5573         with new backquote style).
5574         (wl-folder-get-entity-from-buffer): Ditto.
5575
5576 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5577
5578         * wl-version.el (nemacs-version): Eliminated.
5579         (wl-extended-emacs-version2): Ignore nemacs.
5580         (wl-extended-emacs-version3): Ditto.
5581
5582 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5583
5584         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5585         (wl-draft-add-in-reply-to): New variable.
5586         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5587         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5588         (wl-draft-yank-from-mail-reply-buffer): Use
5589         `wl-draft-add-in-reply-to'.
5590         (wl-draft-insert-current-message): Ditto.
5591
5592 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5593
5594         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5595         typo (kill->hide).
5596         (wl-message-buffer-prefetch-folder-type-list): Added elements
5597         `mark' and `cache' instead of `internal'.
5598
5599 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5602         resume msgdb directory.
5603
5604 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl.el (wl-exit): Call `wl-acap-exit'.
5607
5608         * wl-summary.el (wl-summary-message-string): New function.
5609         (wl-summary-reedit): Use it.
5610         (wl-summary-resend-bounced-mail): Remove needless let.
5611         (wl-summary-supersedes-message): Ditto.
5612         (wl-summary-save): Ditto.
5613
5614         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5615         (wl-acap-init): Set it.
5616         (wl-acap-exit): New function.
5617
5618 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5619
5620         * wl.el (wl-init): Revert (require 'mime-setup). move from
5621         toplevel.
5622
5623 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5624
5625         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5626         local variables.  Add error when guess function return invalid
5627         value.
5628
5629 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5630
5631         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5632         Change local variable name.
5633         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5634         (wl-folder-get-newsgroups): Return nil when non-news folder.
5635         * wl-summary.el (wl-summary-write-current-folder): State through
5636         when guess-list return nil.
5637         (wl-summary-write-current-folder-functions): Fixed docstring.
5638
5639         * wl.el (wl-exit): Changed confirm message.
5640
5641         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5642         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5643
5644         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5645
5646 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5647
5648         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5649         user option (Renamed from wl-cache-prefetch-folder-type-list).
5650         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5651         from wl-cache-prefetch-folder-list).
5652
5653         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5654         Move to wl-vars.el.
5655         (wl-message-buffer-prefetch-p): Changed to enable
5656         `wl-message-buffer-prefetch-folder-list'.
5657
5658         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5659         `ignore-cache'.
5660
5661 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5662
5663         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5664         `part-top' and `part-bottom'.
5665         (wl-draft-config-sub-part-top): New function.
5666         (wl-draft-config-sub-part-bottom): New function.
5667
5668 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5669
5670         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5671
5672 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5673
5674         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5675
5676 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5679
5680         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5681         (wl-summary-write-current-folder): Ditto.
5682
5683 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-folder.el (wl-folder-get-newsgroups): Use
5686         `elmo-folder-newsgroups'.
5687
5688 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5689
5690         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5691         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5692         `wl-draft-config-sub-header-bottom'.
5693
5694 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5695
5696         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5697         localnews folder.
5698
5699 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5700
5701         * wl-summary.el (wl-summary-mode): Undo last change.
5702
5703         * wl-folder.el (wl-folder-mode): Ditto.
5704
5705 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5706
5707         * wl-summary.el (wl-summary-mode): Locally set
5708         truncate-partial-window-width to nil.
5709         (for XEmacs)
5710
5711         * wl-folder.el (wl-folder-mode): Ditto.
5712
5713 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5716
5717 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5720         number.
5721
5722         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5723
5724         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5725
5726         * Version number is increased to 2.7.6.
5727
5728 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5731
5732 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5733
5734         * wl-summary.el (wl-summary-sync-update): Enclose network
5735         related portion with `unwind-protect'.
5736
5737 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5738
5739         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5740
5741 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5744         element.
5745         * wl-vars.el (wl-message-body-button-alist): Ditto.
5746
5747         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5748         max match length.
5749         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5750
5751         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5752         for the max match length;
5753         Use 4th element value for the button string regexp group.
5754
5755         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5756         candidate exists, prompt to select.
5757
5758 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5759
5760         * wl-summary.el (wl-summary-jump-to-msg): Search before
5761         calibration point by `beginning-of-line'.
5762
5763 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5766         for access group.
5767
5768 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-message.el (wl-message-display-internal): Bind
5771         `default-mime-charset'.
5772
5773         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5774
5775         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5776
5777         * Version number is increased to 2.7.5.
5778
5779 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5780
5781         * wl-expire.el (wl-summary-archive): Fixed;
5782         Use `elmo-folder-name-internal'.
5783
5784 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5785
5786         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5787         from `elmo-folder-move-messages' caller.
5788         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5789
5790         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5791         related portions are changed).
5792
5793 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5794
5795         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5796         counter.
5797
5798 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5799
5800         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5801         buffer local and set it to nil.
5802
5803         * wl-message.el (wl-message-redisplay): Ditto.
5804
5805 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-summary.el (wl-summary-mark-as-important): If message is
5808         already cached, set messag as read, otherwise encache and mark as read.
5809
5810 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5811
5812         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5813         point-min.
5814
5815 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5818         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5819         a keymap.
5820
5821 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5824         parent.
5825
5826         * wl-mule.el (wl-message-define-keymap): Ditto.
5827
5828         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5829
5830         * wl-xmas.el (wl-message-display-internal-hook): Define.
5831         (wl-xmas-setup-message-toolbar): Define as function.
5832         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5833         (wl-message-overload-functions): Abolished.
5834         (wl-message-define-keymap): New function.
5835
5836         * wl-vars.el (wl-message-display-internal-hook): New variable.
5837         (wl-message-header-button-alist): New variable (Renamed from
5838         wl-highlight-message-header-button-alist).
5839         (wl-message-body-button-alist): Ditto.
5840
5841         * wl-mule.el (wl-message-define-keymap): New function.
5842         (wl-message-overload-functions): Abolished.
5843
5844         * wl-message.el (wl-message-add-buttons-to-body): New function.
5845         (wl-message-redisplay): Don't call wl-message-overload-functions;
5846         Call wl-message-add-buttons-to-header and
5847         wl-message-add-buttons-to-body.
5848         (wl-message-display-internal): Set keymap argument for
5849         elmo-mime-display-as-is, elmo-mime-message-display;
5850         Run wl-message-display-internal-hook.
5851         (wl-message-refer-article-or-url): Abolished.
5852
5853         * wl-highlight.el (wl-highlight-headers): Don't call
5854         wl-highlight-message-add-buttons-to-header.
5855         (wl-highlight-message-add-buttons-to-header): Abolished.
5856
5857
5858         * wl-e21.el (wl-message-display-internal-hook): Define.
5859         (wl-e21-setup-toolbar): Deleted duplicated binding.
5860         (wl-e21-setup-message-toolbar): Define as function.
5861         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5862         (wl-message-define-keymap): New function.
5863         (wl-message-overload-functions): Abolished.
5864
5865 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5868         and elmo-folder-close.
5869
5870         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5871
5872 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5873
5874         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5875         boolean value.
5876         * wl-draft.el (wl-draft-do-fcc): Ditto.
5877
5878 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl-vars.el (wl-fcc-force-as-read): New variable.
5881         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5882         mark copied message as read.
5883
5884 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5887
5888 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5889
5890         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5891         `wl-summary-target-above' instead of obsolete variable
5892         `wl-summary-temp-above'.
5893
5894         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5895         instead of `make-obsolete-variable'.
5896         * wl-refile.el (toplevel): Ditto.
5897
5898 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5901         with third argument t.
5902         (wl-draft): Set first argument for wl-plugged-init as t.
5903
5904         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5905         definition.
5906
5907 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5908
5909         * wl-vars.el: Tabify.
5910         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5911
5912         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5913         message.
5914
5915 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5918         and set default to beep.
5919
5920 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5921
5922         * wl-vars.el (wl-draft-truncate-lines): New variable.
5923
5924         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5925         instead of wl-message-truncate-lines for truncate-lines.
5926
5927 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5928
5929         * wl-message.el (wl-message-display-internal): Call
5930         `wl-highlight-message' after `elmo-mime-display-as-is'.
5931
5932         * wl-mime.el (wl-mime-display-text/plain): New function.
5933         (wl-mime-display-header): Ditto.
5934         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5935         body-presentation-method for text/plain;
5936         Register `wl-mime-display-header' as a header-presentation-method;
5937         Don't set up `elmo-message-text-content-inserted-hook' and
5938         `elmo-message-header-inserted-hook'.
5939
5940         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5941         variable.
5942         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5943         as t if flag is 'all-header;
5944         Don't bind `elmo-message-ignored-field-list',
5945         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5946
5947 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5950         for xemacs with non-mule environment.
5951
5952 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5953
5954         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5955         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5956         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5957
5958 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5959
5960         * wl-vars.el (wl-interactive-send): Set default value as t.
5961
5962 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5965         (wl-addrmgr-method-list): Abolished.
5966         (wl-addrmgr-change-method): Follow above change.
5967
5968         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5969
5970 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5971
5972         * wl-vars.el (wl-message-truncate-lines): Change default value
5973         to default-truncate-lines.
5974
5975         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5976
5977 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-vars.el (wl-message-truncate-lines): New variable.
5980
5981         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5982         wl-message-truncate-lines.
5983
5984 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5985
5986         * wl-acap.el (wl-acap-init): Remove period from error message.
5987         (wl-acap-find-acap-service): Remove period from message.
5988
5989 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl.el (wl-check-environment): Undo last change.
5992
5993         * wl-vars.el (wl-from): Changed default value.
5994
5995         * wl-util.el (toplevel): Don't require tm-edit.
5996
5997         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5998         `wl-folder-init';
5999         Don't set mark on mail body.
6000         (wl-draft-reedit): Ditto.
6001
6002         * wl-address.el (wl-address-quote-specials): Define as an alias for
6003         elmo-address-quote-specials.
6004
6005 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6008
6009         * wl-vars.el (wl-from): Set default value as nil.
6010         (wl-organization): Set default value as ORGANIZATION environment
6011         variable.
6012
6013         * wl-draft.el (wl-smtp-extension-bind): Check value of
6014         wl-smtp-connection-type.
6015
6016         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6017         error.
6018
6019 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * Version number is increased to 2.7.4.
6022
6023         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6024         arguments from `wl-highlight-x-face-function' caller.
6025         Use x-face-1.3.6.12 or later.
6026
6027 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6028
6029         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6030
6031 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6034         (wl-fcc): Fix to accept function.
6035         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6036
6037 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6038
6039         * wl-acap.el (toplevel): Added `product-provide' declare.
6040         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6041
6042 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl.el (wl): Changed order of calling `elmo-init'
6045         and `elmo-folder-init'.
6046
6047 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6048
6049         * wl-mime.el (wl-summary-burst): Extract message when content-type
6050         of root entity is not only `multipart' but also `message/rfc822'.
6051         (wl-summary-burst-subr): Ditto.
6052
6053 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-vars.el (toplevel): Require 'custom.
6056         (wl-trash-folder): Added to `wl-setting' group.
6057
6058         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6059         exists.
6060         (wl-addrmgr-draw): Insert empty line when no entry exists.
6061
6062         * wl-mule.el (wl-message-wheel-up): Fixed.
6063         (wl-message-wheel-down): Ditto.
6064
6065 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6066
6067         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6068         config is an anonymous lambda expression.
6069
6070 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6073         when Mule 2 is running.
6074
6075 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6078
6079 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6082         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6083
6084         * wl-address.el (wl-address-specials-regexp): Eliminated.
6085         (wl-address-quote-specials): Rewrite.
6086
6087 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6090         shy-groups for regexp.
6091
6092         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6093         character classes and Perl style shy-groups for regexp.
6094         (wl-highlight-plugged-current-line): Use Posix style character
6095         classes for regexp.
6096         (wl-e21-highlight-folder-by-numbers): Ditto.
6097         (wl-e21-display-image-p): Use `display-images-p' instead of
6098         `display-graphic-p'.
6099         (display-images-p): Make an alias to `display-graphic-p' if it is
6100         not available.  It is for Emacs version prior to 21.0.105.
6101
6102         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6103         `display-graphic-p'.
6104         (wl-demo-image-type-alist): Ditto.
6105         (display-images-p): Make an alias to `display-graphic-p' if it is
6106         not available.  It is for Emacs version prior to 21.0.105.
6107
6108 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6109
6110         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6111         support.
6112         (wl-generate-user-agent-string): Ditto.
6113
6114         * wl-version.el (wl-version): Update docsting.
6115         (wl-version-status): Ditto.
6116
6117 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6118
6119         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6120         21.0.105.  For Emacs 21.0.104 or earlier.
6121
6122 2001-09-03  Takuo KITAME <kitame@northeye.org>
6123
6124         * wl-e21.el (wl-plugged-init-icons): Use
6125         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6126         (wl-biff-init-icons): Ditto.
6127
6128 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-highlight.el (wl-highlight-summary-current-line):
6131         Fixed highlighting refile/copy destination.
6132
6133         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6134         (wl-acap-store): Encode string by wl-acap-coding-system.
6135
6136 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl-acap.el (toplevel): Check and require 'un-define before
6139         'xemacs-ucs;
6140          Added checking for UTF-2000.
6141
6142 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6145         Don't enclose with `eval-and-compile'.
6146
6147         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6148         wl-init is non-nil.
6149
6150         * wl-draft.el (wl-draft): Ditto.
6151
6152         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6153
6154         * wl-acap.el (toplevel): Require 'wl.
6155         (wl-acap-store): Call `elmo-init'.
6156
6157         * wl.el (wl): Changed position of `wl-check-environment'.
6158         (toplevel): Added autoload setting for wl-acap.
6159
6160         * wl-vars.el (wl-setting): New custom group.
6161         (wl-from): Added wl-setting group.
6162         (wl-user-mail-address-list): Ditto.
6163         (wl-organization): Ditto.
6164         (wl-subscribed-mailing-list): Ditto.
6165         (wl-envelope-from): Ditto.
6166         (wl-smtp-posting-user): Ditto.
6167         (wl-smtp-posting-server): Ditto.
6168         (wl-smtp-posting-port): Ditto.
6169         (wl-smtp-authenticate-type): Ditto.
6170         (wl-pop-before-smtp-user): Ditto.
6171         (wl-pop-before-smtp-server): Ditto.
6172         (wl-pop-before-smtp-port): Ditto.
6173         (wl-pop-before-smtp-authenticate-type): Ditto.
6174         (wl-nntp-posting-server): Ditto.
6175         (wl-nntp-posting-user): Ditto.
6176         (wl-nntp-posting-port): Ditto.
6177         (wl-fetch-confirm-threshold): Ditto.
6178         (wl-prefetch-threshold): Ditto.
6179         (wl-thread-insert-opened): Ditto.
6180         (wl-ldap-server): Ditto.
6181         (wl-ldap-port): Ditto.
6182         (wl-ldap-base): Ditto.
6183         (wl-ldap-objectclass): Ditto.
6184         (wl-use-ldap): Ditto.
6185         (wl-draft-config-alist): Ditto.
6186         (wl-draft-config-matchone): Ditto.
6187         (wl-template-alist): Ditto.
6188         (wl-message-sort-field-list): Ditto.
6189         (wl-message-ignored-field-list): Ditto.
6190         (wl-message-visible-field-list): Ditto.
6191         (wl-interactive-send): Ditto.
6192         (wl-summary-move-order): Ditto.
6193         (wl-auto-select-first): Ditto.
6194         (wl-auto-select-next): Ditto.
6195         (wl-interactive-save-folders): Ditto.
6196
6197         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6198         Initialization codes are moved from wl-local-folder-init.
6199         (wl-local-folder-init): Follow the change above.
6200         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6201
6202         * wl-acap.el: New file.
6203
6204         * Version number is increased to 2.7.3.
6205
6206 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6207
6208         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6209
6210 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6211
6212         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6213         (wl-addrmgr-address-entry-list): Ditto.
6214
6215 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-e21.el (wl-draft-mode-map): Removed binding for
6218         `wl-draft-insert-x-face-field'.
6219
6220         * wl-mule.el (wl-draft-mode-map): Ditto.
6221
6222         * wl-xmas.el (wl-draft-mode-map): Ditto.
6223
6224         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6225         (wl-cs-autoconv): Ditto.
6226         (wl-cs-local): Ditto.
6227         (wl-use-scoring): Ditto.
6228         (wl-mime-charset): Ditto.
6229         (wl-folder-check-async): Ditto.
6230
6231         * wl.el (toplevel): Ignore nemacs and tm.
6232         (wl-exit): Ditto.
6233
6234         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6235         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6236         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6237         instead of wl-address-petname-add-or-change.
6238         (wl-summary-edit-addresses-subr): Use wl-address-delete
6239         instead of wl-address-petname-delete.
6240
6241         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6242
6243         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6244         if error occured.
6245
6246         * wl-message.el (require): Remove tm support.
6247
6248         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6249
6250         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6251         (wl-folder-jump-to-current-entity): Ditto.
6252         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6253
6254         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6255         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6256         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6257
6258         * wl-mule.el (wl-draft-key-setup): Ditto.
6259
6260         * wl-xmas.el (wl-draft-key-setup): Ditto.
6261
6262         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6263         (wl-draft-std11-parse-addresses): New function.
6264         (wl-draft-parse-mailbox-list): Use it.
6265         (wl-draft): Ignore nemacs.
6266         (wl-draft-reedit): Ditto.
6267
6268         * wl-addrmgr.el: New file.
6269         (Original is wl-rcpt.el written by
6270         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6271         Thanks Kitamoto-san.)
6272
6273         * wl-address.el (wl-address-make-address-list): Modified parsing
6274         process.
6275         (wl-address-delete): Renamed from `wl-address-petname-delete';
6276         Modify wl-address-list too.
6277         (wl-address-add-or-change): Renamed from
6278         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6279
6280 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6281
6282         * wl-highlight.el (wl-highlight-summary-current-line):
6283           Work with transient-mark-mode
6284
6285 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * Version number is increased to 2.7.2.
6288
6289         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6290         instead of elmo-dop-queue-method.
6291
6292 2001-08-06  SAITO Atsunori <sai@yedo.com>
6293
6294         * wl-vars.el (wl-ldap-objectclass): New user option.
6295
6296         * wl-address.el (wl-ldap-make-filter): Use it.
6297
6298 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6301
6302 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl-folder.el (wl-folder): redisplay after folder insertion.
6305
6306         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6307
6308         * wl-summary.el (wl-summary-sync-update):
6309         Change status mark only when new-msgdb exists.
6310         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6311
6312 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-summary.el (wl-summary-open-folder): New function.
6315         (wl-summary-goto-folder-subr): Use it.
6316         (wl-summary-mark-as-important): Fix;
6317         Encache only when no cache exists.
6318
6319 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6322         Use with-current-buffer.
6323
6324 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6325
6326         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6327         before call `get-buffer'. Fixed parenthesis.
6328         (wl-score-get-header-entry): Clear message and help window when
6329         keyboard quit.
6330         (wl-score-edit-insert-header): Ditto.
6331
6332 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6335         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6336         (wl-default-draft-cite): Fix.
6337
6338         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6339         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6340
6341 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-message.el (wl-message-prev-page): Do same bahavior
6344         as summary when it is called in the message buffer.
6345         (wl-message-next-page): Ditto.
6346
6347 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-summary.el (wl-summary-forward): Use cache if it is not
6350         section cache.
6351
6352 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6355         Removed redundant require of elmo-vars.
6356         (wl-biff-state-indicator-on): Changed default value for
6357         xemacs with non-mule environment.
6358
6359         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6360         wl-message-buffer is nil;
6361         Hide progress bar after moving messages.
6362
6363 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6366         message at cursor point is deleted.
6367
6368 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-vars.el: Changed file coding system to euc-japan.
6371         Added -*-coding:-*- magic to the first line.
6372
6373         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6374         Search parent from the first message.
6375
6376         * Version number is increased to 2.7.1.
6377
6378 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6379
6380         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6381
6382 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6385         refile/delete execution.
6386
6387         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6388         Fixed docstring.
6389
6390 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6393         do update process;
6394         Don't update marks when update process is interrupted.
6395
6396 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-summary.el (wl-summary-reply): Fixed problem when
6399         wl-draft-use-frame is non-nil.
6400         (wl-summary-forward): Ditto.
6401
6402         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6403         as nil.
6404         (wl-folder-mark-as-read-all-entity): Ditto.
6405         (wl-folder-prefetch-entity): Ditto.
6406
6407         * wl.el (wl): Check environment before wl-init.
6408
6409         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6410         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6411         instead of wl-summary-collect-unread.
6412         (wl-summary-reply): Split message window.
6413
6414 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6417         only if current language environment is japanese,
6418
6419         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6420         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6421         (wl-folder-goto-folder-subr): Ditto.
6422
6423         * wl-draft.el (wl-draft-dispatch-message): Call
6424         `elmo-file-cache-get-path'.
6425
6426 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-summary.el (wl-summary-cursor-move): If return value of
6429         wl-summary-next-message is not number, don't jump.
6430
6431 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-buffer-next-message-function): New
6434         variable.
6435         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6436         if it is bound.
6437
6438         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6439         string.
6440
6441         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6442         (wl-plugged-drawing): Ditto.
6443
6444 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6447         process.
6448         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6449         with unwind-protect.
6450
6451         * wl.el (wl-init): Require mime-setup.
6452         (wl-check-environment): Don't require mime-setup.
6453
6454         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6455         instead of elmo-folder-type.
6456
6457         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6458         value as nil.
6459
6460 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * Version number is increased to 2.7.0.
6463
6464         * wl-version.el (wl-version): Changed codename.
6465
6466         * wl-summary.el (wl-summary-delete-cache): Fixed.
6467
6468         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6469         Workaround for net folders.
6470         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6471
6472         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6473         value to nil (According to the patch from
6474         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6475
6476         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6477         of elmo-folder-close.
6478
6479 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6480
6481         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6482         for postfix.
6483
6484 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-summary-resend-message): Fixed.
6487
6488         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6489         Call wl-draft with `from' argument if its address is included in
6490         `wl-user-mail-address-list'.
6491         (wl-draft): Added `from' argument.
6492
6493         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6494         non-nil.
6495         (wl): Don't show demo if wl-demo is nil.
6496
6497         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6498         wl-summary-use-frame.
6499
6500         * wl-vars.el (wl-summary-use-frame): New user option.
6501         (wl-folder-use-frame): Changed docstring.
6502
6503         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6504         non-nil.
6505         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6506         wl-summary-use-frame.
6507
6508         * wl-vars.el (wl-folder-use-frame): New user option.
6509
6510         * wl-summary.el (wl-summary-exit): Back to folder frame if
6511         wl-folder-use-frame is non-nil.
6512         (wl-summary-redisplay-internal): Ignore cache if current folder
6513         is draft folder,
6514         (wl-summary-redisplay-no-mime): Ditto.
6515         (wl-summary-redisplay-all-header): Ditto.
6516
6517         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6518         if wl-folder-use-frame is non-nil.
6519
6520 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-summary.el (wl-summary-sync-update): Bind
6523         elmo-folder-update-threshold.
6524         (wl-summary-mark-as-important): Enclosed server mark processing
6525         with `save-match-data'.
6526
6527         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6528         only when it is already defined.
6529
6530 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6531
6532         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6533         name of folder exclude localdir is wrong.
6534         * wl-folder.el (wl-folder-sync-entity):
6535         Set `wl-summary-always-sticky-folder-list' as nil.
6536         (wl-folder-mark-as-read-all-entity): Ditto.
6537         (wl-folder-prefetch-entity): Ditto.
6538
6539 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6542         instead of `wl-summary-write-current-newsgroup'.
6543
6544 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6545
6546         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6547         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6548         non-nil and selected message is important, do not display.
6549
6550 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6551
6552         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6553
6554 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6557
6558         * wl-summary.el (wl-summary-mark-as-important): Set message number
6559         using wl-summary-message-number.
6560
6561 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6562
6563         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6564         destination folder is 'null.
6565
6566 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6569         New function.
6570         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6571         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6572         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6573
6574 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-mime.el (wl-mime-setup): Added setting for
6577         `mime-setup-signature-key-alist' to avoid overriding key bind for
6578         `wl-draft-send'.
6579
6580         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6581         for `wl-draft-send'.
6582         * wl-mule.el (wl-draft-overload-functions): Ditto.
6583         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6584         * wl-draft.el (wl-draft-send): Ditto.
6585
6586         * wl-message.el (wl-message-display-internal):
6587         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6588         (Patch is provided by <kita@coe.nttdata.co.jp>).
6589
6590 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6593
6594 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6595
6596         * wl.el (wl): Fix for wl-demo.
6597
6598 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6599
6600         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6601
6602 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6603
6604         * wl-folder.el (wl-folder-prefetch-entity): Use
6605         `wl-folder-get-elmo-folder'.
6606         (wl-folder-count-incorporates): Do not use
6607         `wl-folder-get-elmo-folder'.
6608
6609 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6612         instead of `elmo-folder-get-type'.
6613
6614 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6615
6616         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6617         position on Subject: field.
6618         (Advised by Mito <mit@nines.nec.co.jp>)
6619
6620 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6621
6622         * wl-folder.el (wl-folder-prefetch-entity): Use
6623         `wl-folder-get-elmo-folder'.
6624
6625 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6628
6629         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6630         `process-duplicates' slot.
6631
6632         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6633         if detection failed.
6634
6635 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6636
6637         * wl-version.el (wl-version-status): Set to "alpha".
6638
6639 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6642         Check wl-message-buffer lives before set-buffer.
6643
6644 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6645
6646         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6647         called in folder mode.
6648         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6649         * wl-summary.el (wl-summary-exit-pre-hook): Run
6650         `wl-summary-exit-pre-hook' before exit summary mode.
6651
6652 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6653
6654         * wl-version.el (wl-version-status): New variable.
6655         (wl-version-status-alist): Removed.
6656         (wl-version-status): Rule included.
6657
6658 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6661         @sponichi.
6662
6663         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6664         when `mail-reply-buffer' is buffer-local variable.
6665         (Reported by <kita@coe.nttdata.co.jp>).
6666
6667 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-vars.el (toplevel): Require 'elmo-util.
6670
6671 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6674         (All other related portions are changed)
6675
6676         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6677
6678         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6679
6680 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6681
6682         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6683
6684 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6687         Delete other windows to avoid an error.
6688         Use `point-marker' instead of `point' to remember the start point
6689         of body.
6690
6691         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6692
6693         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6694         number not to exceed all message number.
6695
6696 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6697
6698         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6699         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6700
6701 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl-summary.el (wl-summary-sync-force-update): Added argument
6704         no-check.
6705         (wl-summary-sync-update): Ditto.
6706         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6707         with `no-check'.
6708
6709         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6710         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6711         already running.
6712
6713 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6714
6715         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6716         `dst-folder-arg'.
6717         (wl-expire-archive-number1): Diito.
6718         (wl-expire-archive-number2): Diito.
6719         (wl-expire-archive-Date): Diito.
6720         (wl-archive-number1): Diito.
6721         (wl-archive-number2): Diito.
6722         (wl-archive-date): Diito.
6723         (wl-archive-folder-p): New function.
6724         (wl-summary-expire): Support of expand folder name at
6725         wl-expire-alist.
6726         * wl-util.el (wl-expand-newtext): Renamed from
6727         `wl-refile-expand-newtext'.
6728
6729 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6730
6731         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6732         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6733         `(elmo-msgdb-get-overview msgdb)'.
6734         (wl-summary-prefetch): Bind match data before call
6735         `wl-summay-prefetch-msg'.
6736         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6737         'off if `wl-summary-buffer-disp-msg' is non-nil.
6738         Fixed problem that couldn't show only one new or unread message when
6739         enter folder.
6740         (wl-summary-reply): Don't call `split-window-vertically' and other
6741         window.
6742
6743 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-expire.el (wl-expire-refile): Fixed.
6746
6747 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6750
6751         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6752         biff notification is removed.
6753
6754         * wl.el (wl): Changed position of `elmo-init'.
6755
6756         * wl-draft.el (wl-default-draft-cite): Use date field
6757         on the citation buffer.
6758
6759         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6760
6761         * wl-xmas.el (wl-folder-internal-icon-list): Added
6762         `wl-folder-shimbun-image'.
6763
6764         * wl-e21.el (wl-folder-internal-icon-list): Added
6765         `wl-folder-shimbun-image'.
6766
6767 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl.el (wl-init): Eliminated argument.
6770         (wl): Rewrite.
6771
6772         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6773         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6774         instead of `elmo-folder-msgdb-internal'.
6775         (wl-summary-sync-update): Ditto.
6776         (wl-summary-flush-pending-append-operations): Eliminated.
6777         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6778         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6779         `elmo-folder-open'.
6780
6781         * wl-mime.el (wl-summary-burst): Fixed.
6782
6783         * wl-folder.el (wl-folder-info-save): Check data type.
6784
6785         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6786         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6787         instead of `elmo-folder-msgdb-internal'.
6788         (wl-expire-hide): Ditto.
6789
6790
6791         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6792
6793 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6796
6797 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6800
6801 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6802
6803         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6804         Fixed `match-beginning' argument mismatch.
6805
6806 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6807
6808         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6809         the default value.
6810
6811 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6814         instead of `elmo-nntp-default-port'.
6815
6816         * wl-vars.el: Fixed some doc strings.
6817
6818 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-summary.el (wl-summary-prefetch-msg): Use
6821         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6822
6823         * wl-vars.el: Define *-func as obsolete variable using
6824         `elmo-define-obsolete-variable'.
6825
6826         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6827         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6828         instead of `wl-message-buffer-prefetch-threshold'.
6829
6830         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6831
6832         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6833
6834         * wl-draft.el (wl-caesar-region-func): Ditto.
6835
6836         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6837         Keep unread status in elmo-folder-move-messages.
6838         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6839
6840 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6841
6842         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6843         `wl-summary-buffer-exit-func'
6844         (wl-summary-buffer-message-redisplay-function): Renamed from
6845         `wl-summary-buffer-message-redisplay-func'
6846         (wl-summary-buffer-next-folder-function): Renamed from
6847         `wl-summary-buffer-next-folder-func'.
6848         (wl-summary-buffer-prev-folder-function): Renamed from
6849         `wl-summary-buffer-prev-folder-func'.
6850         (wl-summary-get-petname-function): Renamed from
6851         `wl-summary-get-petname-func'.
6852
6853         * wl-score.el (wl-score-edit-exit-function): Renamed from
6854         `wl-score-edit-exit-func'.
6855
6856         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6857         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6858
6859         * wl-util.el (wl-load-profile-function): Renamed from
6860         `wl-load-profile-func'.
6861
6862         * wl-folder.el (wl-folder-completion-function): Renamed from
6863         `wl-folder-completion-func'.
6864         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6865
6866         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6867         `wl-expire-archive-get-folder-func'.
6868         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6869         (wl-draft-send-mail-function): Renamed from
6870         `wl-draft-send-mail-func'.
6871         (wl-draft-send-news-function): Renamed from
6872         `wl-draft-send-news-func'.
6873         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6874         (wl-generate-mailer-string-function): Renamed from
6875         `wl-generate-mailer-string-func'.
6876         (wl-highlight-signature-search-function): Renamed from
6877         `wl-highlight-signature-search-func'.
6878         (wl-highlight-x-face-function): Renamed from
6879         `wl-highlight-x-face-func'
6880         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6881         (wl-ps-print-buffer-function): Renamed from
6882         `wl-ps-print-buffer-func'
6883         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6884         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6885         (wl-summary-subject-filter-function): Renamed from
6886         `wl-summary-subject-filter-func'.
6887
6888         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6889         `wl-draft-queue-flush-send-func'
6890         (wl-draft-cite-function): Renamed from
6891         `wl-draft-cite-func'
6892
6893         * wl-address.el (wl-address-init-function): Renamed from
6894         `wl-address-init-func'.
6895
6896 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-draft.el (wl-draft-queue-flush): Don't call
6899         `elmo-dop-unlock-message'.
6900         * wl-draft.el (wl-draft-queue-append): Don't call
6901         `elmo-dop-lock-message'.
6902
6903         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6904         (wl-summary-buffer-folder-name): Ditto.
6905         (wl-summary-message-regexp): Added '-' (all other related portions
6906         are changed).
6907         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6908         wl-summary-buffer-folder-name.
6909
6910 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6911
6912         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6913         the number of mails in the folder buffer is not updated by wl-biff.
6914
6915 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6918         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6919
6920 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-summary.el (wl-summary-next-message):
6923         Return next message number when wl-summary-move-order is nil.
6924
6925 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6926
6927         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6928         `wl-summary-move-spec-alist'.
6929         (wl-summary-move-spec-unplugged-alist): New variable
6930         (Move spec for unplugged status).
6931         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6932         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6933
6934 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6935
6936         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6937         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6938
6939 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6940
6941         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6942         simple quotation to quote the anonymous function.
6943         * tm-wl.el (wl-draft-preview-message): Ditto.
6944
6945 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6946
6947         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6948         Eliminate redundant `save-excursion'.
6949         (wl-highlight-summary-current-line): Ditto.
6950
6951         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6952         accessing match data when `looking-at' failed.
6953
6954         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6955         `elmo-match-string' where users don't care about the speed.
6956         (wl-draft-save): Ditto.
6957
6958 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-util.el (wl-regexp-opt): New function.
6961
6962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6963         number from `wl-summary-buffer-number-list'.
6964         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6965         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6966         (wl-summary-move-spec-alist): Changed default setting.
6967
6968 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6969
6970         * wl-vars.el (wl-biff-notify-hook): New hook.
6971         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6972         the arrival of new mail.
6973         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6974         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6975
6976 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6979
6980 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6983
6984         * Version number is increased to 2.5.8.
6985
6986         * wl-thread.el (toplevel): require 'cl.
6987         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6988         (wl-thread-make-number-list): New function.
6989         (wl-thread-entity-make-number-list-from-children): Ditto.
6990         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6991         (wl-thread-entity-insert-as-children): Likewise.
6992         (wl-thread-delete-message): Likewise.
6993         (wl-meaning-of-mark): Eliminated.
6994         (wl-thread-next-failure-mark-p): Ditto.
6995         (wl-thread-entity-get-mark): Ditto.
6996         (wl-thread-meaning-alist-get-result): Ditto.
6997         (wl-thread-entity-check-prev-mark): Ditto.
6998         (wl-thread-entity-check-next-mark): Ditto.
6999         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7000         (wl-thread-entity-get-prev-marked-entity): Ditto.
7001         (wl-thread-get-prev-unread): Ditto.
7002         (wl-thread-jump-to-prev-unread): Ditto.
7003         (wl-thread-get-next-unread): Ditto.
7004         (wl-thread-jump-to-next-unread): Ditto.
7005         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7006         (wl-thread-entity-get-next-marked-entity): Ditto.
7007
7008         * wl-summary.el (wl-summary-buffer-number-list):
7009         New bufer-local variable.
7010         (wl-summary-switch-to-clone-buffer): Clone
7011         `wl-summary-buffer-number-list'.
7012         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7013         (wl-summary-cursor-move-regex): Eliminated.
7014         (wl-summary-cursor-up): Rewrite.
7015         (wl-summary-cursor-down): Ditto.
7016         (wl-summary-mode-spec-alist): New variable.
7017         (wl-summary-next-message): New inline function.
7018         (wl-summary-cursor-move): New function.
7019         (wl-summary-default-get-next-msg): Rewrite.
7020         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7021         (wl-summary-rescan): Ditto.
7022         (wl-summary-sync-all-init): Ditto.
7023         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7024         summary is not thread view.
7025         (wl-summary-sync-update): Ditto.
7026         (wl-summary-rescan): Ditto.
7027         (wl-summary-make-number-list): New function.
7028
7029         * wl-draft.el: "FCC" -> "Fcc".
7030
7031 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7032
7033         * wl-highlight.el (wl-highlight-summary-window):
7034         Call `set-buffer-modified-p'.
7035
7036         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7037         (wl): Call `elmo-init' and fix.
7038
7039         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7040         Use new variables.
7041
7042         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7043
7044 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7047
7048 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7049
7050         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7051
7052 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7053
7054         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7055         `wl-use-toolbar' nor `display-graphic-p'.
7056         (wl-e21-setup-message-toolbar): Ditto.
7057         (wl-e21-setup-summary-toolbar): Ditto.
7058         (wl-e21-setup-folder-toolbar): Ditto.
7059
7060         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7061         (wl-plugged-init-icons): Ditto.
7062
7063         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7064         `display-graphic-p'.
7065         (wl-plugged-set-folder-icon): Ditto.
7066         (wl-highlight-plugged-current-line): Ditto.
7067         (wl-highlight-folder-current-line): Ditto.
7068         (wl-e21-highlight-folder-group-line): Ditto.
7069         (wl-e21-setup-toolbar): Ditto.
7070         (wl-e21-display-image-p): New macro.
7071
7072         * wl-demo.el (wl-demo): Simplified.
7073         (wl-demo-image-type-alist): Use `image-type-available-p' for
7074         checking whether the image type `xbm' is available.
7075
7076 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7079         (wl-summary-input-range): Ditto.
7080
7081 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-summary.el (wl-summary-edit-addresses): Use
7084         `wl-summary-get-original-buffer'
7085         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7086         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7087         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7088         (wl-summary-get-newsgroups): Eliminated.
7089         (wl-summary-set-crosspost): Ditto.
7090         (wl-summary-is-crosspost-folder): Ditto.
7091         (wl-crosspost-alist-load): Ditto.
7092         (wl-crosspost-alist-save): Ditto.
7093
7094         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7095         `elmo-setup-subscribed-newsgroups' instead of
7096         `elmo-nntp-make-groups-hashtb'.
7097         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7098         instead of `wl-crosspost-alist-save'.
7099
7100         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7101         of `elmo-folder-message-appendable-p'.
7102         (wl-mime-header-presentation-method): Eliminated.
7103
7104         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7105         (Error occurs in emacs21).
7106
7107         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7108         the current buffer).
7109
7110         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7111         instead of `wl-crosspost-alist-save'.
7112         (wl-init): `elmo-crosspost-message-alist-load'
7113         instead of `wl-crosspost-alist-load'
7114
7115         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7116         (wl-parse-newsgroups): Likewise.
7117         (wl-biff-notify): Run `wl-biff-notify-hook'.
7118
7119 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7122
7123         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7124         when `wl-summary-lazy-highlight' is non-nil.
7125         (wl-summary-goto-folder-subr): Highlight only when
7126         `wl-summary-lazy-highlight' is non-nil.
7127
7128         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7129         Don't display progress and highlight temp-mark when
7130         `wl-summary-lazy-highlight' is non-nil.
7131         (wl-highlight-summary-window): New function.
7132         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7133
7134 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * wl-summary.el (wl-summary-sync): Change `all-visible'
7137         from `all-shown'
7138         (wl-summary-input-range): Ditto.
7139
7140 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7141
7142         * wl-e21.el (wl-highlight-folder-current-line): Call
7143         `wl-folder-init-icons' when folder icons have not been initialized.
7144
7145         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7146
7147         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7148         (wl-demo-image-type-alist): New macro.
7149
7150 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7151
7152         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7153         display does not support graphics.
7154         (wl-plugged-init-icons): Ditto.
7155         (wl-folder-init-icons): Ditto.
7156
7157         * wl-demo.el (wl-demo): Chech closely whether the display
7158         supports graphics.
7159
7160 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-summary.el (wl-summary-get-original-buffer): New function.
7163         (wl-summary-set-crosspost): Use it.
7164         (wl-summary-target-mark-uudecode): Ditto.
7165         (wl-summary-reedit): Ditto.
7166         (wl-summary-resend-bounced-mail): Ditto.
7167         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7168         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7169
7170         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7171         (wl-message-display-internal): Ditto.
7172
7173 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7176
7177 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-summary.el (wl-summary-save-view): Renamed from
7180         `wl-summary-save-status'.
7181
7182 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7183
7184         * wl-summary.el (wl-summary-sync): Added `all-shown'
7185
7186 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7187
7188         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7189
7190 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7191
7192         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7193
7194 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7195
7196         * wl-highlight.el (wl-highlight-summary-line-string): Use
7197         `zerop' instead of `= 0'.
7198         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7199
7200         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7201         for comparing numbers.
7202         (wl-template-prev): Use `zerop' instead of `eq 0'.
7203
7204         * wl-draft.el (wl-draft-insert-current-message): Use
7205         `with-current-buffer' instead of `save-excursion'.
7206         Use `zerop' instead of `eq 0'.
7207
7208 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7209
7210         * wl-draft.el (wl-draft-insert-ccs): New function.
7211         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7212         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7213
7214 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7217
7218 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-expire.el (wl-expire-refile): Don't call
7221         elmo-msgdb-add-msgs-to-seen-list;
7222         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7223         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7224
7225 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-message.el (wl-message-prev-page): Ignore errors while
7228         scroll-down.
7229
7230 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-mime.el: Use elmo-original-message-mode instead of
7233         mmelmo-original-mode.
7234
7235         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7236         `elmo-folder-get-spec';
7237         (wl-fldmgr-add-completion-all-completions):
7238         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7239
7240         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7241         of `elmo-folder-get-type'.
7242
7243         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7244         `elmo-folder-get-spec';
7245         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7246         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7247         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7248         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7249         `elmo-read-msg-no-cache';
7250         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7251         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7252         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7253         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7254         `elmo-cache-save';
7255         (wl-draft-reedit): Use `elmo-message-file-name'.
7256
7257         * wl-expire.el: Use `elmo-folder-name-internal';
7258         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7259         Use macro `wl-summary-buffer-msgdb' instead of variable
7260         `wl-summary-buffer-msgdb';
7261         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7262         Use macro `wl-summary-buffer-folder-name' instead of variable
7263         `wl-summary-buffer-folder-name'.
7264         * wl-score.el: Likewise.
7265
7266         * wl-message.el: Rewrite for new message buffer cache mechanism.
7267         (wl-message-buffer-cache-buffer-get): New macro.
7268         (wl-message-buffer-cache-folder-get): Ditto.
7269         (wl-message-buffer-cache-message-get): Ditto.
7270         (wl-message-buffer-cache-entry-make): Ditto.
7271         (wl-message-buffer-cache-hit): Ditto.
7272         (wl-message-buffer-cache-sort): New function.
7273         (wl-message-buffer-cache-add): Ditto.
7274         (wl-message-buffer-cache-delete): Ditto.
7275         (wl-message-buffer-cache-clean-up): Ditto.
7276         (wl-message-buffer-window): Rewrite.
7277         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7278         (wl-message-buffer-display): New function.
7279         (wl-message-display-internal): New function.
7280
7281 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-folder.el: Use `elmo-folder-name-internal';
7284         Use `wl-folder-get-elmo-folder';
7285         Use `elmo-folder-list-messages' instead of
7286         `elmo-list-folder';
7287         Use `elmo-folder-get-primitive-list' instead of
7288         `elmo-folder-get-primitive-spec-list';
7289         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7290         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7291         Use `elmo-folder-create' instead of `elmo-create-folder'.
7292         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7293         (wl-folder-get-elmo-folder): New macro.
7294         (wl-folder-elmo-folder-cache-get): Ditto.
7295         (wl-folder-elmo-folder-cache-put): Ditto.
7296         (wl-folder-suspend): Call `elmo-quit'.
7297
7298         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7299         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7300         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7301         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7302         (toplevel): require 'cl.
7303         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7304
7305         * wl-summary.el: Rewrite to use new elmo interface.
7306
7307 \f
7308 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-mime.el (wl-draft-preview-message):
7311         Run `wl-draft-send-hook' before collecting recipients information;
7312         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7313
7314         * tm-wl.el (wl-draft-preview-message): Ditto.
7315
7316 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7319         wrong recipients are displayed when forwarded message.
7320
7321 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * Version number is increased to 2.5.7.
7324
7325 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7326
7327         * wl-message.el (wl-message-next-page): Bind
7328         `window-pixel-scroll-increment' to nil while scrolling up.
7329
7330 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7331
7332         * wl-vars.el (wl-save-hook): New hook.
7333         * wl.el (wl-save): Call `wl-save-hook'.
7334
7335 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7336
7337         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7338         Argument WITH-ARG instead of NO-ARG (negative mean).
7339         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7340         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7341         * wl-message.el (wl-message-follow-current-entity): Likewise.
7342
7343 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7346         FROM was optional argument.
7347         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7348
7349 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * Version number is increased to 2.5.6.
7352
7353 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-version.el (wl-version-show): Removed.
7356         (wl-version): Add `interactive'.
7357
7358 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7359
7360         * wl-summary.el (wl-summary-get-petname-func): New variable.
7361         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7362         instead of `wl-address-get-petname-1'.
7363         (wl-summary-simple-from): Ditto.
7364
7365         * wl-address.el (wl-address-get-petname-1): Define as function.
7366
7367 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7370         field in the original message.
7371         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7372
7373 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7374
7375         * wl-expire.el (wl-expire-hide):
7376         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7377
7378 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7381         find decoder for To, Cc, and Subject.
7382
7383 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7386         for checking `elmo-use-buffer-cache'.
7387         (wl-summary-mark-as-important): Fixed typo in comment.
7388
7389 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7392         field in the original message.
7393         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7394
7395 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7396
7397         * wl-expire.el (wl-expire-hide):
7398         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7399
7400 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7403         find decoder for To, Cc, and Subject.
7404
7405 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * Version number is increased to 2.5.5.
7408
7409         * wl-address.el (wl-address-specials-regexp): New constant.
7410         (wl-address-quote-specials): Use it.
7411
7412 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-summary.el (wl-summary-rescan):
7415         Call `wl-summary-buffer-number-column-detect'.
7416         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7417
7418         * wl-message.el (wl-message-mode-map): Define.
7419         (wl-message-decode): Use it as local-map.
7420
7421 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7424         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7425
7426 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7429
7430         * wl-mule.el (wl-read-event-char): Ditto.
7431
7432         * wl-e21.el (wl-read-event-char): Ditto.
7433
7434         * wl-nemacs.el (wl-read-event-char): Ditto.
7435         (read-event): Removed.
7436
7437         * wl-util.el (toplevel): Removed dummy definition of
7438         `read-event'.
7439         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7440
7441 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7442
7443         * wl-nemacs.el (elmo-archive-call-process): Moved to
7444         elmo-archive.el.
7445
7446 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7449         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7450
7451         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7452         instead of magic-number 6.  Use `not' instead of `null' for symbol
7453         `nil' check (not empty list).
7454         (wl-draft-insert-x-face-field): Fixed paren style.
7455
7456         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7457         one-branch conditional statement, instead of `and' and `if'.
7458         (wl-draft-forward): Likewise.
7459         (wl-draft-add-references): Likewise.
7460         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7461
7462         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7463         conditional steatment.  Use `cond' instead of `if'.
7464         (wl-draft-confirm): Likewise.
7465
7466 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-version.el (wl-version-show): Use `product-string-1'
7469         instead of `wl-version'.
7470         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7471
7472         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7473
7474 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-highlight.el (wl-highlight-headers): Revert
7477         `wl-highlight-x-face-func' argument (`beg' and `end').
7478
7479 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * wl.el (toplevel): Move `product-provide' declare.
7482         * wl-demo.el (toplevel): Ditto.
7483         * wl-dnd.el (toplevel): Ditto.
7484         * wl-highlight.el (toplevel): Ditto.
7485         * wl-message.el (toplevel): Ditto.
7486         * wl-refile.el (toplevel): Ditto.
7487         * wl-util.el (toplevel): Ditto.
7488
7489 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7492         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7493         (wl-thread-close-all): keep cursor position.
7494
7495 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7496
7497         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7498         (eq x 0).
7499         (wl-generate-user-agent-string-1): Fix conditional statement.
7500
7501 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7502
7503         * wl.el (wl-check-environment): Additional check for
7504         'wl-local-domain' and `wl-message-id-domain'.
7505
7506 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7507
7508         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7509
7510 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7511
7512         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7513         instead of `smtp-sasl-user-realm'.
7514
7515 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7516
7517         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7518
7519 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7520
7521         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7522         to the default value as well as `eword-lexical-analyzer'.
7523
7524 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-version.el (wl-extended-emacs-version,
7527         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7528         `elmo-match-string' instead of `wl-match-string'.
7529
7530 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7531
7532         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7533         docstring.
7534
7535 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7536
7537         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7538
7539 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-highlight.el (wl-highlight-headers): Remove
7542         `wl-highlight-x-face-func' argument (`beg' and `end').
7543
7544 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-summary.el (wl-summary-mark-as-important):
7547         Remove cache if folder is local.
7548
7549 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7550
7551         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7552         to get existing e-mail address string.
7553
7554 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7555
7556         * wl-version.el (wl-generate-user-agent-string): Commentary.
7557         (wl-generate-user-agent-string-1): Use `when' for
7558         one-branch conditional statement, instead of `and' and `if'.
7559         (wl-extended-emacs-version, wl-extended-emacs-version2,
7560         wl-extended-emacs-version3): Ditto.
7561
7562 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7565         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7566         condition-case; Remove initialization.
7567         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7568         (wl-summary-sync-update3): Added argument `sync-all';
7569         Eliminated local variable `msgdb';
7570         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7571         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7572         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7573
7574 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7575
7576         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7577         connection before call `wl-draft-send-mail-with-smtp'.
7578
7579 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * Version number is increased to 2.5.4.
7582
7583 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7584
7585         * wl.el (wl-check-environment): Additional check for
7586         'wl-local-domain' and `wl-message-id-domain'.
7587
7588 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7591         buffer as command specific.
7592         (wl-folder-mark-as-read-all-entity): Ditto.
7593         (wl-folder-prefetch-entity): Ditto.
7594         (wl-folder-drop-unsync-entity): Ditto.
7595
7596         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7597         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7598         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7599
7600         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7601         save-excursion.
7602
7603 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * Version number is increased to 2.5.3.
7606
7607         * wl-summary.el (wl-summary-save-view-cache):
7608         Delete duplicated `write-region';
7609         Use `write-region-as-binary' instead of `as-binary-output-file' and
7610         `write-region'.
7611
7612 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7613
7614         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7615
7616 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7619         instead of `smtp-via-smtp'.
7620
7621 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7622
7623         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7624
7625 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7626
7627         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7628         instead of `smtp-sasl-user-realm'.
7629
7630 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7631
7632         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7633
7634 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * Version number is increased to 2.5.2.
7637
7638 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7641         does not exist.
7642         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7643         (wl-biff-start): Call `timer-activate' if timer already exists.
7644
7645         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7646         only when it is bound as function.
7647
7648 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * Version number is increased to 2.5.1.
7651
7652 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7655         Print refile/copy destination.
7656
7657 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7660         queue-flush-only is non-nil.
7661
7662         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7663
7664         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7665         checking cache folder.
7666
7667 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7668
7669         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7670         `regexp-quote'.
7671
7672 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7673
7674         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7675         function.
7676         * wl-summary.el (wl-summary-write-current-folder-functions):
7677         Change default value.  Use it.
7678
7679 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * Version number is increased to 2.5.0.
7682
7683         * wl-version.el (wl-version): Changed codename.
7684
7685 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7686
7687         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7688         (wl-summary-supersedes-message): Ditto.
7689
7690 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7691
7692         * wl-refile.el (wl-refile-guess-functions): Renamed from
7693         `wl-refile-guess-func-list'.
7694
7695 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7698         Fixed problem when no rule was matched.
7699
7700 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7701
7702         * wl-summary.el (wl-summary-get-mark): Fixed
7703         `wl-summary-buffer-target-mark' check logic.
7704
7705 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7706
7707         * wl-folder.el (wl-folder-write-current-folder): Added group
7708         folder check.
7709
7710         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7711         `wl-summary-write-current-newsgroup'.
7712         (wl-summary-write-current-folder-functions): New variable.
7713         * wl-folder.el (wl-folder-get-newsgroups): New function.
7714         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7715         (wl-folder-write-current-folder): Renamed from
7716         `wl-folder-write-current-newsgroup'.
7717
7718 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7719
7720         * Version number is increased to 2.3.93.
7721
7722 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7725         (wl-ldap-make-matched-value-list): Ditto.
7726         (wl-ldap-alias-safe-string): Split e-mail address.
7727
7728         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7729         petname folder default was selected.
7730         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7731         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7732
7733 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7736         to `wl-draft-config-exec'.
7737
7738         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7739         instead of calling `wl-draft-config-exec';
7740         Process group-list and show recipients in minibuffer.
7741
7742         * tm-wl.el (wl-draft-preview-message): Ditto.
7743
7744 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7745
7746         * wl.el (toplevel): Added (C) to copyright notice, and
7747         sync Author header.
7748         * tm-wl.el (toplevel): Ditto.
7749         * wl-address.el (toplevel): Ditto.
7750         * wl-demo.el (toplevel): Ditto.
7751         * wl-dnd.el (toplevel): Ditto.
7752         * wl-draft.el (toplevel): Ditto.
7753         * wl-e21.el (toplevel): Ditto.
7754         * wl-expire.el (toplevel): Ditto.
7755         * wl-folder.el (toplevel): Ditto.
7756         * wl-highlight.el (toplevel): Ditto.
7757         * wl-message.el (toplevel): Ditto.
7758         * wl-mime.el (toplevel): Ditto.
7759         * wl-mule.el (toplevel): Ditto.
7760         * wl-nemacs.el (toplevel): Ditto.
7761         * wl-refile.el (toplevel): Ditto.
7762         * wl-score.el (toplevel): Ditto.
7763         * wl-summary.el (toplevel): Ditto.
7764         * wl-template.el (toplevel): Ditto.
7765         * wl-thread.el (toplevel): Ditto.
7766         * wl-util.el (toplevel): Ditto.
7767         * wl-vars.el (toplevel): Ditto.
7768         * wl-xmas.el (toplevel): Ditto.
7769
7770 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7771
7772         * wl.el (wl-init): Added comment about `wl-init-hook'.
7773         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7774         * wl-vars.el (wl-init-hook): Added docs.
7775         (wl-make-plugged-hook): Removed useless docs.
7776         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7777         * wl-xmas.el (toplevel): Ditto.
7778
7779 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7780
7781         * wl-address.el (toplevel): Fixed multiple Author header format.
7782         * wl-demo.el (toplevel): Ditto.
7783         * wl-draft.el (toplevel): Ditto.
7784         * wl-folder.el (toplevel): Ditto.
7785         * wl-summary.el (toplevel): Ditto.
7786         * wl-thread.el (toplevel): Ditto.
7787         * wl-util.el (toplevel): Ditto.
7788         * wl-vars.el (toplevel): Ditto.
7789         * wl-version.el (toplevel): Ditto.
7790         * wl-xmas.el (toplevel): Ditto.
7791         * wl.el (toplevel): Ditto.
7792
7793         * wl-version.el (toplevel): Added require `elmo-version' for
7794         `product-version-as-string'.
7795
7796 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-vars.el (wl-draft-send-hook): Changed default value to
7799         '(wl-draft-config-exec).
7800
7801         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7802         explicitly.
7803         (wl-draft): Set `wl-draft-config-exec-flag' before running
7804         `wl-mail-setup-hook'.
7805
7806         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7807         `wl-biff-init-icons' to `wl-init-hook' instead of
7808         `wl-make-plugged-hook'.
7809         (Because if `wl-draft' command is invoked at first,
7810         they are not initialized)
7811         Updated copyright notice.
7812
7813         * wl-e21.el (toplevel): Ditto;
7814
7815         * wl-demo.el (toplevel): Updated copyright notice.
7816         * wl-address.el (toplevel): Ditto.
7817         * wl-draft.el (toplevel): Ditto.
7818         * wl-version.el (toplevel): Ditto.
7819         * wl-folder.el (toplevel): Ditto.
7820         * wl-summary.el (toplevel): Ditto.
7821         * wl-thread.el (toplevel): Ditto.
7822         * wl-util.el (toplevel): Ditto.
7823         * wl-vars.el (toplevel): Ditto.
7824         * wl.el (toplevel): Ditto.
7825
7826 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-highlight.el (wl-highlight-message): Fixed problem of
7829         highlighting failure which occured when the last field contains
7830         multiple lines in the draft buffer.
7831
7832         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7833         `wl-biff-start' if plugged.
7834
7835         * wl-util.el (wl-biff-check-folder): New function.
7836         (wl-biff-check-folders): Don't set session name prefix.
7837         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7838         (wl-biff-check-folder-async): Ditto.
7839
7840         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7841         in email address.
7842
7843 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7844
7845         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7846
7847         * wl-draft.el (wl-draft-strip-subject-re): New function.
7848
7849         * wl-draft.el (wl-draft-reply): Use it.
7850
7851 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-message.el (wl-mmelmo-message-redisplay): Use
7854         `mime-display-message' instead of `wl-mime-display-message'.
7855
7856         * wl-mime.el (toplevel): Removed compatibility workaround
7857         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7858         (wl-mime-display-message): Abolished.
7859         (wl-mime-entity-read-field): Ditto.
7860         (wl-mime-combine-message/partial-pieces): Use
7861         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7862
7863 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7864
7865         * wl-template.el: Doc fixes.
7866
7867 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7868
7869         * wl-e21.el (wl-message-overload-functions): Do nothing if
7870         `current-local-map' is not available.
7871         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7872
7873 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7874
7875         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7876         representation.
7877
7878         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7879         number.
7880         (wl-fldmgr-save-folders): Don't use `format' when insert
7881         `wl-fldmgr-folders-header'.
7882
7883 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7884
7885         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7886
7887 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-highlight.el (wl-highlight-message):
7890         Use `std11-field-end' to detect end point of the header field.
7891         Refer `wl-highlight-max-header-size'.
7892
7893         * wl-vars.el (wl-highlight-max-header-size): New variable.
7894
7895         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7896
7897         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7898         Set `for-draft' argument of wl-highlight-headers.
7899         (wl-draft): Ditto.
7900         (wl-draft-reedit): Ditto.
7901         (wl-user-agent-compose-internal): Ditto.
7902
7903 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7904
7905         * wl-message.el (wl-message-add-button): Use overlay.
7906
7907 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7910
7911         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7912         problem when group-list content is nothing.
7913         (Reported by Mito <mit@nines.nec.co.jp>)
7914
7915 2000-10-18  SAITO Atsunori <sai@yedo.com>
7916
7917         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7918
7919 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7920
7921         * tm-wl.el (toplevel): Use product-provide.
7922
7923 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * Version number is increased to 2.3.92.
7926
7927 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7928
7929         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7930         title text, use `display' property for left margin under Emacs 21.
7931
7932         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7933         properties.
7934         (wl-plugged-init-icons): Ditto.
7935
7936 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7937
7938         * wl.el (wl-save-status, wl-init): Remove last period in
7939         "...done." message.
7940         * tm-wl.el (wl-summary-burst): Ditto.
7941         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7942         wl-summary-resume-cache-status,
7943         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7944         wl-summary-sync-update3, wl-summary-highlight-msgs,
7945         wl-summary-flush-pending-append-operations,
7946         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7947         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7948         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7949         wl-thread-open-all): Ditto.
7950         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7951         * wl-mime.el (wl-summary-burst): Ditto.
7952         * wl-highlight.el (wl-highlight-summary): Ditto.
7953         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7954         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7955         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7956         * wl-address.el (wl-local-address-init): Ditto.
7957
7958 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7959
7960         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7961         `add-text-properties'.
7962         (wl-plugged-init-icons): Ditto.
7963         (wl-folder-init-icons): Use `propertize' instead of
7964         `put-text-property'.
7965         (wl-plugged-set-folder-icon): Ditto.
7966         (wl-e21-highlight-folder-group-line): Ditto.
7967
7968 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-version.el (wl-version-status-alist): New variable.
7971         (wl-version-status): New function.
7972
7973         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7974         "Cc" part of the case "Reply-To".
7975
7976         * wl-draft.el (wl-draft-reply): Use result of
7977         `eword-extract-address-components'.
7978
7979         * wl-demo.el (wl-demo-icon-name): New constant.
7980         (wl-logo-xpm): Use it.
7981         (wl-logo-xbm): Ditto.
7982         (wl-logo-bitmap): Ditto.
7983
7984         * Version number is increased to 2.3.91.
7985
7986 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7987
7988         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7989         (wl-extended-emacs-version, wl-extended-emacs-version2,
7990         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7991         docstring.
7992
7993         * wl-version.el (wl-generate-user-agent-string-1): New function.
7994         (wl-generate-user-agent-string): Use it.
7995
7996         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7997         `mime-edit-insert-user-agent-field'.
7998         (wl-generate-user-agent-string): Check
7999         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8000
8001         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8002         instead of `if', when verbose case.
8003
8004 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8005
8006         * wl-expire.el (wl-summary-expire): Fix.
8007
8008 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8009
8010         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8011         and `elmo-lost+found-folder' if 'wl-draft.
8012         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8013
8014 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8015
8016         * wl-expire.el (wl-summary-expire): Change messages.
8017         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8018         `deleing-info' instead of "Deleting..."
8019
8020 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8021
8022         * wl-summary.el (wl-summary-refile-subr): Fix.
8023
8024 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8025
8026         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8027         if pipe folder.
8028
8029 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8032
8033 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8034
8035         * wl-expire.el (wl-expire-hide): New function.
8036         (wl-summary-expire): Add `hide'.
8037
8038 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-vars.el (wl-draft-reply-without-argument-list):
8041         Changed default value to consider `Reply-To:'.
8042         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8043
8044         * Version number is increased to 2.3.90.
8045
8046         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8047         elmo-imap4-get-session with unwind-protect.
8048         Don't cause error.
8049         (wl-summary-sync-marks): Don't check plugged nor folder type.
8050         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8051         (Always keep current buffer).
8052
8053 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8054
8055         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8056         Enclose with `save-excursion'.
8057
8058 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8059
8060         * wl-version.el (wl-version): Remove interactive.
8061
8062 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8063
8064         * wl-version.el (wl-generate-user-agent-string): Use
8065         `product-string-verbose' instead of `product-string-1'.
8066
8067 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-vars.el (wl-draft-use-cache): New variable.
8070         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8071         if wl-draft-use-cache is non-nil.
8072
8073 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8076         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8077
8078 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8081         (wl-thread-msg-mark-as-unread): Ditto.
8082
8083         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8084         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8085         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8086         Don't set mark in summary if return value of `elmo-mark-as-read'
8087         is nil.
8088         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8089         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8090         instead of `wl-thread-msg-mark-as-read'.
8091         (wl-summary-mark-as-unread-region): Ditto.
8092         (wl-summary-target-mark-mark-as-read): Ditto.
8093
8094         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8095
8096 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8099
8100         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8101
8102 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8105         face.
8106
8107 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8108
8109         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8110         `running-xemacs'.
8111
8112 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-version.el (toplevel): Use `product-version-as-string' for
8115         set verstion-string, if defined.
8116
8117         * wl-version.el (wl-version-show): Insert string at point, when
8118         call with argument.
8119
8120         * wl-version.el (wl-generate-user-agent-string): Use
8121         `product-string-1' instead of `wl-appname', `wl-version' and
8122         `wl-codename'.
8123
8124 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8125
8126         * wl-address.el (toplevel): Use product-provide.
8127         * wl-demo.el (toplevel): Ditto.
8128         * wl-dnd.el (toplevel): Ditto.
8129         * wl-draft.el (toplevel): Ditto.
8130         * wl-e21.el (toplevel): Ditto.
8131         * wl-expire.el (toplevel): Ditto.
8132         * wl-fldmgr.el (toplevel): Ditto.
8133         * wl-folder.el (toplevel): Ditto.
8134         * wl-highlight.el (toplevel): Ditto.
8135         * wl-message.el (toplevel): Ditto.
8136         * wl-mime.el (toplevel): Ditto.
8137         * wl-mule.el (toplevel): Ditto.
8138         * wl-nemacs.el (toplevel): Ditto.
8139         * wl-refile.el (toplevel): Ditto.
8140         * wl-score.el (toplevel): Ditto.
8141         * wl-summary.el (toplevel): Ditto.
8142         * wl-template.el (toplevel): Ditto.
8143         * wl-thread.el (toplevel): Ditto.
8144         * wl-util.el (toplevel): Ditto.
8145         * wl-vars.el (toplevel): Ditto.
8146         * wl-xmas.el (toplevel): Ditto.
8147         * wl.el (toplevel): Ditto.
8148
8149 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8150
8151         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8152         instead of product.
8153
8154         * wl-version.el (wl-version): Compile time evalution elmo-version.
8155
8156 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8157
8158         * wl-summary.el (wl-summary-sync-force-update): Append queue
8159         `mark-as-read'if unplugged.
8160
8161 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8162
8163         * wl-version.el: New file.  Use product.el.
8164         * wl.el: add (require 'wl-version).
8165         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8166         for ~/.folders header.
8167         (wl-fldmgr-folders-header): Changed.
8168         * wl-demo.el (wl-demo): Use product.el.
8169
8170         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8171         wl-version.el.
8172         * wl-util.el (wl-version, wl-version-show): Ditto.
8173
8174         * wl-util.el (wl-generate-user-agent-string,
8175         wl-extended-emacs-version, wl-extended-emacs-version2,
8176         wl-extended-emacs-version3): Move to wl-version.el.
8177         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8178         xemacs-codename, mime-edit-insert-user-agent-field,
8179         mime-edit-user-agent-value, mime-editor/version,
8180         mime-editor/codename): Compile warning killer move to
8181         wl-version.el
8182
8183 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8184
8185         * wl-summary.el (wl-summary-refile-subr): Fix.
8186
8187 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8190         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8191
8192 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8193
8194         * wl.el (wl-check-environment): Check too many `@'.
8195
8196 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8197
8198         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8199
8200 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8201
8202         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8203         wl-draft-reply-myself-without-argument-list): Add variables.
8204         * wl-draft.el (wl-draft-reply): Use it.
8205
8206 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8207
8208         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8209         the 5th argument of `elmo-network-get-spec'.
8210
8211         * wl-thread.el (wl-thread-reparent-children): New inline function.
8212         (wl-thread-delete-message): Use it.
8213
8214         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8215         (wl-summary-score-update-all-lines): Don't use `dolist'.
8216
8217 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8218
8219         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8220         (require 'elmo-msgdb) for inline function.
8221
8222 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8223
8224         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8225
8226 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8227
8228         * wl-score.el (wl-score-headers): Fix for the confusing macro
8229         `elmo-kill-buffer'.
8230
8231 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8232
8233         * wl-summary.el: Don't use the 3rd argument of `require' because
8234         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8235         * wl-util.el: Ditto.
8236         * wl-draft.el: Ditto.
8237
8238 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8239
8240         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8241         window system is not used.
8242
8243 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8244
8245         * wl-thread.el: Don't use `mapcar' only for iteration.
8246         (wl-thread-resume-entity): Ditto.
8247         (wl-thread-delete-message): Ditto.
8248
8249         * wl-summary.el: Bind `dragdrop-drop-functions',
8250         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8251         of `require' for `timezone', `easymenu' and `ps-print';
8252         don't use `mapcar' only for iteration.
8253
8254         * wl-util.el: Bind `mule-version', `nemacs-version',
8255         `emacs-beta-version', `xemacs-codename',
8256         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8257         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8258         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8259         only for iteration.
8260
8261         * wl-score.el: Don't use `mapcar' only for iteration.
8262         (wl-score-simplify-buffer-fuzzy): Ditto.
8263         (wl-score-simplify-subject): Ditto.
8264         (wl-score-headers): Ditto.
8265         (wl-summary-score-update-all-lines): Ditto.
8266
8267         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8268         `enable-multibyte-characters' and `mule-version'.
8269
8270         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8271         `mapcar' only for iteration.
8272
8273         * wl-demo.el: Don't use `mapcar' only for iteration.
8274
8275         * wl-folder.el: Don't use `mapcar' only for iteration.
8276         (wl-folder-open-all): Ditto.
8277         (wl-folder-count-incorporates): Ditto.
8278
8279         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8280         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8281
8282         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8283         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8284         `smtp-connection-type'; specify 3rd argument of `require' for
8285         `timezone'; don't use `mapcar' only for iteration.
8286         (wl-draft-clone-local-variables): Don't use `mapcar'.
8287         (wl-draft-generate-clone-buffer): Ditto.
8288         (wl-user-agent-compose-internal): Ditto.
8289
8290         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8291
8292         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8293         (wl-save-status): Ditto.
8294
8295         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8296         for iteration.
8297
8298 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8301         removed `Date'.
8302         (wl-fldmgr-make-filter-default): New user option.
8303
8304         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8305         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8306         (wl-fldmgr-filter-completion-alist): Abolish.
8307
8308         * wl.el (wl): Don't check servers if arg is non-nil.
8309
8310         * wl-draft.el (wl-draft-reply): Set only message-id string to
8311         In-Reply-To field.
8312
8313 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-summary.el (wl-summary-pick): Rewrite.
8316
8317         * wl-draft.el (wl-draft-forward): Get references field from
8318         original buffer.
8319         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8320
8321 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8322
8323         * wl-draft.el (wl-draft-forward): Add references field.
8324
8325 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8328         (wl-draft-reply): Use it.
8329
8330 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8331
8332         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8333         when Emacs 21 is running.
8334
8335         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8336         bindings.
8337
8338 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8339
8340         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8341         XPM icons transparent.
8342
8343         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8344         Emacs 21.
8345
8346 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8349         nil.
8350
8351         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8352         when it is persistent.
8353         (wl-summary-sync-marks): Changed argument for
8354         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8355         (wl-summary-virtual): Use `elmo-read-search-condition'.
8356         (wl-summary-redisplay-internal): If folder is local, mark as read
8357         even when folder is plugged.
8358
8359 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8362         of `tool-bar-lines' in the frame parameters.
8363         (after-make-frame-functions, post-command-hook): Don't modify the
8364         value.
8365         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8366         wl-e21-tool-bar-lines): Removed.
8367
8368 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8369
8370         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8371         properties `evaporate' and `wl-momentary-overlay' as well.
8372         (wl-highlight-summary-displaying): Ditto.
8373         (wl-delete-all-overlays): Don't delete overlay which does not have
8374         a property `wl-momentary-overlay'.
8375
8376         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8377         `display-mouse-p' and `display-graphic-p'.
8378         (wl-folder-init-icons): Don't search for XBM or the other files.
8379         (wl-plugged-set-folder-icon): Make icons if and only if
8380         `display-graphic-p' returns non-nil.
8381         (wl-highlight-plugged-current-line): Use `before-string' overlay
8382         property to show icon images.
8383         (wl-highlight-folder-current-line): Ditto.
8384         (wl-e21-highlight-folder-group-line): Ditto.
8385         (wl-e21-highlight-folder-by-numbers): Ditto.
8386         (wl-e21-insert-image): Removed.
8387         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8388         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8389         said.
8390         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8391         `wl-e21-force-switch-toolbar'.
8392         (wl-e21-make-icon-image): Removed.
8393         (wl-e21-setup-toolbar): Don't search for XBM files.
8394         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8395         the default value.
8396
8397 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-util.el (wl-biff-check-folder-async): Set
8400         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8401
8402 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8403
8404         * wl-e21.el (after-make-frame-functions): Add
8405         `wl-e21-force-switch-toolbar'.
8406         (wl-e21-force-switch-toolbar): New function force to switch the
8407         toolbar appearance automatically.
8408         (post-command-hook): Add `wl-e21-switch-toolbar'.
8409         (wl-e21-switch-toolbar): New function to switch the toolbar
8410         appearance automatically.
8411         (wl-e21-tool-bar-lines): New buffer local variable.
8412
8413 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-util.el (wl-biff-check-folders-running): New variable.
8416         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8417         (wl-biff-check-folder-async-callback):
8418         Set `wl-biff-check-folders-running'.
8419         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8420         with unwind-protect.
8421
8422         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8423         Enclose `wl-folder-auto-check' with unwind-protect.
8424
8425         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8426         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8427
8428         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8429
8430         * wl-util.el (wl-biff-notify): New inline function.
8431         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8432         locally.
8433         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8434         folder-list' is 1.
8435         Use `wl-biff-notify'.
8436         (wl-biff-check-folder-async-callback): New function.
8437         (wl-biff-check-folder-async): Ditto.
8438
8439         * wl-folder.el (wl-folder): Don't check folders.
8440         (wl-folder-auto-check): New function.
8441
8442 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8443
8444         * wl-util.el (wl-biff-start) [Emacs19+]:
8445         Use `timer-next-integral-multiple-of-time'.
8446         (wl-biff-check-folders): Use `wl-default-folder'
8447         if `wl-biff-check-folder-list' is nil.
8448
8449 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8450
8451         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8452         instead of `elmo-delete-lists'.
8453
8454 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8455
8456         * wl.el (wl-plugged-toggle-all): Set the value of
8457         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8458         (wl-plugged-toggle): Ditto.
8459         (wl-toggle-plugged): Ditto.
8460         (wl-plugged-init): Ditto.
8461
8462         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8463         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8464         instead of `wl-biff-state-indicator-off' and
8465         `wl-biff-state-indicator-on'; don't modify the value and the type
8466         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8467         (wl-plugged-init-icons): Set icons data to
8468         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8469         instead of `wl-plug-state-indicator-off' and
8470         `wl-plug-state-indicator-on'; don't modify the value and the type
8471         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8472
8473         * wl-vars.el (wl-modeline-biff-state-off,
8474         wl-modeline-biff-state-on, wl-modeline-biff-status,
8475         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8476         wl-modeline-plug-status): New internal variables.
8477         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8478         wl-biff-check-interval, wl-biff-check-folder-list): Change
8479         customization group from `wl-folder' to `wl-highlight'.
8480         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8481         wl-show-plug-status-on-modeline): Defcustomized.
8482
8483         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8484         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8485         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8486         a flag to `mode-line-buffer-identification'.
8487
8488         * wl-e21.el (wl-biff-init-icons): Set icons data to
8489         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8490         instead of `wl-biff-state-indicator-off' and
8491         `wl-biff-state-indicator-on'.
8492         (wl-plugged-init-icons): Set icons data to
8493         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8494         instead of `wl-plug-state-indicator-off' and
8495         `wl-plug-state-indicator-on'.
8496
8497 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8498
8499         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8500         excessive titles.
8501
8502 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8503
8504         * wl.el (wl-plugged-mode): Use revised
8505         `wl-mode-line-buffer-identification'.
8506         (wl-plugged-init): Don't use `force-mode-line-update'.
8507
8508         * wl-xmas.el (wl-draft-overload-functions): Use revised
8509         `wl-mode-line-buffer-identification'.
8510         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8511         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8512         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8513         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8514         `wl-make-plugged-hook';
8515         add `wl-folder-init-icons' and `wl-setup-folder' to
8516         `wl-folder-mode-hook'.
8517
8518         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8519         19 as well.
8520         (wl-mode-line-display-priority-list): New user option.
8521         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8522         Defcustomized.
8523         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8524         Add docs.
8525
8526         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8527         start.
8528         (wl-mode-line-buffer-identification): Revised as a function.
8529
8530         * wl-summary.el (wl-summary-mode): Use revised
8531         `wl-mode-line-buffer-identification'; don't call
8532         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8533         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8534         `wl-xmas-setup-summary'.
8535
8536         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8537         `wl-mode-line-buffer-identification'.
8538
8539         * wl-mule.el (wl-draft-overload-functions): Use revised
8540         `wl-mode-line-buffer-identification'.
8541
8542         * wl-folder.el (wl-make-plugged-alist): Don't call
8543         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8544         (wl-folder): Don't call `wl-folder-init-icons' directly.
8545         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8546         `wl-xmas-setup-folder' directly;
8547         use revised `wl-mode-line-buffer-identification'.
8548         (TopLevel): Don't bind `wl-biff-init-icons',
8549         `wl-plugged-init-icons', `wl-folder-init-icons',
8550         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8551
8552         * wl-e21.el (wl-draft-overload-functions): Use revised
8553         `wl-mode-line-buffer-identification'.
8554         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8555         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8556         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8557         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8558         `wl-make-plugged-hook';
8559         add `wl-folder-init-icons' and `wl-setup-folder' to
8560         `wl-folder-mode-hook'.
8561
8562 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8563             Katsumi Yamaoka    <yamaoka@jpl.org>
8564
8565         * wl.el (wl): Call `wl-biff-start'.
8566         (wl-exit): Call `wl-biff-stop'.
8567         (wl-plugged-mode): Show biff in modeline.
8568         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8569
8570         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8571         (wl-biff-init-icons): New function.
8572         (wl-plugged-init-icons): Don't make too much keymaps.
8573         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8574
8575         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8576         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8577         variables.
8578         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8579         options.
8580
8581         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8582         wl-biff-start, wl-biff-stop): New functions.
8583         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8584         (wl-biff-timer-name): New variable.
8585
8586         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8587
8588         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8589         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8590
8591         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8592         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8593
8594         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8595         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8596         `wl-folder-init-icons' to `ignore' if they are not available.
8597         (wl-folder-mode): Show biff in modeline.
8598
8599         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8600         (wl-biff-init-icons): New function.
8601         (wl-plugged-init-icons): Don't make too much keymaps.
8602         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8603
8604 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8605
8606         * wl-vars.el (wl-strict-diff-folders): Customization Type
8607         and doc fix.  Define as a list of regular expressions for
8608         folders or nil.
8609         * wl-folder.el (wl-folder-check-one-entity): Use
8610         `wl-string-match-member' instead of `wl-string-member' for
8611         `wl-strict-diff-folders'.
8612
8613 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8614
8615         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8616         (wl-highlight-folder-current-line): Use it; new implementation.
8617         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8618         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8619         `defsubst' instead of `defun'.
8620
8621         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8622         `wl-highlight-group-folder-by-numbers'; made it can also be a
8623         number.  See info for more details.
8624
8625         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8626         running.
8627
8628         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8629         to bind them.
8630
8631         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8632         (wl-highlight-folder-current-line): New implementation.
8633
8634         * wl-highlight.el (wl-highlight-folder-group-line): New
8635         implementation.
8636         (wl-delete-all-overlays): Rewrite as a marco.
8637         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8638
8639         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8640         running.
8641         (wl-folder-*-glyph): No need to bind them.
8642
8643         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8644         `wl-e21-highlight-folder-group-icon'; rewrite.
8645         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8646         `defsubst' instead of `defun'.
8647         (wl-folder-mode-map): Bind it when compiling.
8648
8649 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8652
8653         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8654
8655 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8656
8657         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8658
8659 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8660
8661         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8662         (wl-highlight-folder-current-line): Use it.
8663
8664         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8665         in `id-name'.
8666
8667 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8668
8669         * wl.el: Require `wl-e21' when Emacs 21 is running.
8670
8671         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8672         default when Emacs 21 is running.
8673         (wl-use-highlight-mouse-line): Ditto.
8674         (wl-on-emacs21): New constant.
8675         (wl-on-emacs20): Removed.
8676
8677         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8678         Emacs 21 is running.
8679
8680         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8681         Emacs 21 is running.
8682
8683         * wl-e21.el: New file.
8684
8685 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8686
8687         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8688         (wl-toggle-plugged): Ditto.
8689         (wl-plugged-toggle): Ditto.
8690         (wl-plugged-toggle-all): Ditto.
8691
8692         * wl-vars.el (wl-plug-state-indicator): Refer
8693         `wl-plug-state-indicator-on' indirectly.
8694
8695 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8698         Call `wl-folder-confirm-existence'.
8699
8700         * wl-folder.el (wl-folder-confirm-existence): Added optional
8701         argument `force'.
8702
8703 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8704
8705         * wl-summary.el (wl-summary-refile-subr): Assume
8706         `copy-or-refile' as symbol.
8707         (wl-summary-refile): Follow up above change.
8708         (wl-summary-copy): Ditto.  Doc fix.
8709
8710 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-summary.el (wl-summary-pick): Don't bind
8713         `elmo-search-mime-charset'.
8714
8715         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8716         default using old backquote style.
8717         (wl-search-mime-charset): Abolished.
8718
8719         * wl-highlight.el (wl-highlight-headers):
8720         Call `point' after `re-search-forward'(for Nemacs).
8721
8722         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8723         for elmo-imap4.el.
8724
8725 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8726
8727         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8728         `wl-message-ignored-field-list' instead of
8729         `mime-view-ignored-field-list'.
8730
8731         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8732         Add interactive spec.
8733         (wl-folder-goto-bottom-of-current-folder): Ditto.
8734         (wl-folder-mode-map): Bind them.
8735
8736         * wl-vars.el (wl-message-ignored-field-list): New variable.
8737         (wl-message-visible-field-list): New variable.
8738
8739         * wl-mime.el (wl-mime-header-presentation-method): New function.
8740         (wl-mime-setup): Set header-presentation-method.
8741
8742 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8743
8744         * wl-nemacs.el (wl-draft-overload-functions): Set
8745         `mode-line-buffer-identification' instead of using
8746         `wl-make-modeline'.
8747
8748         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8749         instead of using `wl-make-modeline'.
8750
8751         * wl-xmas.el (wl-plugged-init-icons): Set up
8752         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8753         (wl-make-modeline): Abolish.
8754         (wl-draft-overload-functions): Set
8755         `mode-line-buffer-identification' instead of using
8756         `wl-make-modeline'.
8757
8758         * wl-util.el (wl-make-modeline-subr): Abolish.
8759         (wl-mode-line-buffer-identification): New alias.
8760
8761         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8762         (wl-summary-make-modeline): Abolish.
8763         (wl-summary-buffer-set-folder): Set
8764         `wl-summary-buffer-folder-indicator'.
8765         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8766         of using `wl-make-modeline'.
8767         (wl-summary-switch-to-clone-buffer): Don't set
8768         `mode-line-buffer-identification'.
8769         (wl-summary-goto-folder-subr): Ditto.
8770
8771         * wl-mule.el (wl-draft-overload-functions): Set
8772         `mode-line-buffer-identification' instead of using
8773         `wl-make-modeline'.
8774
8775         * wl-folder.el (wl-folder-mode): Set
8776         `mode-line-buffer-identification' instead of using
8777         `wl-make-modeline'.
8778         (wl-folder): Don't set `mode-line-buffer-identification'.
8779
8780 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8781
8782         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8783         instead of `member' for `wl-refile-guess-func-list' look-ups.
8784         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8785
8786 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8787
8788         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8789         `wl-message-button-dispatcher'.
8790
8791         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8792
8793         * wl-message.el (wl-message-button-dispatcher): Use it.
8794
8795         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8796         "In-Reply-To".
8797
8798         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8799         Bind `case-fold-search' to t.
8800
8801 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8802
8803         * wl-xmas.el (wl-message-overload-functions): Initialize
8804         `wl-message-button-map'.
8805
8806         * wl-mule.el (wl-message-overload-functions): Initialize
8807         `wl-message-button-map'.
8808
8809         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8810
8811         * wl-message.el (wl-message-button-map): New keymap.
8812         (wl-message-add-button): New function.
8813         (wl-message-button-dispatcher): New function.
8814         (wl-message-button-refer-article): New function.
8815
8816         * wl-highlight.el
8817         (wl-highlight-message-add-buttons-to-header): New function.
8818         (wl-highlight-headers): Use it.
8819
8820 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8821
8822         * wl-summary.el (wl-summary-default-from): Use
8823         `wl-address-get-petname-1'.
8824         (wl-summary-simple-from): Ditto.
8825
8826         * wl-address.el (wl-address-get-petname-1): New inline function.
8827         (wl-address-get-petname): Use it.
8828
8829 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8830
8831         * wl-summary.el (wl-summary-default-from): Return full-name part
8832         from the address if no petname was found.
8833         (wl-summary-simple-from): Ditto.
8834
8835         * wl-address.el (wl-address-get-petname): Return nil if no petname
8836         associated with the address was found.
8837
8838 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8839
8840         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8841         display is finished.
8842
8843 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8844
8845         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8846         `elmo-folder-exists-p' argument.
8847
8848 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8849
8850         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8851         the folder.
8852
8853 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8856
8857         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8858         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8859
8860 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8861
8862         * wl-folder.el (wl-folder-create-subr): New function.
8863         (wl-folder-confirm-existence): Use it.
8864         (wl-folder-check-one-entity): Use it.
8865         Check the error symbol is derived from 'elmo-open-error.
8866
8867         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8868         `ignore-error'.
8869
8870 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8871
8872         * wl-util.el (toplevel): Add (eval-when-compile (require
8873         'elmo-util)).  (Maybe `provide' is typo.)
8874
8875 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8878         (I don't know why this was needed.)
8879
8880         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8881         Follow up changes for stream-type.
8882
8883         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8884         (wl-draft-elmo-nntp-send): Ditto.
8885
8886         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8887         (wl-nntp-posting-stream-type): Ditto.
8888         (wl-pop-before-smtp-ssl): Abolished.
8889         (wl-nntp-posting-ssl): Ditto.
8890
8891         * wl-address.el (wl-address-quote-specials): New function.
8892         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8893
8894         * wl-draft.el (wl-draft-reply): Ditto.
8895
8896 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897
8898         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8899         use function `wl-string-match-assoc'.
8900
8901 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8904
8905         * wl-draft.el (wl-draft-deduce-address-list): New function.
8906         (wl-draft-parse-mailbox-list): Ditto.
8907         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8908         instead of `smtp-deduce-address-list'.
8909         (wl-draft-on-field-p): Follow group list.
8910
8911         * wl-address.el (wl-address-concat-token): New function.
8912         (wl-address-string-without-group-list-contents): Ditto.
8913         (wl-complete-field-body): Fixed problem of completion
8914         by japanese petname.
8915         (wl-address-make-completion-list): Rewrite.
8916
8917 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8918
8919         * wl-address.el (wl-address-make-completion-list): Completion by
8920         petname.
8921         (wl-complete-field-body): Likewise.
8922
8923 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8926         contains invalid address syntax.
8927
8928 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8929
8930         * wl-folder.el (wl-folder-check-entity-async): Use
8931         `elmo-nntp-spec-hostname'.
8932
8933 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8934
8935         * wl-summary.el (wl-summary-msgdb-load-async): Use
8936         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8937
8938 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8939
8940         * wl-draft.el (wl-draft-reply): Set argument
8941         `content-transfer-encoding' as nil.
8942
8943 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8944
8945         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8946         `wl-refile-alist'.
8947
8948 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8949
8950         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8951         (wl-draft-edit-string): Ditto.
8952         (wl-draft-forward): Ditto.
8953         * wl-summary.el (wl-summary-write): Ditto.
8954
8955 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-summary.el (wl-summary-sync-update3): Call
8958         `wl-summary-buffer-number-column-detect'.
8959         (wl-summary-buffer-number-column-detect): Search from point-min.
8960
8961 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8964         contains an address which is not included in original to or cc.
8965
8966 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8967
8968         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8969         begin-line does not exist.
8970         * wl-message.el (wl-message-uu-substring): Ditto.
8971
8972 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8973
8974         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8975         clear local variables.
8976         (wl-summary-exit): Call `elmo-commit'.
8977         (wl-summary-switch-to-clone-buffer): Call
8978         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8979         (wl-summary-goto-folder-subr): Ditto.
8980
8981         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8982         POP folder.
8983
8984 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8987         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8988         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8989         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8990         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8991         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8992
8993         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8994
8995 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8996
8997         * wl-summary.el (wl-summary-search-by-subject):
8998         Search parent message from the latest one.
8999
9000 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9003         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9004
9005         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9006         New user option.
9007
9008         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9009         if elmo-nntp-use-killed-list is nil.
9010         Use `elmo-msgdb-append-to-killed-list'.
9011         (Append numbers confirmed as disappeared to the killed list.)
9012         (wl-summary-confirm-appends): Don't display negative number.
9013
9014 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9015
9016         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9017
9018 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9021         range is `all'.
9022         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9023         `elmo-list-bigger-diff'.
9024
9025 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-summary.el (wl-summary-buffer-exit-func):
9028         New buffer local variable.
9029         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9030
9031 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9032
9033         * wl-demo.el (wl-demo): Fix the last change.
9034
9035 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9036
9037         * wl-demo.el (wl-demo): Don't use `eval'.
9038
9039 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9040
9041         * wl-summary.el (wl-summary-buffer-thread-modified):
9042         New buffer-local variable.
9043         (wl-summary-set-thread-modified): New function.
9044         (wl-summary-thread-modified-p): New function.
9045         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9046         (wl-summary-yank-saved-message): Use function
9047         `wl-summary-set-thread-modified'
9048         (wl-summary-switch-to-clone-buffer): Add
9049         `wl-summary-buffer-thread-modified'.
9050
9051         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9052         (wl-summary-buffer-mark-saved-hook): Ditto.
9053         * wl-summary.el (wl-summary-msgdb-save): New hook
9054         `wl-summary-buffer-message-saved-hook' and
9055         `wl-summary-buffer-mark-saved-hook'.
9056
9057 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9058
9059         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9060
9061 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9062
9063         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9064         don't hide scroll bars under FSF Emacsen because it may incur an
9065         undesirable redrawing.
9066
9067 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9068
9069         * wl-draft.el (wl-draft-edit-string): Call
9070         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9071
9072 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9073
9074         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9075
9076 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9077
9078         * wl-summary.el (wl-summary-msgdb-load-async): Call
9079         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9080
9081 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9082
9083         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9084         fringes in demo buffer; center bitmap logo correctly even if old
9085         Mule is used.
9086
9087 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9088
9089         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9090
9091         * wl-refile.el (wl-refile-subject-alist): New variable.
9092         (wl-refile-subject-alist-file-name): Ditto.
9093         (wl-refile-alist-setup): Rewrite.
9094         (wl-refile-alist-save): Use `elmo-object-save'.
9095         Eliminated arguments.
9096         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9097         (wl-refile-guess-by-subject): New function.
9098         (wl-refile-guess-func-list): Added it.
9099
9100 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9101
9102         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9103         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9104
9105 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9108         New buffer-local variable.
9109         (wl-summary-buffer-next-folder-func): Ditto.
9110         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9111         if non-nil.
9112         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9113         if non-nil.
9114         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9115         if non-nil.
9116         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9117         if non-nil.
9118
9119 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9120
9121         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9122         permanently in the demo buffer.
9123
9124 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9127         `mime-entity-fetch-field'.
9128
9129         * wl.el (wl-exit): Delete plugged buffer.
9130
9131         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9132         XEmacs has menubar feature.
9133
9134 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9135
9136         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9137         cannot arrive at the beginning of the buffer under old Emacsen.
9138
9139 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * wl-address.el (wl-address-ldap-search):
9142         Call `ldap-search-entries' with `withdn' argument t.
9143         (wl-complete-field-body): Bind completion-ignore-case as t.
9144         Clear ldap search hash when it was sole completion.
9145         Use elmo-string for pattern string.
9146         (wl-ldap-alias-safe-string): Eliminated needless let.
9147
9148 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9149
9150         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9151         (wl-ldap-alias-sep): New constant.
9152         (wl-ldap-search-attribute-type-list): Ditto.
9153         (wl-ldap-get-value): New function.
9154         (wl-ldap-make-filter): Ditto.
9155         (wl-ldap-make-matched-value-list): Ditto.
9156         (wl-ldap-alias-safe-string): Ditto.
9157         (wl-ldap-register-dn-string): Ditto.
9158         (wl-address-ldap-search): Rewrite.
9159
9160 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9161
9162         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9163         thread is deleted.
9164         (wl-thread-delete-line-from-buffer): Ditto.
9165         (wl-thread-get-exist-children): New function.
9166
9167 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9168
9169         * wl-demo.el (wl-demo): Made it to select various image types.
9170         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9171         from `wl-title-logo'.
9172         (wl-logo-ascii): New variable.
9173         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9174         (wl-demo-copyright-notice): New constant.
9175
9176         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9177
9178 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9179
9180         * wl-vars.el (wl-summary-target-above): Renamed from
9181         wl-summary-temp-above.
9182         * wl-score.el (wl-score-get-score-alist): Use it.
9183         (wl-summary-score-update-all-lines): Use it.
9184         * wl-summary.el: Ditto. (make-variable-buffer-local).
9185
9186 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-vars.el (wl-ldap-port): New user option.
9189
9190         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9191         Rewite whole implementation.
9192         (wl-complete-field-body): Fixed.
9193
9194 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9195
9196         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9197         Choose implementation at compile time.
9198
9199 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9200
9201         * wl-address.el (wl-ldap-search-internal): New function.
9202         (wl-complete-field-to): Use it.
9203
9204 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9207         Use `let' instead of `let*'.
9208         Require 'wl-vars.
9209
9210         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9211         Define as defcustom.
9212         (wl-ldap-base): Ditto.
9213         (wl-use-ldap): Ditto.
9214
9215 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9216
9217         * wl-address.el (wl-ldap-search): New function.
9218         (wl-complete-field-body): Use `wl-ldap-search'.
9219         (wl-ldap-server): New variable.
9220         (wl-ldap-base): Ditto.
9221         (wl-use-ldap): Ditto.
9222
9223 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9224
9225         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9226         (Pointed out by Mito <mit@nines.nec.co.jp>).
9227         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9228         buffer-local variables like `wl-summary-redisplay-internal'.
9229         (wl-summary-redisplay-all-header): Likewise.  Update
9230         Summary view too.
9231
9232 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-summary.el (wl-summary-jump-to-parent-message):
9235         Consider prefix argument.
9236
9237         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9238         when closed thread is deleted.
9239
9240 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9241
9242         * wl-summary.el (wl-summary-jump-to-parent-message):
9243         Consider thread modification.
9244
9245 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9246
9247         * wl-message.el (wl-message-normal-get-original-buffer): Use
9248         `save-excursion'.
9249
9250         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9251         (wl-summary-showto-folder-regexp): Ditto.
9252
9253 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9254
9255         * wl-util.el (wl-delete-alist): Doc fix.
9256         (wl-delete-associations): New function.
9257         (wl-inverse-alist): New function.
9258         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9259         Split temporary variables. Use `wl-delete-associations'
9260         and `wl-inverse-alist'.
9261         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9262
9263 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9264
9265         * wl-folder.el (wl-folder-prefetch-entity):
9266         Execute prefetching if new count is unknown.
9267
9268 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9269
9270         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9271
9272         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9273         delete entity.
9274         (wl-thread-set-parent): If insert as top, set linked as nil.
9275
9276         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9277         `wl-thread-cleanup-symbols' when view mode is thread.
9278
9279 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9280
9281         * wl-folder.el (wl-folder-create-folder-entity): Use
9282         with-current-buffer.
9283         (wl-local-folder-init): Call set-buffer to make sure we are in
9284         the Folder buffer. Don't touch buffer-local variables here.
9285         (wl-folder-mode): Initialize buffer-local variables here.
9286
9287         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9288         (wl-folder-entity-assign-id): Ditto.
9289         (wl-folder-create-entity-hashtb): Ditto.
9290         (wl-local-folder-init): Ditto.
9291         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9292
9293 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9294
9295         * wl-summary.el (wl-summary-default-from): Fix probrem when
9296         std11-extract-address-components return (nil "foo@bar").
9297
9298 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9299
9300         * wl-draft.el (wl-draft-clone-local-variables):
9301         Remove redundant `setq'.
9302
9303 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9306         Bind wl-highlight-x-face-func as nil while highlighting header.
9307
9308 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9309
9310         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9311
9312 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9313
9314         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9315         elmo-msgdb-overview-hashtb from copy-variables.
9316         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9317         instead of `elmo-msgdb-overview-get-entity-by-number'.
9318         (wl-summary-auto-refile): Ditto.
9319
9320         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9321         `elmo-msgdb-overview-get-entity' instead of
9322         `elmo-msgdb-search-overview-entity'.  Use
9323         `elmo-msgdb-overview-get-entity' instead of
9324         `elmo-msgdb-overview-get-entity-by-number'.
9325         (wl-thread-insert-entity-sub): Ditto.
9326         (wl-thread-insert-message): Ditto.
9327
9328         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9329         `elmo-msgdb-overview-get-entity'.
9330         (wl-normal-message-redisplay): Ditto.
9331
9332 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9333
9334         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9335         `wl-thread-entities'.
9336         (wl-thread-delete-message): Fix remove top message from
9337         `wl-thread-entity-list'.
9338
9339         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9340         wl-append(nconc), because update-list is broken on Meadow.
9341
9342         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9343         updating process.
9344         (wl-summary-rescan): Ditto.
9345         (wl-summary-sync-update3): Ditto.
9346         * wl-thread.el (wl-thread-set-parent): Renamed from
9347         `wl-summary-set-parent'.
9348         (wl-thread-insert-message): Updating buffer faster.
9349         (wl-thread-delete-message): Updating buffer faster.
9350
9351         * wl-score.el (wl-summary-score-update-all-lines): Changed
9352         interval for display progress gauge.
9353
9354 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9355
9356         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9357         folder always-sticky.
9358         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9359         defmacro.
9360
9361 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9362
9363         * wl-vars.el (wl-draft-add-references): New user option.
9364
9365         * wl-draft.el (wl-draft-add-references): New function.
9366         (wl-draft-yank-from-mail-reply-buffer): Use it.
9367         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9368         as nil.
9369
9370 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9371
9372         * wl-thread.el (wl-thread-update-line-msgs): Called
9373         `wl-thread-update-line-on-buffer-sub'.
9374         (wl-thread-update-line-on-buffer): Delete routine of inserting
9375         thread.
9376         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9377         moved from `wl-thread-update-line-on-buffer'.
9378         Add threshold for displaying progress gauge.
9379         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9380         argument of `wl-thread-update-line-msgs'.
9381         Add threshold for displaying progress gauge.
9382         * wl-folder.el:
9383         Add threshold for displaying progress gauge.
9384         * wl-score.el: Ditto.
9385
9386         * wl-expire.el (wl-summary-expire): Display deleting info.
9387
9388 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9391         `no-msg'.
9392         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9393         argument of `wl-thread-update-line-msgs'.
9394         (wl-summary-set-parent): Added optional argument `parent-number'.
9395         (wl-summary-buffer-saved-message): New buffer local variable.
9396         (wl-summary-save-current-message): New command.
9397         (wl-summary-yank-saved-message): Ditto.
9398         (wl-summary-mode-map): Added key binding for
9399         `wl-summary-save-current-message' (\ew) and
9400         `wl-summary-yank-saved-message' (\C-y).
9401         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9402
9403 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * wl-summary.el (wl-summary-mode-map): Added key binding for
9406         `wl-summary-set-parent' (ts).
9407
9408 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9409
9410         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9411         subject faster. If thread number is reverse, delayed updating
9412         thread.
9413         (wl-summary-search-by-subject): Ditto.
9414         (wl-summary-put-alike): Ditto.
9415         (wl-summary-get-alike): Ditto.
9416         (wl-summary-insert-headers): Insert header of all overview in
9417         buffer.
9418         (wl-summary-rescan): Delayed updating thread. Kill search subject
9419         buffer for wl-summary-search-by-subject.
9420         (wl-summary-sync-update3): Ditto.
9421         (wl-summary-exit): Ditto.
9422         (wl-summary-goto-bottom-of-current-thread): Change for linked
9423         thread.
9424         (wl-summary-overview-create-summary-line): Change line for linked
9425         thread.
9426
9427         * wl-summary.el (wl-summary-update-thread): Use
9428         wl-thread-maybe-get-children-num.
9429         (wl-summary-set-parent): If change parent, move sub thread.
9430         (wl-summary-redisplay-internal): Add horizontal recenter.
9431         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9432
9433         * wl-thread.el (wl-thread-entity-get-linked): New function.
9434         (wl-thread-entity-set-linked): New function.
9435         (wl-thread-create-entity): Add linked element.
9436         (wl-thread-entity-insert-as-top): Use wl-append.
9437         (wl-thread-maybe-get-children-num): If closing thread, return
9438         children msgs.
9439         (wl-thread-update-line-msgs): Displaying progress message.
9440         (wl-thread-update-line-on-buffer-sub): Use
9441         wl-thread-maybe-get-children-num.
9442         (wl-thread-update-line-on-buffer): If update line is not exists,
9443         insert thread.
9444         (wl-thread-delete-message): If delete top msg of thread, search
9445         parent by subject.
9446         (wl-thread-insert-entity): Use
9447         wl-thread-maybe-get-children-num.
9448
9449         * wl-highlight.el (wl-highlight-summary-current-line): change
9450         sregexp for linked thread.
9451         * wl-util.el (wl-count-lines): Count lines.
9452         (wl-horizontal-recenter): horizontal recenter.
9453         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9454         (wl-score-get-alike): Ditto.
9455         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9456         (wl-subject-length-limit): New variable.
9457         (wl-highlight-thread-indent-string-regexp): Changed for linked
9458         thread.
9459
9460 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9463         New variable (revival).
9464         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9465         by subject matching if there's no in-reply-to nor references field
9466         (revival).
9467
9468 \f
9469 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9472         message.
9473
9474 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9475
9476         * wl-summary.el (wl-summary-reply): Return t if there was a
9477         message at cursor point.
9478         Added unwind-protect.
9479         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9480         returns t.
9481         (wl-summary-cancel-message): Do nothing when there's no message at
9482         cursor point.
9483         (wl-summary-forward): Ditto.
9484         (wl-summary-jump-to-parent-message): Ditto.
9485         (wl-summary-reedit): Ditto.
9486         (wl-summary-edit-addresses): Ditto.
9487         (wl-summary-pipe-message): Ditto.
9488         (wl-summary-print-message-with-ps-print): Ditto.
9489         (wl-summary-print-message): Ditto.
9490         (wl-summary-mark-as-important): Ditto.
9491         (wl-summary-mark-as-unread): Ditto.
9492
9493         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9494         message at cursor point.
9495         (wl-summary-reply-with-citation): Remove unwind-protect.
9496
9497         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9498         subject searching feature.
9499         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9500         Eliminated.
9501
9502 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9503
9504         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9505         New variable.
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
9509         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9510
9511         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9512         when display is finished.
9513         (wl-folder-open-all): Ditto.
9514         (wl-folder-update-access-group): Ditto.
9515         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9516         * wl-thread.el (wl-thread-close-all): Ditto.
9517
9518         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9519         progress gauge only when it was displayed.
9520         * wl-folder.el (wl-folder-insert-entity): Ditto.
9521
9522 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9523
9524         * wl-summary.el (wl-summary-incorporate): Enclose
9525         `wl-summary-sync-force-update' with save-excursion.
9526
9527 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9528
9529         * wl-summary.el (wl-summary-prefetch-region):
9530         Pass current cursor point to `pos-visible-in-window-p' after
9531         moving cursor to the started point.
9532
9533 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9534
9535         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9536
9537         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9538         fields from the forwarding message.
9539         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9540         `ignored-fields'.
9541
9542 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-mime.el (wl-message-request-partial):
9545         Eliminated argument `msgdb'.
9546         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9547         (wl-mime-combine-message/partial-pieces): Likewise.
9548         * tm-wl.el (wl-message-request-partial): Likewise.
9549         (wl-mime-combine-message/partial-pieces): Likewise.
9550
9551 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9552
9553         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9554         when display is finished.
9555
9556 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9557
9558         * wl-summary.el (wl-summary-goto-folder-subr):
9559         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9560
9561 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9562
9563         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9564         when cursor point is visible.
9565
9566 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-expire.el (wl-expire-archive-get-max-number):
9569         Don't use `file-name-directory'.
9570
9571 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-expire.el (wl-expire-archive-get-max-number):
9574         Use `file-name-directory'.
9575
9576 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9579         only when there is progress.
9580
9581 2000-04-13  Mito <mit@nines.nec.co.jp>
9582
9583         * wl-summary.el (wl-summary-sync-marks): Display progress.
9584
9585 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9588         (wl-summary-prev): Move cursor regardless of unread status.
9589         (wl-summary-next): Ditto.
9590
9591 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9592
9593         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9594         Added argument `target' and `number'.
9595         * tm-wl.el (wl-summary-burst-subr): New function.
9596         (wl-summary-burst): Use it.
9597
9598 2000-04-10  Mito <mit@nines.nec.co.jp>
9599
9600         * wl-mime.el (wl-burst): New function.
9601         (wl-summary-burst): Use it.
9602
9603 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9604
9605         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9606         as petname when there's no candidate.
9607
9608 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9611         New variable.
9612         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9613
9614         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9615
9616         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9617
9618 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9619
9620         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9621         Use substring of `original' instead of buffer-substring.
9622         (wl-refile-evaluate-rule):
9623         Set `original' argument of wl-refile-expand-newtext.
9624
9625         * wl-summary.el
9626         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9627         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9628         (wl-summary-auto-refile): Check existence of destination folder just
9629         before marking.
9630
9631 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9632
9633         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9634         when wl-refile-get-field-value return nil.
9635
9636 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9637
9638         * wl-refile.el
9639         (wl-refile-expand-newtext): New function imported from Gnus.
9640         (wl-refile-evaluate-rule): Use it.
9641
9642 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-print-destination):
9645         Duplicate folder string to avoid putting text-property on
9646         original string.
9647
9648         * wl-refile.el (wl-refile-get-field-value): New function.
9649         (wl-refile-evaluate-rule): New function;
9650         Evaluate refile rule recursively.
9651         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9652         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9653         New function; Check existence of a target folder recursively.
9654         (wl-summary-auto-refile-check-refile-rule-alist):
9655         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9656
9657 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9658
9659         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9660
9661         * wl-folder.el (wl-create-folder-entity-from-buffer):
9662         Fixed problem when '}' character is contained in folder name.
9663
9664         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9665
9666 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9667
9668         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9669         (wl-fldmgr-add-completion-all-completions):
9670         Use wl-fldmgr-add-completion-hashtb.
9671
9672 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9673
9674         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9675         wl-fldmgr-add-completion-subr): New functions.
9676         * wl-folder.el (wl-folder-completion-func): New variable.
9677         * wl-summary.el (wl-summary-read-folder):
9678         Use wl-folder-completion-func.
9679
9680         * wl-refile.el: Eliminate throw & catch.
9681
9682         * wl.el (wl-plugged-sending-queue-status): Fixed.
9683
9684 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9685
9686         * wl-draft.el (wl-draft): Put category property on
9687         mail-header-separator.