* wl-draft.el (wl-draft-do-fcc): No cache save.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-draft.el (wl-draft-do-fcc): No cache save.
4
5 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-summary.el (elmo-event-handler-flag-changed): Use
8         `set-buffer' instead of `with-current-buffer'.
9
10 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-summary.el (wl-summary-after-resize-function): New function.
13         (wl-summary-mode): Add `wl-summary-after-resize-function' to
14         window-size-change-functions.
15
16 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-draft.el (wl-draft-create-buffer): Bind
19         `change-major-mode-hook' after current buffer is changed.
20
21         * wl-summary.el (wl-summary-buffer-detach): New function.
22         (wl-summary-buffer-set-folder): Call it.
23         (wl-summary-mode): Add `wl-summary-buffer-detach' to
24         change-major-mode-hook and kill-buffer-hook.
25         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
26         (wl-summary-switch-to-clone-buffer): Ditto.
27         (wl-summary-goto-folder-subr): Ditto.
28
29 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
30
31         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
32         after boundp check.
33
34 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
35
36         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
37         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
38         for `kill-buffer'.
39
40         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
41         handler of current buffer from elmo-folder.
42
43 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
46
47 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-summary.el (wl-summary-buffer-event-handler): New internal
50         variable.
51         (wl-summary-event-handler): New class.
52         (elmo-event-handler-flag-changed): Define to update persistent
53         mark.
54         (wl-summary-buffer-set-folder): Register event handler to
55         elmo-folder.
56         (wl-summary-exit): Unregister event handler.
57         (wl-summary-goto-folder-subr): Ditto.
58         (wl-summary-mark-as-read-all): Does not call
59         `wl-summary-update-persistent-mark' directly.
60         (wl-summary-mark-as-read-internal): Ditto.
61         (wl-summary-set-persistent-mark-internal): Ditto.
62         (wl-summary-set-flags-internal): Ditto.
63
64         * Version number is increased to 2.11.33.
65
66 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
67
68         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
69         to nil.
70
71 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-spam.el (wl-spam-setup): Add hook
74         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
75         instead of `wl-summary-prepare-hook'.
76
77         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
78         if folder type is `'flag'.
79         (wl-summary-mark-as-important): Ditto.
80
81 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-address.el (wl-address-minibuffer-history): New variable.
84         (wl-address-minibuffer-local-map): New keymap.
85         (wl-address-read-from-minibuffer): New function.
86
87         * wl-action.el (wl-summary-get-resend-address): Use
88         `wl-address-read-from-minibuffer' instead of `completing-read'.
89
90 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
91
92         * Version number is increased to 2.11.32.
93
94 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
95
96         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
97         without mule to iso-8859-1.
98         (wl-draft-add-in-reply-to): Add note in description.
99         (wl-draft-add-references): Ditto.
100
101 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
102
103         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
104         definition for `m'.
105         (wl-summary-mode-line-format): Add '[%m]'.
106         (wl-message-mode-line-format-spec-alist): Ditto.
107         (wl-summary-display-mime-mode-list): New variable.
108
109         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
110         from wl-summary-buffer-display-as-is.
111         (wl-summary-buffer-display-all-header): New buffer local variable.
112         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
113         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
114         instead of wl-summary-buffer-display-as-is.
115         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
116         (wl-summary-set-persistent-mark): Ditto.
117         (wl-summary-set-message-buffer-or-redisplay): Just call
118         `wl-summary-redisplay-internal' without optional arguments.
119         (wl-summary-toggle-mime): Rewrite.
120         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
121         (wl-summary-toggle-all-header): New function.
122         (wl-summary-redisplay-internal): Treat mime mode.
123
124         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
125         to wl-mime-preview-follow-no-mime.
126         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
127         accodring to the display-mode.
128
129         * wl-message.el (wl-message-buffer-display-type): Rewrite.
130         (wl-message-buffer-display): Changed argument name from `as-is' to
131         `mode'.
132         (wl-message-display-internal): Ditto;
133         Bind elmo-mime-display-header-analysis according to the mode.
134         (wl-message-display-internal): Put wl-message-display-mime-mode
135         property on entire buffer.
136
137 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
138
139         * wl-draft.el (wl-draft-do-fcc): Undo last change.
140
141 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
142
143         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
144         Don't extract mail address.
145         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
146
147         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
148
149         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
150
151 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
152
153         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
154         wl-fldmgr-cut-entity-list on confirmation.
155
156 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
159         (wl-mime-quit-preview): Check existence of
160         mime-edit-temp-message-buffer here.
161
162 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
165         after deletion.
166
167         * wl-draft.el (wl-draft-send-confirm): Check major-mode
168         before calling wl-mime-quit-preview.
169
170 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-summary.el (wl-summary-pick): If call it with prefix
173         argument, set `delete-marks' as non-nil. Pick from only visible
174         messages.
175         (wl-summary-check-target-mark): New function.
176         (wl-summary-target-mark-mark-as-read): Use it.
177         (wl-summary-target-mark-mark-as-unread): Ditto.
178         (wl-summary-target-mark-operation): Ditto.
179         (wl-summary-target-mark-set-flags): Ditto.
180         (wl-summary-target-mark-save): Ditto.
181         (wl-summary-target-mark-pick): Ditto.
182         (wl-summary-target-mark-forward): Ditto.
183         (wl-summary-target-mark-reply-with-citation): Ditto.
184         (wl-summary-target-mark-print): Ditto.
185         (wl-summary-target-mark-uudecode): Ditto.
186
187         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
188         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
189         with `ask-coding' is non-nil.
190
191 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-thread.el (wl-thread-set-parent): If parent is a message
194         which is identified by references, set linked as nil.
195
196 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
199         (wl-message-mode-line-format-spec-alist): Ditto.
200         (wl-message-mode-line-format): Ditto.
201         (wl-summary-mode-line-format): Ditto for docstring.
202         (wl-summary-no-mime-folder-list): Fix typo.
203
204         * wl-util.el (wl-current-message-buffer): Call
205         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
206
207         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
208         variable.
209         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
210         of `wl-summary-redisplay-no-mime'.
211         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
212         (wl-summary-toggle-mime): New function.
213         (wl-summary-redisplay-all-header): Rewrite.
214         (wl-summary-redisplay-no-mime): Ditto.
215         (wl-summary-redisplay-internal): Added argument `as-is' and
216         `all-header'.
217
218         * wl-refile.el (wl-refile-default-from-folder-path-separator):
219         New variable.
220         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
221         bottom.
222         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
223         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
224         "/" unconditionally.
225
226         * wl-mime.el (wl-draft-yank-current-message-entity): Use
227         wl-mime-preview-follow-no-mime for as-is content.
228         (wl-mime-preview-follow-no-mime): New function.
229         (wl-mime-preview-follow-current-region): Fixed parenthesis.
230
231         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
232         and added `as-is', `all-header'.
233         (wl-message-buffer-display): Ditto.
234         (wl-message-buffer-display-type): New function.
235
236 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-vars.el (wl-message-header-button-alist): Change default
239         value.
240         (wl-message-body-button-alist): Ditto.
241
242 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
245
246 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
249
250 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
251
252         * wl-summary.el (wl-summary-sync-marks): Remove condition which
253         is always true.
254
255 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
256
257         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
258         on null entity.
259
260 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-vars.el (wl-draft-reply-default-position): Fix range.
263
264 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-vars.el (wl-summary-resend-hook): New hook.
267
268         * wl-action.el (wl-summary-exec-action-resend-subr): Run
269         `wl-summary-resend-hook'.
270
271 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
272
273         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
274         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
275         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
276         (wl-summary-new-cached-mark): Changed default value to 'n'.
277         (wl-summary-unread-cached-mark): Changed default value to 'u'.
278         (wl-summary-answered-cached-mark): Changed default value to 'a'.
279         (wl-folder-sync-range-alist): Remove spec for 'flag.
280         (wl-summary-force-prefetch-folder-list): New user option.
281
282         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
283         `wl-summary-toggle-persistent-mark'.
284         (wl-summary-update-mark-and-highlight-window): Don't highlight when
285         number is nil.
286         (wl-summary-mark-as-answered-region): Set interactive argument of
287         `wl-summary-set-persistent-mark-internal'.
288         (wl-summary-mark-as-important-region): Ditto.
289         (wl-summary-unset-persistent-mark): Ditto.
290         (wl-summary-set-persistent-mark): Ditto.
291         (wl-summary-mark-as-answered): Ditto.
292         (wl-summary-mark-as-important): Ditto.
293         (wl-summary-set-persistent-mark-internal): Do nothing
294         when `elmo-message-flag-available-p' is nil.
295         (wl-summary-toggle-persistent-mark): New function.
296         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
297         when the folder matches `wl-summary-force-prefetch-folder-list'.
298
299
300         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
301         when number is nil.
302         (wl-highlight-summary-forwarded-face): New face.
303
304 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
305
306         * Version number is increased to 2.11.31.
307
308 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
311         (wl-biff-check-folder-async): Ditto.
312         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
313
314 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
315
316         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
317         Add an argument `reverse'.  All callers are updated.
318         (wl-summary-sort): Add a prefix argument `reverse' to specify
319         reverse sorting.
320         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
321         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
322         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
323
324 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-message.el (wl-message-redisplay): Does not narrow header if
327         disply-type is all-header or as-is.
328
329         * wl-summary.el (wl-summary-enter-handler): Use
330         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
331
332 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
335         after adding wl-draft-parent-variables.
336         (wl-draft-forward): Ditto.
337
338 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-summary.el (wl-summary-sync-marks): Call
341         `wl-summary-set-persistent-mark' and
342         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
343         (wl-summary-set-persistent-mark-internal): Add 4th argument
344         `no-server'.
345         (wl-summary-unset-persistent-mark): Ditto.
346         (wl-summary-set-persistent-mark): Ditto.
347         (wl-summary-add-flags-internal): Abolish.
348         (wl-summary-remove-flags-internal): Ditto.
349         (wl-summary-mark-as-important-internal): Ditto.
350         (wl-summary-mark-as-important): Use
351         `wl-summary-set-persistent-mark' instead of
352         `wl-summary-add-flags-internal'.
353         (wl-summary-mark-as-important-region): Ditto.
354
355         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
356
357         * wl-summary.el (wl-summary-get-available-flags): New function.
358         (wl-summary-sync-marks): Use it and simplified.
359         (wl-summary-unset-persistent-mark): Use
360         `wl-summary-get-available-flags'.
361         (wl-summary-set-persistent-mark): Ditto.
362
363 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
364
365         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
366         id.
367
368 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-summary.el (wl-summary-enter-handler): If argument is not a
371         number, call `wl-summary-prev-line-content'. Show message when the
372         message is not found.
373
374 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
375
376         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
377         wl-summary-enter-handler.
378         (wl-summary-enter-handler): New command.
379
380         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
381         docstring and custom spec.
382
383         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
384         flags too; Don't treat Cached and New.
385         (wl-summary-set-persistent-mark): Ditto.
386
387         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
388         `wl-folder-set-flag'.
389
390         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
391         instead of `wl-folder-set-flag'.
392
393         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
394         for completion.
395         (wl-summary-set-persistent-mark): Ditto.
396
397         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
398         instead of `wl-draft-quit-preview'.
399
400         * wl-mime.el (toplevel): Avoid compile warning.
401         (wl-mime-quit-preview): New function
402         (formarly defined as `wl-draft-quit-preview').
403         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
404         quitting method.
405
406         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
407
408         * wl-folder.el (wl-folder-set-flag): Renamed from
409         `wl-draft-set-flag-on-parent'.
410
411         * wl-draft.el (wl-draft-quit-preview): New function.
412         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
413         (wl-draft-send): Call `wl-folder-set-flag' instead of
414         `wl-draft-set-flag-on-parent'.
415         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
416
417 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
420         (wl-draft-send): Ditto.
421
422 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
423
424         * wl-vars.el (wl-draft-reply-hook): Changed default value.
425         (wl-draft-kill-pre-hook): Set default value as nil.
426         (wl-summary-reply-hook): Ditto.
427         (wl-draft-kill-flags): Abolish.
428
429         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
430         (wl-draft-parent-variables): Renamed from
431         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
432         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
433         argument; Add wl-draft-parent-variables to
434         wl-draft-config-variables.
435         (wl-draft-reply): Likewise.
436         (wl-draft-kill-flags): Abolish.
437         (wl-draft-send): Call wl-draft-set-flag-on-parent.
438         (wl-draft-set-flag-on-parent): New function.
439         (wl-draft-setup-parent-flag): Ditto.
440
441 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
442
443         * wl-draft.el (wl-draft-kill-flags): Avoid error when
444         `wl-draft-parent-folder' is "".
445
446 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
447
448         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
449         (wl-summary-digit-jump): New function.
450         (Adviced by John Owens and Hiroya Murata)
451
452         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
453         (Adviced by John Owens)
454
455         * wl-xmas.el (wl-message-define-keymap): Ditto.
456
457         * wl-mule.el (wl-message-define-keymap): Ditto.
458
459 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
462         change of return value of elmo-folder-count-flags.
463
464         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
465         (wl-summary-mark-as-read-internal): Ditto.
466         (wl-summary-set-persistent-mark-internal): Ditto.
467         (wl-summary-folder-info-update): Ditto.
468         (wl-summary-sync-update): Fixed the last change.
469
470         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
471
472 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
473
474         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
475         (wl-draft-kill-flags): Fixed docstring.
476
477         * wl-draft.el (wl-draft-kill-flags): New function.
478         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
479
480 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
481
482         * wl-vars.el (wl-reply-hook): Abolish.
483         (wl-draft-reply-hook): New hook.
484         (wl-summary-reply-hook): Ditto.
485         (wl-draft-forward-hook): Ditto.
486         (wl-summary-forward-hook): Ditto.
487         (wl-draft-kill-flags): New variable.
488
489         * wl-summary.el (wl-summary-mark-as-answered-region): Use
490         wl-summary-set-persistent-mark-internal.
491         (wl-summary-sync-marks): Use elmo-preserved-flags.
492         (wl-summary-update-persistent-mark): Make it interactive.
493         (wl-summary-set-persistent-mark-internal): New inline function.
494         (wl-summary-mark-as-answered): Use it.
495         (wl-summary-mark-as-unanswered): Ditto.
496         (wl-summary-unset-persistent-mark): New function.
497         (wl-summary-set-persistent-mark): Ditto.
498         (wl-summary-reply): Don't set answered flag;
499         Run wl-summary-reply-hook instead.
500         (wl-summary-forward): Call wl-draft-forward with number.
501         Run wl-summary-forward-hook.
502
503         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
504         (wl-highlight-summary-line-face-spec): Use it as a default
505         persistent mark face.
506
507         * wl-draft.el (wl-draft-forward): Added optional argument number;
508         Set wl-draft-parent-number; Run wl-draft-forward-hook.
509         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
510         (wl-draft-kill): Use wl-draft-kill-flags.
511
512         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
513
514         * wl-folder.el (wl-folder-check-one-entity): Follow the change
515         of return value of elmo-folder-count-flags.
516
517         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
518
519         * wl-summary.el (wl-summary-count-unread): Ditto.
520         (wl-summary-sync-update): Follow the change above.
521         (wl-summary-force-prefetch): New function.
522
523 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
524
525         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
526         variable `buf' with `let' instead of `setq'.
527
528 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * wl-mime.el (wl-message-delete-current-part): If filename exists,
531         add Content-Disposition heaeder on the deleted part.
532
533 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-draft.el (wl-draft-save): Encode address list under edit by
536         `eword-encode-unstructured-field-body'.
537
538         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
539
540 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
543         wl-current-summary-buffer.
544
545 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
546
547         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
548         `numbers' is ignored.
549
550 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-folder.el (wl-folder-open-folder): Avoid error.
553         Reported by John Owens, [wl-en:815]
554
555         * wl.el (wl): Set timer for biff process even if prefix argument
556         is given or auto-checking is quitted.
557
558         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
559         immediately.
560         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
561         (wl-toggle-plugged): Ditto.
562
563         * wl-vars.el (wl-biff-use-idle-timer): New variable.
564         * wl-util.el (wl-biff-start): Use idle timer if
565         `wl-biff-use-idle-timer' is non-nil.
566
567 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
568
569         * wl-highlight.el (wl-highlight-message): Fix description.
570
571 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
574         tty.
575
576 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-action.el (wl-summary-exec): Print failure count.
579
580 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
583         to `defun', remove interactive form.
584         Set elmo-message-fetch-confirm when force-reload is non-nil.
585
586 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-summary.el (toplevel): Removed unnecessary autoload.
589
590 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
593         the buffer is generated from another message buffer.
594
595 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
598         extracted from `wl-fldmgr-save-folders'.
599         (wl-fldmgr-delete): Call it after deletion.
600
601 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
604         multi-tty support.
605
606 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
607
608         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
609
610 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
611
612         * wl-summary.el (wl-summary-rescan): Remove unused variables.
613         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
614
615 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
618         unsubscribe list only if argument CLEAR is nil.
619
620 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-draft.el (wl-draft-reply): Decode subject before removing
623         Re: prefix.
624
625 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
626
627         * wl-summary.el (wl-summary-sort-by-size): New command.
628
629 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-summary.el (wl-summary-number-list-from-region): New
632         function.
633         (wl-summary-mark-as-read-region): Use it.
634         (wl-summary-mark-as-unread-region): Ditto.
635         (wl-summary-set-flags-region): Ditto and add optional argument
636         remove.
637         (wl-summary-mark-as-answered-region): Ditto.
638         (wl-summary-mark-as-important-region): Ditto.
639         (wl-summary-target-mark-mark-as-important): Added optional
640         argument remove.
641         (wl-summary-target-mark-mark-as-answered): Ditto.
642         (wl-summary-target-mark-set-flags): Ditto.
643
644 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-summary.el (wl-summary-set-flags-region): Call
647         `wl-summary-set-flags-internal' with number list instead of call
648         one by each message.
649         (wl-summary-target-mark-set-flags): Likewise.
650
651 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-summary.el (wl-summary-target-mark-operation): Add optional
654         argument `inverse' and use `wl-summary-delete-all-target-marks'.
655         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
656         (wl-summary-target-mark-mark-as-answered): Likewise.
657
658 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-summary.el (wl-summary-target-mark-forward): Use
661         `wl-summary-delete-all-target-marks' instead of
662         `wl-summary-delete-all-temp-marks'.
663         (wl-summary-target-mark-reply-with-citation): Ditto.
664         (wl-summary-target-mark-uudecode): Ditto.
665         (wl-summary-target-mark-set-flags): Ditto and remove needless
666         cursor move.
667
668 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-summary.el (wl-summary-target-mark-forward): Protect
671         wl-summary-buffer-target-mark-list from nreverse.
672         (wl-summary-target-mark-reply-with-citation): Ditto.
673
674 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-thread.el (wl-thread-update-indent-string-thread): Use
677         `elmo-display-progress-threshold'.
678
679 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
682         check `wl-summary-highlight'.
683         (wl-summary-window-scroll-functions): Respect value of
684         `wl-summary-highlight'.
685         (wl-summary-sync-update): Run hooks
686         `wl-summary-buffer-window-scroll-functions' at any time.
687
688 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
691         from `wl-summary-cleanup-temp-marks'.
692         (wl-summary-cleanup-temp-marks): Abolish argument.
693         * wl.el (wl-save-status): Revert previous change.
694         (wl-execute-temp-marks): New function, call
695         `wl-summary-exec-with-confirmation'.
696         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
697         (wl-folder-save-and-exec-marks): Abolished.
698
699 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-e21.el (wl-e21-display-image-p): Respect
702         `wl-highlight-folder-with-icon'.
703         (wl-e21-highlight-folder-group-line): Highlight mouse line
704         even if wl-e21-display-image-p is nil.
705
706         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
707         Respect value of `wl-summary-highlight'.
708
709         * wl.el (wl-save-status): Remove unused variable.
710
711         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
712         (wl-folder-mode-map): Bind it to "x".
713
714 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
715
716         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
717
718         * wl-thread.el (wl-thread-get-parent-list): Don't check
719         disconnected ancestors, neglecting needless work in
720         `wl-thread-update-indent-string-thread'.
721
722         * wl.el (wl-save): Take prefix argument to execute remaining marks.
723         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
724         argument, add argument default-keep to keep marks by default.
725
726         * Version number is increased to 2.11.30.
727
728         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
729         customization type and docstring.
730         (wl-draft-reply-without-argument-list): Ditto.
731
732 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
735
736         * wl-spam.el (wl-spam-mark-action-list): Ditto.
737
738 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
741
742 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
743
744         * wl-draft.el (wl-draft-config-exec): Narrow the range of
745         save-excursion so as not to include run-hooks.
746
747 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
750         Clarify that marks are going to be cleared.
751
752 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
755         according to 3rd element of wl-summary-flag-mark.
756
757         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
758
759 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-action.el (wl-summary-target-mark-all): Don't set
762         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
763
764 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
765
766         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
767         (wl-forward-subject-prefix): Ditto.
768         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
769         (wl-draft-reply-make-subject): Ditto.
770
771         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
772         `wl-draft-forward'.
773         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
774
775 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-action.el (wl-summary-target-mark-set-action): Stop if
778         target message does not exist.
779
780 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
781
782         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
783         `wl-subject-prefix-regexp'.
784         (wl-subject-forward-prefix-regexp): New variable.
785         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
786         `wl-draft-strip-subject-re' and take regexp as argument.
787         (wl-draft-forward): Use it.
788         (wl-draft-reply): Ditto.
789
790 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
791
792         * wl-e21.el (wl-highlight-plugged-current-line): Change for
793         emacs multi-tty support.
794
795 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
796
797         * wl-e21.el (wl-e21-display-image-p): Don't call
798         `display-images-p'.
799         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
800         support.
801         (wl-highlight-folder-current-line): Ditto.
802         (wl-folder-init-icons): Ditto.
803
804 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
805
806         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
807         the last line of summary in unplugged mode.
808
809 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
810
811         * wl-vars.el (wl-refile-rule-alist): Doc fix.
812
813 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-vars.el (wl-user-mail-address-regexp): New variable.
816         * wl-address.el (wl-address-user-mail-address-p): Use it.
817         (wl-address-delete-user-mail-addresses): Ditto.
818         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
819
820         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
821         (wl-address-delete-user-mail-addresses): Ditto.
822
823         * wl-address.el (wl-address-delete-user-mail-addresses): New
824         function.
825         * wl-refile.el (wl-refile-guess-by-history): Use it.
826         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
827         (wl-draft-make-mail-followup-to): Ditto and fix logic.
828
829         * wl-draft.el (wl-draft-edit-string): To judge sender address,
830         use wl-address-user-mail-address-p.
831
832 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
835         after opening group.
836
837 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
840         of elmo-set-buffer-multibyte.
841
842         * wl-message.el (wl-original-message-mode): Ditto.
843
844         * wl-score.el (wl-score-insert-header): Ditto.
845
846         * wl-summary.el
847         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
848         (wl-summary-goto-folder-subr): Ditto.
849         (wl-summary-insert-headers): Ditto.
850
851         * wl-util.el (wl-set-string-width): Ditto.
852
853         * Version number is increased to 2.11.29.
854
855 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
858         (wl-highlight-summary-line-help-echo-alist): New variable.
859         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
860         into `wl-highlight-summary-line-help-echo' and
861         `wl-highlight-flag-folder-help-echo'.
862         (wl-highlight-summary-line-string): Change accordingly.
863         (wl-highlight-summary-current-line): Ditto.
864
865 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-highlight.el (wl-highlight-message): Ignore white spaces
868         at the beginning of field body (Thanks to Markus Knittig).
869
870         * wl-draft.el (wl-draft-insert-current-message): Also check
871         summary buffer, remove unnecessary tag.
872
873 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
874
875         * wl-draft.el (wl-draft-insert-current-message): Cause error also
876         when wl-message-buffer is nil.
877
878         * wl-folder.el (wl-folder): Abolish unused argument.
879         Call wl-folder-init when wl-folder-entity is nil.
880         * wl.el (wl): Change accordingly.
881
882 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
885         multibyte string before insert into draft buffer.
886         (wl-draft-create-buffer): Always enable multibyte characters for
887         draft buffer.
888
889         * Version number is increased to 2.11.28.
890
891 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-folder.el (wl-folder-open-close): Handle blank line.
894         (wl-folder-jump-to-current-entity): Ditto.
895
896 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * Version number is increased to 2.11.27.
899
900 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
901
902         * wl-thread.el (wl-thread-insert-message): When the thread is
903         devided by wl-summary-max-thread-depth, insert line at the end of
904         buffer.
905
906 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * Version number is increased to 2.11.26.
909
910 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
911
912         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
913
914 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
917         value of stream-type and session.
918
919 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * Version number is increased to 2.11.25.
922
923 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
924
925         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
926         in a quit message.
927
928 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
931         (wl-summary-redisplay-no-mime-internal): Ditto.
932
933 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
936         * wl-vars.el (wl-smtp-connection-type): Ditto.
937
938 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
939
940         * wl-highlight.el (wl-highlight-message): Change to strict regexp
941         for the separator line and quote mail-header-separator.
942
943 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-spam.el (wl-message-check-spam): Fixed problem no display
946         result message.
947
948         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
949         `elmo-multiple-fields-body-list' with boundary as
950         mail-header-separator.
951
952 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
955
956 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
957
958         * wl-util.el (wl-list-diff): Remove unused function.
959
960         * wl-draft.el (wl-draft-send-confirm): Discard input before
961         confirmation.
962
963 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
966         order of flag and new.
967
968 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-vars.el (wl-refile-policy-alist): Abolished.
971
972         * wl-action.el (wl-summary-set-action-refile): Follow the change
973         above.
974
975 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * wl-highlight.el (wl-highlight-signature-search): Don't use
978         re-search-backward for a long word since it is possible to crash
979         XEmacs because of a bug.
980
981 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
982
983         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
984
985 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
988         argument for wl-summary-sync-force-update.
989
990 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-summary.el (wl-summary-mode-map): Revival of
993         wl-summary-mark-as-important related bindings;
994         Bind 'F','tF','mF','rF','m&'.
995         (wl-summary-mark-as-important-region): Revival.
996         (wl-summary-target-mark-mark-as-important): Ditto.
997         (wl-summary-target-mark-operation): New function.
998         (wl-summary-target-mark-mark-as-answered): Use it.
999         (wl-summary-decide-flag): Don't set Important as default.
1000         (wl-summary-mark-as-important-internal): Revival.
1001         (wl-summary-mark-as-important): Ditto.
1002
1003         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1004
1005         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1006         instead of facep.
1007
1008 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1009
1010         * wl-dnd.el (wl-dnd-drop-func): Fix.
1011
1012         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1013         mouse-set-point instead of posn-point.
1014
1015         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1016
1017         * wl-mule.el (wl-completing-read-multiple): Ditto.
1018
1019 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-demo.el (face-background-name): Defalias to avoid compile
1022         warning.
1023
1024 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1025
1026         * wl-summary.el (wl-summary-decide-flag): Use
1027         wl-completing-read-multiple instead of completing-read-multiple.
1028
1029         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1030         New alias.
1031
1032         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1033         Use face-background-name instead of face-background.
1034
1035         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1036
1037         * wl-summary.el (wl-summary-save): Use it.
1038         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1039
1040         * wl-mime.el (wl-mime-save-content): Fix last change.
1041
1042 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1043
1044         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1045         New function.
1046         (wl-summary-sort-specs): Added sort.
1047         * wl-mime.el (wl-mime-save-content): Expand file name.
1048
1049 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1050
1051         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1052
1053         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1054
1055 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1058         for flag if it is not defined.
1059
1060 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-e21.el (wl-highlight-folder-current-line): Use
1063         elmo-folder-type-internal when elmo-folder-type returns nil.
1064
1065         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1066
1067         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1068
1069         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1070
1071         * wl-e21.el (wl-summary-toolbar): Ditto.
1072
1073         * wl-vars.el (wl-demo-background-color): Abolished.
1074         (wl-summary-persistent-mark-priority-list): Renamed from
1075         wl-summary-flag-priority-list.
1076         (wl-summary-flag-alist): New user option.
1077         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1078         (wl-message-mode-line-format-spec-alist): Added 'F'.
1079         (wl-message-mode-line-format): Likewise.
1080         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1081         instead of wl-summary-important-mark.
1082         (wl-file-folder-icon): New variable.
1083
1084         * wl-thread.el (wl-thread-set-flags): Renamed from
1085         wl-thread-mark-as-important.
1086
1087         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1088         warning.
1089         (wl-summary-mode-menu-spec): Follow the change of 
1090         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1091         (wl-summary-mode-map): Follow the change of
1092         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1093         (wl-summary-detect-mark-position): Follow the variable name change.
1094         (wl-summary-set-flags-region): New function for the replacement of
1095         wl-summary-mark-as-important-region.
1096         (wl-summary-sync-marks): Sync all global-flags.
1097         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1098         instead of elmo-message-flagged-p.
1099         (wl-summary-persistent-mark-string): Follow the variable name change;
1100         Put wl-summary-flag-mark if the message has global-flag.
1101         (wl-summary-target-mark-set-flags): Renamed from 
1102         wl-summary-target-mark-mark-as-important.
1103         (wl-summary-decide-flag): New function.
1104         (wl-summary-set-flags-internal): Renamed from
1105         wl-summary-mark-as-important-internal.
1106         (wl-summary-add-flags-internal): New function.
1107         (wl-summary-remove-flags-internal): Ditto.
1108         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1109         (wl-summary-mark-as-unimportant): Abolish.
1110         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1111         (wl-summary-next-message): List flagged messages in the msgdb.
1112
1113         * wl-score.el (wl-summary-score-update-all-lines): Use
1114         wl-summary-add-flags-internal instead of 
1115
1116         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1117
1118         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1119         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1120         (wl-message-buffer-require-all-header): Renamed from
1121         wl-message-buffer-all-header-flag (Ditto).
1122         (wl-message-buffer-flag-indicator): New variable.
1123         (wl-message-redisplay): Changed local varibale name from `flag' to
1124         `display-type'; Set up wl-message-buffer-flag-indicator.
1125         (wl-message-buffer-display): Changed varibale name from `flag' to
1126         `display-type'.
1127         (wl-message-display-internal): Likewise.
1128
1129         * wl-highlight.el (wl-highlight-demo-face): Define default background
1130         color.
1131         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1132
1133         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1134
1135         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1136         (wl-demo-setup-properties): Renamed from
1137         `wl-demo-set-background-color'.
1138         (wl-demo): Follow the change above.
1139         
1140         * Version number is increased to 2.11.24.
1141
1142 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-summary.el (wl-summary-toggle-thread): Call
1145         `wl-summary-rescan' with disable-thread as non-nil.
1146         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1147
1148 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1149
1150         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1151         foreground property of the face.
1152         (wl-demo-insert-text): Don't set up face property here.
1153         (wl-demo): Call wl-demo-set-background-color, anyway.
1154
1155 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1156
1157         * wl-vars.el (wl-demo-background-color): The value can be nil.
1158
1159 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1160
1161         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1162         to wl-summary-wheel-dispatcher.
1163
1164         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1165         wl-message-wheel-dispatcher.
1166         (wl-message-wheel-dispatcher): New function.
1167         (wl-summary-wheel-dispatcher): Ditto.
1168
1169 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1170
1171         * wl-action.el (wl-summary-target-mark-all): List messages which are
1172         not in the killed-list.
1173
1174         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1175         only when the folder is 'flag/important.
1176
1177         * wl-address.el (wl-complete-field-body): Complete if the last
1178         character is a space.
1179
1180 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-folder.el (wl-folder-clear-entity-info): Use
1183         elmo-clear-hash-val.
1184
1185         * wl-fldmgr.el (wl-fldmgr-rename): Set
1186         wl-folder-info-alist-modified as t.
1187
1188 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1191
1192 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1193
1194         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1195         (wl-folder-buffer-last-visited-entity-id): New buffer local
1196         variable.
1197         (wl-folder-revisit-last-visited-folder): New function.
1198         (wl-folder-mode-map): Bind it to "C-i".
1199         (wl-folder-set-current-entity-id): Set last visited folder.
1200         * wl-summary.el (wl-summary-exit): Ditto.
1201
1202 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1205         before calling `recenter' in order to cope with an XEmacs bug.
1206
1207 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1210         to the default value.
1211
1212 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1215         change.
1216         (wl-summary-sync-marks): Ditto.
1217         (wl-summary-mark-as-read-internal): Ditto.
1218         (wl-summary-mark-as-answered-internal): Ditto.
1219         (wl-summary-mark-as-important-internal): Ditto.
1220         (wl-summary-reply): Ditto.
1221
1222         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1223         instead of `elmo-folder-unflag-answered'.
1224
1225         * Version number is increased to 2.11.23.
1226
1227         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1228         the last change.
1229
1230 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1231
1232         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1233         Specify "spam" or "good".
1234
1235 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-spam.el (wl-summary-exec-action-spam): Call
1238         wl-folder-confirm-existence for spam folder.
1239         (wl-spam-setup): Bind "mk".
1240
1241 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1244
1245 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1246
1247         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1248         destination folder is empty.
1249
1250 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1253         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1254
1255         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1256         (wl-summary-refile-prev-destination-region): New function.
1257         (wl-thread-refile-prev-destination): Ditto.
1258         (wl-summary-target-mark-refile-prev-destination): Ditto.
1259
1260 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1261
1262         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1263         (wl-demo-background-color): Changed default value.
1264
1265         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1266         color.
1267
1268         * wl-demo.el (wl-demo-set-background-color): New function.
1269         (wl-demo): Call it.
1270
1271 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1274         * wl-address.el (wl-address-add-or-change): Don't add empty
1275         address.
1276
1277 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1278
1279         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1280
1281 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1282
1283         * wl-vars.el (wl-demo-image-filter-alist): New variable
1284         (wl-demo-background-color): Ditto.
1285
1286         * wl-demo.el (wl-demo-xpm-set-background): New function.
1287         (wl-demo-image-filter): Ditto.
1288         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1289
1290         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1291
1292         * wl-demo.el (wl-demo-icon-name): Define as function.
1293         (wl-demo-insert-image): Use it.
1294
1295 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1296
1297         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1298
1299 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1300
1301         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1302
1303 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1304
1305         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1306
1307 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-thread.el (wl-thread-mark-as-answered): New function.
1310
1311         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1312         answered" entry.
1313         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1314         "r&" and wl-thread-mark-as-answered to "t&".
1315         (wl-summary-mark-as-important-region): Refine to toggle mark.
1316         (wl-summary-mark-as-answered-region): New function.
1317         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1318         and 3rd argument.
1319         (wl-summary-mark-as-important-internal): Likewise.
1320
1321 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-template.el (wl-template-preview): New internal variable.
1324         (wl-template-preview-p): New function.
1325         (wl-template-show): Bind `wl-template-preview' as t.
1326
1327 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1330         `elmo-message-entity-field' with 3rd argument which is non-nil.
1331
1332 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1335         Removed duplicate local bind `folder'.
1336
1337 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1340
1341 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1344         duplicate definition.
1345
1346 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1349         non-nil, use it; Don't fetch message if there's no message in the
1350         current cursor position.
1351
1352 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-util.el (wl-region-exists-p): Use region-active-p.
1355         (wl-deactivate-region): New function.
1356         * wl-message.el (wl-message-redisplay): Deactivate region.
1357
1358         * wl-summary.el (wl-summary-reply): Call
1359         `wl-summary-set-message-buffer-or-redisplay' instead of
1360         `wl-summary-redisplay-internal', don't move point.
1361
1362 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1365         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1366         by regexp.
1367
1368 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1371         if no need.
1372
1373 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1376         default value to nil.
1377         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1378         `wl-summary-prepare-hook'; Replace refile action to
1379         `wl-summary-exec-action-refile-with-register'.
1380
1381         * Version number is increased to 2.11.22.
1382
1383 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-summary.el (wl-summary-detect-mark-position): Set
1386         `wl-summary-buffer-weekday-name-lang'.
1387
1388 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1389
1390         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1391         (wl-summary-mark-as-read-all): Ditto.
1392         (wl-summary-delete-messages-on-buffer): Ditto.
1393         (wl-summary-sync-update): Ditto.
1394         (wl-summary-mark-as-read-internal): Ditto.
1395         (wl-summary-mark-as-answered-internal): Ditto.
1396         (wl-summary-update-folder-info): Abolished.
1397
1398 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-summary.el (wl-summary-mark-as-read-all): Use
1401         `wl-summary-update-folder-info' instead of
1402         `wl-folder-update-unread'.
1403
1404 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1405
1406         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1407         `wl-summary-folder-info-update'.
1408         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1409         instead of `wl-summary-folder-info-update'.
1410         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1411         `wl-folder-set-folder-updated'.
1412         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1413         instead of `wl-folder-update-unread'.
1414         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1415         the value of `wl-summary-buffer-unread-count' for the second parameter of
1416         `wl-folder-update-unread'.
1417
1418         * Version number is increased to 2.11.21.
1419
1420 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1421
1422         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1423         a local variable.
1424
1425 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1428         interactively.
1429
1430         * wl-summary.el (wl-summary-mark-as-important-internal): New
1431         internal function.
1432         (wl-summary-mark-as-important): Use it.
1433         (wl-summary-mark-as-unimportant): New function.
1434         (wl-summary-sync-marks): Follow the API change.
1435
1436         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1437
1438         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1439
1440 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1441
1442         * wl-folder.el (wl-folder-update-unread): Re-indent.
1443         Narrow the scope of a local variable.
1444
1445 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1448         (wl-addrmgr-merge-entries): Ditto.
1449         (wl-addrmgr): Added to address entry which exists in draft buffer
1450         if no entry is in original.
1451
1452 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-batch.el: New file.
1455
1456 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1457
1458         * wl-vars.el (wl-use-semi): Remove unused variable.
1459
1460 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1461
1462         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1463         "?".
1464
1465 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1468         wl-summary-new-mark.
1469         (wl-summary-new-cached-mark): New user option.
1470         (wl-summary-score-marks): Follow the change above.
1471         (wl-summary-auto-refile-skip-marks): Ditto.
1472         (wl-summary-incorporate-marks): Ditto.
1473         (wl-summary-expire-reserve-marks): Ditto.
1474
1475         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1476
1477         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1478         (wl-summary-persistent-mark-string): Distinguished between cached
1479         and uncached mark when the message is new.
1480
1481 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-spam.el (wl-spam-domain): Renamed from
1484         `wl-spam-folder-guess-domain'.
1485         (wl-summary-exec-action-spam): Register as spam if domain of the
1486         source folder is good.
1487         (wl-summary-exec-action-refile-with-register): Register message if
1488         domain of the source folder is not undecided.
1489
1490 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1493         detect thread loop.
1494
1495 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1498         and wl-summary-skip-mark-list.
1499
1500 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1503
1504         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1505
1506         * wl-spam.el (toplevel): Require wl-highlight.
1507         (wl-spam-auto-check-policy-alist): Abolish.
1508         (wl-spam-auto-check-folder-regexp-list): New user option.
1509         (wl-spam-auto-check-marks): Ditto.
1510         (wl-spam-mark-action-list): Ditto.
1511         (wl-highlight-summary-spam-face): New face.
1512         (wl-spam-auto-check-message-p): New function.
1513         (wl-spam-map-spam-messages): Fixed message.
1514         (wl-spam-register-spam-messages): Ditto.
1515         (wl-spam-register-good-messages): Ditto.
1516         (wl-summary-spam-map): Add and remove keybind.
1517         (wl-summary-target-mark-spam): Abolish.
1518         (wl-summary-refile-spam): Ditto.
1519         (wl-summary-test-spam): New function.
1520         (wl-summary-mark-spam): Ditto.
1521         (wl-summary-auto-check-spam): Follow the above change.
1522         (wl-summary-exec-action-spam): New function.
1523         (wl-summary-exec-action-refile-with-register): Fixed message.
1524         (wl-message-check-spam): New function.
1525         (wl-spam-setup): Ditto.
1526         (toplevel): Call it if this file is loaded interactivity.
1527
1528         * Version number is increased to 2.11.20.
1529
1530 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1531
1532         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1533         when new optional argument `force' is non nil or modified.
1534
1535 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl.el (toplevel): Require wl-spam when compile.
1538         (wl-save-status): Call wl-spam-save-status.
1539
1540         * wl-spam.el (wl-spam-register-spam-messages): New function.
1541         (wl-spam-register-good-messages): Ditto.
1542         (wl-spam-save-status): Ditto.
1543         (wl-summary-mode-map): Bind
1544         wl-summary-target-mark-register-as-spam to "ms" and
1545         wl-summary-target-mark-register-as-good to "mn".
1546         (wl-summary-register-as-spam): Abolish optional argument; Use
1547         wl-spam-register-spam-messages.
1548         (wl-summary-register-as-spam-all): Use
1549         wl-spam-register-spam-messages.
1550         (wl-summary-register-as-good): Abolish optional argument; Use
1551         wl-spam-register-good-messages.
1552         (wl-summary-register-as-good-all): Use
1553         wl-spam-register-good-messages.
1554         (wl-summary-target-mark-register-as-spam): New funtion.
1555         (wl-summary-target-mark-register-as-good): Ditto.
1556
1557 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-spam.el: New file.
1560
1561 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1562
1563         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1564
1565         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1566         (wl-summary-auto-refile): Call wl-refile-guess with
1567         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1568
1569 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1572         with disable-thread argument non-nil.
1573
1574 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-summary.el (wl-summary-rescan): Added optional argument
1577         disable-thread.
1578         (wl-summary-sync): Call wl-summary-rescan with argument
1579         disable-thread.
1580         (wl-summary-input-range): Added new range `rescan-thread'.
1581
1582 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1583
1584         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1585
1586 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1589         internal variable.
1590         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1591         wl-summary-search-parent-by-subject-regexp and
1592         wl-summary-divide-thread-when-subject-changed as nil.
1593         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1594         (wl-summary-insert-thread): Search parent entity from
1595         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1596         thread loop.
1597
1598 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1601
1602         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1603
1604         * wl-util.el (wl-require-update-all-folder-p): New function.
1605         (wl-get-assoc-list-value): Added `function' to match directive.
1606         (wl-collect-draft): Rewrite.
1607
1608         * wl-summary.el (wl-summary-sync-update): Clear faces
1609         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1610         are non-nil.
1611         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1612         argument as function.
1613         (wl-summary-input-range): Ditto.
1614
1615         * wl-folder.el (wl-draft-get-folder): New function.
1616         (wl-folder-get-elmo-folder): Consider draft folder.
1617
1618         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1619         (wl-draft-buffer-message-number): New buffer local variable.
1620         (wl-draft-folder-internal): New internal variable.
1621         (wl-draft-delete): Rewrite.
1622         (wl-draft-save): Ditto.
1623         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1624         wl-folder-get-elmo-folder.
1625         (wl-draft-config-info-operation): Ditto.
1626         (wl-jump-to-draft-folder): Ditto.
1627         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1628         (wl-draft-reedit): Rewrite.
1629
1630         * Version number is increased to 2.11.19.
1631         
1632 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1633
1634         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1635         variable.
1636
1637 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1640         Use ignore-errors instead of unwind-protect.
1641
1642 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1643
1644         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1645         for updating `wl-thread-entity-list'.
1646
1647 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1648
1649         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1650         parameter from calling `wl-thread-entity-get-older-brothers' and
1651         `wl-thread-entity-get-younger-brothers'.
1652         Replace nested `append' with a single one.
1653
1654 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-summary.el (wl-summary-mode): Don't use the return value of
1657         `make-local-hook'.
1658
1659 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1660
1661         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1662         instead of `let*'.
1663         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1664         of local variables.
1665
1666 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1669         Renamed from wl-summary-window-scroll-functions.
1670         (wl-summary-window-scroll-functions): Don't set to variable.
1671         (wl-summary-display-top): Use run-hooks.
1672         (wl-summary-display-bottom): Ditto.
1673         (wl-summary-toggle-disp-msg): Ditto.
1674         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1675         Use it instead of wl-summary-window-scroll-functions.
1676         (wl-summary-goto-folder-subr): Don't call
1677         wl-summary-window-scroll-functions, use
1678         wl-summary-buffer-window-scroll-functions instead.
1679
1680 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1683         make-local-variable.
1684
1685 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1686
1687         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1688         set-buffer-modified-p.
1689         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1690         (wl-summary-display-bottom): Ditto.
1691         (wl-summary-toggle-disp-msg): Ditto.
1692
1693 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1696
1697         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1698         (wl-summary-forward): Use elmo-message-entity-field instead of
1699         elmo-message-field.
1700
1701         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1702
1703 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1704
1705         * wl-summary.el (wl-summary-window-scroll-functions): No use
1706         `append'.
1707
1708 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1709
1710         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1711         function.
1712         (wl-summary-window-scroll-functions): Call it when both
1713         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1714         (wl-summary-temp-mark): Added optional argument number.
1715         (wl-summary-message-mark): Added optional argument flag.
1716         (wl-summary-persistent-mark): Added optional argument number and flag.
1717         (wl-summary-update-persistent-mark): Ditto.
1718         (wl-summary-update-status-marks): Set "r" for interactive spec.
1719
1720         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1721         argument number and flag.
1722
1723         * wl-action.el (wl-summary-registered-temp-mark): 
1724         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1725
1726 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1729         internal variable (buffer local).
1730         (wl-summary-window-scroll-functions): New function.
1731         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1732         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1733         as nil.
1734         (wl-summary-update-status-marks): Added arguments beg, end and
1735         check.
1736         (wl-summary-update-mark-window): Use function.
1737         (wl-summary-sync-update): Follow the change above.
1738         (wl-summary-switch-to-clone-buffer): Copy
1739         wl-summary-buffer-unsync-mark-number-list.
1740         (wl-summary-goto-folder-subr): Set
1741         wl-summary-buffer-unsync-mark-number-list and
1742         use wl-summary-window-scroll-functions instead of
1743         wl-summary-lazy-highlight.
1744
1745         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1746
1747 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1750
1751         * wl-summary.el (wl-summary-update-persistent-mark): Call
1752         wl-summary-set-message-modified.
1753
1754         * wl-summary.el (wl-summary-sync-update): Don't call
1755         wl-summary-update-status-marks.
1756
1757         * Version number is increased to 2.11.18.
1758
1759 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1760
1761         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1762         (wl-message-next-page): Ditto.
1763
1764 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1765
1766         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1767         local variable.  Change the order of a collected list into the
1768         same as the specified range.  Remove nil from a collected list.
1769
1770 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1773         argument for elmo-folder-list-messages.
1774
1775 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1778         change (wl-summary-count-unreads return a list instead of a cons
1779         cell).
1780
1781 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1782
1783         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1784         `wl-summary-folder-info-update'.
1785
1786 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1787
1788         * wl-summary.el (wl-summary-set-message-modified): No use
1789         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1790         (wl-summary-set-mark-modified): Abolish.
1791         (wl-summary-mark-modified-p): Ditto.
1792         (wl-summary-save-view): Follow the change above.
1793
1794         * wl-expire.el (wl-summary-expire): Likewise.
1795
1796 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1797
1798         * wl-summary.el (wl-summary-detect-mark-position): Use
1799         modb-entity-handler.
1800         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1801
1802         * Version number is increased to 2.11.17.
1803
1804 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1807         entity field value.
1808         (wl-summary-prefetch-msg): Ditto.
1809         (wl-summary-print-message-with-ps-print): Ditto.
1810
1811 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1814         for dummy entity.
1815         (wl-summary-insert-thread): Use elmo-message-entity-field.
1816         (wl-summary-update-thread): Use elmo-message-entity-field and
1817         elmo-message-entity-number.
1818         (wl-summary-line-number):  Use elmo-message-entity-number.
1819         (wl-summary-line-size): Use elmo-message-entity-field.
1820         (wl-summary-line-subject): Ditto.
1821         (wl-summary-line-from): Ditto.
1822         (wl-summary-line-attached): Ditto.
1823         (wl-summary-create-line): Ditto.
1824         (wl-summary-create-line): Use elmo-message-entity-number.
1825         (wl-summary-print-message-with-ps-print): Use
1826         elmo-message-entity-field.
1827
1828 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1831         change in elmo-msgdb-make-message-entity.
1832         (wl-summary-buffer-set-folder): Don't call
1833         wl-summary-detect-mark-position here.
1834         (wl-summary-rescan): Call elmo-message-entity-number.
1835         (wl-summary-sync-update): Ditto.
1836         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1837
1838         * wl-score.el (wl-score-header-index): Redefine 2th element.
1839         (wl-score-overview-entity-get-extra): Abolish.
1840         (wl-score-ov-entity-get): Rewrite.
1841         (wl-score-string-index<, wl-score-string-func<): Abolish.
1842         (wl-score-string<): New function.
1843         (wl-score-string-sort): Use it.
1844
1845         * wl-refile.el (wl-refile-guess-by-history): Use
1846         elmo-message-entity-field.
1847         (wl-refile-guess-by-from): Ditto.
1848         (wl-refile-guess-by-msgid): Ditto.
1849
1850         * Version number is increased to 2.11.16.
1851
1852 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1853
1854         * wl-folder.el (wl-folder-confirm-existence): Don't call
1855         file-exists-p if msgdb-path is nil.
1856         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1857         `wl-read-folder-hist' to `wl-read-folder-history'.
1858
1859 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1860
1861         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1862         `y-or-n-p'.
1863
1864 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1865
1866         * wl-score.el (wl-score-headers): Don't use
1867         elmo-folder-do-each-message-entity.
1868
1869         * Version number is increased to 2.11.15.
1870
1871 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1872
1873         * wl-summary.el (wl-summary-delete-all-msgs): Use
1874         elmo-folder-move-messages instead of elmo-folder-delete-messages
1875         and elmo-folder-detach-messages.
1876         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1877
1878         * wl-expire.el (wl-expire-delete): Ditto.
1879         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1880
1881 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1884         (wl-message-header-narrowing-fields): Ditto.
1885         (wl-message-header-narrowing-lines): Ditto.
1886         (wl-message-header-narrowing-string): Ditto.
1887
1888         * wl-summary.el (wl-summary-mode-map): Bind
1889         wl-summary-toggle-header-narrowing to "C-cC-f".
1890         (wl-summary-toggle-header-narrowing): New function.
1891
1892         * wl-message.el (wl-message-buffer-create): Call
1893         wl-message-header-narrowing-setup.
1894         (wl-message-redisplay): Call wl-message-header-narrowing.
1895         (wl-message-header-narrowing): New function.
1896         (wl-message-header-narrowing-map): New keymap.
1897         (wl-message-header-narrowing-widen-map): New keymap.
1898         (wl-message-header-narrowing-again-at-mouse): New function.
1899         (wl-message-header-narrowing-1): Ditto.
1900         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1901         (wl-message-header-narrowing-setup): Ditto.
1902         (wl-message-header-narrowing-toggle): Ditto.
1903         
1904         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1905
1906         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1907         'flag as all.
1908         (wl-use-flag-folder-help-echo): New user option.
1909
1910         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1911         wl-summary-highlight as nil.
1912         (wl-summary-set-mark-modified): Follow the API change.
1913         (wl-summary-mark-modified-p): Ditto.
1914         (wl-summary-mark-as-read-all): Ditto.
1915         (wl-summary-sync-marks): Don't call
1916         elmo-folder-list-messages-with-global-mark.
1917         (wl-summary-mark-as-read-internal): Follow the API change.
1918         (wl-summary-mark-as-answered-internal): Ditto.
1919         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1920         Follow the API change.
1921         (wl-summary-create-line): Call with number argument.
1922         (wl-summary-reply): Follow the API change.
1923
1924         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1925         function.
1926         (wl-highlight-summary-line-string): Call it when
1927         wl-use-flag-folder-help-echo is non-nil.
1928         (wl-highlight-summary-current-line): Ditto.
1929         (elmo-flag-folder-referrer): Added autoload setting.
1930
1931         * wl-draft.el (wl-draft-kill): Follow the API change.
1932
1933         * Version number is increased to 2.11.14.
1934         
1935 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1938
1939 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * Version number is increased to 2.11.13.
1942
1943 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-draft.el (wl-draft-previous-history-element): Fixed
1946         unbalanced parenthesis and bind unbound local variables.
1947
1948 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-draft.el (wl-draft-previous-history-element): New function.
1951         (wl-draft-next-history-element): Ditto.
1952         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1953         them to M-p and M-n.
1954
1955 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * Version number is increased to 2.11.12.
1958
1959 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-draft.el (wl-draft-hide): Select buffer-window.
1962
1963 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1964
1965         * wl-summary.el (wl-summary-narrow-to-region): New function.
1966         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1967         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1968         (wl-summary-save-region): Use it.
1969         * wl-action.el (wl-summary-collect-numbers-region)
1970         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1971
1972 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1973
1974         * wl-folder.el (wl-folder-count-incorporates): Don't use
1975         `elmo-msgdb-mark-load'
1976
1977         * Version number is increased to 2.11.11.
1978
1979 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1982         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1983
1984 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1987
1988 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * Version number is increased to 2.11.10.
1991
1992 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-mime.el (wl-draft-attribute-value): Fixed.
1995
1996 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-util.el (wl-copy-local-variables): New function.
1999
2000         * wl-mime.el (wl-draft-attribute-recipients): New function.
2001         (wl-draft-attribute-envelope-from): Ditto.
2002         (wl-draft-attribute-smtp-posting-server): Ditto.
2003         (wl-draft-attribute-smtp-posting-port): Ditto.
2004         (wl-draft-attribute-value): Ditto.
2005         (wl-draft-preview-message): Use it to get value for
2006         attributes. Reflect result of `wl-draft-config'.
2007
2008         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2009         and call `wl-summary-mark-as-read' before to call
2010         `wl-summary-unset-mark'.
2011         (wl-summary-target-mark-mark-as-unread): Likewise.
2012         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2013
2014 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * wl-mime.el (wl-draft-preview-message): Use actual value for
2017         attributes; Fix for small window.
2018
2019 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-refile.el (wl-refile-get-field-value): Call
2022         `elmo-message-entity-field' with 3rd argument is non-nil.
2023
2024 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2025
2026         * wl-vars.el (wl-draft-preview-attributes): New user option.
2027         (wl-draft-preview-attributes-list): Ditto.
2028         (wl-draft-preview-attributes-buffer-lines): Ditto.
2029         (wl-draft-preview-attributes-buffer-name): Ditto.
2030
2031         * wl-mime.el (wl-draft-preview-message): Display attributes.
2032
2033 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-summary.el (wl-summary-detect-mark-position): Bind
2036         wl-summary-flag-priority-list to '(new).
2037
2038 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2041         funtion.
2042         (wl-highlight-summary-line-string): Use it.
2043         (wl-highlight-summary-current-line): Ditto.
2044
2045 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2048         line even when the mark string is not changed.
2049
2050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2051         argument change in the wl-summary-create-line.
2052         (wl-thread-insert-entity-sub): Ditto.
2053
2054         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2055         argument change in the wl-summary-create-line.
2056         (wl-summary-insert-sequential): Ditto.
2057         (wl-summary-update-thread): Ditto.
2058         (wl-summary-persistent-mark-string): New inline function.
2059         (wl-summary-message-mark): Use it.
2060         (wl-summary-create-line): Abolish argument wl-persistent-mark
2061         and added wl-flags, wl-cached.
2062
2063         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2064         mark to flags.
2065         (wl-highlight-summary-current-line): Decide the face not by the 
2066         persistent mark but flags.
2067
2068 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2071         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2072         wl-summary-read-uncached-mark): Revive.
2073         (wl-summary-answered-cached-mark,
2074         wl-summary-answered-uncached-mark): New user option.
2075         (wl-summary-score-marks): Follow the change above.
2076         (wl-summary-auto-refile-skip-marks): Ditto.
2077         (wl-summary-incorporate-marks): Ditto.
2078         (wl-summary-expire-reserve-marks): Ditto.
2079         (wl-summary-flag-priority-list): New user option.
2080
2081         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2082         changes.
2083         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2084         of elmo-message-mark.
2085         (wl-summary-mark-as-read-internal): Ditto.
2086         (wl-summary-mark-as-answered): Ditto.
2087         (wl-summary-mark-as-important): Ditto.
2088         (wl-summary-redisplay-internal): Ditto.
2089         (wl-summary-redisplay-no-mime-internal): Ditto.
2090         (wl-summary-message-mark): New function.
2091         (wl-summary-insert-sequential): Use wl-summary-message-mark
2092         instead of elmo-message-mark.
2093         (wl-summary-update-thread): Ditto.
2094         (wl-summary-persistent-mark): Ditto.
2095         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2096         instead of elmo-message-mark.
2097
2098         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2099         wl-summary-message-mark instead of elmo-message-mark.
2100         (wl-thread-insert-entity-sub): Ditto.
2101         (wl-thread-get-children-msgs-uncached): Ditto.
2102
2103         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2104         variable name changes.
2105         (wl-highlight-summary-current-line): Ditto.
2106
2107         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2108         wl-summary-message-mark instead of elmo-message-mark.
2109
2110         * wl-expire.el (wl-expire-message-p): Ditto.
2111
2112         * wl-score.el (wl-score-headers): Ditto.
2113
2114         * Version number is increased to 2.11.9.
2115
2116         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2117         (wl-summary-sync-update): Follow the change above.
2118         (wl-summary-switch-to-clone-buffer): Ditto.
2119         (wl-summary-open-folder): Ditto.
2120
2121 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2124         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2125
2126         * Version number is increased to 2.11.8.
2127
2128         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2129
2130         * wl-expire.el (wl-expire-refile): Follow the API change on
2131         `elmo-folder-move-messages'.
2132         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2133
2134         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2135         (wl-summary-exec-action-refile): Ditto.
2136         (wl-summary-exec-action-copy): Ditto.
2137         (wl-summary-no-auto-refile-message-p): No use
2138         `wl-summary-buffer-msgdb'.
2139         (wl-summary-auto-refile): Ditto.
2140
2141 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2144
2145 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-summary.el (wl-summary-sync): Treat no-sync.
2148
2149         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2150         (wl-default-sync-range): Ditto.
2151
2152 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-refile.el (wl-refile-subject-learn): Call
2155         `elmo-message-entity-field' with 3rd argument is non-nil.
2156         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2157         instead of `elmo-msgdb-overview-entity-get-subject'.
2158
2159 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2162         scan-type is rescan.
2163         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2164         new optional argument force is non-nil.
2165         (wl-summary-save-view-cache): Call it with force argument non-nil.
2166
2167         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2168
2169 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-action.el (wl-summary-print-argument): Fixed last change.
2172
2173 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2176         simplified.
2177         (wl-summary-target-mark-mark-as-unread): Likewise.
2178         (wl-summary-target-mark-mark-as-important): Likewise.
2179
2180 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2181
2182         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2183         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2184         (wl-summary-mark-as-important-region): Change accordingly.
2185         (wl-summary-target-mark-mark-as-important): Ditto.
2186
2187 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2190
2191         * wl-action.el (wl-summary-print-argument): Print argument to
2192         right side of window if `wl-summary-print-argument-within-window'
2193         is non-nil.
2194
2195 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * wl-action.el (wl-summary-set-mark): Use
2198         `wl-summary-message-visible-p' to check visibility of the message
2199         and jump to message only when the message line is visible and have
2200         different number; Call wl-summary-unset-mark with number argument.
2201         (wl-summary-unset-mark): 
2202         Use `wl-summary-message-visible-p'
2203         to check visibility of the message and jump to message only when
2204         the message line is visible and have different number;
2205
2206 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2207
2208         * Version number is increased to 2.11.7.
2209
2210         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2211         and wl-folder-summary-line-format.
2212
2213         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2214         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2215         (wl-summary-set-score-mark): Use it.
2216         (wl-summary-target-mark-mark-as-read): Ditto.
2217         (wl-summary-target-mark-mark-as-unread): Ditto.
2218         (wl-summary-target-mark-mark-as-important): Ditto.
2219         (wl-summary-target-mark-msgs): Simplified.
2220         (wl-summary-detect-mark-position): Fixed problem when
2221         summary-line-format no contain persisten/temp mark spec.
2222         (wl-summary-temp-mark): Ditto.
2223         (wl-summary-persistent-mark): Ditto.
2224         (wl-summary-update-persistent-mark): Ditto.
2225
2226         * wl-action.el (wl-summary-set-mark): Ditto.
2227         (wl-summary-unset-mark): Ditto.
2228         All other related portions are changed.
2229
2230 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * Version number is increased to 2.11.6.
2233
2234 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-util.el (wl-current-message-buffer): Define as function;
2237         Don't use the value of wl-messge-buffer.
2238
2239         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2240         persistent mark.
2241
2242         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2243         no current message, cause an error.
2244
2245 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-summary.el (wl-summary-set-message-modified): Use
2248         elmo-folder-set-message-modified instead of
2249         elmo-folder-set-message-modified-internal.
2250
2251 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2254         interactively.
2255         (wl-summary-sync): nokill->entirely.
2256         (wl-summary-sync-marks): Fixed message.
2257         (wl-summary-input-range): Added mark, nokill->entirely.
2258
2259         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2260         messages as read.
2261
2262 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2263
2264         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2265         update-noscore.
2266         (wl-summary-sync): Follow the change above.
2267
2268 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-action.el (wl-summary-target-mark-all): Use
2271         elmo-folder-list-messages.
2272
2273 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2276         (wl-summary-rescan): Set wl-summary-scored as nil.
2277         (wl-summary-sync-force-update): Follow the change above.
2278         (wl-summary-sync): Ditto.
2279         (wl-summary-sync-update): Added argument disable-killed.
2280         (wl-summary-insert-headers): Set visible-only argument for
2281         elmo-folder-list-messages.
2282         (wl-summary-input-range): Added update-nokill, update-noscore,
2283         all-nokill, all-noscore and mark.
2284
2285         * Version number is increased to 2.11.5.
2286
2287         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2288
2289 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2292         (wl-summary-prefetch-region-no-mark): Change accordingly.
2293         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2294
2295 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-address.el (wl-complete-field-to): Abolished.
2298         (wl-complete-address): Completion function for completing-read.
2299         * wl-action.el (wl-summary-get-resend-address): Use it.
2300
2301         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2302         wl-summary-update-mark and abolish unused argument.
2303         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2304         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2305         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2306         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2307         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2308         * wl-draft.el (wl-draft-kill): Ditto.
2309
2310         * wl-summary.el: Remove unused binding of case-fold-search.
2311         (wl-summary-replace-status-marks): Abolished.
2312
2313 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2314
2315         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2316         is specified or folder length is zero.
2317
2318 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2321         (wl-folder-archive-current-entity): Ditto.
2322
2323 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2324
2325         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2326         retrieving message mark.
2327         (wl-summary-redisplay-internal): Ditto.
2328
2329         * wl-message.el (wl-message-buffer-display): Ignore errors while
2330         retrieving message-id field.
2331
2332         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2333         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2334         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2335         order of the arguments for `wl-expire-message-p'.
2336         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2337
2338         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2339         Check return value of wl-summary-reply.
2340         (wl-summary-reply): Recover window configuration when an error occured.
2341
2342 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-summary.el (wl-summary-resend-message): Abolished, the
2345         feature is inherited by wl-summary-resend (put resend mark).
2346
2347 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2350         wl-message-buffer to nil when the message is hide.
2351
2352 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * .cvsignore: New file.
2355
2356 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-action.el (wl-summary-action-docstring): Add more info.
2359         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2360         duplicate definition.
2361         (wl-summary-define-mark-action): Functions wl-summary-*-region
2362         keep current position.
2363         (wl-summary-unregister-target-mark): Store result to the variable.
2364
2365 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * Version number is increased to 2.11.4.
2368
2369 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2372         wl-summary-delete-all-temp-marks.
2373         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2374
2375         * wl-action.el (wl-summary-set-mark): Changed terminology
2376         refile-destination -> action-argument.
2377         (wl-summary-unset-mark): Ditto.
2378         (wl-summary-remove-argument): Ditto.
2379         (wl-summary-print-argument): Ditto.
2380
2381         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2382         (wl-thread-remove-argument-region): Ditto.
2383         (wl-thread-print-argument-region): Ditto.
2384         (wl-thread-close): Ditto.
2385         (wl-thread-open): Ditto.
2386
2387         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2388         (wl-highlight-refile-destination-face is abolished)
2389         (wl-highlight-action-argument-string): Ditto.
2390         (wl-highlight-summary-current-line): Highlight action argument.
2391
2392         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2393         color for light backgrounds.
2394         (wl-highlight-summary-answered-face): Ditto.
2395
2396 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2399
2400         * wl-score.el (wl-summary-score-update-all-lines): Use
2401         wl-summary-set-mark.
2402         (wl-summary-score-update-all-lines): Kill expunged messages.
2403
2404         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2405
2406 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2409         directly.
2410         (wl-score-overview-entity-get-lines): Ditto.
2411         (wl-score-overview-entity-get-xref): Ditto.
2412         (wl-score-get-latest-msgs): Ditto.
2413         (wl-summary-rescore): Ditto.
2414
2415         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2416         to "&".
2417         (wl-summary-mark-as-answered-internal): New inline function.
2418         (wl-summary-mark-as-answered): New function.
2419         (wl-summary-mark-as-unanswered): Ditto.
2420         (wl-summary-sync-marks): Modified for answered-mark synching.
2421
2422 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-action.el (wl-summary-set-mark): Fixed last change.
2425
2426 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2427
2428         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2429         behavior of wl-summary-unread-message-hook
2430         (Pointed out by akira yamada <akira@arika.org>).
2431
2432 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2435         wl-summary-delete.
2436         * wl-xmas.el (wl-summary-toolbar): Ditto.
2437
2438         * wl-action.el (wl-summary-set-mark): Don't override current
2439         temp-mark.
2440
2441         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2442
2443 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2446         (wl-refile-msgid-learn): Ditto.
2447         (wl-refile-get-field-value): Ditto.
2448
2449         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2450
2451         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2452         (wl-expire-delete-reserved-messages): Renamed from
2453         wl-expire-reserve-marked-msgs-from-list.
2454         (wl-expire-delete): Removed argument `msgdb'.
2455         (wl-expire-refile): Ditto.
2456         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2457         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2458         mark-alist as argument.
2459         (wl-expire-archive-number1): Removed argument `msgdb'.
2460         (wl-expire-archive-number2): Ditto.
2461         (wl-expire-archive-date): Ditto.
2462         (wl-expire-localdir-date): Ditto.
2463         (wl-expire-hide): Ditto.
2464         (wl-archive-number1): Ditto.
2465         (wl-archive-number2): Ditto.
2466         (wl-archive-date): Ditto.
2467         (wl-archive-folder): Ditto.
2468         All other related portions are changed.
2469
2470 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2473         mean move up and down. (suggested by Takashi Kawachi)
2474
2475 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-acap.el (toplevel): Don't require un-define.
2478
2479 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-thread.el (wl-thread-delete-message): Always update
2482         wl-summary-buffer-number-list.
2483
2484         * wl-action.el (wl-summary-print-destination): 
2485         Do nothing when folder is nil.
2486
2487 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2490         persistent mark when prefetch is succeeded.
2491
2492 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2495         instead of elmo-msgdb-delete-msgs.
2496         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2497         (wl-expire-hide): Ditto.
2498
2499         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2500
2501         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2502         elmo-msgdb interface.
2503         (wl-thread-get-exist-children): Likewise.
2504         (wl-thread-insert-message): Likewise.
2505         (wl-thread-msg-mark-as-important): Likewise.
2506         (wl-thread-insert-entity-sub): Likewise.
2507         (wl-thread-get-children-msgs-uncached): Likewise.
2508
2509         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2510         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2511         (wl-summary-sync-update): Likewise.
2512         (wl-summary-auto-select-msg-p): Likewise.
2513         (wl-summary-update-thread): Likewise.
2514         (wl-summary-mark-as-important): Likewise.
2515         (wl-summary-jump-to-msg-internal): Likewise.
2516         (wl-summary-redisplay-internal): Likewise.
2517         (wl-summary-print-message-with-ps-print): Likewise.
2518         (wl-summary-folder-info-update): Likewise.
2519
2520         * wl-folder.el (wl-folder-check-one-entity):
2521         elmo-folder-count-flags instead of wl-summary-count-unread.
2522
2523         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2524
2525         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2526
2527         * wl-summary.el (wl-summary-set-message-modified): 
2528         Call wl-summary-set-mark-modified.
2529         (wl-summary-delete-messages-on-buffer): Call
2530         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2531         (wl-summary-sync-update): Call elmo-folder-length instead of
2532         elmo-folder-messages.
2533         (wl-summary-insert-headers): Don't call
2534         elmo-folder-list-message-entities.
2535
2536 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-action.el (wl-summary-define-mark-action): Call
2539         `wl-summary-set-mark' with argument `data'.
2540         (wl-summary-auto-refile): Fixed order of arguments when call
2541         `wl-summary-refile'.
2542
2543 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2546
2547         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2548
2549         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2550         (Renamed from wl-highlight-summary-deleted-face).
2551         (wl-highlight-summary-resend-face): New face.
2552
2553         (wl-highlight-summary-deleted-face): Renamed from
2554         wl-highlight-summary-erased-face.
2555
2556         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2557
2558         * wl-action.el (wl-summary-get-resend-address): New function.
2559         (wl-summary-exec-action-resend): Ditto.
2560         (wl-summary-exec-action-resend-subr): Ditto.
2561
2562         * w-thread.el (wl-thread-copy): Removed definition.
2563         (wl-thread-refile): Ditto.
2564         (wl-thread-delete): Ditto.
2565         (wl-thread-target-mark): Ditto.
2566
2567         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2568         (wl-summary-target-mark-set-action): Fixed.
2569         (wl-summary-define-mark-action): Fixed quotation.
2570         (wl-summary-move-mark-list-messages): Display message.
2571         (wl-summary-define-mark-action): Define thread functions.
2572         (wl-summary-exec-action-refile): Changed message.
2573         (wl-summary-exec): Ditto.
2574
2575 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2576         
2577         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2578         '%%'.
2579
2580 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl.el (toplevel): Require wl-action.
2583         (wl-init): Call wl-summary-define-mark-action.
2584
2585         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2586
2587         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2588         wl-summary-delete and wl-summary-erase.
2589         (wl-summary-mode-map): Ditto.
2590
2591         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2592         wl-delete-folder-alist.
2593
2594         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2595         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2596         (toplevel): Moved mark & action related functions to the wl-action.el.
2597
2598         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2599         in wl-summary-mark-action-list.
2600         (wl-highlight-summary-current-line): Ditto.
2601
2602         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2603         empty lines.
2604
2605         * wl-action.el: New file. 
2606
2607 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-summary.el (wl-summary-target-mark-replace): New function.
2610         (wl-summary-target-mark-prefetch): Use it.
2611         (wl-summary-target-mark-delete): Ditto.
2612         (toplevel): Rearranged definition order.
2613         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2614         (wl-summary-target-mark-erase): Rewrite.
2615         (wl-summary-erase-region): New function.
2616         (wl-summary-exec-action-erase): Changed message.
2617         (wl-summary-move-mark-list-messages): New function.
2618         (wl-summary-exec-action-delete): Use it.
2619         (wl-summary-exec-action-erase): Ditto.
2620
2621         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2622         (wl-summary-skip-mark-list): Added "d".
2623
2624         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2625         while searching.
2626
2627         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2628         and define using defcustom;
2629         Define 4th element as a face.
2630         
2631         * wl-summary.el (wl-summary-incorporate): Use 
2632         `wl-summary-prefetch-region-no-mark' instead of
2633         `wl-summary-prefetch-region'.
2634         (wl-summary-prefetch-region-no-mark): Revival of old
2635         `wl-summary-prefetch-region'.
2636         (wl-summary-mark-action-list): Moved to wl-vars.el
2637
2638         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2639         face according to the `wl-summary-mark-action-list'.
2640         (wl-highlight-summary-current-line): Ditto;
2641         Removed destination highlighting.
2642
2643         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2644         (wl-highlight-summary-line-string): Highlight for "i" mark.
2645         (wl-highlight-summary-current-line): Ditto.
2646
2647         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2648         no destination.
2649
2650         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2651         exists, just go ahead.
2652         (wl-summary-prefetch-region): Rewrite.
2653         (wl-summary-prefetch): Ditto.
2654         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2655         (wl-summary-exec-action-prefetch): New function.
2656         (wl-summary-target-mark-prefetch): Rewrite.
2657
2658 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2661         (wl-highlight-summary-line-string): Added "d" and "D".
2662         (wl-highlight-summary-current-line): Ditto.
2663
2664         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2665         in wl-summary.el.
2666         (wl-thread-insert-entity-sub): Ditto.
2667         (wl-thread-remove-destination-region): Ditto.
2668         (wl-thread-print-destination-region): Ditto.
2669
2670         * wl-summary.el (wl-summary-buffer-refile-list,
2671         wl-summary-buffer-delete-list,
2672         wl-summary-buffer-copy-list): Abolish.
2673         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2674         All other related portions are changed.
2675         (wl-summary-mark-action-list): New variable.
2676         (wl-summary-set-mark): New function.
2677         (wl-summary-register-target-mark): Ditto.
2678         (wl-summary-unregister-target-mark): Ditto.
2679         (wl-summary-have-target-mark-p): Ditto.
2680         (wl-summary-register-temp-mark): Ditto.
2681         (wl-summary-unregister-temp-mark): Ditto.
2682         (wl-summary-registered-temp-mark): Ditto.
2683         (wl-summary-collect-temp-mark): Ditto.
2684         (wl-summary-unset-mark): Ditto.
2685         (wl-summary-set-target-mark): Ditto.
2686         (wl-summary-unset-target-mark): Ditto.
2687         (wl-summary-set-action-generic): Ditto.
2688         (wl-summary-unset-action-generic): Ditto.
2689         (wl-summary-exec-action-delete): Ditto.
2690         (wl-summary-exec-action-erase): Ditto.
2691         (wl-summary-set-action-refile): Ditto.
2692         (wl-summary-set-action-refile-subr): Ditto.
2693         (wl-summary-unset-action-refile): Ditto.
2694         (wl-summary-make-destination-numbers-list): Ditto.
2695         (wl-summary-exec-action-refile): Ditto.
2696         (wl-summary-set-action-copy): Ditto.
2697         (wl-summary-unset-action-copy): Ditto.
2698         (wl-summary-exec-action-copy): Ditto.
2699         (wl-summary-collect-numbers-region): Ditto.
2700         (wl-summary-delete): Rewrite.
2701         (wl-summary-erase): Ditto.
2702         (wl-summary-remove-destination): Ditto.
2703         (wl-summary-exec): Ditto.
2704         (wl-summary-exec-region): Ditto.
2705         (wl-summary-target-mark-erase): Ditto.
2706         (wl-summary-refile): Ditto.
2707         (wl-summary-copy): Ditto.
2708         (wl-summary-unmark): Ditto.
2709         (wl-summary-delete-all-mark): Ditto.
2710         (wl-summary-mark-line): Don't highlight.
2711         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2712         (wl-summary-target-mark-refile-subr): Rewrite.
2713
2714         (wl-summary-copy-prev-destination): Abolish.
2715
2716 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2719         default values along the value of wl-on-mule.
2720         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2721         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2722         It is not used anywhere.
2723
2724 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2725
2726         * wl-summary.el (wl-summary-print-destination): Keep position.
2727         (wl-summary-cursor-move-surface): Keep horizontal position.
2728
2729 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2730
2731         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2732         write sendlog.
2733
2734 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2735
2736         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2737         `wl-summary-highlight'.
2738
2739 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2740
2741         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2742         trivial condition for temp-mark.
2743
2744 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2745
2746         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2747         when it hits killed buffer.
2748
2749 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2750
2751         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2752         * wl-news.el.in: `message' and `error' take format string.
2753
2754 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2755
2756         * wl-folder (wl-folder-insert-entity): Display a message,
2757         `...done', when the work finish.
2758         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2759
2760 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-message.el (wl-message-redisplay): Remove unused local
2763         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2764
2765 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2766
2767         * wl-summary.el (wl-summary-replace-status-marks): Disable
2768         interactive use.
2769         (wl-summary-reedit): Check message existence at first.
2770         (wl-summary-mark-line): Fix doc, return value is indefinite.
2771
2772         * wl-highlight.el (wl-highlight-message): Arranged.
2773
2774         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2775         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2776         check temp-mark by wl-summary-temp-mark always.
2777         (wl-highlight-summary): Change accordingly.
2778         * wl-summary.el (wl-summary-mark-as-read-all)
2779         (wl-summary-delete-cache, wl-summary-set-score-mark)
2780         (wl-summary-mark-as-unread, wl-summary-unmark)
2781         (wl-summary-mark-line, wl-summary-mark-as-read)
2782         (wl-summary-mark-as-important): Ditto.
2783
2784         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2785         end of the window if possible.
2786         * wl-summary.el (wl-summary-sync-update): Support lazy
2787         highlighting.
2788         (wl-summary-toggle-disp-msg): Ditto.
2789
2790 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2791
2792         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2793
2794 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2795
2796         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2797         change.
2798
2799 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2802         API.
2803         (wl-summary-sync-update): Ditto.
2804
2805         * wl-score.el (wl-score-get-score-alist): Changed argument.
2806         (wl-summary-rescore-msgs): Likewise.
2807         (wl-summary-score-headers): Likewise.
2808         (wl-score-headers): Likewise;
2809         Use elmo-folder-do-each-message-entity, etc.
2810         (wl-summary-score-effect): Follow the changes above.
2811         (wl-summary-rescore): Ditto.
2812         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2813         (wl-score-get-overview): Abolish.
2814
2815         * wl-summary.el (wl-summary-default-from): Follow the API change in
2816         elmo-msgdb.
2817         (wl-summary-count-unread): Ditto.
2818         (wl-summary-detect-mark-position): Ditto.
2819         (wl-summary-overview-entity-compare-by-date): Ditto.
2820         (wl-summary-overview-entity-compare-by-number): Ditto.
2821         (wl-summary-overview-entity-compare-by-from): Ditto.
2822         (wl-summary-overview-entity-compare-by-subject): Ditto.
2823         (wl-summary-get-list-info): Ditto.
2824         (wl-summary-rescan): Ditto.
2825         (wl-summary-jump-to-msg-by-message-id): Ditto.
2826         (wl-summary-sync-update): Ditto; Removed comment.
2827         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2828         (wl-summary-insert-message): Use wl-summary-insert
2829         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2830         (wl-summary-insert-headers): Changed argument overview to folder.
2831         (wl-summary-search-by-subject): Likewise.
2832         (wl-summary-insert-thread): Renamed from 
2833         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2834
2835         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2836         too.
2837
2838         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2839         wl-string-member.
2840
2841 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2842
2843         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2844         elmo-folder-append-buffer.
2845         (wl-draft-queue-append): Likewise.
2846
2847         * wl-mime.el (wl-message-delete-current-part): Ditto.
2848         (wl-summary-burst-subr): Ditto.
2849
2850         * wl-news.el.in (wl-news-send-news): Ditto.
2851
2852 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2855         function.
2856         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2857         (wl-summary-update-mark): Enclose with save-excursion.
2858         (wl-summary-mark-as-read-internal): Fixed last change.
2859         (wl-summary-mark-as-important): Use 3rd argument of
2860         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2861         Don't use elmo-msgdb-set-mark.
2862         (wl-summary-redisplay-internal): If msgdb flag is already read,
2863         just update the mark on buffer.
2864
2865 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2866
2867         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2868         cut visible folder when elmo-folder-delete returns non-nil value.
2869
2870 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2871
2872         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2873         by Kenichi OKADA <okada@opaopa.org>).
2874
2875 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2876
2877         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2878
2879 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2880
2881         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2882         Fixed the last change, search group entity by its real name.
2883         (Thanks to: KOBAYASHI Shinji)
2884
2885 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2886
2887         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2888         (wl-fldmgr-access-display-all): Don't refer visible name.
2889         * wl-expire.el (wl-folder-archive-current-entity)
2890         (wl-folder-expire-current-entity): Ditto.
2891         * wl-folder.el (wl-folder-jump-to-current-entity)
2892         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2893         (wl-folder-open-folder-sub,wl-folder-open-all)
2894         (wl-folder-write-current-folder): Ditto.
2895         (wl-folder-insert-entity): Don't use petname for normal group.
2896         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2897         is the real name.
2898         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2899         Abolished.
2900
2901 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2902
2903         * wl-draft.el (wl-draft-create-buffer): Add
2904         `wl-summary-reply-with-citation'
2905
2906 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2907
2908         * wl-draft.el (wl-draft-reply): Fixed.
2909
2910 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2913         when `wl-draft-send-confirm-with-preview' is non-nil.
2914         You can scroll up/down by j/k.
2915         (wl-draft-send-confirm-with-preview): New variable (default=t).
2916
2917 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2920         (wl-fldmgr-save-folders): Fix comment.
2921
2922 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2923
2924         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2925         along the last change in `wl-folder-buffer-group-p'.
2926
2927 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2928
2929         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2930         folder.
2931
2932         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2933         the default value.
2934
2935         * wl-mime.el (wl-summary-burst): Update summary only when target
2936         folder equals current folder.
2937
2938 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2939
2940         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2941
2942 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2943
2944         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2945         value.
2946
2947 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2950         `map-extents' instead of `extent-at' repeatedly.
2951         (wl-highlight-folder-current-line): Ditto.
2952
2953         * wl-highlight.el: Remove useless dummy functions.
2954
2955 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2956
2957         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2958         (wl-folder-put-folder-property): New function to put text property.
2959         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2960         (wl-folder-insert-entity, wl-folder-update-diff-line)
2961         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2962         * wl-e21.el, wl-xmas.el, wl-mule.el
2963         (wl-highlight-folder-current-line): Ditto.
2964         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2965         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2966         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2967         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2968
2969 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * Version number is increased to 2.11.3.
2972
2973 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2974
2975         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2976         Resume current-buffer since it is assumed by remaining tasks.
2977
2978 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2979
2980         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2981         (wl-folder-completion-function): Abolished.
2982         (wl-folder-complete-folder): New function.
2983         (wl-folder-complete-filter-condition): Ditto.
2984         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2985         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2986
2987 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2988
2989         * wl-draft.el (wl-draft-send-confirm): New function.
2990         (wl-draft-send): Use it.
2991
2992         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2993         cursor-in-echo-area while confirming.
2994
2995         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2996
2997         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2998         searching via nntp if wl-summary-search-via-nntp is 'force.
2999         Otherwise, invoke searching in nntp folder only.
3000         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3001
3002         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3003         explicitly for mime-make-text-tag.
3004
3005 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3006
3007         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3008         `mime-make-text-tag' instead of `mime-create-tag'.
3009
3010 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3013         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3014
3015 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3016
3017         * wl-score.el (wl-score-save): Bind print-length and print-level.
3018         (wl-score-pretty-print): Ditto.
3019         (wl-score-edit-insert-header-entry): Ditto.
3020
3021         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3022         "From" entry to be treated with wl-draft-eword-encode-address-list.
3023         * wl-mime.el (wl-draft-preview-message): Ditto.
3024
3025         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3026         (wl-summary-mark-as-unread): Ditto.
3027         (wl-summary-mark-as-read-region): Change accordingly.
3028         (wl-summary-mark-as-unread-region): Ditto.
3029         (wl-summary-target-mark-mark-as-read): Ditto.
3030         (wl-summary-target-mark-mark-as-unread): Ditto.
3031
3032 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3033
3034         * Version number is increased to 2.11.2.
3035
3036 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3037
3038         * wl-news.el.in (wl-news-previous-version-save): Bind
3039         print-length and print-level.
3040         * wl-thread.el (wl-thread-save-entities): Ditto.
3041         (wl-thread-save-top-list): Bind print-length.
3042
3043 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-highlight.el (wl-highlight-summary-line-string): Use
3046         wl-summary-score-below-mark, wl-summary-score-over-mark.
3047         (wl-highlight-summary-current-line): Ditto.
3048
3049 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3050
3051         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3052         insert it.
3053
3054 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3055
3056         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3057
3058 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3059
3060         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3061         message without msgid.
3062         Rewrite with elmo-folder-move-messages.
3063         Set wl-message-buffer to nil.
3064
3065         * wl-summary.el (wl-summary-erase-subr): New function. Use
3066         elmo-folder-move-messages.
3067         (wl-summary-erase): Call it.
3068         (wl-summary-target-mark-erase): Ditto.
3069
3070 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3071
3072         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3073         it is not up-tp-date.
3074
3075 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3076
3077         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3078         buffer after calling `wl-summary-goto-folder-subr' without the
3079         argument `interactive'.
3080         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3081
3082 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3083
3084         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3085         `mime-create-tag'. Use `string=' instead of `looking-at'.
3086
3087 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3090         to avoid compile warning.
3091
3092         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3093         entity-id when folder is given.
3094         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3095         save-excursion, use save-selected-window instead.
3096         Select folder buffer window if exists.
3097         (To correct behavior with wl-folder-move-cur-folder.)
3098
3099 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3100
3101         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3102
3103 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3104
3105         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3106         list-count instead of %d.
3107
3108 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3111         (wl-news): Set it.
3112         (wl-news-append-to-folder): Use it.
3113
3114         * wl-news.el.in (wl-news-send-news): Append to specified folder
3115         instead of wl-default-folder.
3116         (wl-news-append-to-folder): Show error message with specified folder.
3117
3118         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3119                 In most major modes, Emacs assumes that any opening
3120                 delimiter found at the left margin is the start of a
3121                 top-level definition, or defun. Therefore, *never put an
3122                 opening delimiter at the left margin unless it should have
3123                 that significance.*
3124
3125         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3126
3127 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3128
3129         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3130
3131 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3132
3133         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3134
3135 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3136
3137         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3138         for sequential numbering case.
3139
3140 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3141
3142         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3143         value.
3144         (wl-draft-reply-without-argument-list): Ditto.
3145         (wl-draft-reply-myself-with-argument-list): Abolish.
3146         (wl-draft-reply-myself-without-argument-list): Ditto.
3147         * wl-draft.el (wl-draft-self-reply-p): New function.
3148         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3149
3150 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3153         (avoid error for the case without byte-compiling)
3154
3155 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3156
3157         * wl-news.el.in (wl-news-append-to-folder): New function.
3158         (wl-news-exit): Rewrite.
3159         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3160
3161 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3162
3163         * wl-draft.el (wl-draft-reply-position): New function.
3164         (wl-draft-reply-position): Fix.
3165         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3166         (wl-summary-target-mark-reply-with-citation): Ditto.
3167         (wl-summary-reply-with-citation): Ditto.
3168         * wl-vars.el (wl-draft-reply-default-position): New variable.
3169
3170 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3171
3172         * wl-draft.el (wl-draft-send): Preview when interactive send.
3173
3174 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3175
3176         * wl-draft.el (wl-draft-reply): Set default position.
3177         * wl-summary.el (wl-summary-reply): Ditto.
3178         (wl-summary-reply-with-citation): Ditto.
3179         (wl-summary-target-mark-reply-with-citation): Ditto.
3180
3181 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-news.el.in (wl-news-lang): Set default value according to
3184         current-language-environment.
3185         (wl-news-append-news): Do nothing when news-list is nil.
3186
3187 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3188
3189         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3190         (wl-news): Change message.
3191         (wl-news-exit): Check buffer.
3192         (wl-news-force-exit): New function.
3193         (wl-news-show-all): New function.
3194         (wl-news-discard-and-exit): Fix.
3195
3196 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3197
3198         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3199         according to current-language-environment.
3200
3201         * wl-news.el.in (wl-news): If arg, show all NEWS after
3202         wl-news-default-previous-version.
3203
3204 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3205
3206         * wl-news.el.in (wl-news-check): Rewritten.
3207         (wl-news-previous-version-load): Change data type.
3208         (wl-news-previous-version-save): Change data type.
3209         (wl-news-append-news): Add return value.
3210         (wl-news-check-news): New function.
3211         (wl-news-already-current-p): New function.
3212         (wl-news-send-news): Rewritten.
3213         (wl-news-mode-map): Add new keybind.
3214         (wl-news): Rewritten.
3215         (wl-news-exit): Rewritten.
3216         (wl-news-discard-and-mail): New function.
3217         (wl-news-send-to-address): Abolished.
3218         * wl.el (wl-init): Delete a message.
3219
3220 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3221
3222         * wl-news.el.in (wl-news-exit): Update previous version.
3223         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3224
3225 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3226
3227         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3228
3229 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3230
3231         * wl-news.el.in (wl-news): New function.
3232         (wl-news-mode): New function.
3233         (wl-news-next-line): New function.
3234         (wl-news-next-page): New function.
3235         (wl-news-exit): New function.
3236         (wl-news-buf-name): New variable.
3237         (wl-news-mode-map): New variable.
3238         (wl-news-winconf): New variable.
3239         (wl-news-append-news): Add an option.
3240
3241 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3242
3243         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3244
3245 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-news.el.in (wl-news-send-to-address): New variable.
3248         (wl-news-send-news): Use it.
3249         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3250         Return updating status.
3251         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3252
3253 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3254
3255         * wl-news.el.in (wl-news-send-news): Delete
3256         Organization and X-Face.
3257
3258 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3259
3260         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3261         (wl-news-append-news): New function.
3262         (wl-news-send-news): New function.
3263
3264 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3265
3266         * Version number is increased to 2.11.1.
3267
3268 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3269
3270         * wl-news.el.in : New file.
3271
3272 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3273
3274         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3275         default value.
3276         (wl-draft-reply-without-argument-list): Ditto.
3277
3278 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3279
3280         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3281         (wl-message-buffer-prefetch-idle-time): Ditto.
3282         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3283
3284 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-thread.el (wl-thread-insert-message): Use
3287         wl-summary-max-thread-depth.
3288
3289         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3290         loop detection.
3291
3292         * wl-message.el (wl-message-buffer-display): Back to the first page
3293         when cache is hit.
3294
3295 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3296
3297         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3298
3299         * wl-summary.el (wl-summary-insert-thread-entity):
3300         If the thread depth is reached to wl-summary-max-thread-depth,
3301         divide the thread.
3302
3303 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3304
3305         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3306         for elmo-remove-passwd.
3307
3308 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3311         folder is sticky.
3312         (wl-folder-mark-as-read-all-entity): Ditto.
3313         (wl-folder-prefetch-entity): Ditto.
3314
3315 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3316
3317         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3318
3319 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3322         Delete messages on buffer for unplugged operation.
3323         (wl-summary-erase): Ditto.
3324
3325 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3326
3327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3328         take nil so as not to search parent by subject.
3329
3330 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3333         (wl-folder-get-next-folder): Ditto.
3334         (wl-folder-get-path): Ditto.
3335
3336 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3339         system and encode the region with it before verifying.
3340
3341 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3342
3343         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3344         system of the echo buffer before decoding.
3345
3346 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3349         original contents.
3350
3351 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3352
3353         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3354         with argument 'any-exists.
3355
3356 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3357
3358         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3359         Use `wl-cs-autoconv'.
3360
3361 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3364         by `mime-view-automatic-conversion'.
3365
3366         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3367         (wl-message-verify-pgp-nonmime): Ditto.
3368         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3369         Bind them to C-c:d and C-c:v respectively.
3370
3371         Merge following code by Teranishi-san from [wl-en:00167].
3372         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3373         (wl-mime-preview-application/pgp-encrypted): Ditto.
3374         (wl-mime-setup): Add entry.
3375
3376 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-summary.el (wl-summary-target-mark-erase): New function.
3379         Bind it to "mD".
3380
3381 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-vars.el (wl-draft-write-file-function): Fix.
3384         (wl-draft-reedit-hook): Changed default value.
3385
3386         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3387         wl-draft-reedit-hook.
3388         (wl-draft-remove-text-plain-tag): New function.
3389         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3390
3391         * wl-vars.el (wl-draft-write-file-function): New user option.
3392
3393         * wl-draft.el (wl-draft-prepare-edit): Use it for
3394         local-write-file-hooks.
3395         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3396
3397         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3398         (wl-draft-insert-mail-header-separator): Return the body beginning
3399         point.
3400         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3401         text/plain.
3402         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3403
3404 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-summary.el (wl-summary-erase): New function to erase message
3407         without moving it to trash. Bind to "D".
3408
3409         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3410         as `keep' unless switch-function.
3411
3412 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3415         message buffer by using `wl-summary-toggle-disp-msg'.
3416         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3417         buffer window.
3418         (wl-summary-supresedes-message): Ditto.
3419
3420         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3421         Do not delete other windows.
3422         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3423         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3424         (wl-draft-create-buffer): Set reply-or-forward also for target
3425         mark commands.
3426
3427 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-draft.el (wl-user-agent-compose): Delete special case for
3430         switch-to-buffer-other-window.
3431
3432         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3433         (wl-summary-forward): Ditto.
3434
3435         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3436         function.
3437         (wl-draft-buffer-style): New use option.
3438
3439         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3440         (wl-draft): Follow the change above.
3441         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3442         wl-draft-buffer-style.
3443         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3444         switch-function.
3445
3446 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3447
3448         * wl-address.el (wl-address-make-completion-entry): Extracted from
3449         `wl-address-make-completion-list'.
3450         (wl-address-enable-strict-loading): New variable.
3451         (wl-address-make-completion-list): Revive petname duplication
3452         inquiry, and enable it if `wl-address-enable-strict-loading'.
3453         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3454
3455 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-message.el (wl-message-get-original-buffer): Avoid
3458         'Selecting deleted buffer' error when original buffer is killed.
3459
3460 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-summary.el (wl-summary-next-message): Use
3463         elmo-message-accessible-p instead of elmo-message-cached-p.
3464
3465 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3468
3469         * wl-thread.el (wl-thread-open-all-unread): Use
3470         elmo-folder-list-flagged instead of
3471         elmo-folder-list-messages-mark-match.
3472
3473         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3474         instead of elmo-folder-list-messages-mark-match.
3475         (wl-summary-move-spec-alist): New variable.
3476         (wl-summary-move-spec-plugged-alist,
3477         wl-summary-move-spec-unplugged-alist): Abolish.
3478         (wl-summary-next-message): Follow the change above.
3479         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3480         with 'no-msg' argument.
3481
3482         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3483         variable.
3484         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3485         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3486         (wl-message-buffer-prefetch-get-next): Follow the change above.
3487
3488 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-version.el (wl-version): Changed codename.
3491
3492         * Version number is increased to 2.11.0.
3493
3494 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3495
3496         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3497         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3498         `wl-draft-config-variables'.
3499         (wl-draft-kill): Fixed problem when the draft is reedit.
3500
3501 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3504         buffer-modified status (Thanks to
3505         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3506
3507 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * wl-util.el (wl-region-exists-p): New function.
3510
3511         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3512         Remove defvars for byte-compile warnings.
3513
3514 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3517         defvar-maybe. Removed unused bind.
3518
3519 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3520
3521         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3522         summary buffer window before creating new frame.
3523         (wl-draft-reply): Ditto.
3524
3525 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3528
3529 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3532
3533 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3536         instead of `kill-region'.
3537
3538 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3541         (wl-highlight-summary-line-string): Use it.
3542         (wl-highlight-summary-current-line): Ditto.
3543
3544         * wl-mime.el (wl-message-delete-current-part): Check the class of
3545         mime-entity.
3546
3547         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3548
3549         * wl-summary.el (wl-summary-make-number-list): Initialize.
3550         (wl-summary-update-mark): New function.
3551         (wl-summary-reply): Put `answered' mark on the message.
3552         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3553
3554         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3555         (wl-draft-reply): Added optional argument `number';
3556         Set wl-draft-parent-number.
3557         (wl-draft-kill): Delete answered mark if it is a reply.
3558
3559 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3560
3561         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3562         that originates in mime-preview-follow-current-entity.
3563         (wl-draft-yank-current-message-entity): Use it if region is active.
3564
3565         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3566         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3567         `wl-message-delete-current-part'.
3568         * wl-mule.el (wl-message-define-keymap): Ditto.
3569         * wl-xmas.el (wl-message-define-keymap): Ditto.
3570
3571 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-mime.el (wl-message-delete-current-part): New function.
3574         (wl-mime-node-id-to-string): Ditto.
3575
3576         * wl-mime.el (wl-message-delete-current-part): Use existing
3577         original buffer which corresponds current mime-view buffer.
3578         (fetched buffer might have different structure, possibly)
3579
3580         * wl-mime.el (wl-message-delete-current-part): Quit if the
3581         message content differs from the actual message.
3582
3583 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3586         order.
3587         (wl-summary-search-by-subject): Search parent message from tail;
3588         Check the existence of the parent message on the current thread tree.
3589         (wl-summary-update-thread): Check whether the line is inserted.
3590
3591 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3592
3593         * wl-vars.el (wl-summary-line-format): Undo last change.
3594         * wl-summary.el (wl-summary-print-destination): Do not put
3595         invisible property when `wl-summary-width' is nil.
3596         (wl-summary-line-subject-minimum-length): Abolished.
3597         (wl-summary-line-subject): Ditto.
3598
3599 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3600
3601         * wl-vars.el (wl-summary-line-format): Change default value.
3602         (wl-summary-subject-length-limit): Abolished.
3603         * wl-summary.el (wl-summary-line-subject): Ditto.
3604
3605 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3606
3607         * wl-template.el (wl-template-select): Added optional argument.
3608         If optional argument is specified, reverse
3609         `wl-template-visible-select'.
3610
3611 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3612
3613         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3614         Take prefix argument to force asking the destination folder.
3615
3616 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3617
3618         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3619         count and update status.
3620
3621 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3622
3623         * wl-summary.el (wl-summary-redisplay-internal): If
3624         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3625         after fetching.
3626
3627 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3628
3629         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3630         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3631
3632         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3633
3634 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3637         (All other related portions are changed).
3638         (wl-summary-mark-as-read-all): Rewrite.
3639
3640 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3643         `wl-summary-mark-as-read'.
3644         (wl-summary-mark-as-unread): Rewrite.
3645         (wl-summary-mark-as-read): Added no-modeline argument.
3646         (wl-summary-resume-cache-status): Rewrite.
3647         (wl-summary-exec-subr): Remove unused local variable.
3648
3649 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3652         logic to call `wl-summary-buffer-prev-folder-function'.
3653         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3654
3655 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3658         is nil.
3659
3660 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3663         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3664         (wl-mime-setup): Add its entry.
3665
3666 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3669         (wl-summary-delete-cache): Likewise.
3670         (wl-summary-mark-as-read): Rewrite.
3671
3672 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3673
3674         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3675         `wl-summary-count-unread'.
3676
3677         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3678
3679         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3680
3681 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3684         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3685         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3686         Renamed to the elmo-msgdb-*-mark.
3687         (wl-summary-score-marks): Follow the change above.
3688         (wl-summary-auto-refile-skip-marks): Ditto.
3689         (wl-summary-incorporate-marks): Ditto.
3690         (wl-summary-expire-reserve-marks): Ditto.
3691
3692         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3693         changes.
3694         (wl-thread-insert-top): Changed updating message.
3695
3696         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3697         variable.
3698         (wl-summary-count-unread): Count answered marks.
3699         (wl-summary-rescan): Call wl-summary-insert-message instead of
3700         wl-summary-append-message-func-internal.
3701         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3702         (wl-summary-prefetch-msg): Follow the variable name changes.
3703         (wl-summary-prefetch-region): Ditto.
3704         (wl-summary-mark-as-read-all): Follow the API changes;
3705         Don't call elmo-folder-replace-marks.
3706         (wl-summary-delete-cache): Follow the variable name changes.
3707         (wl-summary-resume-cache-status): Ditto.
3708         (wl-summary-update-status-marks): New function.
3709         (wl-summary-insert-message): New function.
3710         (wl-summary-sync-marks): Follow the variable name changes.
3711         (wl-summary-sync-update): Synchronize to the msgdb, too;
3712         Changed update messages.
3713         (wl-summary-make-number-list): Rewrite.
3714         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3715         (wl-summary-mark-as-unread): Follow the API changes.
3716         (wl-summary-exec-subr): Follow the variable name changes.
3717         (wl-summary-mark-as-read): Ditto.
3718         (wl-summary-move-spec-plugged-alist): Ditto.
3719         (wl-summary-move-spec-unplugged-alist): Ditto.
3720         (wl-summary-cursor-move-surface): Ditto.
3721
3722         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3723         variable name changes.
3724         (wl-highlight-summary-current-line): Ditto.
3725
3726         * wl-expire.el (wl-expire-refile): Follow the API change in
3727         elmo-folder-move-messages.
3728         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3729         (wl-summary-archive): Use elmo-folder-msgdb instead of
3730         elmo-msgdb-load.
3731
3732 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3733
3734         * wl-mime.el (wl-draft-preview-message): Restore the position
3735         before evaluating wl-draft-send-hook in preview buffer.
3736
3737 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3738
3739         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3740         when it creates new draft buffer.
3741
3742         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3743         without argument.
3744
3745         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3746         Evaluate content and if the value is string, insert it.
3747         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3748         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3749         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3750         wl-draft-config-sub-part-bottom): Use it.
3751
3752         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3753         with the folder name. The question was unintelligible when it is
3754         called from wl-save-status.
3755
3756 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3757
3758         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3759         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3760         cannot take second argument).
3761
3762 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3763
3764         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3765         as t. Since type and subtype are not case sensitive (RFC 2045).
3766
3767 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-vars.el (wl-message-mode-line-format): New variable.
3770         (wl-message-mode-line-format-spec-alist): Ditto.
3771         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3772         (wl-message-redisplay): Use wl-message-mode-line-format.
3773
3774 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3777
3778 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-summary.el (wl-summary-default-from): Write description.
3781
3782 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-vars.el (wl-ldap-objectclass): Abolish.
3785
3786         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3787         (wl-ldap-make-filter): Removed condition for objectclass.
3788         (wl-ldap-make-matched-value-list): Remove meaningless process.
3789         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3790         (wl-address-ldap-search): Don't add `*' to `pat' string;
3791         use ignore-errors; added `email';
3792         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3793         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3794         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3795
3796
3797 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3798
3799         * wl-draft.el (wl-draft-parent-folder): Write description.
3800         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3801
3802 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3805         as "" (zero-length string) if no parent.
3806         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3807
3808 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-address.el (wl-address-make-completion-list): Skip duplication
3811         checking.
3812         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3813         `append'.
3814
3815 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3816
3817         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3818         instead of `beginning-of-buffer'.
3819
3820 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3823
3824 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3827         Refer wl-message-buffer-name.
3828         (wl-message-wheel-down): Ditto.
3829
3830 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-vars.el (wl-message-buffer-name): New user option.
3833
3834         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3835         directly instead of making alist dinamically.
3836
3837         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3838         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3839         wl-message-buffer-cache-name.
3840         (wl-message-buffer-cache-clean-up): Ditto.
3841
3842         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3843
3844         * Version number is increased to 2.9.15.
3845
3846 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-vars.el (wl-summary-default-view-alist): New user option.
3849
3850         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3851
3852         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3853         while deleting address.
3854         (wl-draft-delete-myself-from-cc): Ditto.
3855
3856         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3857         If optional argument is specified, reverse sort order.
3858
3859         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3860
3861 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-thread.el (wl-thread-insert-message): Return parent number if
3864         exists.
3865         (wl-thread-update-indent-string-region): Use
3866         wl-thread-update-line-on-buffer-sub instead of
3867         wl-thread-update-line-on-buffer.
3868
3869 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3870
3871         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3872         (wl-folder-close-all): Ditto.
3873
3874 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3875
3876         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3877         and mailing-list:.
3878         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3879         value.
3880         (wl-summary-line-list-info): Print mailing-list name even when 
3881         list-number is empty.
3882
3883 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3886
3887         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3888         (wl-draft-open-file): Ditto.
3889         (wl-draft-random-alphabet): Ditto.
3890
3891         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3892         bindings.
3893
3894 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3897         * wl-vars.el (wl-draft-config-alist): Ditto.
3898
3899 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * Version number is increased to 2.9.14.
3902
3903         * wl.el (wl): Don't set wl-init as nil when error occured while
3904         auto-checking folders.
3905
3906         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3907         `elmo-expand-newtext'.
3908
3909 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3912         `this-command' so that `wl-folder-goto-folder' contained in
3913         `wl-summary-keep-cursor-command' work.
3914
3915 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3918         message buffer displaying state.
3919
3920 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3921
3922         * wl-vars.el (wl-summary-default-view): New variable to specify
3923         default value for `wl-summary-buffer-view' instead of using
3924         set-default.
3925         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3926
3927 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3930
3931         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3932
3933 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3934
3935         * wl-vars.el (wl-forward-subject-prefix): New variable.
3936         * wl-draft.el (wl-draft-forward): Use it.
3937
3938 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-message.el (wl-message-prev-page): When it is called without
3941         lines argument, scroll down by wl-message-scroll-amount lines.
3942         (wl-message-next-page): Ditto.
3943         * wl-vars.el (wl-message-scroll-amount): Change default value
3944         to preserve current behavior.
3945
3946 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3947
3948         * wl-summary.el (wl-summary-prefetch-msg): Bind
3949         `wl-message-entity' to call `wl-summary-from-function'.
3950
3951 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-message.el (wl-message-buffer-create): Run
3954         wl-message-buffer-created-hook.
3955
3956 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * wl-summary.el (wl-summary-sort-specs): New variable.
3959         (wl-summary-default-sort-spec): Ditto.
3960         (wl-summary-sort): Rewrite.
3961         (wl-summary-sort-by-list-info): New function.
3962
3963 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3964
3965         * wl-summary.el (wl-summary-get-list-info): New function.
3966         (wl-summary-sort): Rewrite.
3967         (wl-summary-line-list-info): Ditto.
3968         (wl-summary-line-list-count): Ditto.
3969         (wl-summary-refile-region): Fixed docstring.
3970
3971 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3974         `wl-folder-entity-hashtb' as completion table.
3975
3976 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3979         only when this command is called interactively; silence the byte-
3980         compiler.
3981
3982 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3983
3984         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3985         active in XEmacs.
3986
3987 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3988
3989         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3990         plural lines.
3991
3992 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3995         of current line when the cursor is on the header name.
3996         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3997
3998 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3999
4000         * wl-util.el (wl-read-directory-name): Return displayed directory
4001         as the default value also on XEmacs.
4002
4003 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4006         formatting.
4007
4008 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4011         argument and when it is non-nil, check face property before
4012         highlighting for each line.
4013         (wl-highlight-summary-window): Set it.
4014
4015 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4018         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4019
4020         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4021         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4022         (wl-draft-get-fcc-list): Likewise.
4023
4024 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4025
4026         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4027         (wl-thread-entity-cur): Ditto.
4028         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4029         wl-thread-indent-regexp setting.
4030         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4031
4032         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4033         wl-summary-lazy-highlight.
4034         (wl-summary-display-bottom): Ditto.
4035
4036         * wl-thread.el (wl-thread-open-close): Likewise.
4037
4038         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4039         from and subject;
4040         Bind wl-draft-use-frame;
4041         Enclose with save-window-excursion;
4042         Use wl-draft-create-buffer instead of with-temp-buffer;
4043         Use wl-draft-prepare-edit;
4044         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4045         Use wl-draft-send instead of wl-draft-raw-send.
4046
4047 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4050         of using wl-from.
4051
4052 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4055         insert-buffer instead of clone-buffer.
4056         (wl-draft-doing-mime-bcc): New variable.
4057         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4058         infinite loop.
4059         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4060
4061         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4062         (wl-draft-mime-bcc-body): Ditto.
4063
4064         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4065         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4066         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4067         wl-draft-do-mime-bcc.
4068         (wl-draft-mime-bcc-field): New function.
4069         (wl-draft-do-mime-bcc): Ditto.
4070
4071         * wl-address.el (wl-address-complete-header-list): New variable.
4072         (wl-address-complete-header-regexp): Changed default value.
4073
4074         * Version number is increased to 2.9.13.
4075
4076 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4077
4078         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4079         it is differed.
4080
4081 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4082
4083         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4084         (wl-summary-line-list-count): Ditto.
4085
4086 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4087
4088         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4089         (wl-nntp-posting-function): New variable.
4090         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4091         `wl-nntp-posting-config-alist'.
4092
4093 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4096         FLIM.
4097
4098 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4099
4100         * wl-summary.el (wl-summary-target-mark-refile-sub):
4101         Remove a nuisance funcall.
4102
4103 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4106         as t for `try-completion'.
4107
4108 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4109
4110         * wl-summary.el (wl-summary-default-from): Use
4111         wl-address-header-extract-address instead of
4112         std11-extract-address-components.
4113         (wl-summary-simple-from): Ditto.
4114         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4115         (wl-summary-insert-headers): Show message.
4116         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4117         for whole line.
4118         (wl-summary-default-from): Revert last change.
4119         (wl-summary-simple-from): Ditto.
4120         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4121         (wl-summary-mark-as-read-region): Follow the change above.
4122         (wl-summary-sync-marks): Ditto.
4123         (wl-summary-target-mark-mark-as-read): Ditto.
4124         (wl-summary-redisplay-internal): Ditto.
4125         (wl-summary-redisplay-no-mime-internal): Ditto.
4126         (wl-summary-redisplay-all-header): Ditto.
4127         (wl-summary-mark-as-read): Removed argument `cached';
4128         Use current cache status to set cache mark.
4129         (wl-summary-redisplay-internal): Follow the change above.
4130         (wl-summary-redisplay-no-mime-internal): Ditto.
4131         (wl-summary-redisplay-all-header): Ditto.
4132
4133         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4134
4135         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4136         Don't call itself recursively (Adviced by Yamaoka-san).
4137
4138 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4139
4140         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4141         bind wl-summary-highlight as nil to avoid error caused by missing
4142         local variables.
4143
4144 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-vars.el (wl-invalid-character-message): New user option.
4147
4148         * wl-util.el (wl-set-string-width): If truncated string-width is
4149         larger than specified width, use `wl-invalid-character-message'.
4150
4151 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4152
4153         * wl-summary.el (wl-summary-prefetch-msg): 
4154         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4155
4156 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4157
4158         * wl-vars.el (wl-summary-check-line-format): New user option.
4159         (wl-summary-line-format-file): Ditto.
4160
4161         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4162         variable.
4163         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4164         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4165         and `wl-summary-view-old-p' to check whether do a rescan or not.
4166         (wl-summary-view-old-p): New function.
4167         (wl-summary-line-format-changed-p): Ditto.
4168         (wl-summary-line-format-save): Ditto.
4169         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4170
4171         * wl-util.el (wl-set-string-width): Avoid using negative number
4172         for make-string.
4173
4174 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4175
4176         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4177         return value.
4178
4179         * wl-util.el (wl-set-string-width): Added optional argument
4180         `padding' (All other related portions are changed).
4181         (wl-line-parse-format): If the first letter of column number is
4182         `0', zero-padding the result (ex: "%05l").
4183
4184         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4185
4186 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4189         sequential summary view.
4190
4191 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4194         if it doesn't have a -unix version.
4195
4196 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4199
4200 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4203         content.
4204         (wl-draft): Follow the change above.
4205
4206         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4207
4208         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4209         and wl-folder-summary-line-format-alist contain %T and %P.
4210
4211         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4212         (wl-summary-mode-line-format): New user option.
4213         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4214         (wl-summary-line-format): Changed default value.
4215         (wl-summary-lazy-highlight): Changed default value.
4216
4217         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4218         change in wl-summary-create-line.
4219         (wl-thread-insert-entity-sub): Ditto.
4220
4221         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4222         (wl-summary-buffer-unread-status): Ditto.
4223         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4224         (wl-summary-buffer-persistent-mark-column): Ditto.
4225         (wl-summary-buffer-mode-line-formatter): Ditto.
4226         (wl-summary-buffer-mode-line): Ditto.
4227         (wl-summary-message-regexp): Abolished.
4228         (All other related portions are changed.)
4229         (wl-summary-detect-mark-position): New function.
4230         (wl-summary-buffer-set-folder): Setup
4231         wl-summary-buffer-mode-line-formatter.
4232         (wl-summary-mode): Setup selective-display;
4233         Setup pre-idle-hook when xemacs.
4234         (wl-summary-update-modeline): Rewrite.
4235         (wl-summary-jump-to-msg): Define as function;
4236         Changed regexp for searching messages.
4237         (wl-summary-message-number): Rewrite.
4238         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4239         Do rescan when old type summary cache.
4240         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4241         (wl-summary-remove-destination): Use '\r' to detect EOL.
4242         (wl-summary-print-destination): Ditto.
4243         (wl-summary-temp-mark): New inline function.
4244         (wl-summary-persistent-mark): Ditto.
4245         (wl-summary-line-number): New function.
4246         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4247         (wl-summary-line-list-count): New function.
4248         (wl-summary-create-line): Added argument persistent-mark.
4249         (All other related portions are changed)
4250         (wl-summary-create-line): Insert '\r'.
4251         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4252         (wl-summary-cursor-move-surface): New inline function.
4253         (wl-summary-prev): Use it.
4254         (wl-summary-next): Ditto.
4255
4256         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4257         wl-summary-message-regexp.
4258         (wl-highlight-summary): Delete progress message.
4259         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4260
4261         * Version number is increased to 2.9.12.
4262
4263 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4266         variable (nil: no minimum).
4267         (wl-summary-line-subject): Add some spaces after subject by
4268         wl-summary-line-subject-minimum-length.
4269
4270 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4271
4272         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4273         and removed `F'.
4274         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4275         change above).
4276
4277 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4278
4279         * wl-summary.el (wl-summary-line-list-count): Reverted.
4280         (example setting in samples/*/dot.wl is also updated)
4281
4282 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4283
4284         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4285
4286         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4287
4288         * wl-vars.el (wl-summary-line-format): Addes some description to the
4289         docstring.
4290
4291         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4292         (wl-summary-line-close-bracket): Ditto.
4293         (wl-summary-line-children-number): Ditto.
4294         (wl-summary-line-thread-indent): Ditto.
4295         (wl-summary-line-children-and-from): Ditto.
4296
4297         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4298         't', 'c', 'F' and added 'C'.
4299
4300         * wl-util.el (wl-set-string-width): Accept negative value.
4301         (wl-line-parse-format): Added "%number(" and "%)".
4302
4303 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-summary.el (wl-summary-line-list-count): Change format of the
4306         return value.
4307
4308 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4309
4310         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4311         from the recent message.el.
4312         (wl-draft-point-in-header-p): Ditto.
4313         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4314         wl-draft-beginning-of-line.
4315         * wl-e21.el (wl-draft-mode-map): Ditto.
4316         * wl-xmas.el (wl-draft-mode-map): Ditto.
4317
4318         * wl-folder.el: Sort macrodefs by dependencies.
4319
4320 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4321
4322         * wl-summary.el (wl-summary-prev): Fixed regexp.
4323         (wl-summary-next): Ditto.
4324
4325 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4328
4329 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4330
4331         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4332         for backward compatibility.
4333
4334 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4335
4336         * wl-summary.el (wl-summary-line-list-count): New function, merged
4337         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4338         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4339         list counts.
4340
4341 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4342
4343         * wl-summary.el (wl-summary-create-line): Ignore errors while
4344         timezone-fix-time.
4345
4346         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4347
4348         * wl-summary.el (wl-summary-sync-update): Ditto.
4349         (wl-summary-default-from): Use wl-message-entity
4350         instead of entity.
4351
4352         * wl-summary.el (wl-summary-create-line): Fix.
4353
4354         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4355         (wl-summary-line-format): New user option.
4356         (wl-folder-summary-line-format-alist): Ditto.
4357         (wl-summary-from-width): Abolished.
4358
4359         * wl-util.el (toplevel): Require 'bytecomp.
4360         (wl-line-parse-format): New function.
4361         (wl-line-formatter-setup): New macro.
4362
4363         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4364         (wl-summary-buffer-line-formatter): New buffer local variable.
4365         (wl-summary-switch-to-clone-buffer): Follow the change above.
4366         (wl-summary-message-regexp): Fix.
4367         (wl-summary-from-func-internal): Abolished.
4368         (wl-summary-subject-func-internal): Ditto.
4369         (wl-summary-subject-filter-func-internal): Ditto.
4370         (All other related portions are changed.)
4371         (wl-summary-buffer-set-folder):
4372         Set up wl-summary-buffer-number-column and 
4373         wl-summary-buffer-line-formatter
4374         (All other related portions are changed.)
4375         (wl-summary-buffer-number-column-detect): Abolished.
4376         (All other related portions are changed.)
4377         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4378         (wl-summary-delete-all-temp-marks-on-buffer): Use
4379         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4380         (wl-summary-target-mark-delete): Ditto.
4381         (wl-summary-target-mark-refile-subr): Ditto.
4382         (wl-summary-target-mark-mark-as-read): Ditto.
4383         (wl-summary-target-mark-mark-as-unread): Ditto.
4384         (wl-summary-target-mark-mark-as-important): Ditto.
4385         (wl-summary-target-mark-save): Ditto.
4386         (wl-summary-replace-status-marks): Renamed from
4387         wl-summary-set-status-marks-on-buffer;
4388         Use wl-summary-message-regexp instead of
4389         wl-summary-buffer-number-regexp.
4390         (wl-summary-sync-update): Follow the change above.
4391         (wl-summary-goto-previous-message-beginning): New function.
4392         (wl-summary-mark-as-unread): Use it.
4393         (wl-summary-mark-as-important): Ditto.
4394         (wl-summary-line-formatter): New variable.
4395         (wl-summary-line-year): New function.
4396         (wl-summary-line-day): Ditto.
4397         (wl-summary-line-day-of-week): Ditto.
4398         (wl-summary-line-hour): Ditto.
4399         (wl-summary-line-minute): Ditto.
4400         (wl-summary-line-open-bracket): Ditto.
4401         (wl-summary-line-close-bracket): Ditto.
4402         (wl-summary-line-children-number): Ditto.
4403         (wl-summary-line-thread-indent): Ditto.
4404         (wl-summary-line-size): Ditto.
4405         (wl-summary-line-subject): Ditto.
4406         (wl-summary-line-from): Ditto.
4407         (wl-summary-line-children-and-from): Ditto.
4408         (wl-summary-create-line): Rewritten.
4409         (wl-summary-format-date): Abolished.
4410
4411         * wl-highlight.el (wl-highlight-summary-current-line): Use
4412         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4413         Use thread structure to detect thread top message.
4414
4415         * wl-draft.el (wl-default-draft-cite): Don't use
4416         wl-summary-from-func-internal.
4417
4418         * wl-refile.el (wl-refile-subject-learn): Don't use
4419         wl-summary-subject-filter-func-internal.
4420         (wl-refile-guess-by-subject): Ditto.
4421
4422         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4423         parameters.
4424
4425         * wl-thread.el (wl-thread-update-indent-string-region):
4426         Use wl-thread-update-line-on-buffer instead of
4427         wl-thread-update-indent-string.
4428         (wl-thread-update-children-number): Redefine using
4429         wl-thread-update-line-on-buffer.
4430         (wl-thread-update-indent-string): Abolished.
4431
4432         * Version number is increased to 2.9.11.
4433
4434 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4437         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4438         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4439
4440         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4441         as nil.
4442
4443         * wl-thread.el (wl-thread-open-all-unread): Use 
4444         elmo-folder-list-messages-mark-match.
4445         (wl-thread-insert-message): Removed argument `mark-alist'.
4446         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4447         elmo-msgdb-set-mark.
4448         (wl-thread-get-children-msgs-uncached): Likewise.
4449         (wl-thread-get-exist-children): Added argument include-self.
4450         (wl-thread-delete-message): Follow the change above.
4451
4452         * wl-summary.el (wl-summary-count-unread): Removed argument.
4453         (wl-summary-rescan): Follow the change above.
4454         (wl-summary-mark-as-read-region): Ditto
4455         (wl-summary-mark-as-unread-region): Ditto.
4456         (wl-summary-delete-messages-on-buffer): Ditto.
4457         (wl-summary-sync-update): Ditto.
4458         (wl-summary-switch-to-clone-buffer): Ditto.
4459         (wl-summary-goto-folder-subr): Ditto.
4460         (wl-summary-target-mark-mark-as-read): Ditto.
4461         (wl-summary-target-mark-mark-as-unread): Ditto.
4462         (wl-summary-target-mark-mark-as-important): Ditto.
4463         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4464         (wl-summary-update-thread): Removed argument `mark-alist'.
4465         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4466         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4467         (wl-summary-resume-cache-status): Likewise.
4468         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4469         elmo-msgdb-set-mark.
4470         (wl-summary-mark-as-read-all): Likewise.
4471         (wl-summary-delete-cache): Ditto.
4472         (wl-summary-auto-select-msg-p): Ditto.
4473         (wl-summary-mark-as-unread): Ditto.
4474         (wl-summary-no-auto-refile-message-p): Ditto.
4475         (wl-summary-mark-as-read): Ditto.
4476         (wl-summary-mark-as-important): Ditto.
4477         (wl-summary-auto-refile): Follow the change above.
4478         (wl-summary-delete-all-marks): Removed.
4479         (wl-summary-resume-marks-and-highlight): Ditto.
4480         (wl-summary-resume-marks): Ditto.
4481         (wl-summary-delete-important-msgs-from-list): Ditto.
4482         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4483
4484         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4485         wl-summary-count-unread.
4486
4487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4488         (wl-summary-score-update-all-lines): Use
4489         elmo-msgdb-set-mark.
4490
4491 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4492
4493         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4494         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4495         (wl-summary-create-line): Renamed from
4496         wl-summary-overview-create-summary-line;
4497         Argument rearrangement.
4498         (wl-summary-update-thread): Follow the change above.
4499
4500         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4501         (wl-thread-insert-entity-sub): Likewise.
4502
4503         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4504         argument `overview', `mark-alist' and added `msgdb'.
4505
4506         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4507
4508         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4509         (wl-summary-rescan): Follow the change above.
4510         (wl-summary-sync-update): Ditto.
4511         (wl-summary-insert-thread-entity): Ditto;
4512         Don't use `let*' in every while loop;
4513         Detect infinite loop of threads.
4514         (wl-summary-update-thread): Removed argument `overview'.
4515
4516         * wl-thread.el (wl-thread-insert-message): Ditto.
4517
4518         * Version number is increased to 2.9.10.
4519
4520         * wl-message.el (wl-message-redisplay): Ignore errors while
4521         wl-message-redisplay-hook.
4522
4523 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4526
4527 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl.el (wl): inhibit-quit while wl-folder.
4530
4531 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4532
4533         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4534         while msgdb access.
4535
4536 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4537
4538         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4539         even if no folder is not created.
4540
4541 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4544
4545         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4546         implementation.
4547         (wl-summary-target-mark-thread): Ditto.
4548
4549         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4550
4551 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4552
4553         * wl-util.el (wl-display-bytes): Remove unused function.
4554
4555 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4558         seems critical one (partially reverse the change in 2002/03/17).
4559
4560 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4563         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4564
4565 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4566
4567         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4568         is not writable.
4569         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4570         plugged status instead of `'force' as 2nd argument.
4571
4572         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4573         is not creatable.
4574
4575         * Version number is increased to 2.9.9.
4576
4577 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-summary.el (wl-summary-suspend): New function.
4580
4581 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4582
4583         * wl.el (wl): Do not check variables if check is nil.
4584         * wl-utils.el (wl-collect-draft): New function.
4585         * wl-folder.el (wl-folder-suspend): Put summary buffers
4586         and draft buffers at the end of buffer list.
4587         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4588
4589 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4590
4591         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4592         loop instead of recursive call.
4593
4594         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4595         2nd argument.
4596
4597 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-draft.el (wl-draft-create-contents): Don't take neither
4600         (function . args) nor (string . something) any more.
4601
4602         * wl-version.el (wl-generate-user-agent-string): Return string
4603         without header symbol.
4604         * wl-draft.el (wl-draft-default-headers): Use it.
4605
4606         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4607         `wl-draft-insert-ccs' and return field value instead of inserting
4608         the header. Abolish cc argument.
4609         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4610
4611         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4612         rather than one with string car.
4613
4614         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4615         * wl-draft.el (wl-draft-create-contents): Add it after the default
4616         headers.
4617
4618         * wl-draft.el (wl-draft-create-contents): For the case of
4619         (symbol-or-string . function) insert header only when the function
4620         returns string value.
4621
4622 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4625         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4626
4627 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl.el (wl-check-environment): Don't check Message-ID when
4630         `wl-insert-message-id' is nil.
4631         Revive checking if `wl-message-id-domain' contains "@".
4632
4633 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl.el (wl-check-environment): Merge examination for "@" at
4636         inappropriate position into the first string-match.
4637
4638         * wl-summary.el (wl-summary-target-mark-print): New function.
4639         (wl-summary-pipe-message-subr): Extracted from
4640         `wl-summary-pipe-message'.
4641         (wl-summary-target-mark-pipe): New function.
4642         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4643         `wl-summary-target-mark-pipe'.
4644
4645 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4648
4649 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl.el (wl-check-environment): Use elmo-warning instead of
4652         error for non-critical ones.
4653         Remove trash folder check.
4654         (wl): Don't ignore error in wl-check-environment.
4655
4656         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4657         check, which is moved from `wl-check-environment'.
4658         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4659
4660 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4663         guess anything, call wl-summary-write.
4664         (wl-summary-write): Create draft with blank To field.
4665         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4666
4667 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4670         argument full as well for wl-folder-write-current-folder.
4671         If wl-*-write-current-folder cannot guess addressee, add blank
4672         To header.
4673         Rewrite condition for positioning cursor.
4674
4675 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4678         summary buffer is present, use it.
4679         (wl-folder-jump-to-previous-summary): Ditto.
4680
4681 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4684
4685         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4686         wl-summary-previous-buffer and wl-summary-next-buffer.
4687
4688         * wl-folder.el (wl-folder-mode-map): Bind
4689         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4690         (wl-folder-jump-to-next-summary): New function.
4691         (wl-folder-jump-to-previous-summary): Ditto.
4692
4693         * wl-draft.el (wl-draft): Rearranged.
4694
4695 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4698         of header.
4699         (wl-draft): Collect arguments for the header as header-alist.
4700         (wl-draft-forward): Arrange arguments for wl-draft.
4701         (wl-draft-reply): Ditto.
4702         (wl-draft-edit-string): Ditto.
4703         * wl-summary.el (wl-summary-write): Ditto.
4704         (wl-summary-write-current-folder): Ditto.
4705
4706         * Version number is increased to 2.9.8.
4707
4708 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4711
4712         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4713
4714         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4715         even if the guess failed.
4716
4717         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4718         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4719         wl-summary-write-current-folder.
4720         * wl-xmas.el: Ditto.
4721
4722 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-summary.el (wl-summary-next-page): Force display message if
4725         message is not displayed yet.
4726         (wl-summary-prev-page): Ditto.
4727
4728 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4729
4730         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4731
4732 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4735         add "Preview Message" and "Save Draft and Exit".
4736
4737 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4740         if addrmgr is called from draft in splitted window.
4741
4742         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4743         * wl-mule.el: Ditto.
4744         * wl-xmas.el: Ditto.
4745
4746 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4749
4750         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4751         * wl-xmas.el (wl-folder-toolbar): Ditto.
4752
4753 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4756         and wl-draft-save-and-exit.
4757         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4758         * wl-xmas.el: Ditto.
4759         * wl-mule.el: Ditto.
4760
4761         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4762         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4763
4764 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4767         lists for saving buffer.
4768
4769 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4772         parent-folder argument instead of it.
4773         (wl-draft-create-buffer): Ditto.
4774         (wl-draft-forward): Ditto.
4775         (wl-draft-reply): Ditto.
4776         * wl-summary.el (wl-summary-write): Ditto.
4777         (wl-summary-write-current-folder): Ditto.
4778
4779         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4780         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4781         Folder buffer after composing.
4782
4783 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4786         header if the file `wl-x-face-file' already contains it.
4787
4788 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4791         folder" entry.
4792         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4793         * wl-e21.el (wl-folder-toolbar): Ditto.
4794         * wl-xmas.el (wl-folder-toolbar): Ditto.
4795
4796 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4799         wl-folder-goto-folder with sticky argument.
4800         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4801
4802 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4803
4804         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4805         and wl-summary-previous-buffer.
4806         (wl-summary-next-buffer): New function.
4807         (wl-summary-previous-buffer): Ditto.
4808
4809 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4812         wl-folder-jump-to-current-entity-with-arg.
4813         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4814         `wl-folder-jump-to-current-entity'.
4815         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4816         `wl-summary-goto-folder-sticky'.
4817         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4818         `wl-summary-goto-folder'.
4819         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4820         Unless force-exit, do not clean temp. marks for sticky summary.
4821         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4822
4823 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4826         not entire.
4827
4828 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4829
4830         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4831         to `C-x C-s'.
4832         (wl-summary-save-status): New command.
4833         (wl-summary-exit): Don't clean-up temp marks when sticky.
4834         (Applied patch from Nakayama-san [wl: 09548])
4835         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4836         Do nothing when no mark data.
4837         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4838         Call `wl-summary-delete-all-temp-marks' before saving.
4839
4840 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4841
4842         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4843
4844 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl.el (wl-check-environment): Also cause error when (system-name)
4847         returns "localhost.localdomain". (Although it doesn't affect because
4848         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4849
4850 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4853         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4854
4855         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4856         value.
4857
4858 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4861         Likewise r-cc-list and r-ng-list.
4862
4863 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4866         only if it is bound as variable.
4867
4868         * wl-mime.el (wl-draft-preview-message): Ditto.
4869
4870 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4873         needless `goto-char'.
4874
4875         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4876         `wl-summary-redisplay-no-mime-internal' instead of
4877         `wl-summary-redisplay-no-mime'.
4878         (wl-summary-redisplay-no-mime): Changed argument;
4879         Call `wl-summary-redisplay-no-mime-internal'.
4880
4881         * wl-mime.el (wl-draft-preview-message): Bind
4882         `mime-header-encode-method-alist' locally.
4883
4884         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4885         (wl-draft-std11-parse-addresses): Added the first address check.
4886         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4887
4888         * Version number is increased to 2.9.7.
4889
4890 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4893
4894 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4895
4896         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4897         related to scrollbar support, if there is no such a feature
4898         compiled in.
4899
4900 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4901
4902         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4903         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4904         for prefetch.
4905
4906 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-summary.el (wl-summary-pick): Fix for no match.
4909
4910 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-draft.el (wl-draft-save):
4913         Override `mime-header-encode-method-alist'.
4914
4915 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4916
4917         * wl-folder.el (wl-folder-pick): New function.
4918         Define key as "?".
4919
4920 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4923         Fix for unplugged.
4924
4925 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-folder.el (wl-folder-virtual): New function.
4928         Define key as "V".
4929
4930 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4931
4932         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4933         multi folder if entity is group.
4934
4935 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4936
4937         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4938         is nil.
4939
4940 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4943         (wl-summary-target-mark-msgs): Return the number of marked messages.
4944
4945 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4946
4947         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4948         "first:" is specified.
4949
4950 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-vars.el (wl-from): Use return value of function
4953         user-full-name instead of the variable user-full-name since
4954         XEmacs-20.4 doesn't set this variable.
4955
4956 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4959         call `wl' directly.
4960
4961 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4962
4963         * wl-draft.el (wl-draft-reedit): Removed duplicated
4964         switch-to-buffers.
4965
4966 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * wl.el (wl-other-frame): Removed garbages.
4969
4970 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4973
4974         * wl-xmas.el (wl-draft-key-setup): Ditto.
4975
4976         * wl-mule.el (wl-draft-key-setup): Ditto.
4977
4978         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4979         (wl-draft-reedit): Ditto.
4980         (wl-draft-prepare-edit): Add `wl-draft-save' to
4981         `local-write-file-hooks'.
4982         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4983         (wl-draft-reedit): Set buffer-file-name.
4984         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4985
4986
4987         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4988         call it.
4989         (wl-delete-startup-frame-function): New variable.
4990         (wl-other-frame): New function
4991         (Original was written by Yamaoka san [wl: 09239]).
4992
4993         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4994         if `wl-folder-use-frame'.
4995
4996 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4997
4998         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4999
5000 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5003         New variable.
5004         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5005         (wl-message-buffer-prefetch-get-next): Use them.
5006         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5007
5008 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5011         with unwind-protect.
5012
5013         * wl-draft.el (wl-draft-reedit): Rewrite.
5014         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5015         (wl-draft-save): Insert header separator if it does not exist;
5016         Removed condition-case.
5017
5018         * wl-summary.el (wl-summary-reedit): Revert last change.
5019
5020         * wl-draft.el (wl-draft-save): Rewrite.
5021         (wl-draft-create-buffer): Set buffer-file-name as nil.
5022
5023         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5024
5025         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5026
5027         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5028         nil.
5029
5030 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5031
5032         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5033         If count is nil, do not prefetch.
5034         (wl-message-buffer-prefetch-next): Next.
5035
5036 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5037
5038         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5039
5040 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5041
5042         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5043         `delete-backward-char'
5044         (wl-draft-prepare-edit): Check major-mode.
5045         (wl-draft-decode-header): Rewrite.
5046         (wl-draft): Fix.
5047
5048 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5051
5052 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5055         (wl-message-buffer-prefetch-get-next): Remove size checking.
5056         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5057
5058 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5059
5060         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5061         (wl-draft-default-headers): Fix.
5062
5063 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5064
5065         * wl-draft.el (wl-draft-default-headers): Insert return value of
5066         `wl-generate-mailer-string-function'.
5067
5068 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5071         (wl-draft-insert-mail-header-separator): Ditto.
5072
5073         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5074         again (Reverted the change on 2002-01-17 by OKADA san).
5075
5076 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5077
5078         * wl-draft.el (wl-draft): Rewrite.
5079         (wl-draft-create-buffer): New function.
5080         (wl-draft-create-contents): Ditto.
5081         (wl-draft-prepare-edit): Ditto.
5082         (wl-draft-decode-header): Ditto.
5083         (wl-draft-decode-body): Ditto.
5084         (wl-draft-check-new-line): Ditto.
5085         (wl-draft-default-headers): Ditto.
5086         (wl-draft-insert-mail-header-separator): Ditto.
5087
5088 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * Version number is increased to 2.9.6.
5091
5092 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5093
5094         * wl-draft.el (wl-draft-delete-field): Optional argument.
5095         (wl-draft-delete-fields): Ditto.
5096
5097 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5098
5099         * wl-message.el (toplevel): Eliminated byte-compile warning.
5100         for `itimer-function', `delete-timer' and `itimer-list'.
5101
5102 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5103
5104         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5105         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5106         `wl-message-buffer-prefetch-threshold'.
5107         * wl-summary.el (wl-summary-redisplay-internal): Remove
5108         the check of `wl-message-buffer-prefetch-depth'.
5109
5110 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5113         size of article.
5114         (wl-message-buffer-prefetch-subr): Remove size check.
5115
5116 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-vars.el (wl-plugged): Make customizable.
5119
5120 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5121
5122         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5123         (wl-message-buffer-prefetch-set-timer): New function.
5124         (wl-message-buffer-prefetch-get-next): New function.
5125         (wl-message-buffer-prefetch): New function.
5126         (wl-message-buffer-prefetch-next): Rewrite.
5127         (wl-message-buffer-prefetch-subr): Rewrite.
5128         * wl-vars.el (wl-auto-prefetch-first): New variable.
5129         * wl-summary.el (wl-summary-goto-folder-subr): Call
5130         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5131
5132 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5133
5134         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5135         `wl-summary-unread-message-hook'.
5136
5137 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5138
5139         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5140         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5141         if range is `cache-status'.
5142
5143 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-message.el (wl-message-buffer-prefetch-subr):
5146         Improve debug message.
5147
5148 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5149
5150         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5151         `wl-mail-send-pre-hook'.
5152         (wl-draft-send-mail-with-qmail): Ditto.
5153         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5154
5155 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5156
5157         * wl-message.el (wl-message-buffer-prefetch-subr):
5158         Fix for cancel-function-timers bug.
5159         (wl-message-buffer-prefetch-debug): Default value is t.
5160
5161 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5162
5163         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5164         (wl-message-buffer-prefetch-subr): Rewrite.
5165         Rename from `wl-message-buffer-prefetch'.
5166
5167 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5168
5169         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5170         (wl-default-draft-cite-decorate-author): Ditto.
5171
5172         * wl-draft.el (wl-draft-cite-function): Removed.
5173         (wl-default-draft-cite-decorate-author): Ditto.
5174
5175 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5178         (wl-default-draft-cite): Do not arrange author name if the value of
5179         `wl-default-draft-cite-decorate-author' is nil.
5180
5181 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5184
5185         * wl-folder.el (wl-folder-check-one-entity): Don't care
5186         `elmo-folder-use-flag-p'.
5187
5188 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5189
5190         * wl-folder (wl-folder-check-one-entity): Fix
5191         problem if unread is nil.
5192
5193 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-address.el (wl-address-make-completion-list): Check whether
5196         the address is a group list.
5197         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5198
5199 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5200
5201         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5202         The number of the messages of new and unread does not count
5203         correctly.
5204
5205         * wl-summary.el (wl-summary-count-unread): Changed to return
5206         `(new . unread)' instead of total.
5207         (wl-summary-sync-update): Follow the change above.
5208
5209         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5210
5211 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-address.el (wl-address-make-completion-list): Do not enclose
5214         address by " <" and ">" if associated realname is "".
5215         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5216         This is against the promblem with group list in .addresses pointed
5217         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5218
5219 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5220
5221         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5222         message is a format control string.
5223         * wl-expire.el (wl-expire-append-log): Ditto.
5224         * wl-mime.el (wl-summary-burst-subr): Ditto.
5225         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5226         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5227
5228 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5231         wl.el (wl-check-variables): Rename from `wl-check-type'.
5232         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5233         (wl-check-variables-2): New function.
5234         (wl): Call `wl-check-variables-2'.
5235
5236 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5237
5238         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5239         after renaming folder in access group.
5240
5241 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5242
5243         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5244         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5245         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5246         (wl-message-buffer-prefetch): Rewrite.
5247         (wl-message-buffer-prefetch-idle-time): Removed.
5248         * wl-summary.el (wl-summary-redisplay-internal):
5249         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5250         Error check for `wl-message-buffer-prefetch-depht'.
5251
5252 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5253
5254         * Version number is increased to 2.9.5.
5255         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5256
5257 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5258
5259         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5260         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5261         Based on the patch written by
5262         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * wl-draft.el (wl-draft-raw-send): Fix for
5267         `wl-news-send-pre-hook'
5268
5269 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5270
5271         * wl-utils.el (wl-message-id-function): New variable.
5272         * wl-draft.el (wl-draft-insert-required-fields):
5273         Use `wl-message-id-function'.
5274
5275 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5276
5277         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5278         * wl-utils.el (wl-draft-make-message-id-string):
5279         Use `wl-from' for domain part of Message-ID
5280         if `wl-message-id-use-wl-from' if non-nil.
5281         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5282
5283 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5284
5285         * wl.el (wl): Call `wl-check-type'
5286         Do not 'condition-case'.
5287
5288 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * wl.el (wl-check-type): New function.
5291         (wl-check-type-variables): New variable.
5292
5293 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5294
5295         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5296
5297 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5298
5299         * wl-draft.el (wl-smtp-password-key): New function.
5300         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5301         (wl-draft-send-mail-with-smtp): Ditto.
5302         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5303
5304 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5305
5306         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5307         * wl-utils.el (wl-unique-id-suffix): Remove.
5308
5309 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5310
5311         * Version number is increased to 2.9.4.
5312
5313 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5314
5315         * wl-utils.el (wl-unique-id-suffix): New variable.
5316         (wl-unique-id): Use `wl-unique-id-suffix'
5317
5318 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5319
5320         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5321         instead of `elmo-msgdb-search'.
5322
5323         * Version number is increased to 2.9.3.
5324
5325 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5326
5327         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5328
5329 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5330
5331         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5332         (wl-draft-dispatch-message): Changed for send-later.
5333         (wl-draft-queue-flush): Ditto.
5334         (wl-draft): Clear `wl-sent-message-queued'.
5335         (wl-draft-reedit): Ditto.
5336         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5337         * wl-vars.el (wl-draft-force-queuing): New variable.
5338         (wl-draft-force-queuing-mail): New variable.
5339         (wl-draft-force-queuing-news): New variable.
5340
5341 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5344         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5345
5346 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5347
5348         * Version number is increased to 2.9.2.
5349
5350 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * wl-draft.el (wl-draft-elide-region): New user command.
5353         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5354
5355         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5356         command `wl-draft-elide-region'.
5357         * wl-mule.el: Ditto.
5358         * wl-xmas.el: Ditto.
5359
5360 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5363         (wl-biff-check-folder-async): Removed needless let.
5364
5365 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5366
5367         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5368         wl-folder-get-elmo-folder.
5369         (wl-biff-check-folder): Set `biff' argument of
5370         `wl-folder-check-one-entity'.
5371         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5372
5373         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5374         (wl-folder-check-one-entity): Added `biff' argument;
5375         Setup `biff' slot of folder.
5376
5377         * Version number is increased to 2.9.1.
5378
5379 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5382         comment out and fixed.
5383         (wl-fldmgr-add-completion-subr): Ditto.
5384
5385         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5386         and msgdb.
5387
5388         * wl.el (wl-toggle-plugged): Save summary view.
5389
5390 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5393
5394 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5395
5396         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5397
5398 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5401         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5402         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5403
5404         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5405         if it was failed.
5406         (wl-demo): Disable undo in the demo buffer.
5407
5408 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-version.el (wl-version): Changed codename.
5411
5412         * Version number is increased to 2.9.0.
5413
5414 2001-12-14  Takuo KITAME <kitame@northeye.org>
5415
5416         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5417         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5418         (wl-folder-mark-as-read-all-current-entity): Ditto.
5419
5420 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-vars.el (wl-from-width): Define as obsolete variable.
5423         (wl-subject-length-limit): Ditto.
5424
5425         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5426
5427         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5428         wl-summary-save-view.
5429
5430         * wl.el (wl-save-status): Ditto.
5431         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5432
5433         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5434         (wl-summary-exit): Follow the change above.
5435         (wl-summary-goto-folder-subr): Ditto.
5436
5437         * wl-folder.el (wl-folder-create-subr): Don't use
5438         `elmo-folder-creatable-p'.
5439
5440 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5443
5444 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5447         rather than bitmap on Emacs 21.
5448         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5449         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5450         for xbm if the new redisplay engine is not available.
5451
5452 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-folder.el (wl-folder-init-hook): New hook.
5455         (wl-folder-init): Run `wl-folder-init-hook'.
5456
5457 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5460
5461 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-acap.el (wl-acap-cache-filename): New variable.
5464         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5465         (wl-acap-init): Use cache if no ACAP server found.
5466
5467 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5468
5469         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5470         `wl-acap-original-msgdb-dir'.
5471
5472         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5473         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5474
5475         * wl-mime.el (wl-mime-save-directory): Renamed from
5476         `wl-mime-save-dir'.
5477
5478 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5481
5482         * wl-demo.el: Require `path-util'.
5483         (wl-demo-bitmap-mule-available-p): New internal variable.
5484         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5485         `module-installed-p' instead.
5486         (wl-demo-insert-image): Use *.img file for a bitmap image.
5487         (wl-demo): Don't call the ascii demo recursively.
5488
5489 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5490
5491         * Version number is increased to 2.7.7.
5492
5493 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5494
5495         * wl.el (wl-exit): Eliminated byte-compile warning.
5496
5497 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5498
5499         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5500         obsolete variable using `elmo-define-obsolete-variable'.
5501         (wl-fetch-confirm-threshold): Ditto.
5502         (wl-cache-prefetch-folder-type-list): Ditto.
5503         (wl-cache-prefetch-folder-list): Ditto.
5504
5505 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5508         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5509         (wl-demo-insert-image): New function.
5510         (wl-demo-insert-text): New function.
5511         (wl-demo-image-type-alist): Redefine as a function.
5512         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5513         (wl-demo-with-temp-file-buffer): Removed.
5514         (wl-logo-xpm): Removed.
5515         (wl-logo-xbm): Removed.
5516         (wl-logo-bitmap): Removed.
5517
5518 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5519
5520         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5521         (wl-expire-localdir-get-folder-function): New user option.
5522         (wl-expire-localdir-get-folder): New function.
5523         (wl-expire-localdir-date): Ditto.
5524
5525 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5526
5527         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5528         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5529         Fixed unread number mismatch when all-unread < unread.
5530
5531 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5534         (wl-fetch-confirm-threshold): Ditto.
5535
5536         * wl-summary.el (wl-summary-confirm-appends): Removed.
5537         (wl-summary-sync-update): Don't refer
5538         `wl-summary-update-confirm-threshold' (It is now abolished).
5539
5540         * wl-message.el (wl-message-display-internal): Don't refer
5541         `wl-fetch-confirm-threshold' (It is now abolished).
5542
5543 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5546
5547 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5550         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5551         Change default value to nil.
5552         (wl-summary-indent-length-limit): The value can be nil, nil means
5553         unlimited.
5554
5555         * wl-summary.el: Don't set limit for indent length if the value of
5556         wl-summary-indent-length-limit is nil.
5557         If the value of wl-summary-width is nil, it means only that the width
5558         of summary is unlimited (nil doesn't mean that the indent length is
5559         unlimited).
5560
5561         * wl-thread.el: Ditto.
5562
5563 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5564
5565         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5566         be nil, nil means never confirm.
5567         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5568
5569 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5572         means unlimited).
5573
5574 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5577         Use `with-temp-buffer'.
5578
5579 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5582         with new backquote style).
5583         (wl-folder-get-entity-from-buffer): Ditto.
5584
5585 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5586
5587         * wl-version.el (nemacs-version): Eliminated.
5588         (wl-extended-emacs-version2): Ignore nemacs.
5589         (wl-extended-emacs-version3): Ditto.
5590
5591 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5592
5593         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5594         (wl-draft-add-in-reply-to): New variable.
5595         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5596         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5597         (wl-draft-yank-from-mail-reply-buffer): Use
5598         `wl-draft-add-in-reply-to'.
5599         (wl-draft-insert-current-message): Ditto.
5600
5601 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5602
5603         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5604         typo (kill->hide).
5605         (wl-message-buffer-prefetch-folder-type-list): Added elements
5606         `mark' and `cache' instead of `internal'.
5607
5608 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5611         resume msgdb directory.
5612
5613 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl.el (wl-exit): Call `wl-acap-exit'.
5616
5617         * wl-summary.el (wl-summary-message-string): New function.
5618         (wl-summary-reedit): Use it.
5619         (wl-summary-resend-bounced-mail): Remove needless let.
5620         (wl-summary-supersedes-message): Ditto.
5621         (wl-summary-save): Ditto.
5622
5623         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5624         (wl-acap-init): Set it.
5625         (wl-acap-exit): New function.
5626
5627 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5628
5629         * wl.el (wl-init): Revert (require 'mime-setup). move from
5630         toplevel.
5631
5632 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5633
5634         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5635         local variables.  Add error when guess function return invalid
5636         value.
5637
5638 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5639
5640         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5641         Change local variable name.
5642         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5643         (wl-folder-get-newsgroups): Return nil when non-news folder.
5644         * wl-summary.el (wl-summary-write-current-folder): State through
5645         when guess-list return nil.
5646         (wl-summary-write-current-folder-functions): Fixed docstring.
5647
5648         * wl.el (wl-exit): Changed confirm message.
5649
5650         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5651         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5652
5653         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5654
5655 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5656
5657         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5658         user option (Renamed from wl-cache-prefetch-folder-type-list).
5659         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5660         from wl-cache-prefetch-folder-list).
5661
5662         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5663         Move to wl-vars.el.
5664         (wl-message-buffer-prefetch-p): Changed to enable
5665         `wl-message-buffer-prefetch-folder-list'.
5666
5667         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5668         `ignore-cache'.
5669
5670 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5671
5672         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5673         `part-top' and `part-bottom'.
5674         (wl-draft-config-sub-part-top): New function.
5675         (wl-draft-config-sub-part-bottom): New function.
5676
5677 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5680
5681 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5682
5683         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5684
5685 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5688
5689         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5690         (wl-summary-write-current-folder): Ditto.
5691
5692 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-folder.el (wl-folder-get-newsgroups): Use
5695         `elmo-folder-newsgroups'.
5696
5697 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5698
5699         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5700         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5701         `wl-draft-config-sub-header-bottom'.
5702
5703 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5704
5705         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5706         localnews folder.
5707
5708 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-summary.el (wl-summary-mode): Undo last change.
5711
5712         * wl-folder.el (wl-folder-mode): Ditto.
5713
5714 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5715
5716         * wl-summary.el (wl-summary-mode): Locally set
5717         truncate-partial-window-width to nil.
5718         (for XEmacs)
5719
5720         * wl-folder.el (wl-folder-mode): Ditto.
5721
5722 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5725
5726 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5729         number.
5730
5731         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5732
5733         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5734
5735         * Version number is increased to 2.7.6.
5736
5737 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5738
5739         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5740
5741 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-summary.el (wl-summary-sync-update): Enclose network
5744         related portion with `unwind-protect'.
5745
5746 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5747
5748         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5749
5750 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5753         element.
5754         * wl-vars.el (wl-message-body-button-alist): Ditto.
5755
5756         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5757         max match length.
5758         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5759
5760         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5761         for the max match length;
5762         Use 4th element value for the button string regexp group.
5763
5764         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5765         candidate exists, prompt to select.
5766
5767 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5768
5769         * wl-summary.el (wl-summary-jump-to-msg): Search before
5770         calibration point by `beginning-of-line'.
5771
5772 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5773
5774         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5775         for access group.
5776
5777 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-message.el (wl-message-display-internal): Bind
5780         `default-mime-charset'.
5781
5782         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5783
5784         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5785
5786         * Version number is increased to 2.7.5.
5787
5788 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5789
5790         * wl-expire.el (wl-summary-archive): Fixed;
5791         Use `elmo-folder-name-internal'.
5792
5793 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5794
5795         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5796         from `elmo-folder-move-messages' caller.
5797         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5798
5799         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5800         related portions are changed).
5801
5802 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5803
5804         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5805         counter.
5806
5807 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5810         buffer local and set it to nil.
5811
5812         * wl-message.el (wl-message-redisplay): Ditto.
5813
5814 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-summary.el (wl-summary-mark-as-important): If message is
5817         already cached, set messag as read, otherwise encache and mark as read.
5818
5819 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5822         point-min.
5823
5824 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5827         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5828         a keymap.
5829
5830 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5833         parent.
5834
5835         * wl-mule.el (wl-message-define-keymap): Ditto.
5836
5837         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5838
5839         * wl-xmas.el (wl-message-display-internal-hook): Define.
5840         (wl-xmas-setup-message-toolbar): Define as function.
5841         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5842         (wl-message-overload-functions): Abolished.
5843         (wl-message-define-keymap): New function.
5844
5845         * wl-vars.el (wl-message-display-internal-hook): New variable.
5846         (wl-message-header-button-alist): New variable (Renamed from
5847         wl-highlight-message-header-button-alist).
5848         (wl-message-body-button-alist): Ditto.
5849
5850         * wl-mule.el (wl-message-define-keymap): New function.
5851         (wl-message-overload-functions): Abolished.
5852
5853         * wl-message.el (wl-message-add-buttons-to-body): New function.
5854         (wl-message-redisplay): Don't call wl-message-overload-functions;
5855         Call wl-message-add-buttons-to-header and
5856         wl-message-add-buttons-to-body.
5857         (wl-message-display-internal): Set keymap argument for
5858         elmo-mime-display-as-is, elmo-mime-message-display;
5859         Run wl-message-display-internal-hook.
5860         (wl-message-refer-article-or-url): Abolished.
5861
5862         * wl-highlight.el (wl-highlight-headers): Don't call
5863         wl-highlight-message-add-buttons-to-header.
5864         (wl-highlight-message-add-buttons-to-header): Abolished.
5865
5866
5867         * wl-e21.el (wl-message-display-internal-hook): Define.
5868         (wl-e21-setup-toolbar): Deleted duplicated binding.
5869         (wl-e21-setup-message-toolbar): Define as function.
5870         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5871         (wl-message-define-keymap): New function.
5872         (wl-message-overload-functions): Abolished.
5873
5874 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5877         and elmo-folder-close.
5878
5879         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5880
5881 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5882
5883         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5884         boolean value.
5885         * wl-draft.el (wl-draft-do-fcc): Ditto.
5886
5887 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5888
5889         * wl-vars.el (wl-fcc-force-as-read): New variable.
5890         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5891         mark copied message as read.
5892
5893 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5894
5895         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5896
5897 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5898
5899         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5900         `wl-summary-target-above' instead of obsolete variable
5901         `wl-summary-temp-above'.
5902
5903         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5904         instead of `make-obsolete-variable'.
5905         * wl-refile.el (toplevel): Ditto.
5906
5907 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5910         with third argument t.
5911         (wl-draft): Set first argument for wl-plugged-init as t.
5912
5913         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5914         definition.
5915
5916 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5917
5918         * wl-vars.el: Tabify.
5919         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5920
5921         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5922         message.
5923
5924 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5925
5926         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5927         and set default to beep.
5928
5929 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5930
5931         * wl-vars.el (wl-draft-truncate-lines): New variable.
5932
5933         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5934         instead of wl-message-truncate-lines for truncate-lines.
5935
5936 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-message.el (wl-message-display-internal): Call
5939         `wl-highlight-message' after `elmo-mime-display-as-is'.
5940
5941         * wl-mime.el (wl-mime-display-text/plain): New function.
5942         (wl-mime-display-header): Ditto.
5943         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5944         body-presentation-method for text/plain;
5945         Register `wl-mime-display-header' as a header-presentation-method;
5946         Don't set up `elmo-message-text-content-inserted-hook' and
5947         `elmo-message-header-inserted-hook'.
5948
5949         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5950         variable.
5951         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5952         as t if flag is 'all-header;
5953         Don't bind `elmo-message-ignored-field-list',
5954         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5955
5956 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5959         for xemacs with non-mule environment.
5960
5961 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5962
5963         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5964         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5965         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5966
5967 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5968
5969         * wl-vars.el (wl-interactive-send): Set default value as t.
5970
5971 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5974         (wl-addrmgr-method-list): Abolished.
5975         (wl-addrmgr-change-method): Follow above change.
5976
5977         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5978
5979 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-vars.el (wl-message-truncate-lines): Change default value
5982         to default-truncate-lines.
5983
5984         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5985
5986 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5987
5988         * wl-vars.el (wl-message-truncate-lines): New variable.
5989
5990         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5991         wl-message-truncate-lines.
5992
5993 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5994
5995         * wl-acap.el (wl-acap-init): Remove period from error message.
5996         (wl-acap-find-acap-service): Remove period from message.
5997
5998 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl.el (wl-check-environment): Undo last change.
6001
6002         * wl-vars.el (wl-from): Changed default value.
6003
6004         * wl-util.el (toplevel): Don't require tm-edit.
6005
6006         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6007         `wl-folder-init';
6008         Don't set mark on mail body.
6009         (wl-draft-reedit): Ditto.
6010
6011         * wl-address.el (wl-address-quote-specials): Define as an alias for
6012         elmo-address-quote-specials.
6013
6014 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6017
6018         * wl-vars.el (wl-from): Set default value as nil.
6019         (wl-organization): Set default value as ORGANIZATION environment
6020         variable.
6021
6022         * wl-draft.el (wl-smtp-extension-bind): Check value of
6023         wl-smtp-connection-type.
6024
6025         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6026         error.
6027
6028 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6029
6030         * Version number is increased to 2.7.4.
6031
6032         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6033         arguments from `wl-highlight-x-face-function' caller.
6034         Use x-face-1.3.6.12 or later.
6035
6036 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6037
6038         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6039
6040 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6041
6042         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6043         (wl-fcc): Fix to accept function.
6044         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6045
6046 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6047
6048         * wl-acap.el (toplevel): Added `product-provide' declare.
6049         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6050
6051 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl.el (wl): Changed order of calling `elmo-init'
6054         and `elmo-folder-init'.
6055
6056 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6057
6058         * wl-mime.el (wl-summary-burst): Extract message when content-type
6059         of root entity is not only `multipart' but also `message/rfc822'.
6060         (wl-summary-burst-subr): Ditto.
6061
6062 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-vars.el (toplevel): Require 'custom.
6065         (wl-trash-folder): Added to `wl-setting' group.
6066
6067         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6068         exists.
6069         (wl-addrmgr-draw): Insert empty line when no entry exists.
6070
6071         * wl-mule.el (wl-message-wheel-up): Fixed.
6072         (wl-message-wheel-down): Ditto.
6073
6074 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6075
6076         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6077         config is an anonymous lambda expression.
6078
6079 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6082         when Mule 2 is running.
6083
6084 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6087
6088 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6091         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6092
6093         * wl-address.el (wl-address-specials-regexp): Eliminated.
6094         (wl-address-quote-specials): Rewrite.
6095
6096 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6099         shy-groups for regexp.
6100
6101         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6102         character classes and Perl style shy-groups for regexp.
6103         (wl-highlight-plugged-current-line): Use Posix style character
6104         classes for regexp.
6105         (wl-e21-highlight-folder-by-numbers): Ditto.
6106         (wl-e21-display-image-p): Use `display-images-p' instead of
6107         `display-graphic-p'.
6108         (display-images-p): Make an alias to `display-graphic-p' if it is
6109         not available.  It is for Emacs version prior to 21.0.105.
6110
6111         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6112         `display-graphic-p'.
6113         (wl-demo-image-type-alist): Ditto.
6114         (display-images-p): Make an alias to `display-graphic-p' if it is
6115         not available.  It is for Emacs version prior to 21.0.105.
6116
6117 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6118
6119         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6120         support.
6121         (wl-generate-user-agent-string): Ditto.
6122
6123         * wl-version.el (wl-version): Update docsting.
6124         (wl-version-status): Ditto.
6125
6126 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6127
6128         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6129         21.0.105.  For Emacs 21.0.104 or earlier.
6130
6131 2001-09-03  Takuo KITAME <kitame@northeye.org>
6132
6133         * wl-e21.el (wl-plugged-init-icons): Use
6134         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6135         (wl-biff-init-icons): Ditto.
6136
6137 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-highlight.el (wl-highlight-summary-current-line):
6140         Fixed highlighting refile/copy destination.
6141
6142         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6143         (wl-acap-store): Encode string by wl-acap-coding-system.
6144
6145 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-acap.el (toplevel): Check and require 'un-define before
6148         'xemacs-ucs;
6149          Added checking for UTF-2000.
6150
6151 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6154         Don't enclose with `eval-and-compile'.
6155
6156         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6157         wl-init is non-nil.
6158
6159         * wl-draft.el (wl-draft): Ditto.
6160
6161         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6162
6163         * wl-acap.el (toplevel): Require 'wl.
6164         (wl-acap-store): Call `elmo-init'.
6165
6166         * wl.el (wl): Changed position of `wl-check-environment'.
6167         (toplevel): Added autoload setting for wl-acap.
6168
6169         * wl-vars.el (wl-setting): New custom group.
6170         (wl-from): Added wl-setting group.
6171         (wl-user-mail-address-list): Ditto.
6172         (wl-organization): Ditto.
6173         (wl-subscribed-mailing-list): Ditto.
6174         (wl-envelope-from): Ditto.
6175         (wl-smtp-posting-user): Ditto.
6176         (wl-smtp-posting-server): Ditto.
6177         (wl-smtp-posting-port): Ditto.
6178         (wl-smtp-authenticate-type): Ditto.
6179         (wl-pop-before-smtp-user): Ditto.
6180         (wl-pop-before-smtp-server): Ditto.
6181         (wl-pop-before-smtp-port): Ditto.
6182         (wl-pop-before-smtp-authenticate-type): Ditto.
6183         (wl-nntp-posting-server): Ditto.
6184         (wl-nntp-posting-user): Ditto.
6185         (wl-nntp-posting-port): Ditto.
6186         (wl-fetch-confirm-threshold): Ditto.
6187         (wl-prefetch-threshold): Ditto.
6188         (wl-thread-insert-opened): Ditto.
6189         (wl-ldap-server): Ditto.
6190         (wl-ldap-port): Ditto.
6191         (wl-ldap-base): Ditto.
6192         (wl-ldap-objectclass): Ditto.
6193         (wl-use-ldap): Ditto.
6194         (wl-draft-config-alist): Ditto.
6195         (wl-draft-config-matchone): Ditto.
6196         (wl-template-alist): Ditto.
6197         (wl-message-sort-field-list): Ditto.
6198         (wl-message-ignored-field-list): Ditto.
6199         (wl-message-visible-field-list): Ditto.
6200         (wl-interactive-send): Ditto.
6201         (wl-summary-move-order): Ditto.
6202         (wl-auto-select-first): Ditto.
6203         (wl-auto-select-next): Ditto.
6204         (wl-interactive-save-folders): Ditto.
6205
6206         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6207         Initialization codes are moved from wl-local-folder-init.
6208         (wl-local-folder-init): Follow the change above.
6209         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6210
6211         * wl-acap.el: New file.
6212
6213         * Version number is increased to 2.7.3.
6214
6215 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6218
6219 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6220
6221         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6222         (wl-addrmgr-address-entry-list): Ditto.
6223
6224 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-e21.el (wl-draft-mode-map): Removed binding for
6227         `wl-draft-insert-x-face-field'.
6228
6229         * wl-mule.el (wl-draft-mode-map): Ditto.
6230
6231         * wl-xmas.el (wl-draft-mode-map): Ditto.
6232
6233         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6234         (wl-cs-autoconv): Ditto.
6235         (wl-cs-local): Ditto.
6236         (wl-use-scoring): Ditto.
6237         (wl-mime-charset): Ditto.
6238         (wl-folder-check-async): Ditto.
6239
6240         * wl.el (toplevel): Ignore nemacs and tm.
6241         (wl-exit): Ditto.
6242
6243         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6244         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6245         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6246         instead of wl-address-petname-add-or-change.
6247         (wl-summary-edit-addresses-subr): Use wl-address-delete
6248         instead of wl-address-petname-delete.
6249
6250         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6251
6252         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6253         if error occured.
6254
6255         * wl-message.el (require): Remove tm support.
6256
6257         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6258
6259         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6260         (wl-folder-jump-to-current-entity): Ditto.
6261         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6262
6263         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6264         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6265         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6266
6267         * wl-mule.el (wl-draft-key-setup): Ditto.
6268
6269         * wl-xmas.el (wl-draft-key-setup): Ditto.
6270
6271         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6272         (wl-draft-std11-parse-addresses): New function.
6273         (wl-draft-parse-mailbox-list): Use it.
6274         (wl-draft): Ignore nemacs.
6275         (wl-draft-reedit): Ditto.
6276
6277         * wl-addrmgr.el: New file.
6278         (Original is wl-rcpt.el written by
6279         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6280         Thanks Kitamoto-san.)
6281
6282         * wl-address.el (wl-address-make-address-list): Modified parsing
6283         process.
6284         (wl-address-delete): Renamed from `wl-address-petname-delete';
6285         Modify wl-address-list too.
6286         (wl-address-add-or-change): Renamed from
6287         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6288
6289 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6290
6291         * wl-highlight.el (wl-highlight-summary-current-line):
6292           Work with transient-mark-mode
6293
6294 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * Version number is increased to 2.7.2.
6297
6298         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6299         instead of elmo-dop-queue-method.
6300
6301 2001-08-06  SAITO Atsunori <sai@yedo.com>
6302
6303         * wl-vars.el (wl-ldap-objectclass): New user option.
6304
6305         * wl-address.el (wl-ldap-make-filter): Use it.
6306
6307 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6310
6311 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl-folder.el (wl-folder): redisplay after folder insertion.
6314
6315         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6316
6317         * wl-summary.el (wl-summary-sync-update):
6318         Change status mark only when new-msgdb exists.
6319         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6320
6321 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-summary.el (wl-summary-open-folder): New function.
6324         (wl-summary-goto-folder-subr): Use it.
6325         (wl-summary-mark-as-important): Fix;
6326         Encache only when no cache exists.
6327
6328 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6331         Use with-current-buffer.
6332
6333 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6334
6335         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6336         before call `get-buffer'. Fixed parenthesis.
6337         (wl-score-get-header-entry): Clear message and help window when
6338         keyboard quit.
6339         (wl-score-edit-insert-header): Ditto.
6340
6341 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6344         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6345         (wl-default-draft-cite): Fix.
6346
6347         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6348         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6349
6350 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-message.el (wl-message-prev-page): Do same bahavior
6353         as summary when it is called in the message buffer.
6354         (wl-message-next-page): Ditto.
6355
6356 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-summary.el (wl-summary-forward): Use cache if it is not
6359         section cache.
6360
6361 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6362
6363         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6364         Removed redundant require of elmo-vars.
6365         (wl-biff-state-indicator-on): Changed default value for
6366         xemacs with non-mule environment.
6367
6368         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6369         wl-message-buffer is nil;
6370         Hide progress bar after moving messages.
6371
6372 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6375         message at cursor point is deleted.
6376
6377 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-vars.el: Changed file coding system to euc-japan.
6380         Added -*-coding:-*- magic to the first line.
6381
6382         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6383         Search parent from the first message.
6384
6385         * Version number is increased to 2.7.1.
6386
6387 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6388
6389         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6390
6391 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6394         refile/delete execution.
6395
6396         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6397         Fixed docstring.
6398
6399 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6402         do update process;
6403         Don't update marks when update process is interrupted.
6404
6405 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6406
6407         * wl-summary.el (wl-summary-reply): Fixed problem when
6408         wl-draft-use-frame is non-nil.
6409         (wl-summary-forward): Ditto.
6410
6411         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6412         as nil.
6413         (wl-folder-mark-as-read-all-entity): Ditto.
6414         (wl-folder-prefetch-entity): Ditto.
6415
6416         * wl.el (wl): Check environment before wl-init.
6417
6418         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6419         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6420         instead of wl-summary-collect-unread.
6421         (wl-summary-reply): Split message window.
6422
6423 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6426         only if current language environment is japanese,
6427
6428         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6429         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6430         (wl-folder-goto-folder-subr): Ditto.
6431
6432         * wl-draft.el (wl-draft-dispatch-message): Call
6433         `elmo-file-cache-get-path'.
6434
6435 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-summary.el (wl-summary-cursor-move): If return value of
6438         wl-summary-next-message is not number, don't jump.
6439
6440 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-summary.el (wl-summary-buffer-next-message-function): New
6443         variable.
6444         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6445         if it is bound.
6446
6447         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6448         string.
6449
6450         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6451         (wl-plugged-drawing): Ditto.
6452
6453 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6456         process.
6457         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6458         with unwind-protect.
6459
6460         * wl.el (wl-init): Require mime-setup.
6461         (wl-check-environment): Don't require mime-setup.
6462
6463         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6464         instead of elmo-folder-type.
6465
6466         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6467         value as nil.
6468
6469 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * Version number is increased to 2.7.0.
6472
6473         * wl-version.el (wl-version): Changed codename.
6474
6475         * wl-summary.el (wl-summary-delete-cache): Fixed.
6476
6477         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6478         Workaround for net folders.
6479         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6480
6481         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6482         value to nil (According to the patch from
6483         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6484
6485         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6486         of elmo-folder-close.
6487
6488 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6489
6490         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6491         for postfix.
6492
6493 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-summary.el (wl-summary-resend-message): Fixed.
6496
6497         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6498         Call wl-draft with `from' argument if its address is included in
6499         `wl-user-mail-address-list'.
6500         (wl-draft): Added `from' argument.
6501
6502         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6503         non-nil.
6504         (wl): Don't show demo if wl-demo is nil.
6505
6506         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6507         wl-summary-use-frame.
6508
6509         * wl-vars.el (wl-summary-use-frame): New user option.
6510         (wl-folder-use-frame): Changed docstring.
6511
6512         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6513         non-nil.
6514         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6515         wl-summary-use-frame.
6516
6517         * wl-vars.el (wl-folder-use-frame): New user option.
6518
6519         * wl-summary.el (wl-summary-exit): Back to folder frame if
6520         wl-folder-use-frame is non-nil.
6521         (wl-summary-redisplay-internal): Ignore cache if current folder
6522         is draft folder,
6523         (wl-summary-redisplay-no-mime): Ditto.
6524         (wl-summary-redisplay-all-header): Ditto.
6525
6526         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6527         if wl-folder-use-frame is non-nil.
6528
6529 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl-summary.el (wl-summary-sync-update): Bind
6532         elmo-folder-update-threshold.
6533         (wl-summary-mark-as-important): Enclosed server mark processing
6534         with `save-match-data'.
6535
6536         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6537         only when it is already defined.
6538
6539 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6540
6541         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6542         name of folder exclude localdir is wrong.
6543         * wl-folder.el (wl-folder-sync-entity):
6544         Set `wl-summary-always-sticky-folder-list' as nil.
6545         (wl-folder-mark-as-read-all-entity): Ditto.
6546         (wl-folder-prefetch-entity): Ditto.
6547
6548 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6551         instead of `wl-summary-write-current-newsgroup'.
6552
6553 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6554
6555         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6556         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6557         non-nil and selected message is important, do not display.
6558
6559 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6562
6563 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6566
6567         * wl-summary.el (wl-summary-mark-as-important): Set message number
6568         using wl-summary-message-number.
6569
6570 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6571
6572         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6573         destination folder is 'null.
6574
6575 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6576
6577         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6578         New function.
6579         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6580         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6581         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6582
6583 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-mime.el (wl-mime-setup): Added setting for
6586         `mime-setup-signature-key-alist' to avoid overriding key bind for
6587         `wl-draft-send'.
6588
6589         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6590         for `wl-draft-send'.
6591         * wl-mule.el (wl-draft-overload-functions): Ditto.
6592         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6593         * wl-draft.el (wl-draft-send): Ditto.
6594
6595         * wl-message.el (wl-message-display-internal):
6596         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6597         (Patch is provided by <kita@coe.nttdata.co.jp>).
6598
6599 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6602
6603 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6604
6605         * wl.el (wl): Fix for wl-demo.
6606
6607 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6610
6611 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-folder.el (wl-folder-prefetch-entity): Use
6614         `wl-folder-get-elmo-folder'.
6615         (wl-folder-count-incorporates): Do not use
6616         `wl-folder-get-elmo-folder'.
6617
6618 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6621         instead of `elmo-folder-get-type'.
6622
6623 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6624
6625         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6626         position on Subject: field.
6627         (Advised by Mito <mit@nines.nec.co.jp>)
6628
6629 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6630
6631         * wl-folder.el (wl-folder-prefetch-entity): Use
6632         `wl-folder-get-elmo-folder'.
6633
6634 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6637
6638         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6639         `process-duplicates' slot.
6640
6641         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6642         if detection failed.
6643
6644 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6645
6646         * wl-version.el (wl-version-status): Set to "alpha".
6647
6648 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6651         Check wl-message-buffer lives before set-buffer.
6652
6653 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6654
6655         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6656         called in folder mode.
6657         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6658         * wl-summary.el (wl-summary-exit-pre-hook): Run
6659         `wl-summary-exit-pre-hook' before exit summary mode.
6660
6661 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6662
6663         * wl-version.el (wl-version-status): New variable.
6664         (wl-version-status-alist): Removed.
6665         (wl-version-status): Rule included.
6666
6667 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6670         @sponichi.
6671
6672         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6673         when `mail-reply-buffer' is buffer-local variable.
6674         (Reported by <kita@coe.nttdata.co.jp>).
6675
6676 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-vars.el (toplevel): Require 'elmo-util.
6679
6680 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6683         (All other related portions are changed)
6684
6685         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6686
6687         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6688
6689 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6690
6691         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6692
6693 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6696         Delete other windows to avoid an error.
6697         Use `point-marker' instead of `point' to remember the start point
6698         of body.
6699
6700         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6701
6702         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6703         number not to exceed all message number.
6704
6705 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6706
6707         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6708         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6709
6710 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-summary.el (wl-summary-sync-force-update): Added argument
6713         no-check.
6714         (wl-summary-sync-update): Ditto.
6715         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6716         with `no-check'.
6717
6718         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6719         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6720         already running.
6721
6722 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6723
6724         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6725         `dst-folder-arg'.
6726         (wl-expire-archive-number1): Diito.
6727         (wl-expire-archive-number2): Diito.
6728         (wl-expire-archive-Date): Diito.
6729         (wl-archive-number1): Diito.
6730         (wl-archive-number2): Diito.
6731         (wl-archive-date): Diito.
6732         (wl-archive-folder-p): New function.
6733         (wl-summary-expire): Support of expand folder name at
6734         wl-expire-alist.
6735         * wl-util.el (wl-expand-newtext): Renamed from
6736         `wl-refile-expand-newtext'.
6737
6738 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6739
6740         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6741         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6742         `(elmo-msgdb-get-overview msgdb)'.
6743         (wl-summary-prefetch): Bind match data before call
6744         `wl-summay-prefetch-msg'.
6745         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6746         'off if `wl-summary-buffer-disp-msg' is non-nil.
6747         Fixed problem that couldn't show only one new or unread message when
6748         enter folder.
6749         (wl-summary-reply): Don't call `split-window-vertically' and other
6750         window.
6751
6752 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-expire.el (wl-expire-refile): Fixed.
6755
6756 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6759
6760         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6761         biff notification is removed.
6762
6763         * wl.el (wl): Changed position of `elmo-init'.
6764
6765         * wl-draft.el (wl-default-draft-cite): Use date field
6766         on the citation buffer.
6767
6768         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6769
6770         * wl-xmas.el (wl-folder-internal-icon-list): Added
6771         `wl-folder-shimbun-image'.
6772
6773         * wl-e21.el (wl-folder-internal-icon-list): Added
6774         `wl-folder-shimbun-image'.
6775
6776 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl.el (wl-init): Eliminated argument.
6779         (wl): Rewrite.
6780
6781         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6782         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6783         instead of `elmo-folder-msgdb-internal'.
6784         (wl-summary-sync-update): Ditto.
6785         (wl-summary-flush-pending-append-operations): Eliminated.
6786         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6787         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6788         `elmo-folder-open'.
6789
6790         * wl-mime.el (wl-summary-burst): Fixed.
6791
6792         * wl-folder.el (wl-folder-info-save): Check data type.
6793
6794         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6795         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6796         instead of `elmo-folder-msgdb-internal'.
6797         (wl-expire-hide): Ditto.
6798
6799
6800         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6801
6802 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6803
6804         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6805
6806 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6807
6808         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6809
6810 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6811
6812         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6813         Fixed `match-beginning' argument mismatch.
6814
6815 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6816
6817         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6818         the default value.
6819
6820 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6823         instead of `elmo-nntp-default-port'.
6824
6825         * wl-vars.el: Fixed some doc strings.
6826
6827 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-summary.el (wl-summary-prefetch-msg): Use
6830         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6831
6832         * wl-vars.el: Define *-func as obsolete variable using
6833         `elmo-define-obsolete-variable'.
6834
6835         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6836         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6837         instead of `wl-message-buffer-prefetch-threshold'.
6838
6839         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6840
6841         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6842
6843         * wl-draft.el (wl-caesar-region-func): Ditto.
6844
6845         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6846         Keep unread status in elmo-folder-move-messages.
6847         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6848
6849 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6850
6851         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6852         `wl-summary-buffer-exit-func'
6853         (wl-summary-buffer-message-redisplay-function): Renamed from
6854         `wl-summary-buffer-message-redisplay-func'
6855         (wl-summary-buffer-next-folder-function): Renamed from
6856         `wl-summary-buffer-next-folder-func'.
6857         (wl-summary-buffer-prev-folder-function): Renamed from
6858         `wl-summary-buffer-prev-folder-func'.
6859         (wl-summary-get-petname-function): Renamed from
6860         `wl-summary-get-petname-func'.
6861
6862         * wl-score.el (wl-score-edit-exit-function): Renamed from
6863         `wl-score-edit-exit-func'.
6864
6865         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6866         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6867
6868         * wl-util.el (wl-load-profile-function): Renamed from
6869         `wl-load-profile-func'.
6870
6871         * wl-folder.el (wl-folder-completion-function): Renamed from
6872         `wl-folder-completion-func'.
6873         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6874
6875         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6876         `wl-expire-archive-get-folder-func'.
6877         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6878         (wl-draft-send-mail-function): Renamed from
6879         `wl-draft-send-mail-func'.
6880         (wl-draft-send-news-function): Renamed from
6881         `wl-draft-send-news-func'.
6882         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6883         (wl-generate-mailer-string-function): Renamed from
6884         `wl-generate-mailer-string-func'.
6885         (wl-highlight-signature-search-function): Renamed from
6886         `wl-highlight-signature-search-func'.
6887         (wl-highlight-x-face-function): Renamed from
6888         `wl-highlight-x-face-func'
6889         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6890         (wl-ps-print-buffer-function): Renamed from
6891         `wl-ps-print-buffer-func'
6892         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6893         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6894         (wl-summary-subject-filter-function): Renamed from
6895         `wl-summary-subject-filter-func'.
6896
6897         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6898         `wl-draft-queue-flush-send-func'
6899         (wl-draft-cite-function): Renamed from
6900         `wl-draft-cite-func'
6901
6902         * wl-address.el (wl-address-init-function): Renamed from
6903         `wl-address-init-func'.
6904
6905 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl-draft.el (wl-draft-queue-flush): Don't call
6908         `elmo-dop-unlock-message'.
6909         * wl-draft.el (wl-draft-queue-append): Don't call
6910         `elmo-dop-lock-message'.
6911
6912         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6913         (wl-summary-buffer-folder-name): Ditto.
6914         (wl-summary-message-regexp): Added '-' (all other related portions
6915         are changed).
6916         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6917         wl-summary-buffer-folder-name.
6918
6919 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6920
6921         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6922         the number of mails in the folder buffer is not updated by wl-biff.
6923
6924 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6927         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6928
6929 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-summary.el (wl-summary-next-message):
6932         Return next message number when wl-summary-move-order is nil.
6933
6934 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6935
6936         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6937         `wl-summary-move-spec-alist'.
6938         (wl-summary-move-spec-unplugged-alist): New variable
6939         (Move spec for unplugged status).
6940         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6941         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6942
6943 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6944
6945         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6946         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6947
6948 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6949
6950         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6951         simple quotation to quote the anonymous function.
6952         * tm-wl.el (wl-draft-preview-message): Ditto.
6953
6954 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6955
6956         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6957         Eliminate redundant `save-excursion'.
6958         (wl-highlight-summary-current-line): Ditto.
6959
6960         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6961         accessing match data when `looking-at' failed.
6962
6963         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6964         `elmo-match-string' where users don't care about the speed.
6965         (wl-draft-save): Ditto.
6966
6967 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl-util.el (wl-regexp-opt): New function.
6970
6971         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6972         number from `wl-summary-buffer-number-list'.
6973         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6974         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6975         (wl-summary-move-spec-alist): Changed default setting.
6976
6977 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6978
6979         * wl-vars.el (wl-biff-notify-hook): New hook.
6980         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6981         the arrival of new mail.
6982         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6983         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6984
6985 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6988
6989 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6992
6993         * Version number is increased to 2.5.8.
6994
6995         * wl-thread.el (toplevel): require 'cl.
6996         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6997         (wl-thread-make-number-list): New function.
6998         (wl-thread-entity-make-number-list-from-children): Ditto.
6999         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7000         (wl-thread-entity-insert-as-children): Likewise.
7001         (wl-thread-delete-message): Likewise.
7002         (wl-meaning-of-mark): Eliminated.
7003         (wl-thread-next-failure-mark-p): Ditto.
7004         (wl-thread-entity-get-mark): Ditto.
7005         (wl-thread-meaning-alist-get-result): Ditto.
7006         (wl-thread-entity-check-prev-mark): Ditto.
7007         (wl-thread-entity-check-next-mark): Ditto.
7008         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7009         (wl-thread-entity-get-prev-marked-entity): Ditto.
7010         (wl-thread-get-prev-unread): Ditto.
7011         (wl-thread-jump-to-prev-unread): Ditto.
7012         (wl-thread-get-next-unread): Ditto.
7013         (wl-thread-jump-to-next-unread): Ditto.
7014         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7015         (wl-thread-entity-get-next-marked-entity): Ditto.
7016
7017         * wl-summary.el (wl-summary-buffer-number-list):
7018         New bufer-local variable.
7019         (wl-summary-switch-to-clone-buffer): Clone
7020         `wl-summary-buffer-number-list'.
7021         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7022         (wl-summary-cursor-move-regex): Eliminated.
7023         (wl-summary-cursor-up): Rewrite.
7024         (wl-summary-cursor-down): Ditto.
7025         (wl-summary-mode-spec-alist): New variable.
7026         (wl-summary-next-message): New inline function.
7027         (wl-summary-cursor-move): New function.
7028         (wl-summary-default-get-next-msg): Rewrite.
7029         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7030         (wl-summary-rescan): Ditto.
7031         (wl-summary-sync-all-init): Ditto.
7032         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7033         summary is not thread view.
7034         (wl-summary-sync-update): Ditto.
7035         (wl-summary-rescan): Ditto.
7036         (wl-summary-make-number-list): New function.
7037
7038         * wl-draft.el: "FCC" -> "Fcc".
7039
7040 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-highlight.el (wl-highlight-summary-window):
7043         Call `set-buffer-modified-p'.
7044
7045         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7046         (wl): Call `elmo-init' and fix.
7047
7048         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7049         Use new variables.
7050
7051         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7052
7053 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7056
7057 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7058
7059         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7060
7061 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7062
7063         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7064         `wl-use-toolbar' nor `display-graphic-p'.
7065         (wl-e21-setup-message-toolbar): Ditto.
7066         (wl-e21-setup-summary-toolbar): Ditto.
7067         (wl-e21-setup-folder-toolbar): Ditto.
7068
7069         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7070         (wl-plugged-init-icons): Ditto.
7071
7072         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7073         `display-graphic-p'.
7074         (wl-plugged-set-folder-icon): Ditto.
7075         (wl-highlight-plugged-current-line): Ditto.
7076         (wl-highlight-folder-current-line): Ditto.
7077         (wl-e21-highlight-folder-group-line): Ditto.
7078         (wl-e21-setup-toolbar): Ditto.
7079         (wl-e21-display-image-p): New macro.
7080
7081         * wl-demo.el (wl-demo): Simplified.
7082         (wl-demo-image-type-alist): Use `image-type-available-p' for
7083         checking whether the image type `xbm' is available.
7084
7085 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7088         (wl-summary-input-range): Ditto.
7089
7090 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-summary.el (wl-summary-edit-addresses): Use
7093         `wl-summary-get-original-buffer'
7094         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7095         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7096         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7097         (wl-summary-get-newsgroups): Eliminated.
7098         (wl-summary-set-crosspost): Ditto.
7099         (wl-summary-is-crosspost-folder): Ditto.
7100         (wl-crosspost-alist-load): Ditto.
7101         (wl-crosspost-alist-save): Ditto.
7102
7103         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7104         `elmo-setup-subscribed-newsgroups' instead of
7105         `elmo-nntp-make-groups-hashtb'.
7106         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7107         instead of `wl-crosspost-alist-save'.
7108
7109         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7110         of `elmo-folder-message-appendable-p'.
7111         (wl-mime-header-presentation-method): Eliminated.
7112
7113         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7114         (Error occurs in emacs21).
7115
7116         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7117         the current buffer).
7118
7119         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7120         instead of `wl-crosspost-alist-save'.
7121         (wl-init): `elmo-crosspost-message-alist-load'
7122         instead of `wl-crosspost-alist-load'
7123
7124         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7125         (wl-parse-newsgroups): Likewise.
7126         (wl-biff-notify): Run `wl-biff-notify-hook'.
7127
7128 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7131
7132         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7133         when `wl-summary-lazy-highlight' is non-nil.
7134         (wl-summary-goto-folder-subr): Highlight only when
7135         `wl-summary-lazy-highlight' is non-nil.
7136
7137         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7138         Don't display progress and highlight temp-mark when
7139         `wl-summary-lazy-highlight' is non-nil.
7140         (wl-highlight-summary-window): New function.
7141         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7142
7143 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7144
7145         * wl-summary.el (wl-summary-sync): Change `all-visible'
7146         from `all-shown'
7147         (wl-summary-input-range): Ditto.
7148
7149 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7150
7151         * wl-e21.el (wl-highlight-folder-current-line): Call
7152         `wl-folder-init-icons' when folder icons have not been initialized.
7153
7154         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7155
7156         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7157         (wl-demo-image-type-alist): New macro.
7158
7159 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7160
7161         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7162         display does not support graphics.
7163         (wl-plugged-init-icons): Ditto.
7164         (wl-folder-init-icons): Ditto.
7165
7166         * wl-demo.el (wl-demo): Chech closely whether the display
7167         supports graphics.
7168
7169 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-summary.el (wl-summary-get-original-buffer): New function.
7172         (wl-summary-set-crosspost): Use it.
7173         (wl-summary-target-mark-uudecode): Ditto.
7174         (wl-summary-reedit): Ditto.
7175         (wl-summary-resend-bounced-mail): Ditto.
7176         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7177         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7178
7179         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7180         (wl-message-display-internal): Ditto.
7181
7182 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7185
7186 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-summary.el (wl-summary-save-view): Renamed from
7189         `wl-summary-save-status'.
7190
7191 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7192
7193         * wl-summary.el (wl-summary-sync): Added `all-shown'
7194
7195 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7196
7197         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7198
7199 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7200
7201         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7202
7203 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7204
7205         * wl-highlight.el (wl-highlight-summary-line-string): Use
7206         `zerop' instead of `= 0'.
7207         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7208
7209         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7210         for comparing numbers.
7211         (wl-template-prev): Use `zerop' instead of `eq 0'.
7212
7213         * wl-draft.el (wl-draft-insert-current-message): Use
7214         `with-current-buffer' instead of `save-excursion'.
7215         Use `zerop' instead of `eq 0'.
7216
7217 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7218
7219         * wl-draft.el (wl-draft-insert-ccs): New function.
7220         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7221         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7222
7223 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7226
7227 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * wl-expire.el (wl-expire-refile): Don't call
7230         elmo-msgdb-add-msgs-to-seen-list;
7231         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7232         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7233
7234 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-message.el (wl-message-prev-page): Ignore errors while
7237         scroll-down.
7238
7239 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl-mime.el: Use elmo-original-message-mode instead of
7242         mmelmo-original-mode.
7243
7244         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7245         `elmo-folder-get-spec';
7246         (wl-fldmgr-add-completion-all-completions):
7247         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7248
7249         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7250         of `elmo-folder-get-type'.
7251
7252         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7253         `elmo-folder-get-spec';
7254         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7255         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7256         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7257         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7258         `elmo-read-msg-no-cache';
7259         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7260         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7261         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7262         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7263         `elmo-cache-save';
7264         (wl-draft-reedit): Use `elmo-message-file-name'.
7265
7266         * wl-expire.el: Use `elmo-folder-name-internal';
7267         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7268         Use macro `wl-summary-buffer-msgdb' instead of variable
7269         `wl-summary-buffer-msgdb';
7270         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7271         Use macro `wl-summary-buffer-folder-name' instead of variable
7272         `wl-summary-buffer-folder-name'.
7273         * wl-score.el: Likewise.
7274
7275         * wl-message.el: Rewrite for new message buffer cache mechanism.
7276         (wl-message-buffer-cache-buffer-get): New macro.
7277         (wl-message-buffer-cache-folder-get): Ditto.
7278         (wl-message-buffer-cache-message-get): Ditto.
7279         (wl-message-buffer-cache-entry-make): Ditto.
7280         (wl-message-buffer-cache-hit): Ditto.
7281         (wl-message-buffer-cache-sort): New function.
7282         (wl-message-buffer-cache-add): Ditto.
7283         (wl-message-buffer-cache-delete): Ditto.
7284         (wl-message-buffer-cache-clean-up): Ditto.
7285         (wl-message-buffer-window): Rewrite.
7286         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7287         (wl-message-buffer-display): New function.
7288         (wl-message-display-internal): New function.
7289
7290 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-folder.el: Use `elmo-folder-name-internal';
7293         Use `wl-folder-get-elmo-folder';
7294         Use `elmo-folder-list-messages' instead of
7295         `elmo-list-folder';
7296         Use `elmo-folder-get-primitive-list' instead of
7297         `elmo-folder-get-primitive-spec-list';
7298         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7299         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7300         Use `elmo-folder-create' instead of `elmo-create-folder'.
7301         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7302         (wl-folder-get-elmo-folder): New macro.
7303         (wl-folder-elmo-folder-cache-get): Ditto.
7304         (wl-folder-elmo-folder-cache-put): Ditto.
7305         (wl-folder-suspend): Call `elmo-quit'.
7306
7307         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7308         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7309         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7310         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7311         (toplevel): require 'cl.
7312         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7313
7314         * wl-summary.el: Rewrite to use new elmo interface.
7315
7316 \f
7317 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7318
7319         * wl-mime.el (wl-draft-preview-message):
7320         Run `wl-draft-send-hook' before collecting recipients information;
7321         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7322
7323         * tm-wl.el (wl-draft-preview-message): Ditto.
7324
7325 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7328         wrong recipients are displayed when forwarded message.
7329
7330 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * Version number is increased to 2.5.7.
7333
7334 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7335
7336         * wl-message.el (wl-message-next-page): Bind
7337         `window-pixel-scroll-increment' to nil while scrolling up.
7338
7339 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7340
7341         * wl-vars.el (wl-save-hook): New hook.
7342         * wl.el (wl-save): Call `wl-save-hook'.
7343
7344 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7345
7346         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7347         Argument WITH-ARG instead of NO-ARG (negative mean).
7348         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7349         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7350         * wl-message.el (wl-message-follow-current-entity): Likewise.
7351
7352 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7353
7354         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7355         FROM was optional argument.
7356         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7357
7358 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7359
7360         * Version number is increased to 2.5.6.
7361
7362 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7363
7364         * wl-version.el (wl-version-show): Removed.
7365         (wl-version): Add `interactive'.
7366
7367 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7368
7369         * wl-summary.el (wl-summary-get-petname-func): New variable.
7370         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7371         instead of `wl-address-get-petname-1'.
7372         (wl-summary-simple-from): Ditto.
7373
7374         * wl-address.el (wl-address-get-petname-1): Define as function.
7375
7376 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7379         field in the original message.
7380         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7381
7382 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7383
7384         * wl-expire.el (wl-expire-hide):
7385         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7386
7387 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7390         find decoder for To, Cc, and Subject.
7391
7392 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7395         for checking `elmo-use-buffer-cache'.
7396         (wl-summary-mark-as-important): Fixed typo in comment.
7397
7398 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7401         field in the original message.
7402         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7403
7404 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7405
7406         * wl-expire.el (wl-expire-hide):
7407         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7408
7409 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7412         find decoder for To, Cc, and Subject.
7413
7414 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * Version number is increased to 2.5.5.
7417
7418         * wl-address.el (wl-address-specials-regexp): New constant.
7419         (wl-address-quote-specials): Use it.
7420
7421 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-summary.el (wl-summary-rescan):
7424         Call `wl-summary-buffer-number-column-detect'.
7425         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7426
7427         * wl-message.el (wl-message-mode-map): Define.
7428         (wl-message-decode): Use it as local-map.
7429
7430 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7433         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7434
7435 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7438
7439         * wl-mule.el (wl-read-event-char): Ditto.
7440
7441         * wl-e21.el (wl-read-event-char): Ditto.
7442
7443         * wl-nemacs.el (wl-read-event-char): Ditto.
7444         (read-event): Removed.
7445
7446         * wl-util.el (toplevel): Removed dummy definition of
7447         `read-event'.
7448         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7449
7450 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7451
7452         * wl-nemacs.el (elmo-archive-call-process): Moved to
7453         elmo-archive.el.
7454
7455 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7456
7457         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7458         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7459
7460         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7461         instead of magic-number 6.  Use `not' instead of `null' for symbol
7462         `nil' check (not empty list).
7463         (wl-draft-insert-x-face-field): Fixed paren style.
7464
7465         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7466         one-branch conditional statement, instead of `and' and `if'.
7467         (wl-draft-forward): Likewise.
7468         (wl-draft-add-references): Likewise.
7469         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7470
7471         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7472         conditional steatment.  Use `cond' instead of `if'.
7473         (wl-draft-confirm): Likewise.
7474
7475 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7476
7477         * wl-version.el (wl-version-show): Use `product-string-1'
7478         instead of `wl-version'.
7479         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7480
7481         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7482
7483 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7484
7485         * wl-highlight.el (wl-highlight-headers): Revert
7486         `wl-highlight-x-face-func' argument (`beg' and `end').
7487
7488 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7489
7490         * wl.el (toplevel): Move `product-provide' declare.
7491         * wl-demo.el (toplevel): Ditto.
7492         * wl-dnd.el (toplevel): Ditto.
7493         * wl-highlight.el (toplevel): Ditto.
7494         * wl-message.el (toplevel): Ditto.
7495         * wl-refile.el (toplevel): Ditto.
7496         * wl-util.el (toplevel): Ditto.
7497
7498 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7501         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7502         (wl-thread-close-all): keep cursor position.
7503
7504 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7507         (eq x 0).
7508         (wl-generate-user-agent-string-1): Fix conditional statement.
7509
7510 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7511
7512         * wl.el (wl-check-environment): Additional check for
7513         'wl-local-domain' and `wl-message-id-domain'.
7514
7515 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7516
7517         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7518
7519 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7520
7521         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7522         instead of `smtp-sasl-user-realm'.
7523
7524 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7525
7526         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7527
7528 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7529
7530         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7531         to the default value as well as `eword-lexical-analyzer'.
7532
7533 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7534
7535         * wl-version.el (wl-extended-emacs-version,
7536         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7537         `elmo-match-string' instead of `wl-match-string'.
7538
7539 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7542         docstring.
7543
7544 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7545
7546         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7547
7548 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7549
7550         * wl-highlight.el (wl-highlight-headers): Remove
7551         `wl-highlight-x-face-func' argument (`beg' and `end').
7552
7553 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-summary.el (wl-summary-mark-as-important):
7556         Remove cache if folder is local.
7557
7558 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7559
7560         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7561         to get existing e-mail address string.
7562
7563 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl-version.el (wl-generate-user-agent-string): Commentary.
7566         (wl-generate-user-agent-string-1): Use `when' for
7567         one-branch conditional statement, instead of `and' and `if'.
7568         (wl-extended-emacs-version, wl-extended-emacs-version2,
7569         wl-extended-emacs-version3): Ditto.
7570
7571 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7574         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7575         condition-case; Remove initialization.
7576         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7577         (wl-summary-sync-update3): Added argument `sync-all';
7578         Eliminated local variable `msgdb';
7579         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7580         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7581         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7582
7583 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7584
7585         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7586         connection before call `wl-draft-send-mail-with-smtp'.
7587
7588 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * Version number is increased to 2.5.4.
7591
7592 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7593
7594         * wl.el (wl-check-environment): Additional check for
7595         'wl-local-domain' and `wl-message-id-domain'.
7596
7597 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7600         buffer as command specific.
7601         (wl-folder-mark-as-read-all-entity): Ditto.
7602         (wl-folder-prefetch-entity): Ditto.
7603         (wl-folder-drop-unsync-entity): Ditto.
7604
7605         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7606         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7607         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7608
7609         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7610         save-excursion.
7611
7612 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * Version number is increased to 2.5.3.
7615
7616         * wl-summary.el (wl-summary-save-view-cache):
7617         Delete duplicated `write-region';
7618         Use `write-region-as-binary' instead of `as-binary-output-file' and
7619         `write-region'.
7620
7621 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7622
7623         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7624
7625 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7628         instead of `smtp-via-smtp'.
7629
7630 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7631
7632         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7633
7634 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7637         instead of `smtp-sasl-user-realm'.
7638
7639 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7640
7641         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7642
7643 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7644
7645         * Version number is increased to 2.5.2.
7646
7647 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7650         does not exist.
7651         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7652         (wl-biff-start): Call `timer-activate' if timer already exists.
7653
7654         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7655         only when it is bound as function.
7656
7657 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * Version number is increased to 2.5.1.
7660
7661 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7664         Print refile/copy destination.
7665
7666 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7669         queue-flush-only is non-nil.
7670
7671         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7672
7673         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7674         checking cache folder.
7675
7676 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7677
7678         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7679         `regexp-quote'.
7680
7681 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7682
7683         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7684         function.
7685         * wl-summary.el (wl-summary-write-current-folder-functions):
7686         Change default value.  Use it.
7687
7688 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * Version number is increased to 2.5.0.
7691
7692         * wl-version.el (wl-version): Changed codename.
7693
7694 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7695
7696         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7697         (wl-summary-supersedes-message): Ditto.
7698
7699 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-refile.el (wl-refile-guess-functions): Renamed from
7702         `wl-refile-guess-func-list'.
7703
7704 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7707         Fixed problem when no rule was matched.
7708
7709 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7710
7711         * wl-summary.el (wl-summary-get-mark): Fixed
7712         `wl-summary-buffer-target-mark' check logic.
7713
7714 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-folder.el (wl-folder-write-current-folder): Added group
7717         folder check.
7718
7719         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7720         `wl-summary-write-current-newsgroup'.
7721         (wl-summary-write-current-folder-functions): New variable.
7722         * wl-folder.el (wl-folder-get-newsgroups): New function.
7723         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7724         (wl-folder-write-current-folder): Renamed from
7725         `wl-folder-write-current-newsgroup'.
7726
7727 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7728
7729         * Version number is increased to 2.3.93.
7730
7731 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7734         (wl-ldap-make-matched-value-list): Ditto.
7735         (wl-ldap-alias-safe-string): Split e-mail address.
7736
7737         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7738         petname folder default was selected.
7739         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7740         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7741
7742 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7745         to `wl-draft-config-exec'.
7746
7747         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7748         instead of calling `wl-draft-config-exec';
7749         Process group-list and show recipients in minibuffer.
7750
7751         * tm-wl.el (wl-draft-preview-message): Ditto.
7752
7753 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7754
7755         * wl.el (toplevel): Added (C) to copyright notice, and
7756         sync Author header.
7757         * tm-wl.el (toplevel): Ditto.
7758         * wl-address.el (toplevel): Ditto.
7759         * wl-demo.el (toplevel): Ditto.
7760         * wl-dnd.el (toplevel): Ditto.
7761         * wl-draft.el (toplevel): Ditto.
7762         * wl-e21.el (toplevel): Ditto.
7763         * wl-expire.el (toplevel): Ditto.
7764         * wl-folder.el (toplevel): Ditto.
7765         * wl-highlight.el (toplevel): Ditto.
7766         * wl-message.el (toplevel): Ditto.
7767         * wl-mime.el (toplevel): Ditto.
7768         * wl-mule.el (toplevel): Ditto.
7769         * wl-nemacs.el (toplevel): Ditto.
7770         * wl-refile.el (toplevel): Ditto.
7771         * wl-score.el (toplevel): Ditto.
7772         * wl-summary.el (toplevel): Ditto.
7773         * wl-template.el (toplevel): Ditto.
7774         * wl-thread.el (toplevel): Ditto.
7775         * wl-util.el (toplevel): Ditto.
7776         * wl-vars.el (toplevel): Ditto.
7777         * wl-xmas.el (toplevel): Ditto.
7778
7779 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7780
7781         * wl.el (wl-init): Added comment about `wl-init-hook'.
7782         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7783         * wl-vars.el (wl-init-hook): Added docs.
7784         (wl-make-plugged-hook): Removed useless docs.
7785         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7786         * wl-xmas.el (toplevel): Ditto.
7787
7788 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7789
7790         * wl-address.el (toplevel): Fixed multiple Author header format.
7791         * wl-demo.el (toplevel): Ditto.
7792         * wl-draft.el (toplevel): Ditto.
7793         * wl-folder.el (toplevel): Ditto.
7794         * wl-summary.el (toplevel): Ditto.
7795         * wl-thread.el (toplevel): Ditto.
7796         * wl-util.el (toplevel): Ditto.
7797         * wl-vars.el (toplevel): Ditto.
7798         * wl-version.el (toplevel): Ditto.
7799         * wl-xmas.el (toplevel): Ditto.
7800         * wl.el (toplevel): Ditto.
7801
7802         * wl-version.el (toplevel): Added require `elmo-version' for
7803         `product-version-as-string'.
7804
7805 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-vars.el (wl-draft-send-hook): Changed default value to
7808         '(wl-draft-config-exec).
7809
7810         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7811         explicitly.
7812         (wl-draft): Set `wl-draft-config-exec-flag' before running
7813         `wl-mail-setup-hook'.
7814
7815         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7816         `wl-biff-init-icons' to `wl-init-hook' instead of
7817         `wl-make-plugged-hook'.
7818         (Because if `wl-draft' command is invoked at first,
7819         they are not initialized)
7820         Updated copyright notice.
7821
7822         * wl-e21.el (toplevel): Ditto;
7823
7824         * wl-demo.el (toplevel): Updated copyright notice.
7825         * wl-address.el (toplevel): Ditto.
7826         * wl-draft.el (toplevel): Ditto.
7827         * wl-version.el (toplevel): Ditto.
7828         * wl-folder.el (toplevel): Ditto.
7829         * wl-summary.el (toplevel): Ditto.
7830         * wl-thread.el (toplevel): Ditto.
7831         * wl-util.el (toplevel): Ditto.
7832         * wl-vars.el (toplevel): Ditto.
7833         * wl.el (toplevel): Ditto.
7834
7835 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-highlight.el (wl-highlight-message): Fixed problem of
7838         highlighting failure which occured when the last field contains
7839         multiple lines in the draft buffer.
7840
7841         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7842         `wl-biff-start' if plugged.
7843
7844         * wl-util.el (wl-biff-check-folder): New function.
7845         (wl-biff-check-folders): Don't set session name prefix.
7846         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7847         (wl-biff-check-folder-async): Ditto.
7848
7849         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7850         in email address.
7851
7852 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7853
7854         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7855
7856         * wl-draft.el (wl-draft-strip-subject-re): New function.
7857
7858         * wl-draft.el (wl-draft-reply): Use it.
7859
7860 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-message.el (wl-mmelmo-message-redisplay): Use
7863         `mime-display-message' instead of `wl-mime-display-message'.
7864
7865         * wl-mime.el (toplevel): Removed compatibility workaround
7866         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7867         (wl-mime-display-message): Abolished.
7868         (wl-mime-entity-read-field): Ditto.
7869         (wl-mime-combine-message/partial-pieces): Use
7870         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7871
7872 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7873
7874         * wl-template.el: Doc fixes.
7875
7876 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7877
7878         * wl-e21.el (wl-message-overload-functions): Do nothing if
7879         `current-local-map' is not available.
7880         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7881
7882 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7883
7884         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7885         representation.
7886
7887         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7888         number.
7889         (wl-fldmgr-save-folders): Don't use `format' when insert
7890         `wl-fldmgr-folders-header'.
7891
7892 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7893
7894         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7895
7896 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-highlight.el (wl-highlight-message):
7899         Use `std11-field-end' to detect end point of the header field.
7900         Refer `wl-highlight-max-header-size'.
7901
7902         * wl-vars.el (wl-highlight-max-header-size): New variable.
7903
7904         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7905
7906         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7907         Set `for-draft' argument of wl-highlight-headers.
7908         (wl-draft): Ditto.
7909         (wl-draft-reedit): Ditto.
7910         (wl-user-agent-compose-internal): Ditto.
7911
7912 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7913
7914         * wl-message.el (wl-message-add-button): Use overlay.
7915
7916 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7919
7920         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7921         problem when group-list content is nothing.
7922         (Reported by Mito <mit@nines.nec.co.jp>)
7923
7924 2000-10-18  SAITO Atsunori <sai@yedo.com>
7925
7926         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7927
7928 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7929
7930         * tm-wl.el (toplevel): Use product-provide.
7931
7932 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * Version number is increased to 2.3.92.
7935
7936 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7937
7938         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7939         title text, use `display' property for left margin under Emacs 21.
7940
7941         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7942         properties.
7943         (wl-plugged-init-icons): Ditto.
7944
7945 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7946
7947         * wl.el (wl-save-status, wl-init): Remove last period in
7948         "...done." message.
7949         * tm-wl.el (wl-summary-burst): Ditto.
7950         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7951         wl-summary-resume-cache-status,
7952         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7953         wl-summary-sync-update3, wl-summary-highlight-msgs,
7954         wl-summary-flush-pending-append-operations,
7955         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7956         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7957         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7958         wl-thread-open-all): Ditto.
7959         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7960         * wl-mime.el (wl-summary-burst): Ditto.
7961         * wl-highlight.el (wl-highlight-summary): Ditto.
7962         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7963         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7964         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7965         * wl-address.el (wl-local-address-init): Ditto.
7966
7967 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7968
7969         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7970         `add-text-properties'.
7971         (wl-plugged-init-icons): Ditto.
7972         (wl-folder-init-icons): Use `propertize' instead of
7973         `put-text-property'.
7974         (wl-plugged-set-folder-icon): Ditto.
7975         (wl-e21-highlight-folder-group-line): Ditto.
7976
7977 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * wl-version.el (wl-version-status-alist): New variable.
7980         (wl-version-status): New function.
7981
7982         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7983         "Cc" part of the case "Reply-To".
7984
7985         * wl-draft.el (wl-draft-reply): Use result of
7986         `eword-extract-address-components'.
7987
7988         * wl-demo.el (wl-demo-icon-name): New constant.
7989         (wl-logo-xpm): Use it.
7990         (wl-logo-xbm): Ditto.
7991         (wl-logo-bitmap): Ditto.
7992
7993         * Version number is increased to 2.3.91.
7994
7995 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7996
7997         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7998         (wl-extended-emacs-version, wl-extended-emacs-version2,
7999         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8000         docstring.
8001
8002         * wl-version.el (wl-generate-user-agent-string-1): New function.
8003         (wl-generate-user-agent-string): Use it.
8004
8005         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8006         `mime-edit-insert-user-agent-field'.
8007         (wl-generate-user-agent-string): Check
8008         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8009
8010         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8011         instead of `if', when verbose case.
8012
8013 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * wl-expire.el (wl-summary-expire): Fix.
8016
8017 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8018
8019         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8020         and `elmo-lost+found-folder' if 'wl-draft.
8021         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8022
8023 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-expire.el (wl-summary-expire): Change messages.
8026         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8027         `deleing-info' instead of "Deleting..."
8028
8029 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8030
8031         * wl-summary.el (wl-summary-refile-subr): Fix.
8032
8033 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8034
8035         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8036         if pipe folder.
8037
8038 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8041
8042 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8043
8044         * wl-expire.el (wl-expire-hide): New function.
8045         (wl-summary-expire): Add `hide'.
8046
8047 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-vars.el (wl-draft-reply-without-argument-list):
8050         Changed default value to consider `Reply-To:'.
8051         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8052
8053         * Version number is increased to 2.3.90.
8054
8055         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8056         elmo-imap4-get-session with unwind-protect.
8057         Don't cause error.
8058         (wl-summary-sync-marks): Don't check plugged nor folder type.
8059         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8060         (Always keep current buffer).
8061
8062 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8063
8064         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8065         Enclose with `save-excursion'.
8066
8067 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8068
8069         * wl-version.el (wl-version): Remove interactive.
8070
8071 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8072
8073         * wl-version.el (wl-generate-user-agent-string): Use
8074         `product-string-verbose' instead of `product-string-1'.
8075
8076 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8077
8078         * wl-vars.el (wl-draft-use-cache): New variable.
8079         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8080         if wl-draft-use-cache is non-nil.
8081
8082 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8085         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8086
8087 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8090         (wl-thread-msg-mark-as-unread): Ditto.
8091
8092         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8093         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8094         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8095         Don't set mark in summary if return value of `elmo-mark-as-read'
8096         is nil.
8097         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8098         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8099         instead of `wl-thread-msg-mark-as-read'.
8100         (wl-summary-mark-as-unread-region): Ditto.
8101         (wl-summary-target-mark-mark-as-read): Ditto.
8102
8103         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8104
8105 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8108
8109         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8110
8111 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8114         face.
8115
8116 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8117
8118         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8119         `running-xemacs'.
8120
8121 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8122
8123         * wl-version.el (toplevel): Use `product-version-as-string' for
8124         set verstion-string, if defined.
8125
8126         * wl-version.el (wl-version-show): Insert string at point, when
8127         call with argument.
8128
8129         * wl-version.el (wl-generate-user-agent-string): Use
8130         `product-string-1' instead of `wl-appname', `wl-version' and
8131         `wl-codename'.
8132
8133 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8134
8135         * wl-address.el (toplevel): Use product-provide.
8136         * wl-demo.el (toplevel): Ditto.
8137         * wl-dnd.el (toplevel): Ditto.
8138         * wl-draft.el (toplevel): Ditto.
8139         * wl-e21.el (toplevel): Ditto.
8140         * wl-expire.el (toplevel): Ditto.
8141         * wl-fldmgr.el (toplevel): Ditto.
8142         * wl-folder.el (toplevel): Ditto.
8143         * wl-highlight.el (toplevel): Ditto.
8144         * wl-message.el (toplevel): Ditto.
8145         * wl-mime.el (toplevel): Ditto.
8146         * wl-mule.el (toplevel): Ditto.
8147         * wl-nemacs.el (toplevel): Ditto.
8148         * wl-refile.el (toplevel): Ditto.
8149         * wl-score.el (toplevel): Ditto.
8150         * wl-summary.el (toplevel): Ditto.
8151         * wl-template.el (toplevel): Ditto.
8152         * wl-thread.el (toplevel): Ditto.
8153         * wl-util.el (toplevel): Ditto.
8154         * wl-vars.el (toplevel): Ditto.
8155         * wl-xmas.el (toplevel): Ditto.
8156         * wl.el (toplevel): Ditto.
8157
8158 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8159
8160         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8161         instead of product.
8162
8163         * wl-version.el (wl-version): Compile time evalution elmo-version.
8164
8165 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl-summary.el (wl-summary-sync-force-update): Append queue
8168         `mark-as-read'if unplugged.
8169
8170 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8171
8172         * wl-version.el: New file.  Use product.el.
8173         * wl.el: add (require 'wl-version).
8174         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8175         for ~/.folders header.
8176         (wl-fldmgr-folders-header): Changed.
8177         * wl-demo.el (wl-demo): Use product.el.
8178
8179         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8180         wl-version.el.
8181         * wl-util.el (wl-version, wl-version-show): Ditto.
8182
8183         * wl-util.el (wl-generate-user-agent-string,
8184         wl-extended-emacs-version, wl-extended-emacs-version2,
8185         wl-extended-emacs-version3): Move to wl-version.el.
8186         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8187         xemacs-codename, mime-edit-insert-user-agent-field,
8188         mime-edit-user-agent-value, mime-editor/version,
8189         mime-editor/codename): Compile warning killer move to
8190         wl-version.el
8191
8192 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8193
8194         * wl-summary.el (wl-summary-refile-subr): Fix.
8195
8196 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8199         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8200
8201 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8202
8203         * wl.el (wl-check-environment): Check too many `@'.
8204
8205 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8206
8207         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8208
8209 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8210
8211         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8212         wl-draft-reply-myself-without-argument-list): Add variables.
8213         * wl-draft.el (wl-draft-reply): Use it.
8214
8215 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8216
8217         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8218         the 5th argument of `elmo-network-get-spec'.
8219
8220         * wl-thread.el (wl-thread-reparent-children): New inline function.
8221         (wl-thread-delete-message): Use it.
8222
8223         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8224         (wl-summary-score-update-all-lines): Don't use `dolist'.
8225
8226 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8227
8228         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8229         (require 'elmo-msgdb) for inline function.
8230
8231 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8232
8233         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8234
8235 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8236
8237         * wl-score.el (wl-score-headers): Fix for the confusing macro
8238         `elmo-kill-buffer'.
8239
8240 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8241
8242         * wl-summary.el: Don't use the 3rd argument of `require' because
8243         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8244         * wl-util.el: Ditto.
8245         * wl-draft.el: Ditto.
8246
8247 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8248
8249         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8250         window system is not used.
8251
8252 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8253
8254         * wl-thread.el: Don't use `mapcar' only for iteration.
8255         (wl-thread-resume-entity): Ditto.
8256         (wl-thread-delete-message): Ditto.
8257
8258         * wl-summary.el: Bind `dragdrop-drop-functions',
8259         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8260         of `require' for `timezone', `easymenu' and `ps-print';
8261         don't use `mapcar' only for iteration.
8262
8263         * wl-util.el: Bind `mule-version', `nemacs-version',
8264         `emacs-beta-version', `xemacs-codename',
8265         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8266         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8267         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8268         only for iteration.
8269
8270         * wl-score.el: Don't use `mapcar' only for iteration.
8271         (wl-score-simplify-buffer-fuzzy): Ditto.
8272         (wl-score-simplify-subject): Ditto.
8273         (wl-score-headers): Ditto.
8274         (wl-summary-score-update-all-lines): Ditto.
8275
8276         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8277         `enable-multibyte-characters' and `mule-version'.
8278
8279         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8280         `mapcar' only for iteration.
8281
8282         * wl-demo.el: Don't use `mapcar' only for iteration.
8283
8284         * wl-folder.el: Don't use `mapcar' only for iteration.
8285         (wl-folder-open-all): Ditto.
8286         (wl-folder-count-incorporates): Ditto.
8287
8288         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8289         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8290
8291         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8292         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8293         `smtp-connection-type'; specify 3rd argument of `require' for
8294         `timezone'; don't use `mapcar' only for iteration.
8295         (wl-draft-clone-local-variables): Don't use `mapcar'.
8296         (wl-draft-generate-clone-buffer): Ditto.
8297         (wl-user-agent-compose-internal): Ditto.
8298
8299         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8300
8301         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8302         (wl-save-status): Ditto.
8303
8304         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8305         for iteration.
8306
8307 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8310         removed `Date'.
8311         (wl-fldmgr-make-filter-default): New user option.
8312
8313         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8314         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8315         (wl-fldmgr-filter-completion-alist): Abolish.
8316
8317         * wl.el (wl): Don't check servers if arg is non-nil.
8318
8319         * wl-draft.el (wl-draft-reply): Set only message-id string to
8320         In-Reply-To field.
8321
8322 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-summary.el (wl-summary-pick): Rewrite.
8325
8326         * wl-draft.el (wl-draft-forward): Get references field from
8327         original buffer.
8328         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8329
8330 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8331
8332         * wl-draft.el (wl-draft-forward): Add references field.
8333
8334 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8335
8336         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8337         (wl-draft-reply): Use it.
8338
8339 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8340
8341         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8342         when Emacs 21 is running.
8343
8344         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8345         bindings.
8346
8347 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8348
8349         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8350         XPM icons transparent.
8351
8352         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8353         Emacs 21.
8354
8355 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8358         nil.
8359
8360         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8361         when it is persistent.
8362         (wl-summary-sync-marks): Changed argument for
8363         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8364         (wl-summary-virtual): Use `elmo-read-search-condition'.
8365         (wl-summary-redisplay-internal): If folder is local, mark as read
8366         even when folder is plugged.
8367
8368 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8369
8370         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8371         of `tool-bar-lines' in the frame parameters.
8372         (after-make-frame-functions, post-command-hook): Don't modify the
8373         value.
8374         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8375         wl-e21-tool-bar-lines): Removed.
8376
8377 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8378
8379         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8380         properties `evaporate' and `wl-momentary-overlay' as well.
8381         (wl-highlight-summary-displaying): Ditto.
8382         (wl-delete-all-overlays): Don't delete overlay which does not have
8383         a property `wl-momentary-overlay'.
8384
8385         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8386         `display-mouse-p' and `display-graphic-p'.
8387         (wl-folder-init-icons): Don't search for XBM or the other files.
8388         (wl-plugged-set-folder-icon): Make icons if and only if
8389         `display-graphic-p' returns non-nil.
8390         (wl-highlight-plugged-current-line): Use `before-string' overlay
8391         property to show icon images.
8392         (wl-highlight-folder-current-line): Ditto.
8393         (wl-e21-highlight-folder-group-line): Ditto.
8394         (wl-e21-highlight-folder-by-numbers): Ditto.
8395         (wl-e21-insert-image): Removed.
8396         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8397         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8398         said.
8399         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8400         `wl-e21-force-switch-toolbar'.
8401         (wl-e21-make-icon-image): Removed.
8402         (wl-e21-setup-toolbar): Don't search for XBM files.
8403         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8404         the default value.
8405
8406 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-util.el (wl-biff-check-folder-async): Set
8409         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8410
8411 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8412
8413         * wl-e21.el (after-make-frame-functions): Add
8414         `wl-e21-force-switch-toolbar'.
8415         (wl-e21-force-switch-toolbar): New function force to switch the
8416         toolbar appearance automatically.
8417         (post-command-hook): Add `wl-e21-switch-toolbar'.
8418         (wl-e21-switch-toolbar): New function to switch the toolbar
8419         appearance automatically.
8420         (wl-e21-tool-bar-lines): New buffer local variable.
8421
8422 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-util.el (wl-biff-check-folders-running): New variable.
8425         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8426         (wl-biff-check-folder-async-callback):
8427         Set `wl-biff-check-folders-running'.
8428         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8429         with unwind-protect.
8430
8431         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8432         Enclose `wl-folder-auto-check' with unwind-protect.
8433
8434         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8435         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8436
8437         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8438
8439         * wl-util.el (wl-biff-notify): New inline function.
8440         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8441         locally.
8442         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8443         folder-list' is 1.
8444         Use `wl-biff-notify'.
8445         (wl-biff-check-folder-async-callback): New function.
8446         (wl-biff-check-folder-async): Ditto.
8447
8448         * wl-folder.el (wl-folder): Don't check folders.
8449         (wl-folder-auto-check): New function.
8450
8451 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8452
8453         * wl-util.el (wl-biff-start) [Emacs19+]:
8454         Use `timer-next-integral-multiple-of-time'.
8455         (wl-biff-check-folders): Use `wl-default-folder'
8456         if `wl-biff-check-folder-list' is nil.
8457
8458 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8459
8460         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8461         instead of `elmo-delete-lists'.
8462
8463 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8464
8465         * wl.el (wl-plugged-toggle-all): Set the value of
8466         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8467         (wl-plugged-toggle): Ditto.
8468         (wl-toggle-plugged): Ditto.
8469         (wl-plugged-init): Ditto.
8470
8471         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8472         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8473         instead of `wl-biff-state-indicator-off' and
8474         `wl-biff-state-indicator-on'; don't modify the value and the type
8475         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8476         (wl-plugged-init-icons): Set icons data to
8477         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8478         instead of `wl-plug-state-indicator-off' and
8479         `wl-plug-state-indicator-on'; don't modify the value and the type
8480         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8481
8482         * wl-vars.el (wl-modeline-biff-state-off,
8483         wl-modeline-biff-state-on, wl-modeline-biff-status,
8484         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8485         wl-modeline-plug-status): New internal variables.
8486         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8487         wl-biff-check-interval, wl-biff-check-folder-list): Change
8488         customization group from `wl-folder' to `wl-highlight'.
8489         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8490         wl-show-plug-status-on-modeline): Defcustomized.
8491
8492         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8493         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8494         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8495         a flag to `mode-line-buffer-identification'.
8496
8497         * wl-e21.el (wl-biff-init-icons): Set icons data to
8498         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8499         instead of `wl-biff-state-indicator-off' and
8500         `wl-biff-state-indicator-on'.
8501         (wl-plugged-init-icons): Set icons data to
8502         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8503         instead of `wl-plug-state-indicator-off' and
8504         `wl-plug-state-indicator-on'.
8505
8506 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8507
8508         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8509         excessive titles.
8510
8511 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl.el (wl-plugged-mode): Use revised
8514         `wl-mode-line-buffer-identification'.
8515         (wl-plugged-init): Don't use `force-mode-line-update'.
8516
8517         * wl-xmas.el (wl-draft-overload-functions): Use revised
8518         `wl-mode-line-buffer-identification'.
8519         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8520         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8521         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8522         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8523         `wl-make-plugged-hook';
8524         add `wl-folder-init-icons' and `wl-setup-folder' to
8525         `wl-folder-mode-hook'.
8526
8527         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8528         19 as well.
8529         (wl-mode-line-display-priority-list): New user option.
8530         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8531         Defcustomized.
8532         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8533         Add docs.
8534
8535         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8536         start.
8537         (wl-mode-line-buffer-identification): Revised as a function.
8538
8539         * wl-summary.el (wl-summary-mode): Use revised
8540         `wl-mode-line-buffer-identification'; don't call
8541         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8542         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8543         `wl-xmas-setup-summary'.
8544
8545         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8546         `wl-mode-line-buffer-identification'.
8547
8548         * wl-mule.el (wl-draft-overload-functions): Use revised
8549         `wl-mode-line-buffer-identification'.
8550
8551         * wl-folder.el (wl-make-plugged-alist): Don't call
8552         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8553         (wl-folder): Don't call `wl-folder-init-icons' directly.
8554         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8555         `wl-xmas-setup-folder' directly;
8556         use revised `wl-mode-line-buffer-identification'.
8557         (TopLevel): Don't bind `wl-biff-init-icons',
8558         `wl-plugged-init-icons', `wl-folder-init-icons',
8559         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8560
8561         * wl-e21.el (wl-draft-overload-functions): Use revised
8562         `wl-mode-line-buffer-identification'.
8563         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8564         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8565         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8566         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8567         `wl-make-plugged-hook';
8568         add `wl-folder-init-icons' and `wl-setup-folder' to
8569         `wl-folder-mode-hook'.
8570
8571 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8572             Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl.el (wl): Call `wl-biff-start'.
8575         (wl-exit): Call `wl-biff-stop'.
8576         (wl-plugged-mode): Show biff in modeline.
8577         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8578
8579         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8580         (wl-biff-init-icons): New function.
8581         (wl-plugged-init-icons): Don't make too much keymaps.
8582         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8583
8584         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8585         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8586         variables.
8587         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8588         options.
8589
8590         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8591         wl-biff-start, wl-biff-stop): New functions.
8592         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8593         (wl-biff-timer-name): New variable.
8594
8595         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8596
8597         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8598         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8599
8600         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8601         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8602
8603         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8604         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8605         `wl-folder-init-icons' to `ignore' if they are not available.
8606         (wl-folder-mode): Show biff in modeline.
8607
8608         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8609         (wl-biff-init-icons): New function.
8610         (wl-plugged-init-icons): Don't make too much keymaps.
8611         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8612
8613 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8614
8615         * wl-vars.el (wl-strict-diff-folders): Customization Type
8616         and doc fix.  Define as a list of regular expressions for
8617         folders or nil.
8618         * wl-folder.el (wl-folder-check-one-entity): Use
8619         `wl-string-match-member' instead of `wl-string-member' for
8620         `wl-strict-diff-folders'.
8621
8622 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8625         (wl-highlight-folder-current-line): Use it; new implementation.
8626         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8627         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8628         `defsubst' instead of `defun'.
8629
8630         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8631         `wl-highlight-group-folder-by-numbers'; made it can also be a
8632         number.  See info for more details.
8633
8634         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8635         running.
8636
8637         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8638         to bind them.
8639
8640         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8641         (wl-highlight-folder-current-line): New implementation.
8642
8643         * wl-highlight.el (wl-highlight-folder-group-line): New
8644         implementation.
8645         (wl-delete-all-overlays): Rewrite as a marco.
8646         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8647
8648         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8649         running.
8650         (wl-folder-*-glyph): No need to bind them.
8651
8652         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8653         `wl-e21-highlight-folder-group-icon'; rewrite.
8654         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8655         `defsubst' instead of `defun'.
8656         (wl-folder-mode-map): Bind it when compiling.
8657
8658 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8661
8662         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8663
8664 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8665
8666         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8667
8668 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8669
8670         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8671         (wl-highlight-folder-current-line): Use it.
8672
8673         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8674         in `id-name'.
8675
8676 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8677
8678         * wl.el: Require `wl-e21' when Emacs 21 is running.
8679
8680         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8681         default when Emacs 21 is running.
8682         (wl-use-highlight-mouse-line): Ditto.
8683         (wl-on-emacs21): New constant.
8684         (wl-on-emacs20): Removed.
8685
8686         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8687         Emacs 21 is running.
8688
8689         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8690         Emacs 21 is running.
8691
8692         * wl-e21.el: New file.
8693
8694 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8695
8696         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8697         (wl-toggle-plugged): Ditto.
8698         (wl-plugged-toggle): Ditto.
8699         (wl-plugged-toggle-all): Ditto.
8700
8701         * wl-vars.el (wl-plug-state-indicator): Refer
8702         `wl-plug-state-indicator-on' indirectly.
8703
8704 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8707         Call `wl-folder-confirm-existence'.
8708
8709         * wl-folder.el (wl-folder-confirm-existence): Added optional
8710         argument `force'.
8711
8712 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8713
8714         * wl-summary.el (wl-summary-refile-subr): Assume
8715         `copy-or-refile' as symbol.
8716         (wl-summary-refile): Follow up above change.
8717         (wl-summary-copy): Ditto.  Doc fix.
8718
8719 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-summary.el (wl-summary-pick): Don't bind
8722         `elmo-search-mime-charset'.
8723
8724         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8725         default using old backquote style.
8726         (wl-search-mime-charset): Abolished.
8727
8728         * wl-highlight.el (wl-highlight-headers):
8729         Call `point' after `re-search-forward'(for Nemacs).
8730
8731         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8732         for elmo-imap4.el.
8733
8734 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8735
8736         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8737         `wl-message-ignored-field-list' instead of
8738         `mime-view-ignored-field-list'.
8739
8740         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8741         Add interactive spec.
8742         (wl-folder-goto-bottom-of-current-folder): Ditto.
8743         (wl-folder-mode-map): Bind them.
8744
8745         * wl-vars.el (wl-message-ignored-field-list): New variable.
8746         (wl-message-visible-field-list): New variable.
8747
8748         * wl-mime.el (wl-mime-header-presentation-method): New function.
8749         (wl-mime-setup): Set header-presentation-method.
8750
8751 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8752
8753         * wl-nemacs.el (wl-draft-overload-functions): Set
8754         `mode-line-buffer-identification' instead of using
8755         `wl-make-modeline'.
8756
8757         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8758         instead of using `wl-make-modeline'.
8759
8760         * wl-xmas.el (wl-plugged-init-icons): Set up
8761         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8762         (wl-make-modeline): Abolish.
8763         (wl-draft-overload-functions): Set
8764         `mode-line-buffer-identification' instead of using
8765         `wl-make-modeline'.
8766
8767         * wl-util.el (wl-make-modeline-subr): Abolish.
8768         (wl-mode-line-buffer-identification): New alias.
8769
8770         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8771         (wl-summary-make-modeline): Abolish.
8772         (wl-summary-buffer-set-folder): Set
8773         `wl-summary-buffer-folder-indicator'.
8774         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8775         of using `wl-make-modeline'.
8776         (wl-summary-switch-to-clone-buffer): Don't set
8777         `mode-line-buffer-identification'.
8778         (wl-summary-goto-folder-subr): Ditto.
8779
8780         * wl-mule.el (wl-draft-overload-functions): Set
8781         `mode-line-buffer-identification' instead of using
8782         `wl-make-modeline'.
8783
8784         * wl-folder.el (wl-folder-mode): Set
8785         `mode-line-buffer-identification' instead of using
8786         `wl-make-modeline'.
8787         (wl-folder): Don't set `mode-line-buffer-identification'.
8788
8789 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8790
8791         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8792         instead of `member' for `wl-refile-guess-func-list' look-ups.
8793         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8794
8795 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8796
8797         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8798         `wl-message-button-dispatcher'.
8799
8800         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8801
8802         * wl-message.el (wl-message-button-dispatcher): Use it.
8803
8804         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8805         "In-Reply-To".
8806
8807         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8808         Bind `case-fold-search' to t.
8809
8810 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8811
8812         * wl-xmas.el (wl-message-overload-functions): Initialize
8813         `wl-message-button-map'.
8814
8815         * wl-mule.el (wl-message-overload-functions): Initialize
8816         `wl-message-button-map'.
8817
8818         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8819
8820         * wl-message.el (wl-message-button-map): New keymap.
8821         (wl-message-add-button): New function.
8822         (wl-message-button-dispatcher): New function.
8823         (wl-message-button-refer-article): New function.
8824
8825         * wl-highlight.el
8826         (wl-highlight-message-add-buttons-to-header): New function.
8827         (wl-highlight-headers): Use it.
8828
8829 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8830
8831         * wl-summary.el (wl-summary-default-from): Use
8832         `wl-address-get-petname-1'.
8833         (wl-summary-simple-from): Ditto.
8834
8835         * wl-address.el (wl-address-get-petname-1): New inline function.
8836         (wl-address-get-petname): Use it.
8837
8838 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8839
8840         * wl-summary.el (wl-summary-default-from): Return full-name part
8841         from the address if no petname was found.
8842         (wl-summary-simple-from): Ditto.
8843
8844         * wl-address.el (wl-address-get-petname): Return nil if no petname
8845         associated with the address was found.
8846
8847 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8848
8849         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8850         display is finished.
8851
8852 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8853
8854         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8855         `elmo-folder-exists-p' argument.
8856
8857 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8858
8859         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8860         the folder.
8861
8862 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8865
8866         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8867         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8868
8869 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8870
8871         * wl-folder.el (wl-folder-create-subr): New function.
8872         (wl-folder-confirm-existence): Use it.
8873         (wl-folder-check-one-entity): Use it.
8874         Check the error symbol is derived from 'elmo-open-error.
8875
8876         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8877         `ignore-error'.
8878
8879 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8880
8881         * wl-util.el (toplevel): Add (eval-when-compile (require
8882         'elmo-util)).  (Maybe `provide' is typo.)
8883
8884 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8887         (I don't know why this was needed.)
8888
8889         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8890         Follow up changes for stream-type.
8891
8892         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8893         (wl-draft-elmo-nntp-send): Ditto.
8894
8895         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8896         (wl-nntp-posting-stream-type): Ditto.
8897         (wl-pop-before-smtp-ssl): Abolished.
8898         (wl-nntp-posting-ssl): Ditto.
8899
8900         * wl-address.el (wl-address-quote-specials): New function.
8901         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8902
8903         * wl-draft.el (wl-draft-reply): Ditto.
8904
8905 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8906
8907         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8908         use function `wl-string-match-assoc'.
8909
8910 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8913
8914         * wl-draft.el (wl-draft-deduce-address-list): New function.
8915         (wl-draft-parse-mailbox-list): Ditto.
8916         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8917         instead of `smtp-deduce-address-list'.
8918         (wl-draft-on-field-p): Follow group list.
8919
8920         * wl-address.el (wl-address-concat-token): New function.
8921         (wl-address-string-without-group-list-contents): Ditto.
8922         (wl-complete-field-body): Fixed problem of completion
8923         by japanese petname.
8924         (wl-address-make-completion-list): Rewrite.
8925
8926 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8927
8928         * wl-address.el (wl-address-make-completion-list): Completion by
8929         petname.
8930         (wl-complete-field-body): Likewise.
8931
8932 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8935         contains invalid address syntax.
8936
8937 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8938
8939         * wl-folder.el (wl-folder-check-entity-async): Use
8940         `elmo-nntp-spec-hostname'.
8941
8942 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8943
8944         * wl-summary.el (wl-summary-msgdb-load-async): Use
8945         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8946
8947 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * wl-draft.el (wl-draft-reply): Set argument
8950         `content-transfer-encoding' as nil.
8951
8952 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8953
8954         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8955         `wl-refile-alist'.
8956
8957 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8958
8959         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8960         (wl-draft-edit-string): Ditto.
8961         (wl-draft-forward): Ditto.
8962         * wl-summary.el (wl-summary-write): Ditto.
8963
8964 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * wl-summary.el (wl-summary-sync-update3): Call
8967         `wl-summary-buffer-number-column-detect'.
8968         (wl-summary-buffer-number-column-detect): Search from point-min.
8969
8970 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8973         contains an address which is not included in original to or cc.
8974
8975 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8976
8977         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8978         begin-line does not exist.
8979         * wl-message.el (wl-message-uu-substring): Ditto.
8980
8981 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8982
8983         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8984         clear local variables.
8985         (wl-summary-exit): Call `elmo-commit'.
8986         (wl-summary-switch-to-clone-buffer): Call
8987         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8988         (wl-summary-goto-folder-subr): Ditto.
8989
8990         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8991         POP folder.
8992
8993 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8994
8995         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8996         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8997         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8998         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8999         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9000         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9001
9002         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9003
9004 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9005
9006         * wl-summary.el (wl-summary-search-by-subject):
9007         Search parent message from the latest one.
9008
9009 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9012         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9013
9014         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9015         New user option.
9016
9017         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9018         if elmo-nntp-use-killed-list is nil.
9019         Use `elmo-msgdb-append-to-killed-list'.
9020         (Append numbers confirmed as disappeared to the killed list.)
9021         (wl-summary-confirm-appends): Don't display negative number.
9022
9023 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9024
9025         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9026
9027 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9030         range is `all'.
9031         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9032         `elmo-list-bigger-diff'.
9033
9034 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9035
9036         * wl-summary.el (wl-summary-buffer-exit-func):
9037         New buffer local variable.
9038         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9039
9040 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9041
9042         * wl-demo.el (wl-demo): Fix the last change.
9043
9044 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9045
9046         * wl-demo.el (wl-demo): Don't use `eval'.
9047
9048 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9049
9050         * wl-summary.el (wl-summary-buffer-thread-modified):
9051         New buffer-local variable.
9052         (wl-summary-set-thread-modified): New function.
9053         (wl-summary-thread-modified-p): New function.
9054         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9055         (wl-summary-yank-saved-message): Use function
9056         `wl-summary-set-thread-modified'
9057         (wl-summary-switch-to-clone-buffer): Add
9058         `wl-summary-buffer-thread-modified'.
9059
9060         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9061         (wl-summary-buffer-mark-saved-hook): Ditto.
9062         * wl-summary.el (wl-summary-msgdb-save): New hook
9063         `wl-summary-buffer-message-saved-hook' and
9064         `wl-summary-buffer-mark-saved-hook'.
9065
9066 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9067
9068         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9069
9070 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9071
9072         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9073         don't hide scroll bars under FSF Emacsen because it may incur an
9074         undesirable redrawing.
9075
9076 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9077
9078         * wl-draft.el (wl-draft-edit-string): Call
9079         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9080
9081 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9082
9083         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9084
9085 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9086
9087         * wl-summary.el (wl-summary-msgdb-load-async): Call
9088         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9089
9090 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9091
9092         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9093         fringes in demo buffer; center bitmap logo correctly even if old
9094         Mule is used.
9095
9096 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9097
9098         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9099
9100         * wl-refile.el (wl-refile-subject-alist): New variable.
9101         (wl-refile-subject-alist-file-name): Ditto.
9102         (wl-refile-alist-setup): Rewrite.
9103         (wl-refile-alist-save): Use `elmo-object-save'.
9104         Eliminated arguments.
9105         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9106         (wl-refile-guess-by-subject): New function.
9107         (wl-refile-guess-func-list): Added it.
9108
9109 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9110
9111         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9112         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9113
9114 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9117         New buffer-local variable.
9118         (wl-summary-buffer-next-folder-func): Ditto.
9119         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9120         if non-nil.
9121         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9122         if non-nil.
9123         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9124         if non-nil.
9125         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9126         if non-nil.
9127
9128 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9129
9130         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9131         permanently in the demo buffer.
9132
9133 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9136         `mime-entity-fetch-field'.
9137
9138         * wl.el (wl-exit): Delete plugged buffer.
9139
9140         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9141         XEmacs has menubar feature.
9142
9143 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9144
9145         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9146         cannot arrive at the beginning of the buffer under old Emacsen.
9147
9148 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl-address.el (wl-address-ldap-search):
9151         Call `ldap-search-entries' with `withdn' argument t.
9152         (wl-complete-field-body): Bind completion-ignore-case as t.
9153         Clear ldap search hash when it was sole completion.
9154         Use elmo-string for pattern string.
9155         (wl-ldap-alias-safe-string): Eliminated needless let.
9156
9157 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9158
9159         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9160         (wl-ldap-alias-sep): New constant.
9161         (wl-ldap-search-attribute-type-list): Ditto.
9162         (wl-ldap-get-value): New function.
9163         (wl-ldap-make-filter): Ditto.
9164         (wl-ldap-make-matched-value-list): Ditto.
9165         (wl-ldap-alias-safe-string): Ditto.
9166         (wl-ldap-register-dn-string): Ditto.
9167         (wl-address-ldap-search): Rewrite.
9168
9169 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9170
9171         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9172         thread is deleted.
9173         (wl-thread-delete-line-from-buffer): Ditto.
9174         (wl-thread-get-exist-children): New function.
9175
9176 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9177
9178         * wl-demo.el (wl-demo): Made it to select various image types.
9179         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9180         from `wl-title-logo'.
9181         (wl-logo-ascii): New variable.
9182         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9183         (wl-demo-copyright-notice): New constant.
9184
9185         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9186
9187 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9188
9189         * wl-vars.el (wl-summary-target-above): Renamed from
9190         wl-summary-temp-above.
9191         * wl-score.el (wl-score-get-score-alist): Use it.
9192         (wl-summary-score-update-all-lines): Use it.
9193         * wl-summary.el: Ditto. (make-variable-buffer-local).
9194
9195 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9196
9197         * wl-vars.el (wl-ldap-port): New user option.
9198
9199         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9200         Rewite whole implementation.
9201         (wl-complete-field-body): Fixed.
9202
9203 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9204
9205         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9206         Choose implementation at compile time.
9207
9208 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9209
9210         * wl-address.el (wl-ldap-search-internal): New function.
9211         (wl-complete-field-to): Use it.
9212
9213 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9214
9215         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9216         Use `let' instead of `let*'.
9217         Require 'wl-vars.
9218
9219         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9220         Define as defcustom.
9221         (wl-ldap-base): Ditto.
9222         (wl-use-ldap): Ditto.
9223
9224 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9225
9226         * wl-address.el (wl-ldap-search): New function.
9227         (wl-complete-field-body): Use `wl-ldap-search'.
9228         (wl-ldap-server): New variable.
9229         (wl-ldap-base): Ditto.
9230         (wl-use-ldap): Ditto.
9231
9232 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9233
9234         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9235         (Pointed out by Mito <mit@nines.nec.co.jp>).
9236         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9237         buffer-local variables like `wl-summary-redisplay-internal'.
9238         (wl-summary-redisplay-all-header): Likewise.  Update
9239         Summary view too.
9240
9241 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl-summary.el (wl-summary-jump-to-parent-message):
9244         Consider prefix argument.
9245
9246         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9247         when closed thread is deleted.
9248
9249 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9250
9251         * wl-summary.el (wl-summary-jump-to-parent-message):
9252         Consider thread modification.
9253
9254 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9255
9256         * wl-message.el (wl-message-normal-get-original-buffer): Use
9257         `save-excursion'.
9258
9259         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9260         (wl-summary-showto-folder-regexp): Ditto.
9261
9262 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9263
9264         * wl-util.el (wl-delete-alist): Doc fix.
9265         (wl-delete-associations): New function.
9266         (wl-inverse-alist): New function.
9267         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9268         Split temporary variables. Use `wl-delete-associations'
9269         and `wl-inverse-alist'.
9270         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9271
9272 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-folder.el (wl-folder-prefetch-entity):
9275         Execute prefetching if new count is unknown.
9276
9277 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9278
9279         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9280
9281         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9282         delete entity.
9283         (wl-thread-set-parent): If insert as top, set linked as nil.
9284
9285         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9286         `wl-thread-cleanup-symbols' when view mode is thread.
9287
9288 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9289
9290         * wl-folder.el (wl-folder-create-folder-entity): Use
9291         with-current-buffer.
9292         (wl-local-folder-init): Call set-buffer to make sure we are in
9293         the Folder buffer. Don't touch buffer-local variables here.
9294         (wl-folder-mode): Initialize buffer-local variables here.
9295
9296         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9297         (wl-folder-entity-assign-id): Ditto.
9298         (wl-folder-create-entity-hashtb): Ditto.
9299         (wl-local-folder-init): Ditto.
9300         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9301
9302 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl-summary.el (wl-summary-default-from): Fix probrem when
9305         std11-extract-address-components return (nil "foo@bar").
9306
9307 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9308
9309         * wl-draft.el (wl-draft-clone-local-variables):
9310         Remove redundant `setq'.
9311
9312 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9315         Bind wl-highlight-x-face-func as nil while highlighting header.
9316
9317 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9318
9319         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9320
9321 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9322
9323         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9324         elmo-msgdb-overview-hashtb from copy-variables.
9325         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9326         instead of `elmo-msgdb-overview-get-entity-by-number'.
9327         (wl-summary-auto-refile): Ditto.
9328
9329         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9330         `elmo-msgdb-overview-get-entity' instead of
9331         `elmo-msgdb-search-overview-entity'.  Use
9332         `elmo-msgdb-overview-get-entity' instead of
9333         `elmo-msgdb-overview-get-entity-by-number'.
9334         (wl-thread-insert-entity-sub): Ditto.
9335         (wl-thread-insert-message): Ditto.
9336
9337         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9338         `elmo-msgdb-overview-get-entity'.
9339         (wl-normal-message-redisplay): Ditto.
9340
9341 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9342
9343         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9344         `wl-thread-entities'.
9345         (wl-thread-delete-message): Fix remove top message from
9346         `wl-thread-entity-list'.
9347
9348         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9349         wl-append(nconc), because update-list is broken on Meadow.
9350
9351         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9352         updating process.
9353         (wl-summary-rescan): Ditto.
9354         (wl-summary-sync-update3): Ditto.
9355         * wl-thread.el (wl-thread-set-parent): Renamed from
9356         `wl-summary-set-parent'.
9357         (wl-thread-insert-message): Updating buffer faster.
9358         (wl-thread-delete-message): Updating buffer faster.
9359
9360         * wl-score.el (wl-summary-score-update-all-lines): Changed
9361         interval for display progress gauge.
9362
9363 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9364
9365         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9366         folder always-sticky.
9367         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9368         defmacro.
9369
9370 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-vars.el (wl-draft-add-references): New user option.
9373
9374         * wl-draft.el (wl-draft-add-references): New function.
9375         (wl-draft-yank-from-mail-reply-buffer): Use it.
9376         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9377         as nil.
9378
9379 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9380
9381         * wl-thread.el (wl-thread-update-line-msgs): Called
9382         `wl-thread-update-line-on-buffer-sub'.
9383         (wl-thread-update-line-on-buffer): Delete routine of inserting
9384         thread.
9385         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9386         moved from `wl-thread-update-line-on-buffer'.
9387         Add threshold for displaying progress gauge.
9388         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9389         argument of `wl-thread-update-line-msgs'.
9390         Add threshold for displaying progress gauge.
9391         * wl-folder.el:
9392         Add threshold for displaying progress gauge.
9393         * wl-score.el: Ditto.
9394
9395         * wl-expire.el (wl-summary-expire): Display deleting info.
9396
9397 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9400         `no-msg'.
9401         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9402         argument of `wl-thread-update-line-msgs'.
9403         (wl-summary-set-parent): Added optional argument `parent-number'.
9404         (wl-summary-buffer-saved-message): New buffer local variable.
9405         (wl-summary-save-current-message): New command.
9406         (wl-summary-yank-saved-message): Ditto.
9407         (wl-summary-mode-map): Added key binding for
9408         `wl-summary-save-current-message' (\ew) and
9409         `wl-summary-yank-saved-message' (\C-y).
9410         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9411
9412 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9413
9414         * wl-summary.el (wl-summary-mode-map): Added key binding for
9415         `wl-summary-set-parent' (ts).
9416
9417 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9418
9419         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9420         subject faster. If thread number is reverse, delayed updating
9421         thread.
9422         (wl-summary-search-by-subject): Ditto.
9423         (wl-summary-put-alike): Ditto.
9424         (wl-summary-get-alike): Ditto.
9425         (wl-summary-insert-headers): Insert header of all overview in
9426         buffer.
9427         (wl-summary-rescan): Delayed updating thread. Kill search subject
9428         buffer for wl-summary-search-by-subject.
9429         (wl-summary-sync-update3): Ditto.
9430         (wl-summary-exit): Ditto.
9431         (wl-summary-goto-bottom-of-current-thread): Change for linked
9432         thread.
9433         (wl-summary-overview-create-summary-line): Change line for linked
9434         thread.
9435
9436         * wl-summary.el (wl-summary-update-thread): Use
9437         wl-thread-maybe-get-children-num.
9438         (wl-summary-set-parent): If change parent, move sub thread.
9439         (wl-summary-redisplay-internal): Add horizontal recenter.
9440         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9441
9442         * wl-thread.el (wl-thread-entity-get-linked): New function.
9443         (wl-thread-entity-set-linked): New function.
9444         (wl-thread-create-entity): Add linked element.
9445         (wl-thread-entity-insert-as-top): Use wl-append.
9446         (wl-thread-maybe-get-children-num): If closing thread, return
9447         children msgs.
9448         (wl-thread-update-line-msgs): Displaying progress message.
9449         (wl-thread-update-line-on-buffer-sub): Use
9450         wl-thread-maybe-get-children-num.
9451         (wl-thread-update-line-on-buffer): If update line is not exists,
9452         insert thread.
9453         (wl-thread-delete-message): If delete top msg of thread, search
9454         parent by subject.
9455         (wl-thread-insert-entity): Use
9456         wl-thread-maybe-get-children-num.
9457
9458         * wl-highlight.el (wl-highlight-summary-current-line): change
9459         sregexp for linked thread.
9460         * wl-util.el (wl-count-lines): Count lines.
9461         (wl-horizontal-recenter): horizontal recenter.
9462         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9463         (wl-score-get-alike): Ditto.
9464         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9465         (wl-subject-length-limit): New variable.
9466         (wl-highlight-thread-indent-string-regexp): Changed for linked
9467         thread.
9468
9469 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9472         New variable (revival).
9473         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9474         by subject matching if there's no in-reply-to nor references field
9475         (revival).
9476
9477 \f
9478 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9479
9480         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9481         message.
9482
9483 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-summary.el (wl-summary-reply): Return t if there was a
9486         message at cursor point.
9487         Added unwind-protect.
9488         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9489         returns t.
9490         (wl-summary-cancel-message): Do nothing when there's no message at
9491         cursor point.
9492         (wl-summary-forward): Ditto.
9493         (wl-summary-jump-to-parent-message): Ditto.
9494         (wl-summary-reedit): Ditto.
9495         (wl-summary-edit-addresses): Ditto.
9496         (wl-summary-pipe-message): Ditto.
9497         (wl-summary-print-message-with-ps-print): Ditto.
9498         (wl-summary-print-message): Ditto.
9499         (wl-summary-mark-as-important): Ditto.
9500         (wl-summary-mark-as-unread): Ditto.
9501
9502         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9503         message at cursor point.
9504         (wl-summary-reply-with-citation): Remove unwind-protect.
9505
9506         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9507         subject searching feature.
9508         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9509         Eliminated.
9510
9511 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9514         New variable.
9515         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9516         by subject matching if there's no in-reply-to nor references field.
9517
9518         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9519
9520         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9521         when display is finished.
9522         (wl-folder-open-all): Ditto.
9523         (wl-folder-update-access-group): Ditto.
9524         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9525         * wl-thread.el (wl-thread-close-all): Ditto.
9526
9527         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9528         progress gauge only when it was displayed.
9529         * wl-folder.el (wl-folder-insert-entity): Ditto.
9530
9531 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9532
9533         * wl-summary.el (wl-summary-incorporate): Enclose
9534         `wl-summary-sync-force-update' with save-excursion.
9535
9536 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9537
9538         * wl-summary.el (wl-summary-prefetch-region):
9539         Pass current cursor point to `pos-visible-in-window-p' after
9540         moving cursor to the started point.
9541
9542 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9543
9544         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9545
9546         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9547         fields from the forwarding message.
9548         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9549         `ignored-fields'.
9550
9551 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-mime.el (wl-message-request-partial):
9554         Eliminated argument `msgdb'.
9555         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9556         (wl-mime-combine-message/partial-pieces): Likewise.
9557         * tm-wl.el (wl-message-request-partial): Likewise.
9558         (wl-mime-combine-message/partial-pieces): Likewise.
9559
9560 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9561
9562         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9563         when display is finished.
9564
9565 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9566
9567         * wl-summary.el (wl-summary-goto-folder-subr):
9568         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9569
9570 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9571
9572         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9573         when cursor point is visible.
9574
9575 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-expire.el (wl-expire-archive-get-max-number):
9578         Don't use `file-name-directory'.
9579
9580 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-expire.el (wl-expire-archive-get-max-number):
9583         Use `file-name-directory'.
9584
9585 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9588         only when there is progress.
9589
9590 2000-04-13  Mito <mit@nines.nec.co.jp>
9591
9592         * wl-summary.el (wl-summary-sync-marks): Display progress.
9593
9594 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9597         (wl-summary-prev): Move cursor regardless of unread status.
9598         (wl-summary-next): Ditto.
9599
9600 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9603         Added argument `target' and `number'.
9604         * tm-wl.el (wl-summary-burst-subr): New function.
9605         (wl-summary-burst): Use it.
9606
9607 2000-04-10  Mito <mit@nines.nec.co.jp>
9608
9609         * wl-mime.el (wl-burst): New function.
9610         (wl-summary-burst): Use it.
9611
9612 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9613
9614         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9615         as petname when there's no candidate.
9616
9617 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9618
9619         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9620         New variable.
9621         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9622
9623         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9624
9625         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9626
9627 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9628
9629         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9630         Use substring of `original' instead of buffer-substring.
9631         (wl-refile-evaluate-rule):
9632         Set `original' argument of wl-refile-expand-newtext.
9633
9634         * wl-summary.el
9635         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9636         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9637         (wl-summary-auto-refile): Check existence of destination folder just
9638         before marking.
9639
9640 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9643         when wl-refile-get-field-value return nil.
9644
9645 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9646
9647         * wl-refile.el
9648         (wl-refile-expand-newtext): New function imported from Gnus.
9649         (wl-refile-evaluate-rule): Use it.
9650
9651 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9652
9653         * wl-summary.el (wl-summary-print-destination):
9654         Duplicate folder string to avoid putting text-property on
9655         original string.
9656
9657         * wl-refile.el (wl-refile-get-field-value): New function.
9658         (wl-refile-evaluate-rule): New function;
9659         Evaluate refile rule recursively.
9660         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9661         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9662         New function; Check existence of a target folder recursively.
9663         (wl-summary-auto-refile-check-refile-rule-alist):
9664         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9665
9666 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9669
9670         * wl-folder.el (wl-create-folder-entity-from-buffer):
9671         Fixed problem when '}' character is contained in folder name.
9672
9673         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9674
9675 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9676
9677         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9678         (wl-fldmgr-add-completion-all-completions):
9679         Use wl-fldmgr-add-completion-hashtb.
9680
9681 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9682
9683         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9684         wl-fldmgr-add-completion-subr): New functions.
9685         * wl-folder.el (wl-folder-completion-func): New variable.
9686         * wl-summary.el (wl-summary-read-folder):
9687         Use wl-folder-completion-func.
9688
9689         * wl-refile.el: Eliminate throw & catch.
9690
9691         * wl.el (wl-plugged-sending-queue-status): Fixed.
9692
9693 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9694
9695         * wl-draft.el (wl-draft): Put category property on
9696         mail-header-separator.