* wl-util.el (toplevel): Don't check existence of `timer-activate'.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
4
5         * wl-util.el (wl-save-drafts): Moved from sample setting.
6         (wl-set-save-drafts): New function to set idle timer.
7         * wl-draft.el (wl-draft): Call it.
8         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
9
10 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
13         a summary which has toggle display status off.
14
15 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-draft.el (wl-draft-do-fcc): No cache save.
18
19 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-summary.el (elmo-event-handler-flag-changed): Use
22         `set-buffer' instead of `with-current-buffer'.
23
24 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-summary.el (wl-summary-after-resize-function): New function.
27         (wl-summary-mode): Add `wl-summary-after-resize-function' to
28         window-size-change-functions.
29
30 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-draft.el (wl-draft-create-buffer): Bind
33         `change-major-mode-hook' after current buffer is changed.
34
35         * wl-summary.el (wl-summary-buffer-detach): New function.
36         (wl-summary-buffer-set-folder): Call it.
37         (wl-summary-mode): Add `wl-summary-buffer-detach' to
38         change-major-mode-hook and kill-buffer-hook.
39         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
40         (wl-summary-switch-to-clone-buffer): Ditto.
41         (wl-summary-goto-folder-subr): Ditto.
42
43 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
46         after boundp check.
47
48 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
51         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
52         for `kill-buffer'.
53
54         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
55         handler of current buffer from elmo-folder.
56
57 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
60
61 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-summary.el (wl-summary-buffer-event-handler): New internal
64         variable.
65         (wl-summary-event-handler): New class.
66         (elmo-event-handler-flag-changed): Define to update persistent
67         mark.
68         (wl-summary-buffer-set-folder): Register event handler to
69         elmo-folder.
70         (wl-summary-exit): Unregister event handler.
71         (wl-summary-goto-folder-subr): Ditto.
72         (wl-summary-mark-as-read-all): Does not call
73         `wl-summary-update-persistent-mark' directly.
74         (wl-summary-mark-as-read-internal): Ditto.
75         (wl-summary-set-persistent-mark-internal): Ditto.
76         (wl-summary-set-flags-internal): Ditto.
77
78         * Version number is increased to 2.11.33.
79
80 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
83         to nil.
84
85 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-spam.el (wl-spam-setup): Add hook
88         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
89         instead of `wl-summary-prepare-hook'.
90
91         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
92         if folder type is `'flag'.
93         (wl-summary-mark-as-important): Ditto.
94
95 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-address.el (wl-address-minibuffer-history): New variable.
98         (wl-address-minibuffer-local-map): New keymap.
99         (wl-address-read-from-minibuffer): New function.
100
101         * wl-action.el (wl-summary-get-resend-address): Use
102         `wl-address-read-from-minibuffer' instead of `completing-read'.
103
104 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * Version number is increased to 2.11.32.
107
108 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
109
110         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
111         without mule to iso-8859-1.
112         (wl-draft-add-in-reply-to): Add note in description.
113         (wl-draft-add-references): Ditto.
114
115 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
118         definition for `m'.
119         (wl-summary-mode-line-format): Add '[%m]'.
120         (wl-message-mode-line-format-spec-alist): Ditto.
121         (wl-summary-display-mime-mode-list): New variable.
122
123         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
124         from wl-summary-buffer-display-as-is.
125         (wl-summary-buffer-display-all-header): New buffer local variable.
126         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
127         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
128         instead of wl-summary-buffer-display-as-is.
129         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
130         (wl-summary-set-persistent-mark): Ditto.
131         (wl-summary-set-message-buffer-or-redisplay): Just call
132         `wl-summary-redisplay-internal' without optional arguments.
133         (wl-summary-toggle-mime): Rewrite.
134         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
135         (wl-summary-toggle-all-header): New function.
136         (wl-summary-redisplay-internal): Treat mime mode.
137
138         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
139         to wl-mime-preview-follow-no-mime.
140         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
141         accodring to the display-mode.
142
143         * wl-message.el (wl-message-buffer-display-type): Rewrite.
144         (wl-message-buffer-display): Changed argument name from `as-is' to
145         `mode'.
146         (wl-message-display-internal): Ditto;
147         Bind elmo-mime-display-header-analysis according to the mode.
148         (wl-message-display-internal): Put wl-message-display-mime-mode
149         property on entire buffer.
150
151 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
152
153         * wl-draft.el (wl-draft-do-fcc): Undo last change.
154
155 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
156
157         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
158         Don't extract mail address.
159         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
160
161         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
162
163         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
164
165 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
168         wl-fldmgr-cut-entity-list on confirmation.
169
170 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
173         (wl-mime-quit-preview): Check existence of
174         mime-edit-temp-message-buffer here.
175
176 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
179         after deletion.
180
181         * wl-draft.el (wl-draft-send-confirm): Check major-mode
182         before calling wl-mime-quit-preview.
183
184 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-summary.el (wl-summary-pick): If call it with prefix
187         argument, set `delete-marks' as non-nil. Pick from only visible
188         messages.
189         (wl-summary-check-target-mark): New function.
190         (wl-summary-target-mark-mark-as-read): Use it.
191         (wl-summary-target-mark-mark-as-unread): Ditto.
192         (wl-summary-target-mark-operation): Ditto.
193         (wl-summary-target-mark-set-flags): Ditto.
194         (wl-summary-target-mark-save): Ditto.
195         (wl-summary-target-mark-pick): Ditto.
196         (wl-summary-target-mark-forward): Ditto.
197         (wl-summary-target-mark-reply-with-citation): Ditto.
198         (wl-summary-target-mark-print): Ditto.
199         (wl-summary-target-mark-uudecode): Ditto.
200
201         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
202         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
203         with `ask-coding' is non-nil.
204
205 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-thread.el (wl-thread-set-parent): If parent is a message
208         which is identified by references, set linked as nil.
209
210 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
213         (wl-message-mode-line-format-spec-alist): Ditto.
214         (wl-message-mode-line-format): Ditto.
215         (wl-summary-mode-line-format): Ditto for docstring.
216         (wl-summary-no-mime-folder-list): Fix typo.
217
218         * wl-util.el (wl-current-message-buffer): Call
219         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
220
221         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
222         variable.
223         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
224         of `wl-summary-redisplay-no-mime'.
225         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
226         (wl-summary-toggle-mime): New function.
227         (wl-summary-redisplay-all-header): Rewrite.
228         (wl-summary-redisplay-no-mime): Ditto.
229         (wl-summary-redisplay-internal): Added argument `as-is' and
230         `all-header'.
231
232         * wl-refile.el (wl-refile-default-from-folder-path-separator):
233         New variable.
234         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
235         bottom.
236         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
237         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
238         "/" unconditionally.
239
240         * wl-mime.el (wl-draft-yank-current-message-entity): Use
241         wl-mime-preview-follow-no-mime for as-is content.
242         (wl-mime-preview-follow-no-mime): New function.
243         (wl-mime-preview-follow-current-region): Fixed parenthesis.
244
245         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
246         and added `as-is', `all-header'.
247         (wl-message-buffer-display): Ditto.
248         (wl-message-buffer-display-type): New function.
249
250 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
251
252         * wl-vars.el (wl-message-header-button-alist): Change default
253         value.
254         (wl-message-body-button-alist): Ditto.
255
256 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
257
258         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
259
260 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
263
264 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-summary.el (wl-summary-sync-marks): Remove condition which
267         is always true.
268
269 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
272         on null entity.
273
274 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-vars.el (wl-draft-reply-default-position): Fix range.
277
278 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-vars.el (wl-summary-resend-hook): New hook.
281
282         * wl-action.el (wl-summary-exec-action-resend-subr): Run
283         `wl-summary-resend-hook'.
284
285 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
286
287         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
288         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
289         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
290         (wl-summary-new-cached-mark): Changed default value to 'n'.
291         (wl-summary-unread-cached-mark): Changed default value to 'u'.
292         (wl-summary-answered-cached-mark): Changed default value to 'a'.
293         (wl-folder-sync-range-alist): Remove spec for 'flag.
294         (wl-summary-force-prefetch-folder-list): New user option.
295
296         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
297         `wl-summary-toggle-persistent-mark'.
298         (wl-summary-update-mark-and-highlight-window): Don't highlight when
299         number is nil.
300         (wl-summary-mark-as-answered-region): Set interactive argument of
301         `wl-summary-set-persistent-mark-internal'.
302         (wl-summary-mark-as-important-region): Ditto.
303         (wl-summary-unset-persistent-mark): Ditto.
304         (wl-summary-set-persistent-mark): Ditto.
305         (wl-summary-mark-as-answered): Ditto.
306         (wl-summary-mark-as-important): Ditto.
307         (wl-summary-set-persistent-mark-internal): Do nothing
308         when `elmo-message-flag-available-p' is nil.
309         (wl-summary-toggle-persistent-mark): New function.
310         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
311         when the folder matches `wl-summary-force-prefetch-folder-list'.
312
313
314         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
315         when number is nil.
316         (wl-highlight-summary-forwarded-face): New face.
317
318 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
319
320         * Version number is increased to 2.11.31.
321
322 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
325         (wl-biff-check-folder-async): Ditto.
326         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
327
328 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
329
330         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
331         Add an argument `reverse'.  All callers are updated.
332         (wl-summary-sort): Add a prefix argument `reverse' to specify
333         reverse sorting.
334         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
335         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
336         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
337
338 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-message.el (wl-message-redisplay): Does not narrow header if
341         disply-type is all-header or as-is.
342
343         * wl-summary.el (wl-summary-enter-handler): Use
344         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
345
346 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
349         after adding wl-draft-parent-variables.
350         (wl-draft-forward): Ditto.
351
352 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-summary.el (wl-summary-sync-marks): Call
355         `wl-summary-set-persistent-mark' and
356         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
357         (wl-summary-set-persistent-mark-internal): Add 4th argument
358         `no-server'.
359         (wl-summary-unset-persistent-mark): Ditto.
360         (wl-summary-set-persistent-mark): Ditto.
361         (wl-summary-add-flags-internal): Abolish.
362         (wl-summary-remove-flags-internal): Ditto.
363         (wl-summary-mark-as-important-internal): Ditto.
364         (wl-summary-mark-as-important): Use
365         `wl-summary-set-persistent-mark' instead of
366         `wl-summary-add-flags-internal'.
367         (wl-summary-mark-as-important-region): Ditto.
368
369         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
370
371         * wl-summary.el (wl-summary-get-available-flags): New function.
372         (wl-summary-sync-marks): Use it and simplified.
373         (wl-summary-unset-persistent-mark): Use
374         `wl-summary-get-available-flags'.
375         (wl-summary-set-persistent-mark): Ditto.
376
377 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
378
379         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
380         id.
381
382 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-summary.el (wl-summary-enter-handler): If argument is not a
385         number, call `wl-summary-prev-line-content'. Show message when the
386         message is not found.
387
388 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
389
390         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
391         wl-summary-enter-handler.
392         (wl-summary-enter-handler): New command.
393
394         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
395         docstring and custom spec.
396
397         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
398         flags too; Don't treat Cached and New.
399         (wl-summary-set-persistent-mark): Ditto.
400
401         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
402         `wl-folder-set-flag'.
403
404         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
405         instead of `wl-folder-set-flag'.
406
407         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
408         for completion.
409         (wl-summary-set-persistent-mark): Ditto.
410
411         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
412         instead of `wl-draft-quit-preview'.
413
414         * wl-mime.el (toplevel): Avoid compile warning.
415         (wl-mime-quit-preview): New function
416         (formarly defined as `wl-draft-quit-preview').
417         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
418         quitting method.
419
420         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
421
422         * wl-folder.el (wl-folder-set-flag): Renamed from
423         `wl-draft-set-flag-on-parent'.
424
425         * wl-draft.el (wl-draft-quit-preview): New function.
426         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
427         (wl-draft-send): Call `wl-folder-set-flag' instead of
428         `wl-draft-set-flag-on-parent'.
429         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
430
431 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
434         (wl-draft-send): Ditto.
435
436 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
437
438         * wl-vars.el (wl-draft-reply-hook): Changed default value.
439         (wl-draft-kill-pre-hook): Set default value as nil.
440         (wl-summary-reply-hook): Ditto.
441         (wl-draft-kill-flags): Abolish.
442
443         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
444         (wl-draft-parent-variables): Renamed from
445         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
446         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
447         argument; Add wl-draft-parent-variables to
448         wl-draft-config-variables.
449         (wl-draft-reply): Likewise.
450         (wl-draft-kill-flags): Abolish.
451         (wl-draft-send): Call wl-draft-set-flag-on-parent.
452         (wl-draft-set-flag-on-parent): New function.
453         (wl-draft-setup-parent-flag): Ditto.
454
455 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
456
457         * wl-draft.el (wl-draft-kill-flags): Avoid error when
458         `wl-draft-parent-folder' is "".
459
460 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
461
462         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
463         (wl-summary-digit-jump): New function.
464         (Adviced by John Owens and Hiroya Murata)
465
466         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
467         (Adviced by John Owens)
468
469         * wl-xmas.el (wl-message-define-keymap): Ditto.
470
471         * wl-mule.el (wl-message-define-keymap): Ditto.
472
473 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
476         change of return value of elmo-folder-count-flags.
477
478         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
479         (wl-summary-mark-as-read-internal): Ditto.
480         (wl-summary-set-persistent-mark-internal): Ditto.
481         (wl-summary-folder-info-update): Ditto.
482         (wl-summary-sync-update): Fixed the last change.
483
484         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
485
486 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
487
488         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
489         (wl-draft-kill-flags): Fixed docstring.
490
491         * wl-draft.el (wl-draft-kill-flags): New function.
492         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
493
494 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * wl-vars.el (wl-reply-hook): Abolish.
497         (wl-draft-reply-hook): New hook.
498         (wl-summary-reply-hook): Ditto.
499         (wl-draft-forward-hook): Ditto.
500         (wl-summary-forward-hook): Ditto.
501         (wl-draft-kill-flags): New variable.
502
503         * wl-summary.el (wl-summary-mark-as-answered-region): Use
504         wl-summary-set-persistent-mark-internal.
505         (wl-summary-sync-marks): Use elmo-preserved-flags.
506         (wl-summary-update-persistent-mark): Make it interactive.
507         (wl-summary-set-persistent-mark-internal): New inline function.
508         (wl-summary-mark-as-answered): Use it.
509         (wl-summary-mark-as-unanswered): Ditto.
510         (wl-summary-unset-persistent-mark): New function.
511         (wl-summary-set-persistent-mark): Ditto.
512         (wl-summary-reply): Don't set answered flag;
513         Run wl-summary-reply-hook instead.
514         (wl-summary-forward): Call wl-draft-forward with number.
515         Run wl-summary-forward-hook.
516
517         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
518         (wl-highlight-summary-line-face-spec): Use it as a default
519         persistent mark face.
520
521         * wl-draft.el (wl-draft-forward): Added optional argument number;
522         Set wl-draft-parent-number; Run wl-draft-forward-hook.
523         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
524         (wl-draft-kill): Use wl-draft-kill-flags.
525
526         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
527
528         * wl-folder.el (wl-folder-check-one-entity): Follow the change
529         of return value of elmo-folder-count-flags.
530
531         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
532
533         * wl-summary.el (wl-summary-count-unread): Ditto.
534         (wl-summary-sync-update): Follow the change above.
535         (wl-summary-force-prefetch): New function.
536
537 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
538
539         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
540         variable `buf' with `let' instead of `setq'.
541
542 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-mime.el (wl-message-delete-current-part): If filename exists,
545         add Content-Disposition heaeder on the deleted part.
546
547 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-draft.el (wl-draft-save): Encode address list under edit by
550         `eword-encode-unstructured-field-body'.
551
552         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
553
554 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
557         wl-current-summary-buffer.
558
559 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
560
561         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
562         `numbers' is ignored.
563
564 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-folder.el (wl-folder-open-folder): Avoid error.
567         Reported by John Owens, [wl-en:815]
568
569         * wl.el (wl): Set timer for biff process even if prefix argument
570         is given or auto-checking is quitted.
571
572         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
573         immediately.
574         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
575         (wl-toggle-plugged): Ditto.
576
577         * wl-vars.el (wl-biff-use-idle-timer): New variable.
578         * wl-util.el (wl-biff-start): Use idle timer if
579         `wl-biff-use-idle-timer' is non-nil.
580
581 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-highlight.el (wl-highlight-message): Fix description.
584
585 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
588         tty.
589
590 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-action.el (wl-summary-exec): Print failure count.
593
594 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
597         to `defun', remove interactive form.
598         Set elmo-message-fetch-confirm when force-reload is non-nil.
599
600 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-summary.el (toplevel): Removed unnecessary autoload.
603
604 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
607         the buffer is generated from another message buffer.
608
609 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
612         extracted from `wl-fldmgr-save-folders'.
613         (wl-fldmgr-delete): Call it after deletion.
614
615 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
618         multi-tty support.
619
620 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
621
622         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
623
624 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
625
626         * wl-summary.el (wl-summary-rescan): Remove unused variables.
627         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
628
629 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
632         unsubscribe list only if argument CLEAR is nil.
633
634 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
635
636         * wl-draft.el (wl-draft-reply): Decode subject before removing
637         Re: prefix.
638
639 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
640
641         * wl-summary.el (wl-summary-sort-by-size): New command.
642
643 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-number-list-from-region): New
646         function.
647         (wl-summary-mark-as-read-region): Use it.
648         (wl-summary-mark-as-unread-region): Ditto.
649         (wl-summary-set-flags-region): Ditto and add optional argument
650         remove.
651         (wl-summary-mark-as-answered-region): Ditto.
652         (wl-summary-mark-as-important-region): Ditto.
653         (wl-summary-target-mark-mark-as-important): Added optional
654         argument remove.
655         (wl-summary-target-mark-mark-as-answered): Ditto.
656         (wl-summary-target-mark-set-flags): Ditto.
657
658 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-summary.el (wl-summary-set-flags-region): Call
661         `wl-summary-set-flags-internal' with number list instead of call
662         one by each message.
663         (wl-summary-target-mark-set-flags): Likewise.
664
665 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-target-mark-operation): Add optional
668         argument `inverse' and use `wl-summary-delete-all-target-marks'.
669         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
670         (wl-summary-target-mark-mark-as-answered): Likewise.
671
672 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-summary.el (wl-summary-target-mark-forward): Use
675         `wl-summary-delete-all-target-marks' instead of
676         `wl-summary-delete-all-temp-marks'.
677         (wl-summary-target-mark-reply-with-citation): Ditto.
678         (wl-summary-target-mark-uudecode): Ditto.
679         (wl-summary-target-mark-set-flags): Ditto and remove needless
680         cursor move.
681
682 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
683
684         * wl-summary.el (wl-summary-target-mark-forward): Protect
685         wl-summary-buffer-target-mark-list from nreverse.
686         (wl-summary-target-mark-reply-with-citation): Ditto.
687
688 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-thread.el (wl-thread-update-indent-string-thread): Use
691         `elmo-display-progress-threshold'.
692
693 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
696         check `wl-summary-highlight'.
697         (wl-summary-window-scroll-functions): Respect value of
698         `wl-summary-highlight'.
699         (wl-summary-sync-update): Run hooks
700         `wl-summary-buffer-window-scroll-functions' at any time.
701
702 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
705         from `wl-summary-cleanup-temp-marks'.
706         (wl-summary-cleanup-temp-marks): Abolish argument.
707         * wl.el (wl-save-status): Revert previous change.
708         (wl-execute-temp-marks): New function, call
709         `wl-summary-exec-with-confirmation'.
710         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
711         (wl-folder-save-and-exec-marks): Abolished.
712
713 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-e21.el (wl-e21-display-image-p): Respect
716         `wl-highlight-folder-with-icon'.
717         (wl-e21-highlight-folder-group-line): Highlight mouse line
718         even if wl-e21-display-image-p is nil.
719
720         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
721         Respect value of `wl-summary-highlight'.
722
723         * wl.el (wl-save-status): Remove unused variable.
724
725         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
726         (wl-folder-mode-map): Bind it to "x".
727
728 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
729
730         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
731
732         * wl-thread.el (wl-thread-get-parent-list): Don't check
733         disconnected ancestors, neglecting needless work in
734         `wl-thread-update-indent-string-thread'.
735
736         * wl.el (wl-save): Take prefix argument to execute remaining marks.
737         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
738         argument, add argument default-keep to keep marks by default.
739
740         * Version number is increased to 2.11.30.
741
742         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
743         customization type and docstring.
744         (wl-draft-reply-without-argument-list): Ditto.
745
746 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
749
750         * wl-spam.el (wl-spam-mark-action-list): Ditto.
751
752 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
755
756 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
757
758         * wl-draft.el (wl-draft-config-exec): Narrow the range of
759         save-excursion so as not to include run-hooks.
760
761 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
764         Clarify that marks are going to be cleared.
765
766 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
769         according to 3rd element of wl-summary-flag-mark.
770
771         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
772
773 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-action.el (wl-summary-target-mark-all): Don't set
776         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
777
778 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
781         (wl-forward-subject-prefix): Ditto.
782         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
783         (wl-draft-reply-make-subject): Ditto.
784
785         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
786         `wl-draft-forward'.
787         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
788
789 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-action.el (wl-summary-target-mark-set-action): Stop if
792         target message does not exist.
793
794 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
795
796         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
797         `wl-subject-prefix-regexp'.
798         (wl-subject-forward-prefix-regexp): New variable.
799         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
800         `wl-draft-strip-subject-re' and take regexp as argument.
801         (wl-draft-forward): Use it.
802         (wl-draft-reply): Ditto.
803
804 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
805
806         * wl-e21.el (wl-highlight-plugged-current-line): Change for
807         emacs multi-tty support.
808
809 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
810
811         * wl-e21.el (wl-e21-display-image-p): Don't call
812         `display-images-p'.
813         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
814         support.
815         (wl-highlight-folder-current-line): Ditto.
816         (wl-folder-init-icons): Ditto.
817
818 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
821         the last line of summary in unplugged mode.
822
823 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
824
825         * wl-vars.el (wl-refile-rule-alist): Doc fix.
826
827 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
828
829         * wl-vars.el (wl-user-mail-address-regexp): New variable.
830         * wl-address.el (wl-address-user-mail-address-p): Use it.
831         (wl-address-delete-user-mail-addresses): Ditto.
832         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
833
834         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
835         (wl-address-delete-user-mail-addresses): Ditto.
836
837         * wl-address.el (wl-address-delete-user-mail-addresses): New
838         function.
839         * wl-refile.el (wl-refile-guess-by-history): Use it.
840         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
841         (wl-draft-make-mail-followup-to): Ditto and fix logic.
842
843         * wl-draft.el (wl-draft-edit-string): To judge sender address,
844         use wl-address-user-mail-address-p.
845
846 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
849         after opening group.
850
851 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
854         of elmo-set-buffer-multibyte.
855
856         * wl-message.el (wl-original-message-mode): Ditto.
857
858         * wl-score.el (wl-score-insert-header): Ditto.
859
860         * wl-summary.el
861         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
862         (wl-summary-goto-folder-subr): Ditto.
863         (wl-summary-insert-headers): Ditto.
864
865         * wl-util.el (wl-set-string-width): Ditto.
866
867         * Version number is increased to 2.11.29.
868
869 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
872         (wl-highlight-summary-line-help-echo-alist): New variable.
873         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
874         into `wl-highlight-summary-line-help-echo' and
875         `wl-highlight-flag-folder-help-echo'.
876         (wl-highlight-summary-line-string): Change accordingly.
877         (wl-highlight-summary-current-line): Ditto.
878
879 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-highlight.el (wl-highlight-message): Ignore white spaces
882         at the beginning of field body (Thanks to Markus Knittig).
883
884         * wl-draft.el (wl-draft-insert-current-message): Also check
885         summary buffer, remove unnecessary tag.
886
887 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
888
889         * wl-draft.el (wl-draft-insert-current-message): Cause error also
890         when wl-message-buffer is nil.
891
892         * wl-folder.el (wl-folder): Abolish unused argument.
893         Call wl-folder-init when wl-folder-entity is nil.
894         * wl.el (wl): Change accordingly.
895
896 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
899         multibyte string before insert into draft buffer.
900         (wl-draft-create-buffer): Always enable multibyte characters for
901         draft buffer.
902
903         * Version number is increased to 2.11.28.
904
905 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-folder.el (wl-folder-open-close): Handle blank line.
908         (wl-folder-jump-to-current-entity): Ditto.
909
910 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * Version number is increased to 2.11.27.
913
914 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-thread.el (wl-thread-insert-message): When the thread is
917         devided by wl-summary-max-thread-depth, insert line at the end of
918         buffer.
919
920 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * Version number is increased to 2.11.26.
923
924 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
927
928 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
931         value of stream-type and session.
932
933 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * Version number is increased to 2.11.25.
936
937 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
938
939         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
940         in a quit message.
941
942 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
945         (wl-summary-redisplay-no-mime-internal): Ditto.
946
947 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
950         * wl-vars.el (wl-smtp-connection-type): Ditto.
951
952 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
953
954         * wl-highlight.el (wl-highlight-message): Change to strict regexp
955         for the separator line and quote mail-header-separator.
956
957 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-spam.el (wl-message-check-spam): Fixed problem no display
960         result message.
961
962         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
963         `elmo-multiple-fields-body-list' with boundary as
964         mail-header-separator.
965
966 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
969
970 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-util.el (wl-list-diff): Remove unused function.
973
974         * wl-draft.el (wl-draft-send-confirm): Discard input before
975         confirmation.
976
977 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
980         order of flag and new.
981
982 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-vars.el (wl-refile-policy-alist): Abolished.
985
986         * wl-action.el (wl-summary-set-action-refile): Follow the change
987         above.
988
989 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * wl-highlight.el (wl-highlight-signature-search): Don't use
992         re-search-backward for a long word since it is possible to crash
993         XEmacs because of a bug.
994
995 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
996
997         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
998
999 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1002         argument for wl-summary-sync-force-update.
1003
1004 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * wl-summary.el (wl-summary-mode-map): Revival of
1007         wl-summary-mark-as-important related bindings;
1008         Bind 'F','tF','mF','rF','m&'.
1009         (wl-summary-mark-as-important-region): Revival.
1010         (wl-summary-target-mark-mark-as-important): Ditto.
1011         (wl-summary-target-mark-operation): New function.
1012         (wl-summary-target-mark-mark-as-answered): Use it.
1013         (wl-summary-decide-flag): Don't set Important as default.
1014         (wl-summary-mark-as-important-internal): Revival.
1015         (wl-summary-mark-as-important): Ditto.
1016
1017         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1018
1019         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1020         instead of facep.
1021
1022 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-dnd.el (wl-dnd-drop-func): Fix.
1025
1026         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1027         mouse-set-point instead of posn-point.
1028
1029         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1030
1031         * wl-mule.el (wl-completing-read-multiple): Ditto.
1032
1033 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-demo.el (face-background-name): Defalias to avoid compile
1036         warning.
1037
1038 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1039
1040         * wl-summary.el (wl-summary-decide-flag): Use
1041         wl-completing-read-multiple instead of completing-read-multiple.
1042
1043         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1044         New alias.
1045
1046         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1047         Use face-background-name instead of face-background.
1048
1049         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1050
1051         * wl-summary.el (wl-summary-save): Use it.
1052         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1053
1054         * wl-mime.el (wl-mime-save-content): Fix last change.
1055
1056 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1057
1058         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1059         New function.
1060         (wl-summary-sort-specs): Added sort.
1061         * wl-mime.el (wl-mime-save-content): Expand file name.
1062
1063 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1064
1065         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1066
1067         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1068
1069 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1072         for flag if it is not defined.
1073
1074 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1075
1076         * wl-e21.el (wl-highlight-folder-current-line): Use
1077         elmo-folder-type-internal when elmo-folder-type returns nil.
1078
1079         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1080
1081         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1082
1083         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1084
1085         * wl-e21.el (wl-summary-toolbar): Ditto.
1086
1087         * wl-vars.el (wl-demo-background-color): Abolished.
1088         (wl-summary-persistent-mark-priority-list): Renamed from
1089         wl-summary-flag-priority-list.
1090         (wl-summary-flag-alist): New user option.
1091         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1092         (wl-message-mode-line-format-spec-alist): Added 'F'.
1093         (wl-message-mode-line-format): Likewise.
1094         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1095         instead of wl-summary-important-mark.
1096         (wl-file-folder-icon): New variable.
1097
1098         * wl-thread.el (wl-thread-set-flags): Renamed from
1099         wl-thread-mark-as-important.
1100
1101         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1102         warning.
1103         (wl-summary-mode-menu-spec): Follow the change of 
1104         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1105         (wl-summary-mode-map): Follow the change of
1106         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1107         (wl-summary-detect-mark-position): Follow the variable name change.
1108         (wl-summary-set-flags-region): New function for the replacement of
1109         wl-summary-mark-as-important-region.
1110         (wl-summary-sync-marks): Sync all global-flags.
1111         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1112         instead of elmo-message-flagged-p.
1113         (wl-summary-persistent-mark-string): Follow the variable name change;
1114         Put wl-summary-flag-mark if the message has global-flag.
1115         (wl-summary-target-mark-set-flags): Renamed from 
1116         wl-summary-target-mark-mark-as-important.
1117         (wl-summary-decide-flag): New function.
1118         (wl-summary-set-flags-internal): Renamed from
1119         wl-summary-mark-as-important-internal.
1120         (wl-summary-add-flags-internal): New function.
1121         (wl-summary-remove-flags-internal): Ditto.
1122         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1123         (wl-summary-mark-as-unimportant): Abolish.
1124         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1125         (wl-summary-next-message): List flagged messages in the msgdb.
1126
1127         * wl-score.el (wl-summary-score-update-all-lines): Use
1128         wl-summary-add-flags-internal instead of 
1129
1130         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1131
1132         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1133         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1134         (wl-message-buffer-require-all-header): Renamed from
1135         wl-message-buffer-all-header-flag (Ditto).
1136         (wl-message-buffer-flag-indicator): New variable.
1137         (wl-message-redisplay): Changed local varibale name from `flag' to
1138         `display-type'; Set up wl-message-buffer-flag-indicator.
1139         (wl-message-buffer-display): Changed varibale name from `flag' to
1140         `display-type'.
1141         (wl-message-display-internal): Likewise.
1142
1143         * wl-highlight.el (wl-highlight-demo-face): Define default background
1144         color.
1145         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1146
1147         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1148
1149         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1150         (wl-demo-setup-properties): Renamed from
1151         `wl-demo-set-background-color'.
1152         (wl-demo): Follow the change above.
1153         
1154         * Version number is increased to 2.11.24.
1155
1156 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-toggle-thread): Call
1159         `wl-summary-rescan' with disable-thread as non-nil.
1160         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1161
1162 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1163
1164         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1165         foreground property of the face.
1166         (wl-demo-insert-text): Don't set up face property here.
1167         (wl-demo): Call wl-demo-set-background-color, anyway.
1168
1169 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-vars.el (wl-demo-background-color): The value can be nil.
1172
1173 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1174
1175         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1176         to wl-summary-wheel-dispatcher.
1177
1178         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1179         wl-message-wheel-dispatcher.
1180         (wl-message-wheel-dispatcher): New function.
1181         (wl-summary-wheel-dispatcher): Ditto.
1182
1183 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-action.el (wl-summary-target-mark-all): List messages which are
1186         not in the killed-list.
1187
1188         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1189         only when the folder is 'flag/important.
1190
1191         * wl-address.el (wl-complete-field-body): Complete if the last
1192         character is a space.
1193
1194 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-folder.el (wl-folder-clear-entity-info): Use
1197         elmo-clear-hash-val.
1198
1199         * wl-fldmgr.el (wl-fldmgr-rename): Set
1200         wl-folder-info-alist-modified as t.
1201
1202 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1205
1206 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1209         (wl-folder-buffer-last-visited-entity-id): New buffer local
1210         variable.
1211         (wl-folder-revisit-last-visited-folder): New function.
1212         (wl-folder-mode-map): Bind it to "C-i".
1213         (wl-folder-set-current-entity-id): Set last visited folder.
1214         * wl-summary.el (wl-summary-exit): Ditto.
1215
1216 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1219         before calling `recenter' in order to cope with an XEmacs bug.
1220
1221 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1224         to the default value.
1225
1226 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1229         change.
1230         (wl-summary-sync-marks): Ditto.
1231         (wl-summary-mark-as-read-internal): Ditto.
1232         (wl-summary-mark-as-answered-internal): Ditto.
1233         (wl-summary-mark-as-important-internal): Ditto.
1234         (wl-summary-reply): Ditto.
1235
1236         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1237         instead of `elmo-folder-unflag-answered'.
1238
1239         * Version number is increased to 2.11.23.
1240
1241         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1242         the last change.
1243
1244 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1245
1246         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1247         Specify "spam" or "good".
1248
1249 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1250
1251         * wl-spam.el (wl-summary-exec-action-spam): Call
1252         wl-folder-confirm-existence for spam folder.
1253         (wl-spam-setup): Bind "mk".
1254
1255 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1258
1259 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1262         destination folder is empty.
1263
1264 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1265
1266         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1267         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1268
1269         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1270         (wl-summary-refile-prev-destination-region): New function.
1271         (wl-thread-refile-prev-destination): Ditto.
1272         (wl-summary-target-mark-refile-prev-destination): Ditto.
1273
1274 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1277         (wl-demo-background-color): Changed default value.
1278
1279         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1280         color.
1281
1282         * wl-demo.el (wl-demo-set-background-color): New function.
1283         (wl-demo): Call it.
1284
1285 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1288         * wl-address.el (wl-address-add-or-change): Don't add empty
1289         address.
1290
1291 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1292
1293         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1294
1295 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1296
1297         * wl-vars.el (wl-demo-image-filter-alist): New variable
1298         (wl-demo-background-color): Ditto.
1299
1300         * wl-demo.el (wl-demo-xpm-set-background): New function.
1301         (wl-demo-image-filter): Ditto.
1302         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1303
1304         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1305
1306         * wl-demo.el (wl-demo-icon-name): Define as function.
1307         (wl-demo-insert-image): Use it.
1308
1309 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1310
1311         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1312
1313 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1314
1315         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1316
1317 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1320
1321 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-thread.el (wl-thread-mark-as-answered): New function.
1324
1325         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1326         answered" entry.
1327         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1328         "r&" and wl-thread-mark-as-answered to "t&".
1329         (wl-summary-mark-as-important-region): Refine to toggle mark.
1330         (wl-summary-mark-as-answered-region): New function.
1331         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1332         and 3rd argument.
1333         (wl-summary-mark-as-important-internal): Likewise.
1334
1335 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-template.el (wl-template-preview): New internal variable.
1338         (wl-template-preview-p): New function.
1339         (wl-template-show): Bind `wl-template-preview' as t.
1340
1341 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1344         `elmo-message-entity-field' with 3rd argument which is non-nil.
1345
1346 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1349         Removed duplicate local bind `folder'.
1350
1351 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1354
1355 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1358         duplicate definition.
1359
1360 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1363         non-nil, use it; Don't fetch message if there's no message in the
1364         current cursor position.
1365
1366 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-util.el (wl-region-exists-p): Use region-active-p.
1369         (wl-deactivate-region): New function.
1370         * wl-message.el (wl-message-redisplay): Deactivate region.
1371
1372         * wl-summary.el (wl-summary-reply): Call
1373         `wl-summary-set-message-buffer-or-redisplay' instead of
1374         `wl-summary-redisplay-internal', don't move point.
1375
1376 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1379         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1380         by regexp.
1381
1382 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1385         if no need.
1386
1387 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1390         default value to nil.
1391         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1392         `wl-summary-prepare-hook'; Replace refile action to
1393         `wl-summary-exec-action-refile-with-register'.
1394
1395         * Version number is increased to 2.11.22.
1396
1397 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-summary.el (wl-summary-detect-mark-position): Set
1400         `wl-summary-buffer-weekday-name-lang'.
1401
1402 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1403
1404         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1405         (wl-summary-mark-as-read-all): Ditto.
1406         (wl-summary-delete-messages-on-buffer): Ditto.
1407         (wl-summary-sync-update): Ditto.
1408         (wl-summary-mark-as-read-internal): Ditto.
1409         (wl-summary-mark-as-answered-internal): Ditto.
1410         (wl-summary-update-folder-info): Abolished.
1411
1412 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1413
1414         * wl-summary.el (wl-summary-mark-as-read-all): Use
1415         `wl-summary-update-folder-info' instead of
1416         `wl-folder-update-unread'.
1417
1418 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1419
1420         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1421         `wl-summary-folder-info-update'.
1422         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1423         instead of `wl-summary-folder-info-update'.
1424         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1425         `wl-folder-set-folder-updated'.
1426         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1427         instead of `wl-folder-update-unread'.
1428         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1429         the value of `wl-summary-buffer-unread-count' for the second parameter of
1430         `wl-folder-update-unread'.
1431
1432         * Version number is increased to 2.11.21.
1433
1434 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1435
1436         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1437         a local variable.
1438
1439 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1442         interactively.
1443
1444         * wl-summary.el (wl-summary-mark-as-important-internal): New
1445         internal function.
1446         (wl-summary-mark-as-important): Use it.
1447         (wl-summary-mark-as-unimportant): New function.
1448         (wl-summary-sync-marks): Follow the API change.
1449
1450         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1451
1452         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1453
1454 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1455
1456         * wl-folder.el (wl-folder-update-unread): Re-indent.
1457         Narrow the scope of a local variable.
1458
1459 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1462         (wl-addrmgr-merge-entries): Ditto.
1463         (wl-addrmgr): Added to address entry which exists in draft buffer
1464         if no entry is in original.
1465
1466 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-batch.el: New file.
1469
1470 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1471
1472         * wl-vars.el (wl-use-semi): Remove unused variable.
1473
1474 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1477         "?".
1478
1479 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1482         wl-summary-new-mark.
1483         (wl-summary-new-cached-mark): New user option.
1484         (wl-summary-score-marks): Follow the change above.
1485         (wl-summary-auto-refile-skip-marks): Ditto.
1486         (wl-summary-incorporate-marks): Ditto.
1487         (wl-summary-expire-reserve-marks): Ditto.
1488
1489         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1490
1491         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1492         (wl-summary-persistent-mark-string): Distinguished between cached
1493         and uncached mark when the message is new.
1494
1495 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-spam.el (wl-spam-domain): Renamed from
1498         `wl-spam-folder-guess-domain'.
1499         (wl-summary-exec-action-spam): Register as spam if domain of the
1500         source folder is good.
1501         (wl-summary-exec-action-refile-with-register): Register message if
1502         domain of the source folder is not undecided.
1503
1504 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1507         detect thread loop.
1508
1509 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1512         and wl-summary-skip-mark-list.
1513
1514 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1517
1518         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1519
1520         * wl-spam.el (toplevel): Require wl-highlight.
1521         (wl-spam-auto-check-policy-alist): Abolish.
1522         (wl-spam-auto-check-folder-regexp-list): New user option.
1523         (wl-spam-auto-check-marks): Ditto.
1524         (wl-spam-mark-action-list): Ditto.
1525         (wl-highlight-summary-spam-face): New face.
1526         (wl-spam-auto-check-message-p): New function.
1527         (wl-spam-map-spam-messages): Fixed message.
1528         (wl-spam-register-spam-messages): Ditto.
1529         (wl-spam-register-good-messages): Ditto.
1530         (wl-summary-spam-map): Add and remove keybind.
1531         (wl-summary-target-mark-spam): Abolish.
1532         (wl-summary-refile-spam): Ditto.
1533         (wl-summary-test-spam): New function.
1534         (wl-summary-mark-spam): Ditto.
1535         (wl-summary-auto-check-spam): Follow the above change.
1536         (wl-summary-exec-action-spam): New function.
1537         (wl-summary-exec-action-refile-with-register): Fixed message.
1538         (wl-message-check-spam): New function.
1539         (wl-spam-setup): Ditto.
1540         (toplevel): Call it if this file is loaded interactivity.
1541
1542         * Version number is increased to 2.11.20.
1543
1544 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1547         when new optional argument `force' is non nil or modified.
1548
1549 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl.el (toplevel): Require wl-spam when compile.
1552         (wl-save-status): Call wl-spam-save-status.
1553
1554         * wl-spam.el (wl-spam-register-spam-messages): New function.
1555         (wl-spam-register-good-messages): Ditto.
1556         (wl-spam-save-status): Ditto.
1557         (wl-summary-mode-map): Bind
1558         wl-summary-target-mark-register-as-spam to "ms" and
1559         wl-summary-target-mark-register-as-good to "mn".
1560         (wl-summary-register-as-spam): Abolish optional argument; Use
1561         wl-spam-register-spam-messages.
1562         (wl-summary-register-as-spam-all): Use
1563         wl-spam-register-spam-messages.
1564         (wl-summary-register-as-good): Abolish optional argument; Use
1565         wl-spam-register-good-messages.
1566         (wl-summary-register-as-good-all): Use
1567         wl-spam-register-good-messages.
1568         (wl-summary-target-mark-register-as-spam): New funtion.
1569         (wl-summary-target-mark-register-as-good): Ditto.
1570
1571 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-spam.el: New file.
1574
1575 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1578
1579         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1580         (wl-summary-auto-refile): Call wl-refile-guess with
1581         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1582
1583 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1586         with disable-thread argument non-nil.
1587
1588 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-summary.el (wl-summary-rescan): Added optional argument
1591         disable-thread.
1592         (wl-summary-sync): Call wl-summary-rescan with argument
1593         disable-thread.
1594         (wl-summary-input-range): Added new range `rescan-thread'.
1595
1596 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1599
1600 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601
1602         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1603         internal variable.
1604         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1605         wl-summary-search-parent-by-subject-regexp and
1606         wl-summary-divide-thread-when-subject-changed as nil.
1607         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1608         (wl-summary-insert-thread): Search parent entity from
1609         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1610         thread loop.
1611
1612 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1615
1616         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1617
1618         * wl-util.el (wl-require-update-all-folder-p): New function.
1619         (wl-get-assoc-list-value): Added `function' to match directive.
1620         (wl-collect-draft): Rewrite.
1621
1622         * wl-summary.el (wl-summary-sync-update): Clear faces
1623         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1624         are non-nil.
1625         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1626         argument as function.
1627         (wl-summary-input-range): Ditto.
1628
1629         * wl-folder.el (wl-draft-get-folder): New function.
1630         (wl-folder-get-elmo-folder): Consider draft folder.
1631
1632         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1633         (wl-draft-buffer-message-number): New buffer local variable.
1634         (wl-draft-folder-internal): New internal variable.
1635         (wl-draft-delete): Rewrite.
1636         (wl-draft-save): Ditto.
1637         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1638         wl-folder-get-elmo-folder.
1639         (wl-draft-config-info-operation): Ditto.
1640         (wl-jump-to-draft-folder): Ditto.
1641         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1642         (wl-draft-reedit): Rewrite.
1643
1644         * Version number is increased to 2.11.19.
1645         
1646 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1647
1648         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1649         variable.
1650
1651 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1654         Use ignore-errors instead of unwind-protect.
1655
1656 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1657
1658         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1659         for updating `wl-thread-entity-list'.
1660
1661 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1662
1663         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1664         parameter from calling `wl-thread-entity-get-older-brothers' and
1665         `wl-thread-entity-get-younger-brothers'.
1666         Replace nested `append' with a single one.
1667
1668 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1669
1670         * wl-summary.el (wl-summary-mode): Don't use the return value of
1671         `make-local-hook'.
1672
1673 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1674
1675         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1676         instead of `let*'.
1677         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1678         of local variables.
1679
1680 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1683         Renamed from wl-summary-window-scroll-functions.
1684         (wl-summary-window-scroll-functions): Don't set to variable.
1685         (wl-summary-display-top): Use run-hooks.
1686         (wl-summary-display-bottom): Ditto.
1687         (wl-summary-toggle-disp-msg): Ditto.
1688         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1689         Use it instead of wl-summary-window-scroll-functions.
1690         (wl-summary-goto-folder-subr): Don't call
1691         wl-summary-window-scroll-functions, use
1692         wl-summary-buffer-window-scroll-functions instead.
1693
1694 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1697         make-local-variable.
1698
1699 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1700
1701         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1702         set-buffer-modified-p.
1703         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1704         (wl-summary-display-bottom): Ditto.
1705         (wl-summary-toggle-disp-msg): Ditto.
1706
1707 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1710
1711         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1712         (wl-summary-forward): Use elmo-message-entity-field instead of
1713         elmo-message-field.
1714
1715         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1716
1717 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (wl-summary-window-scroll-functions): No use
1720         `append'.
1721
1722 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1725         function.
1726         (wl-summary-window-scroll-functions): Call it when both
1727         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1728         (wl-summary-temp-mark): Added optional argument number.
1729         (wl-summary-message-mark): Added optional argument flag.
1730         (wl-summary-persistent-mark): Added optional argument number and flag.
1731         (wl-summary-update-persistent-mark): Ditto.
1732         (wl-summary-update-status-marks): Set "r" for interactive spec.
1733
1734         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1735         argument number and flag.
1736
1737         * wl-action.el (wl-summary-registered-temp-mark): 
1738         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1739
1740 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1741
1742         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1743         internal variable (buffer local).
1744         (wl-summary-window-scroll-functions): New function.
1745         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1746         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1747         as nil.
1748         (wl-summary-update-status-marks): Added arguments beg, end and
1749         check.
1750         (wl-summary-update-mark-window): Use function.
1751         (wl-summary-sync-update): Follow the change above.
1752         (wl-summary-switch-to-clone-buffer): Copy
1753         wl-summary-buffer-unsync-mark-number-list.
1754         (wl-summary-goto-folder-subr): Set
1755         wl-summary-buffer-unsync-mark-number-list and
1756         use wl-summary-window-scroll-functions instead of
1757         wl-summary-lazy-highlight.
1758
1759         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1760
1761 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1764
1765         * wl-summary.el (wl-summary-update-persistent-mark): Call
1766         wl-summary-set-message-modified.
1767
1768         * wl-summary.el (wl-summary-sync-update): Don't call
1769         wl-summary-update-status-marks.
1770
1771         * Version number is increased to 2.11.18.
1772
1773 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1774
1775         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1776         (wl-message-next-page): Ditto.
1777
1778 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1779
1780         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1781         local variable.  Change the order of a collected list into the
1782         same as the specified range.  Remove nil from a collected list.
1783
1784 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1787         argument for elmo-folder-list-messages.
1788
1789 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1792         change (wl-summary-count-unreads return a list instead of a cons
1793         cell).
1794
1795 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1796
1797         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1798         `wl-summary-folder-info-update'.
1799
1800 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-summary.el (wl-summary-set-message-modified): No use
1803         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1804         (wl-summary-set-mark-modified): Abolish.
1805         (wl-summary-mark-modified-p): Ditto.
1806         (wl-summary-save-view): Follow the change above.
1807
1808         * wl-expire.el (wl-summary-expire): Likewise.
1809
1810 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1811
1812         * wl-summary.el (wl-summary-detect-mark-position): Use
1813         modb-entity-handler.
1814         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1815
1816         * Version number is increased to 2.11.17.
1817
1818 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1821         entity field value.
1822         (wl-summary-prefetch-msg): Ditto.
1823         (wl-summary-print-message-with-ps-print): Ditto.
1824
1825 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1828         for dummy entity.
1829         (wl-summary-insert-thread): Use elmo-message-entity-field.
1830         (wl-summary-update-thread): Use elmo-message-entity-field and
1831         elmo-message-entity-number.
1832         (wl-summary-line-number):  Use elmo-message-entity-number.
1833         (wl-summary-line-size): Use elmo-message-entity-field.
1834         (wl-summary-line-subject): Ditto.
1835         (wl-summary-line-from): Ditto.
1836         (wl-summary-line-attached): Ditto.
1837         (wl-summary-create-line): Ditto.
1838         (wl-summary-create-line): Use elmo-message-entity-number.
1839         (wl-summary-print-message-with-ps-print): Use
1840         elmo-message-entity-field.
1841
1842 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1845         change in elmo-msgdb-make-message-entity.
1846         (wl-summary-buffer-set-folder): Don't call
1847         wl-summary-detect-mark-position here.
1848         (wl-summary-rescan): Call elmo-message-entity-number.
1849         (wl-summary-sync-update): Ditto.
1850         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1851
1852         * wl-score.el (wl-score-header-index): Redefine 2th element.
1853         (wl-score-overview-entity-get-extra): Abolish.
1854         (wl-score-ov-entity-get): Rewrite.
1855         (wl-score-string-index<, wl-score-string-func<): Abolish.
1856         (wl-score-string<): New function.
1857         (wl-score-string-sort): Use it.
1858
1859         * wl-refile.el (wl-refile-guess-by-history): Use
1860         elmo-message-entity-field.
1861         (wl-refile-guess-by-from): Ditto.
1862         (wl-refile-guess-by-msgid): Ditto.
1863
1864         * Version number is increased to 2.11.16.
1865
1866 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1867
1868         * wl-folder.el (wl-folder-confirm-existence): Don't call
1869         file-exists-p if msgdb-path is nil.
1870         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1871         `wl-read-folder-hist' to `wl-read-folder-history'.
1872
1873 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1874
1875         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1876         `y-or-n-p'.
1877
1878 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-score.el (wl-score-headers): Don't use
1881         elmo-folder-do-each-message-entity.
1882
1883         * Version number is increased to 2.11.15.
1884
1885 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1886
1887         * wl-summary.el (wl-summary-delete-all-msgs): Use
1888         elmo-folder-move-messages instead of elmo-folder-delete-messages
1889         and elmo-folder-detach-messages.
1890         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1891
1892         * wl-expire.el (wl-expire-delete): Ditto.
1893         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1894
1895 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1898         (wl-message-header-narrowing-fields): Ditto.
1899         (wl-message-header-narrowing-lines): Ditto.
1900         (wl-message-header-narrowing-string): Ditto.
1901
1902         * wl-summary.el (wl-summary-mode-map): Bind
1903         wl-summary-toggle-header-narrowing to "C-cC-f".
1904         (wl-summary-toggle-header-narrowing): New function.
1905
1906         * wl-message.el (wl-message-buffer-create): Call
1907         wl-message-header-narrowing-setup.
1908         (wl-message-redisplay): Call wl-message-header-narrowing.
1909         (wl-message-header-narrowing): New function.
1910         (wl-message-header-narrowing-map): New keymap.
1911         (wl-message-header-narrowing-widen-map): New keymap.
1912         (wl-message-header-narrowing-again-at-mouse): New function.
1913         (wl-message-header-narrowing-1): Ditto.
1914         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1915         (wl-message-header-narrowing-setup): Ditto.
1916         (wl-message-header-narrowing-toggle): Ditto.
1917         
1918         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1919
1920         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1921         'flag as all.
1922         (wl-use-flag-folder-help-echo): New user option.
1923
1924         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1925         wl-summary-highlight as nil.
1926         (wl-summary-set-mark-modified): Follow the API change.
1927         (wl-summary-mark-modified-p): Ditto.
1928         (wl-summary-mark-as-read-all): Ditto.
1929         (wl-summary-sync-marks): Don't call
1930         elmo-folder-list-messages-with-global-mark.
1931         (wl-summary-mark-as-read-internal): Follow the API change.
1932         (wl-summary-mark-as-answered-internal): Ditto.
1933         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1934         Follow the API change.
1935         (wl-summary-create-line): Call with number argument.
1936         (wl-summary-reply): Follow the API change.
1937
1938         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1939         function.
1940         (wl-highlight-summary-line-string): Call it when
1941         wl-use-flag-folder-help-echo is non-nil.
1942         (wl-highlight-summary-current-line): Ditto.
1943         (elmo-flag-folder-referrer): Added autoload setting.
1944
1945         * wl-draft.el (wl-draft-kill): Follow the API change.
1946
1947         * Version number is increased to 2.11.14.
1948         
1949 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1952
1953 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * Version number is increased to 2.11.13.
1956
1957 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-draft.el (wl-draft-previous-history-element): Fixed
1960         unbalanced parenthesis and bind unbound local variables.
1961
1962 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-draft.el (wl-draft-previous-history-element): New function.
1965         (wl-draft-next-history-element): Ditto.
1966         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1967         them to M-p and M-n.
1968
1969 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1970
1971         * Version number is increased to 2.11.12.
1972
1973 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * wl-draft.el (wl-draft-hide): Select buffer-window.
1976
1977 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1978
1979         * wl-summary.el (wl-summary-narrow-to-region): New function.
1980         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1981         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1982         (wl-summary-save-region): Use it.
1983         * wl-action.el (wl-summary-collect-numbers-region)
1984         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1985
1986 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-folder.el (wl-folder-count-incorporates): Don't use
1989         `elmo-msgdb-mark-load'
1990
1991         * Version number is increased to 2.11.11.
1992
1993 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1996         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1997
1998 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2001
2002 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * Version number is increased to 2.11.10.
2005
2006 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-mime.el (wl-draft-attribute-value): Fixed.
2009
2010 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-util.el (wl-copy-local-variables): New function.
2013
2014         * wl-mime.el (wl-draft-attribute-recipients): New function.
2015         (wl-draft-attribute-envelope-from): Ditto.
2016         (wl-draft-attribute-smtp-posting-server): Ditto.
2017         (wl-draft-attribute-smtp-posting-port): Ditto.
2018         (wl-draft-attribute-value): Ditto.
2019         (wl-draft-preview-message): Use it to get value for
2020         attributes. Reflect result of `wl-draft-config'.
2021
2022         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2023         and call `wl-summary-mark-as-read' before to call
2024         `wl-summary-unset-mark'.
2025         (wl-summary-target-mark-mark-as-unread): Likewise.
2026         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2027
2028 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-mime.el (wl-draft-preview-message): Use actual value for
2031         attributes; Fix for small window.
2032
2033 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-refile.el (wl-refile-get-field-value): Call
2036         `elmo-message-entity-field' with 3rd argument is non-nil.
2037
2038 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2039
2040         * wl-vars.el (wl-draft-preview-attributes): New user option.
2041         (wl-draft-preview-attributes-list): Ditto.
2042         (wl-draft-preview-attributes-buffer-lines): Ditto.
2043         (wl-draft-preview-attributes-buffer-name): Ditto.
2044
2045         * wl-mime.el (wl-draft-preview-message): Display attributes.
2046
2047 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-summary.el (wl-summary-detect-mark-position): Bind
2050         wl-summary-flag-priority-list to '(new).
2051
2052 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2055         funtion.
2056         (wl-highlight-summary-line-string): Use it.
2057         (wl-highlight-summary-current-line): Ditto.
2058
2059 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2062         line even when the mark string is not changed.
2063
2064         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2065         argument change in the wl-summary-create-line.
2066         (wl-thread-insert-entity-sub): Ditto.
2067
2068         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2069         argument change in the wl-summary-create-line.
2070         (wl-summary-insert-sequential): Ditto.
2071         (wl-summary-update-thread): Ditto.
2072         (wl-summary-persistent-mark-string): New inline function.
2073         (wl-summary-message-mark): Use it.
2074         (wl-summary-create-line): Abolish argument wl-persistent-mark
2075         and added wl-flags, wl-cached.
2076
2077         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2078         mark to flags.
2079         (wl-highlight-summary-current-line): Decide the face not by the 
2080         persistent mark but flags.
2081
2082 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2085         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2086         wl-summary-read-uncached-mark): Revive.
2087         (wl-summary-answered-cached-mark,
2088         wl-summary-answered-uncached-mark): New user option.
2089         (wl-summary-score-marks): Follow the change above.
2090         (wl-summary-auto-refile-skip-marks): Ditto.
2091         (wl-summary-incorporate-marks): Ditto.
2092         (wl-summary-expire-reserve-marks): Ditto.
2093         (wl-summary-flag-priority-list): New user option.
2094
2095         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2096         changes.
2097         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2098         of elmo-message-mark.
2099         (wl-summary-mark-as-read-internal): Ditto.
2100         (wl-summary-mark-as-answered): Ditto.
2101         (wl-summary-mark-as-important): Ditto.
2102         (wl-summary-redisplay-internal): Ditto.
2103         (wl-summary-redisplay-no-mime-internal): Ditto.
2104         (wl-summary-message-mark): New function.
2105         (wl-summary-insert-sequential): Use wl-summary-message-mark
2106         instead of elmo-message-mark.
2107         (wl-summary-update-thread): Ditto.
2108         (wl-summary-persistent-mark): Ditto.
2109         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2110         instead of elmo-message-mark.
2111
2112         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2113         wl-summary-message-mark instead of elmo-message-mark.
2114         (wl-thread-insert-entity-sub): Ditto.
2115         (wl-thread-get-children-msgs-uncached): Ditto.
2116
2117         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2118         variable name changes.
2119         (wl-highlight-summary-current-line): Ditto.
2120
2121         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2122         wl-summary-message-mark instead of elmo-message-mark.
2123
2124         * wl-expire.el (wl-expire-message-p): Ditto.
2125
2126         * wl-score.el (wl-score-headers): Ditto.
2127
2128         * Version number is increased to 2.11.9.
2129
2130         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2131         (wl-summary-sync-update): Follow the change above.
2132         (wl-summary-switch-to-clone-buffer): Ditto.
2133         (wl-summary-open-folder): Ditto.
2134
2135 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2138         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2139
2140         * Version number is increased to 2.11.8.
2141
2142         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2143
2144         * wl-expire.el (wl-expire-refile): Follow the API change on
2145         `elmo-folder-move-messages'.
2146         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2147
2148         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2149         (wl-summary-exec-action-refile): Ditto.
2150         (wl-summary-exec-action-copy): Ditto.
2151         (wl-summary-no-auto-refile-message-p): No use
2152         `wl-summary-buffer-msgdb'.
2153         (wl-summary-auto-refile): Ditto.
2154
2155 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2158
2159 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-summary.el (wl-summary-sync): Treat no-sync.
2162
2163         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2164         (wl-default-sync-range): Ditto.
2165
2166 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-refile.el (wl-refile-subject-learn): Call
2169         `elmo-message-entity-field' with 3rd argument is non-nil.
2170         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2171         instead of `elmo-msgdb-overview-entity-get-subject'.
2172
2173 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2176         scan-type is rescan.
2177         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2178         new optional argument force is non-nil.
2179         (wl-summary-save-view-cache): Call it with force argument non-nil.
2180
2181         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2182
2183 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-action.el (wl-summary-print-argument): Fixed last change.
2186
2187 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2190         simplified.
2191         (wl-summary-target-mark-mark-as-unread): Likewise.
2192         (wl-summary-target-mark-mark-as-important): Likewise.
2193
2194 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2195
2196         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2197         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2198         (wl-summary-mark-as-important-region): Change accordingly.
2199         (wl-summary-target-mark-mark-as-important): Ditto.
2200
2201 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2202
2203         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2204
2205         * wl-action.el (wl-summary-print-argument): Print argument to
2206         right side of window if `wl-summary-print-argument-within-window'
2207         is non-nil.
2208
2209 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-action.el (wl-summary-set-mark): Use
2212         `wl-summary-message-visible-p' to check visibility of the message
2213         and jump to message only when the message line is visible and have
2214         different number; Call wl-summary-unset-mark with number argument.
2215         (wl-summary-unset-mark): 
2216         Use `wl-summary-message-visible-p'
2217         to check visibility of the message and jump to message only when
2218         the message line is visible and have different number;
2219
2220 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * Version number is increased to 2.11.7.
2223
2224         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2225         and wl-folder-summary-line-format.
2226
2227         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2228         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2229         (wl-summary-set-score-mark): Use it.
2230         (wl-summary-target-mark-mark-as-read): Ditto.
2231         (wl-summary-target-mark-mark-as-unread): Ditto.
2232         (wl-summary-target-mark-mark-as-important): Ditto.
2233         (wl-summary-target-mark-msgs): Simplified.
2234         (wl-summary-detect-mark-position): Fixed problem when
2235         summary-line-format no contain persisten/temp mark spec.
2236         (wl-summary-temp-mark): Ditto.
2237         (wl-summary-persistent-mark): Ditto.
2238         (wl-summary-update-persistent-mark): Ditto.
2239
2240         * wl-action.el (wl-summary-set-mark): Ditto.
2241         (wl-summary-unset-mark): Ditto.
2242         All other related portions are changed.
2243
2244 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * Version number is increased to 2.11.6.
2247
2248 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2249
2250         * wl-util.el (wl-current-message-buffer): Define as function;
2251         Don't use the value of wl-messge-buffer.
2252
2253         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2254         persistent mark.
2255
2256         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2257         no current message, cause an error.
2258
2259 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-summary.el (wl-summary-set-message-modified): Use
2262         elmo-folder-set-message-modified instead of
2263         elmo-folder-set-message-modified-internal.
2264
2265 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2266
2267         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2268         interactively.
2269         (wl-summary-sync): nokill->entirely.
2270         (wl-summary-sync-marks): Fixed message.
2271         (wl-summary-input-range): Added mark, nokill->entirely.
2272
2273         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2274         messages as read.
2275
2276 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2279         update-noscore.
2280         (wl-summary-sync): Follow the change above.
2281
2282 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-action.el (wl-summary-target-mark-all): Use
2285         elmo-folder-list-messages.
2286
2287 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2290         (wl-summary-rescan): Set wl-summary-scored as nil.
2291         (wl-summary-sync-force-update): Follow the change above.
2292         (wl-summary-sync): Ditto.
2293         (wl-summary-sync-update): Added argument disable-killed.
2294         (wl-summary-insert-headers): Set visible-only argument for
2295         elmo-folder-list-messages.
2296         (wl-summary-input-range): Added update-nokill, update-noscore,
2297         all-nokill, all-noscore and mark.
2298
2299         * Version number is increased to 2.11.5.
2300
2301         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2302
2303 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2306         (wl-summary-prefetch-region-no-mark): Change accordingly.
2307         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2308
2309 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2310
2311         * wl-address.el (wl-complete-field-to): Abolished.
2312         (wl-complete-address): Completion function for completing-read.
2313         * wl-action.el (wl-summary-get-resend-address): Use it.
2314
2315         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2316         wl-summary-update-mark and abolish unused argument.
2317         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2318         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2319         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2320         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2321         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2322         * wl-draft.el (wl-draft-kill): Ditto.
2323
2324         * wl-summary.el: Remove unused binding of case-fold-search.
2325         (wl-summary-replace-status-marks): Abolished.
2326
2327 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2328
2329         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2330         is specified or folder length is zero.
2331
2332 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2335         (wl-folder-archive-current-entity): Ditto.
2336
2337 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2340         retrieving message mark.
2341         (wl-summary-redisplay-internal): Ditto.
2342
2343         * wl-message.el (wl-message-buffer-display): Ignore errors while
2344         retrieving message-id field.
2345
2346         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2347         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2348         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2349         order of the arguments for `wl-expire-message-p'.
2350         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2351
2352         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2353         Check return value of wl-summary-reply.
2354         (wl-summary-reply): Recover window configuration when an error occured.
2355
2356 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-summary.el (wl-summary-resend-message): Abolished, the
2359         feature is inherited by wl-summary-resend (put resend mark).
2360
2361 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2364         wl-message-buffer to nil when the message is hide.
2365
2366 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * .cvsignore: New file.
2369
2370 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-action.el (wl-summary-action-docstring): Add more info.
2373         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2374         duplicate definition.
2375         (wl-summary-define-mark-action): Functions wl-summary-*-region
2376         keep current position.
2377         (wl-summary-unregister-target-mark): Store result to the variable.
2378
2379 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * Version number is increased to 2.11.4.
2382
2383 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2386         wl-summary-delete-all-temp-marks.
2387         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2388
2389         * wl-action.el (wl-summary-set-mark): Changed terminology
2390         refile-destination -> action-argument.
2391         (wl-summary-unset-mark): Ditto.
2392         (wl-summary-remove-argument): Ditto.
2393         (wl-summary-print-argument): Ditto.
2394
2395         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2396         (wl-thread-remove-argument-region): Ditto.
2397         (wl-thread-print-argument-region): Ditto.
2398         (wl-thread-close): Ditto.
2399         (wl-thread-open): Ditto.
2400
2401         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2402         (wl-highlight-refile-destination-face is abolished)
2403         (wl-highlight-action-argument-string): Ditto.
2404         (wl-highlight-summary-current-line): Highlight action argument.
2405
2406         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2407         color for light backgrounds.
2408         (wl-highlight-summary-answered-face): Ditto.
2409
2410 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2413
2414         * wl-score.el (wl-summary-score-update-all-lines): Use
2415         wl-summary-set-mark.
2416         (wl-summary-score-update-all-lines): Kill expunged messages.
2417
2418         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2419
2420 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2423         directly.
2424         (wl-score-overview-entity-get-lines): Ditto.
2425         (wl-score-overview-entity-get-xref): Ditto.
2426         (wl-score-get-latest-msgs): Ditto.
2427         (wl-summary-rescore): Ditto.
2428
2429         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2430         to "&".
2431         (wl-summary-mark-as-answered-internal): New inline function.
2432         (wl-summary-mark-as-answered): New function.
2433         (wl-summary-mark-as-unanswered): Ditto.
2434         (wl-summary-sync-marks): Modified for answered-mark synching.
2435
2436 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-action.el (wl-summary-set-mark): Fixed last change.
2439
2440 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2441
2442         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2443         behavior of wl-summary-unread-message-hook
2444         (Pointed out by akira yamada <akira@arika.org>).
2445
2446 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2449         wl-summary-delete.
2450         * wl-xmas.el (wl-summary-toolbar): Ditto.
2451
2452         * wl-action.el (wl-summary-set-mark): Don't override current
2453         temp-mark.
2454
2455         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2456
2457 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2460         (wl-refile-msgid-learn): Ditto.
2461         (wl-refile-get-field-value): Ditto.
2462
2463         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2464
2465         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2466         (wl-expire-delete-reserved-messages): Renamed from
2467         wl-expire-reserve-marked-msgs-from-list.
2468         (wl-expire-delete): Removed argument `msgdb'.
2469         (wl-expire-refile): Ditto.
2470         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2471         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2472         mark-alist as argument.
2473         (wl-expire-archive-number1): Removed argument `msgdb'.
2474         (wl-expire-archive-number2): Ditto.
2475         (wl-expire-archive-date): Ditto.
2476         (wl-expire-localdir-date): Ditto.
2477         (wl-expire-hide): Ditto.
2478         (wl-archive-number1): Ditto.
2479         (wl-archive-number2): Ditto.
2480         (wl-archive-date): Ditto.
2481         (wl-archive-folder): Ditto.
2482         All other related portions are changed.
2483
2484 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2487         mean move up and down. (suggested by Takashi Kawachi)
2488
2489 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-acap.el (toplevel): Don't require un-define.
2492
2493 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl-thread.el (wl-thread-delete-message): Always update
2496         wl-summary-buffer-number-list.
2497
2498         * wl-action.el (wl-summary-print-destination): 
2499         Do nothing when folder is nil.
2500
2501 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2504         persistent mark when prefetch is succeeded.
2505
2506 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2509         instead of elmo-msgdb-delete-msgs.
2510         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2511         (wl-expire-hide): Ditto.
2512
2513         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2514
2515         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2516         elmo-msgdb interface.
2517         (wl-thread-get-exist-children): Likewise.
2518         (wl-thread-insert-message): Likewise.
2519         (wl-thread-msg-mark-as-important): Likewise.
2520         (wl-thread-insert-entity-sub): Likewise.
2521         (wl-thread-get-children-msgs-uncached): Likewise.
2522
2523         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2524         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2525         (wl-summary-sync-update): Likewise.
2526         (wl-summary-auto-select-msg-p): Likewise.
2527         (wl-summary-update-thread): Likewise.
2528         (wl-summary-mark-as-important): Likewise.
2529         (wl-summary-jump-to-msg-internal): Likewise.
2530         (wl-summary-redisplay-internal): Likewise.
2531         (wl-summary-print-message-with-ps-print): Likewise.
2532         (wl-summary-folder-info-update): Likewise.
2533
2534         * wl-folder.el (wl-folder-check-one-entity):
2535         elmo-folder-count-flags instead of wl-summary-count-unread.
2536
2537         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2538
2539         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2540
2541         * wl-summary.el (wl-summary-set-message-modified): 
2542         Call wl-summary-set-mark-modified.
2543         (wl-summary-delete-messages-on-buffer): Call
2544         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2545         (wl-summary-sync-update): Call elmo-folder-length instead of
2546         elmo-folder-messages.
2547         (wl-summary-insert-headers): Don't call
2548         elmo-folder-list-message-entities.
2549
2550 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2551
2552         * wl-action.el (wl-summary-define-mark-action): Call
2553         `wl-summary-set-mark' with argument `data'.
2554         (wl-summary-auto-refile): Fixed order of arguments when call
2555         `wl-summary-refile'.
2556
2557 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2560
2561         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2562
2563         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2564         (Renamed from wl-highlight-summary-deleted-face).
2565         (wl-highlight-summary-resend-face): New face.
2566
2567         (wl-highlight-summary-deleted-face): Renamed from
2568         wl-highlight-summary-erased-face.
2569
2570         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2571
2572         * wl-action.el (wl-summary-get-resend-address): New function.
2573         (wl-summary-exec-action-resend): Ditto.
2574         (wl-summary-exec-action-resend-subr): Ditto.
2575
2576         * w-thread.el (wl-thread-copy): Removed definition.
2577         (wl-thread-refile): Ditto.
2578         (wl-thread-delete): Ditto.
2579         (wl-thread-target-mark): Ditto.
2580
2581         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2582         (wl-summary-target-mark-set-action): Fixed.
2583         (wl-summary-define-mark-action): Fixed quotation.
2584         (wl-summary-move-mark-list-messages): Display message.
2585         (wl-summary-define-mark-action): Define thread functions.
2586         (wl-summary-exec-action-refile): Changed message.
2587         (wl-summary-exec): Ditto.
2588
2589 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2590         
2591         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2592         '%%'.
2593
2594 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2595
2596         * wl.el (toplevel): Require wl-action.
2597         (wl-init): Call wl-summary-define-mark-action.
2598
2599         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2600
2601         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2602         wl-summary-delete and wl-summary-erase.
2603         (wl-summary-mode-map): Ditto.
2604
2605         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2606         wl-delete-folder-alist.
2607
2608         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2609         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2610         (toplevel): Moved mark & action related functions to the wl-action.el.
2611
2612         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2613         in wl-summary-mark-action-list.
2614         (wl-highlight-summary-current-line): Ditto.
2615
2616         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2617         empty lines.
2618
2619         * wl-action.el: New file. 
2620
2621 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-summary.el (wl-summary-target-mark-replace): New function.
2624         (wl-summary-target-mark-prefetch): Use it.
2625         (wl-summary-target-mark-delete): Ditto.
2626         (toplevel): Rearranged definition order.
2627         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2628         (wl-summary-target-mark-erase): Rewrite.
2629         (wl-summary-erase-region): New function.
2630         (wl-summary-exec-action-erase): Changed message.
2631         (wl-summary-move-mark-list-messages): New function.
2632         (wl-summary-exec-action-delete): Use it.
2633         (wl-summary-exec-action-erase): Ditto.
2634
2635         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2636         (wl-summary-skip-mark-list): Added "d".
2637
2638         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2639         while searching.
2640
2641         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2642         and define using defcustom;
2643         Define 4th element as a face.
2644         
2645         * wl-summary.el (wl-summary-incorporate): Use 
2646         `wl-summary-prefetch-region-no-mark' instead of
2647         `wl-summary-prefetch-region'.
2648         (wl-summary-prefetch-region-no-mark): Revival of old
2649         `wl-summary-prefetch-region'.
2650         (wl-summary-mark-action-list): Moved to wl-vars.el
2651
2652         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2653         face according to the `wl-summary-mark-action-list'.
2654         (wl-highlight-summary-current-line): Ditto;
2655         Removed destination highlighting.
2656
2657         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2658         (wl-highlight-summary-line-string): Highlight for "i" mark.
2659         (wl-highlight-summary-current-line): Ditto.
2660
2661         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2662         no destination.
2663
2664         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2665         exists, just go ahead.
2666         (wl-summary-prefetch-region): Rewrite.
2667         (wl-summary-prefetch): Ditto.
2668         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2669         (wl-summary-exec-action-prefetch): New function.
2670         (wl-summary-target-mark-prefetch): Rewrite.
2671
2672 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2675         (wl-highlight-summary-line-string): Added "d" and "D".
2676         (wl-highlight-summary-current-line): Ditto.
2677
2678         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2679         in wl-summary.el.
2680         (wl-thread-insert-entity-sub): Ditto.
2681         (wl-thread-remove-destination-region): Ditto.
2682         (wl-thread-print-destination-region): Ditto.
2683
2684         * wl-summary.el (wl-summary-buffer-refile-list,
2685         wl-summary-buffer-delete-list,
2686         wl-summary-buffer-copy-list): Abolish.
2687         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2688         All other related portions are changed.
2689         (wl-summary-mark-action-list): New variable.
2690         (wl-summary-set-mark): New function.
2691         (wl-summary-register-target-mark): Ditto.
2692         (wl-summary-unregister-target-mark): Ditto.
2693         (wl-summary-have-target-mark-p): Ditto.
2694         (wl-summary-register-temp-mark): Ditto.
2695         (wl-summary-unregister-temp-mark): Ditto.
2696         (wl-summary-registered-temp-mark): Ditto.
2697         (wl-summary-collect-temp-mark): Ditto.
2698         (wl-summary-unset-mark): Ditto.
2699         (wl-summary-set-target-mark): Ditto.
2700         (wl-summary-unset-target-mark): Ditto.
2701         (wl-summary-set-action-generic): Ditto.
2702         (wl-summary-unset-action-generic): Ditto.
2703         (wl-summary-exec-action-delete): Ditto.
2704         (wl-summary-exec-action-erase): Ditto.
2705         (wl-summary-set-action-refile): Ditto.
2706         (wl-summary-set-action-refile-subr): Ditto.
2707         (wl-summary-unset-action-refile): Ditto.
2708         (wl-summary-make-destination-numbers-list): Ditto.
2709         (wl-summary-exec-action-refile): Ditto.
2710         (wl-summary-set-action-copy): Ditto.
2711         (wl-summary-unset-action-copy): Ditto.
2712         (wl-summary-exec-action-copy): Ditto.
2713         (wl-summary-collect-numbers-region): Ditto.
2714         (wl-summary-delete): Rewrite.
2715         (wl-summary-erase): Ditto.
2716         (wl-summary-remove-destination): Ditto.
2717         (wl-summary-exec): Ditto.
2718         (wl-summary-exec-region): Ditto.
2719         (wl-summary-target-mark-erase): Ditto.
2720         (wl-summary-refile): Ditto.
2721         (wl-summary-copy): Ditto.
2722         (wl-summary-unmark): Ditto.
2723         (wl-summary-delete-all-mark): Ditto.
2724         (wl-summary-mark-line): Don't highlight.
2725         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2726         (wl-summary-target-mark-refile-subr): Rewrite.
2727
2728         (wl-summary-copy-prev-destination): Abolish.
2729
2730 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2731
2732         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2733         default values along the value of wl-on-mule.
2734         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2735         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2736         It is not used anywhere.
2737
2738 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2739
2740         * wl-summary.el (wl-summary-print-destination): Keep position.
2741         (wl-summary-cursor-move-surface): Keep horizontal position.
2742
2743 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2744
2745         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2746         write sendlog.
2747
2748 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2749
2750         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2751         `wl-summary-highlight'.
2752
2753 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2754
2755         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2756         trivial condition for temp-mark.
2757
2758 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2759
2760         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2761         when it hits killed buffer.
2762
2763 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2764
2765         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2766         * wl-news.el.in: `message' and `error' take format string.
2767
2768 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2769
2770         * wl-folder (wl-folder-insert-entity): Display a message,
2771         `...done', when the work finish.
2772         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2773
2774 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * wl-message.el (wl-message-redisplay): Remove unused local
2777         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2778
2779 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2780
2781         * wl-summary.el (wl-summary-replace-status-marks): Disable
2782         interactive use.
2783         (wl-summary-reedit): Check message existence at first.
2784         (wl-summary-mark-line): Fix doc, return value is indefinite.
2785
2786         * wl-highlight.el (wl-highlight-message): Arranged.
2787
2788         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2789         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2790         check temp-mark by wl-summary-temp-mark always.
2791         (wl-highlight-summary): Change accordingly.
2792         * wl-summary.el (wl-summary-mark-as-read-all)
2793         (wl-summary-delete-cache, wl-summary-set-score-mark)
2794         (wl-summary-mark-as-unread, wl-summary-unmark)
2795         (wl-summary-mark-line, wl-summary-mark-as-read)
2796         (wl-summary-mark-as-important): Ditto.
2797
2798         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2799         end of the window if possible.
2800         * wl-summary.el (wl-summary-sync-update): Support lazy
2801         highlighting.
2802         (wl-summary-toggle-disp-msg): Ditto.
2803
2804 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2805
2806         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2807
2808 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2811         change.
2812
2813 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2816         API.
2817         (wl-summary-sync-update): Ditto.
2818
2819         * wl-score.el (wl-score-get-score-alist): Changed argument.
2820         (wl-summary-rescore-msgs): Likewise.
2821         (wl-summary-score-headers): Likewise.
2822         (wl-score-headers): Likewise;
2823         Use elmo-folder-do-each-message-entity, etc.
2824         (wl-summary-score-effect): Follow the changes above.
2825         (wl-summary-rescore): Ditto.
2826         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2827         (wl-score-get-overview): Abolish.
2828
2829         * wl-summary.el (wl-summary-default-from): Follow the API change in
2830         elmo-msgdb.
2831         (wl-summary-count-unread): Ditto.
2832         (wl-summary-detect-mark-position): Ditto.
2833         (wl-summary-overview-entity-compare-by-date): Ditto.
2834         (wl-summary-overview-entity-compare-by-number): Ditto.
2835         (wl-summary-overview-entity-compare-by-from): Ditto.
2836         (wl-summary-overview-entity-compare-by-subject): Ditto.
2837         (wl-summary-get-list-info): Ditto.
2838         (wl-summary-rescan): Ditto.
2839         (wl-summary-jump-to-msg-by-message-id): Ditto.
2840         (wl-summary-sync-update): Ditto; Removed comment.
2841         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2842         (wl-summary-insert-message): Use wl-summary-insert
2843         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2844         (wl-summary-insert-headers): Changed argument overview to folder.
2845         (wl-summary-search-by-subject): Likewise.
2846         (wl-summary-insert-thread): Renamed from 
2847         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2848
2849         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2850         too.
2851
2852         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2853         wl-string-member.
2854
2855 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2858         elmo-folder-append-buffer.
2859         (wl-draft-queue-append): Likewise.
2860
2861         * wl-mime.el (wl-message-delete-current-part): Ditto.
2862         (wl-summary-burst-subr): Ditto.
2863
2864         * wl-news.el.in (wl-news-send-news): Ditto.
2865
2866 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2869         function.
2870         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2871         (wl-summary-update-mark): Enclose with save-excursion.
2872         (wl-summary-mark-as-read-internal): Fixed last change.
2873         (wl-summary-mark-as-important): Use 3rd argument of
2874         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2875         Don't use elmo-msgdb-set-mark.
2876         (wl-summary-redisplay-internal): If msgdb flag is already read,
2877         just update the mark on buffer.
2878
2879 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2880
2881         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2882         cut visible folder when elmo-folder-delete returns non-nil value.
2883
2884 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2885
2886         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2887         by Kenichi OKADA <okada@opaopa.org>).
2888
2889 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2890
2891         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2892
2893 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2894
2895         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2896         Fixed the last change, search group entity by its real name.
2897         (Thanks to: KOBAYASHI Shinji)
2898
2899 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2900
2901         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2902         (wl-fldmgr-access-display-all): Don't refer visible name.
2903         * wl-expire.el (wl-folder-archive-current-entity)
2904         (wl-folder-expire-current-entity): Ditto.
2905         * wl-folder.el (wl-folder-jump-to-current-entity)
2906         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2907         (wl-folder-open-folder-sub,wl-folder-open-all)
2908         (wl-folder-write-current-folder): Ditto.
2909         (wl-folder-insert-entity): Don't use petname for normal group.
2910         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2911         is the real name.
2912         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2913         Abolished.
2914
2915 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2916
2917         * wl-draft.el (wl-draft-create-buffer): Add
2918         `wl-summary-reply-with-citation'
2919
2920 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2921
2922         * wl-draft.el (wl-draft-reply): Fixed.
2923
2924 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2925
2926         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2927         when `wl-draft-send-confirm-with-preview' is non-nil.
2928         You can scroll up/down by j/k.
2929         (wl-draft-send-confirm-with-preview): New variable (default=t).
2930
2931 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2932
2933         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2934         (wl-fldmgr-save-folders): Fix comment.
2935
2936 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2939         along the last change in `wl-folder-buffer-group-p'.
2940
2941 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2942
2943         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2944         folder.
2945
2946         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2947         the default value.
2948
2949         * wl-mime.el (wl-summary-burst): Update summary only when target
2950         folder equals current folder.
2951
2952 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2953
2954         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2955
2956 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2957
2958         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2959         value.
2960
2961 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2964         `map-extents' instead of `extent-at' repeatedly.
2965         (wl-highlight-folder-current-line): Ditto.
2966
2967         * wl-highlight.el: Remove useless dummy functions.
2968
2969 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2972         (wl-folder-put-folder-property): New function to put text property.
2973         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2974         (wl-folder-insert-entity, wl-folder-update-diff-line)
2975         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2976         * wl-e21.el, wl-xmas.el, wl-mule.el
2977         (wl-highlight-folder-current-line): Ditto.
2978         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2979         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2980         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2981         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2982
2983 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2984
2985         * Version number is increased to 2.11.3.
2986
2987 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2988
2989         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2990         Resume current-buffer since it is assumed by remaining tasks.
2991
2992 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2993
2994         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2995         (wl-folder-completion-function): Abolished.
2996         (wl-folder-complete-folder): New function.
2997         (wl-folder-complete-filter-condition): Ditto.
2998         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2999         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3000
3001 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-draft.el (wl-draft-send-confirm): New function.
3004         (wl-draft-send): Use it.
3005
3006         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3007         cursor-in-echo-area while confirming.
3008
3009         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3010
3011         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3012         searching via nntp if wl-summary-search-via-nntp is 'force.
3013         Otherwise, invoke searching in nntp folder only.
3014         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3015
3016         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3017         explicitly for mime-make-text-tag.
3018
3019 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3020
3021         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3022         `mime-make-text-tag' instead of `mime-create-tag'.
3023
3024 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3027         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3028
3029 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3030
3031         * wl-score.el (wl-score-save): Bind print-length and print-level.
3032         (wl-score-pretty-print): Ditto.
3033         (wl-score-edit-insert-header-entry): Ditto.
3034
3035         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3036         "From" entry to be treated with wl-draft-eword-encode-address-list.
3037         * wl-mime.el (wl-draft-preview-message): Ditto.
3038
3039         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3040         (wl-summary-mark-as-unread): Ditto.
3041         (wl-summary-mark-as-read-region): Change accordingly.
3042         (wl-summary-mark-as-unread-region): Ditto.
3043         (wl-summary-target-mark-mark-as-read): Ditto.
3044         (wl-summary-target-mark-mark-as-unread): Ditto.
3045
3046 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3047
3048         * Version number is increased to 2.11.2.
3049
3050 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-news.el.in (wl-news-previous-version-save): Bind
3053         print-length and print-level.
3054         * wl-thread.el (wl-thread-save-entities): Ditto.
3055         (wl-thread-save-top-list): Bind print-length.
3056
3057 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3058
3059         * wl-highlight.el (wl-highlight-summary-line-string): Use
3060         wl-summary-score-below-mark, wl-summary-score-over-mark.
3061         (wl-highlight-summary-current-line): Ditto.
3062
3063 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3064
3065         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3066         insert it.
3067
3068 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3069
3070         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3071
3072 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3075         message without msgid.
3076         Rewrite with elmo-folder-move-messages.
3077         Set wl-message-buffer to nil.
3078
3079         * wl-summary.el (wl-summary-erase-subr): New function. Use
3080         elmo-folder-move-messages.
3081         (wl-summary-erase): Call it.
3082         (wl-summary-target-mark-erase): Ditto.
3083
3084 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3085
3086         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3087         it is not up-tp-date.
3088
3089 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3092         buffer after calling `wl-summary-goto-folder-subr' without the
3093         argument `interactive'.
3094         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3095
3096 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3097
3098         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3099         `mime-create-tag'. Use `string=' instead of `looking-at'.
3100
3101 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3104         to avoid compile warning.
3105
3106         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3107         entity-id when folder is given.
3108         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3109         save-excursion, use save-selected-window instead.
3110         Select folder buffer window if exists.
3111         (To correct behavior with wl-folder-move-cur-folder.)
3112
3113 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3114
3115         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3116
3117 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3118
3119         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3120         list-count instead of %d.
3121
3122 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3125         (wl-news): Set it.
3126         (wl-news-append-to-folder): Use it.
3127
3128         * wl-news.el.in (wl-news-send-news): Append to specified folder
3129         instead of wl-default-folder.
3130         (wl-news-append-to-folder): Show error message with specified folder.
3131
3132         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3133                 In most major modes, Emacs assumes that any opening
3134                 delimiter found at the left margin is the start of a
3135                 top-level definition, or defun. Therefore, *never put an
3136                 opening delimiter at the left margin unless it should have
3137                 that significance.*
3138
3139         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3140
3141 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3142
3143         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3144
3145 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3146
3147         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3148
3149 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3150
3151         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3152         for sequential numbering case.
3153
3154 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3157         value.
3158         (wl-draft-reply-without-argument-list): Ditto.
3159         (wl-draft-reply-myself-with-argument-list): Abolish.
3160         (wl-draft-reply-myself-without-argument-list): Ditto.
3161         * wl-draft.el (wl-draft-self-reply-p): New function.
3162         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3163
3164 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3165
3166         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3167         (avoid error for the case without byte-compiling)
3168
3169 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3170
3171         * wl-news.el.in (wl-news-append-to-folder): New function.
3172         (wl-news-exit): Rewrite.
3173         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3174
3175 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3176
3177         * wl-draft.el (wl-draft-reply-position): New function.
3178         (wl-draft-reply-position): Fix.
3179         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3180         (wl-summary-target-mark-reply-with-citation): Ditto.
3181         (wl-summary-reply-with-citation): Ditto.
3182         * wl-vars.el (wl-draft-reply-default-position): New variable.
3183
3184 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3185
3186         * wl-draft.el (wl-draft-send): Preview when interactive send.
3187
3188 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3189
3190         * wl-draft.el (wl-draft-reply): Set default position.
3191         * wl-summary.el (wl-summary-reply): Ditto.
3192         (wl-summary-reply-with-citation): Ditto.
3193         (wl-summary-target-mark-reply-with-citation): Ditto.
3194
3195 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl-news.el.in (wl-news-lang): Set default value according to
3198         current-language-environment.
3199         (wl-news-append-news): Do nothing when news-list is nil.
3200
3201 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3202
3203         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3204         (wl-news): Change message.
3205         (wl-news-exit): Check buffer.
3206         (wl-news-force-exit): New function.
3207         (wl-news-show-all): New function.
3208         (wl-news-discard-and-exit): Fix.
3209
3210 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3211
3212         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3213         according to current-language-environment.
3214
3215         * wl-news.el.in (wl-news): If arg, show all NEWS after
3216         wl-news-default-previous-version.
3217
3218 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3219
3220         * wl-news.el.in (wl-news-check): Rewritten.
3221         (wl-news-previous-version-load): Change data type.
3222         (wl-news-previous-version-save): Change data type.
3223         (wl-news-append-news): Add return value.
3224         (wl-news-check-news): New function.
3225         (wl-news-already-current-p): New function.
3226         (wl-news-send-news): Rewritten.
3227         (wl-news-mode-map): Add new keybind.
3228         (wl-news): Rewritten.
3229         (wl-news-exit): Rewritten.
3230         (wl-news-discard-and-mail): New function.
3231         (wl-news-send-to-address): Abolished.
3232         * wl.el (wl-init): Delete a message.
3233
3234 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3235
3236         * wl-news.el.in (wl-news-exit): Update previous version.
3237         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3238
3239 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3240
3241         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3242
3243 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3244
3245         * wl-news.el.in (wl-news): New function.
3246         (wl-news-mode): New function.
3247         (wl-news-next-line): New function.
3248         (wl-news-next-page): New function.
3249         (wl-news-exit): New function.
3250         (wl-news-buf-name): New variable.
3251         (wl-news-mode-map): New variable.
3252         (wl-news-winconf): New variable.
3253         (wl-news-append-news): Add an option.
3254
3255 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3256
3257         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3258
3259 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3260
3261         * wl-news.el.in (wl-news-send-to-address): New variable.
3262         (wl-news-send-news): Use it.
3263         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3264         Return updating status.
3265         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3266
3267 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3268
3269         * wl-news.el.in (wl-news-send-news): Delete
3270         Organization and X-Face.
3271
3272 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3273
3274         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3275         (wl-news-append-news): New function.
3276         (wl-news-send-news): New function.
3277
3278 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3279
3280         * Version number is increased to 2.11.1.
3281
3282 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3283
3284         * wl-news.el.in : New file.
3285
3286 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3287
3288         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3289         default value.
3290         (wl-draft-reply-without-argument-list): Ditto.
3291
3292 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3293
3294         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3295         (wl-message-buffer-prefetch-idle-time): Ditto.
3296         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3297
3298 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * wl-thread.el (wl-thread-insert-message): Use
3301         wl-summary-max-thread-depth.
3302
3303         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3304         loop detection.
3305
3306         * wl-message.el (wl-message-buffer-display): Back to the first page
3307         when cache is hit.
3308
3309 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3312
3313         * wl-summary.el (wl-summary-insert-thread-entity):
3314         If the thread depth is reached to wl-summary-max-thread-depth,
3315         divide the thread.
3316
3317 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3318
3319         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3320         for elmo-remove-passwd.
3321
3322 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3325         folder is sticky.
3326         (wl-folder-mark-as-read-all-entity): Ditto.
3327         (wl-folder-prefetch-entity): Ditto.
3328
3329 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3330
3331         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3332
3333 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3334
3335         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3336         Delete messages on buffer for unplugged operation.
3337         (wl-summary-erase): Ditto.
3338
3339 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3340
3341         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3342         take nil so as not to search parent by subject.
3343
3344 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3347         (wl-folder-get-next-folder): Ditto.
3348         (wl-folder-get-path): Ditto.
3349
3350 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3353         system and encode the region with it before verifying.
3354
3355 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3358         system of the echo buffer before decoding.
3359
3360 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3361
3362         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3363         original contents.
3364
3365 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3368         with argument 'any-exists.
3369
3370 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3373         Use `wl-cs-autoconv'.
3374
3375 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3378         by `mime-view-automatic-conversion'.
3379
3380         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3381         (wl-message-verify-pgp-nonmime): Ditto.
3382         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3383         Bind them to C-c:d and C-c:v respectively.
3384
3385         Merge following code by Teranishi-san from [wl-en:00167].
3386         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3387         (wl-mime-preview-application/pgp-encrypted): Ditto.
3388         (wl-mime-setup): Add entry.
3389
3390 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3391
3392         * wl-summary.el (wl-summary-target-mark-erase): New function.
3393         Bind it to "mD".
3394
3395 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3396
3397         * wl-vars.el (wl-draft-write-file-function): Fix.
3398         (wl-draft-reedit-hook): Changed default value.
3399
3400         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3401         wl-draft-reedit-hook.
3402         (wl-draft-remove-text-plain-tag): New function.
3403         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3404
3405         * wl-vars.el (wl-draft-write-file-function): New user option.
3406
3407         * wl-draft.el (wl-draft-prepare-edit): Use it for
3408         local-write-file-hooks.
3409         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3410
3411         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3412         (wl-draft-insert-mail-header-separator): Return the body beginning
3413         point.
3414         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3415         text/plain.
3416         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3417
3418 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3419
3420         * wl-summary.el (wl-summary-erase): New function to erase message
3421         without moving it to trash. Bind to "D".
3422
3423         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3424         as `keep' unless switch-function.
3425
3426 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3427
3428         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3429         message buffer by using `wl-summary-toggle-disp-msg'.
3430         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3431         buffer window.
3432         (wl-summary-supresedes-message): Ditto.
3433
3434         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3435         Do not delete other windows.
3436         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3437         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3438         (wl-draft-create-buffer): Set reply-or-forward also for target
3439         mark commands.
3440
3441 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3442
3443         * wl-draft.el (wl-user-agent-compose): Delete special case for
3444         switch-to-buffer-other-window.
3445
3446         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3447         (wl-summary-forward): Ditto.
3448
3449         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3450         function.
3451         (wl-draft-buffer-style): New use option.
3452
3453         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3454         (wl-draft): Follow the change above.
3455         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3456         wl-draft-buffer-style.
3457         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3458         switch-function.
3459
3460 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3461
3462         * wl-address.el (wl-address-make-completion-entry): Extracted from
3463         `wl-address-make-completion-list'.
3464         (wl-address-enable-strict-loading): New variable.
3465         (wl-address-make-completion-list): Revive petname duplication
3466         inquiry, and enable it if `wl-address-enable-strict-loading'.
3467         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3468
3469 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-message.el (wl-message-get-original-buffer): Avoid
3472         'Selecting deleted buffer' error when original buffer is killed.
3473
3474 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-summary.el (wl-summary-next-message): Use
3477         elmo-message-accessible-p instead of elmo-message-cached-p.
3478
3479 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3482
3483         * wl-thread.el (wl-thread-open-all-unread): Use
3484         elmo-folder-list-flagged instead of
3485         elmo-folder-list-messages-mark-match.
3486
3487         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3488         instead of elmo-folder-list-messages-mark-match.
3489         (wl-summary-move-spec-alist): New variable.
3490         (wl-summary-move-spec-plugged-alist,
3491         wl-summary-move-spec-unplugged-alist): Abolish.
3492         (wl-summary-next-message): Follow the change above.
3493         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3494         with 'no-msg' argument.
3495
3496         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3497         variable.
3498         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3499         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3500         (wl-message-buffer-prefetch-get-next): Follow the change above.
3501
3502 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * wl-version.el (wl-version): Changed codename.
3505
3506         * Version number is increased to 2.11.0.
3507
3508 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3511         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3512         `wl-draft-config-variables'.
3513         (wl-draft-kill): Fixed problem when the draft is reedit.
3514
3515 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3518         buffer-modified status (Thanks to
3519         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3520
3521 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-util.el (wl-region-exists-p): New function.
3524
3525         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3526         Remove defvars for byte-compile warnings.
3527
3528 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3531         defvar-maybe. Removed unused bind.
3532
3533 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3536         summary buffer window before creating new frame.
3537         (wl-draft-reply): Ditto.
3538
3539 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3540
3541         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3542
3543 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3546
3547 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3550         instead of `kill-region'.
3551
3552 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3555         (wl-highlight-summary-line-string): Use it.
3556         (wl-highlight-summary-current-line): Ditto.
3557
3558         * wl-mime.el (wl-message-delete-current-part): Check the class of
3559         mime-entity.
3560
3561         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3562
3563         * wl-summary.el (wl-summary-make-number-list): Initialize.
3564         (wl-summary-update-mark): New function.
3565         (wl-summary-reply): Put `answered' mark on the message.
3566         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3567
3568         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3569         (wl-draft-reply): Added optional argument `number';
3570         Set wl-draft-parent-number.
3571         (wl-draft-kill): Delete answered mark if it is a reply.
3572
3573 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3576         that originates in mime-preview-follow-current-entity.
3577         (wl-draft-yank-current-message-entity): Use it if region is active.
3578
3579         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3580         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3581         `wl-message-delete-current-part'.
3582         * wl-mule.el (wl-message-define-keymap): Ditto.
3583         * wl-xmas.el (wl-message-define-keymap): Ditto.
3584
3585 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3586
3587         * wl-mime.el (wl-message-delete-current-part): New function.
3588         (wl-mime-node-id-to-string): Ditto.
3589
3590         * wl-mime.el (wl-message-delete-current-part): Use existing
3591         original buffer which corresponds current mime-view buffer.
3592         (fetched buffer might have different structure, possibly)
3593
3594         * wl-mime.el (wl-message-delete-current-part): Quit if the
3595         message content differs from the actual message.
3596
3597 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3600         order.
3601         (wl-summary-search-by-subject): Search parent message from tail;
3602         Check the existence of the parent message on the current thread tree.
3603         (wl-summary-update-thread): Check whether the line is inserted.
3604
3605 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3606
3607         * wl-vars.el (wl-summary-line-format): Undo last change.
3608         * wl-summary.el (wl-summary-print-destination): Do not put
3609         invisible property when `wl-summary-width' is nil.
3610         (wl-summary-line-subject-minimum-length): Abolished.
3611         (wl-summary-line-subject): Ditto.
3612
3613 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3614
3615         * wl-vars.el (wl-summary-line-format): Change default value.
3616         (wl-summary-subject-length-limit): Abolished.
3617         * wl-summary.el (wl-summary-line-subject): Ditto.
3618
3619 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3620
3621         * wl-template.el (wl-template-select): Added optional argument.
3622         If optional argument is specified, reverse
3623         `wl-template-visible-select'.
3624
3625 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3626
3627         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3628         Take prefix argument to force asking the destination folder.
3629
3630 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3631
3632         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3633         count and update status.
3634
3635 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-summary.el (wl-summary-redisplay-internal): If
3638         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3639         after fetching.
3640
3641 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3644         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3645
3646         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3647
3648 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3649
3650         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3651         (All other related portions are changed).
3652         (wl-summary-mark-as-read-all): Rewrite.
3653
3654 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3657         `wl-summary-mark-as-read'.
3658         (wl-summary-mark-as-unread): Rewrite.
3659         (wl-summary-mark-as-read): Added no-modeline argument.
3660         (wl-summary-resume-cache-status): Rewrite.
3661         (wl-summary-exec-subr): Remove unused local variable.
3662
3663 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3666         logic to call `wl-summary-buffer-prev-folder-function'.
3667         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3668
3669 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3672         is nil.
3673
3674 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3677         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3678         (wl-mime-setup): Add its entry.
3679
3680 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3681
3682         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3683         (wl-summary-delete-cache): Likewise.
3684         (wl-summary-mark-as-read): Rewrite.
3685
3686 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3689         `wl-summary-count-unread'.
3690
3691         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3692
3693         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3694
3695 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3698         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3699         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3700         Renamed to the elmo-msgdb-*-mark.
3701         (wl-summary-score-marks): Follow the change above.
3702         (wl-summary-auto-refile-skip-marks): Ditto.
3703         (wl-summary-incorporate-marks): Ditto.
3704         (wl-summary-expire-reserve-marks): Ditto.
3705
3706         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3707         changes.
3708         (wl-thread-insert-top): Changed updating message.
3709
3710         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3711         variable.
3712         (wl-summary-count-unread): Count answered marks.
3713         (wl-summary-rescan): Call wl-summary-insert-message instead of
3714         wl-summary-append-message-func-internal.
3715         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3716         (wl-summary-prefetch-msg): Follow the variable name changes.
3717         (wl-summary-prefetch-region): Ditto.
3718         (wl-summary-mark-as-read-all): Follow the API changes;
3719         Don't call elmo-folder-replace-marks.
3720         (wl-summary-delete-cache): Follow the variable name changes.
3721         (wl-summary-resume-cache-status): Ditto.
3722         (wl-summary-update-status-marks): New function.
3723         (wl-summary-insert-message): New function.
3724         (wl-summary-sync-marks): Follow the variable name changes.
3725         (wl-summary-sync-update): Synchronize to the msgdb, too;
3726         Changed update messages.
3727         (wl-summary-make-number-list): Rewrite.
3728         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3729         (wl-summary-mark-as-unread): Follow the API changes.
3730         (wl-summary-exec-subr): Follow the variable name changes.
3731         (wl-summary-mark-as-read): Ditto.
3732         (wl-summary-move-spec-plugged-alist): Ditto.
3733         (wl-summary-move-spec-unplugged-alist): Ditto.
3734         (wl-summary-cursor-move-surface): Ditto.
3735
3736         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3737         variable name changes.
3738         (wl-highlight-summary-current-line): Ditto.
3739
3740         * wl-expire.el (wl-expire-refile): Follow the API change in
3741         elmo-folder-move-messages.
3742         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3743         (wl-summary-archive): Use elmo-folder-msgdb instead of
3744         elmo-msgdb-load.
3745
3746 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3747
3748         * wl-mime.el (wl-draft-preview-message): Restore the position
3749         before evaluating wl-draft-send-hook in preview buffer.
3750
3751 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3752
3753         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3754         when it creates new draft buffer.
3755
3756         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3757         without argument.
3758
3759         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3760         Evaluate content and if the value is string, insert it.
3761         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3762         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3763         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3764         wl-draft-config-sub-part-bottom): Use it.
3765
3766         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3767         with the folder name. The question was unintelligible when it is
3768         called from wl-save-status.
3769
3770 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3773         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3774         cannot take second argument).
3775
3776 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3777
3778         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3779         as t. Since type and subtype are not case sensitive (RFC 2045).
3780
3781 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-vars.el (wl-message-mode-line-format): New variable.
3784         (wl-message-mode-line-format-spec-alist): Ditto.
3785         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3786         (wl-message-redisplay): Use wl-message-mode-line-format.
3787
3788 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3791
3792 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-summary.el (wl-summary-default-from): Write description.
3795
3796 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3797
3798         * wl-vars.el (wl-ldap-objectclass): Abolish.
3799
3800         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3801         (wl-ldap-make-filter): Removed condition for objectclass.
3802         (wl-ldap-make-matched-value-list): Remove meaningless process.
3803         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3804         (wl-address-ldap-search): Don't add `*' to `pat' string;
3805         use ignore-errors; added `email';
3806         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3807         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3808         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3809
3810
3811 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-draft.el (wl-draft-parent-folder): Write description.
3814         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3815
3816 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3819         as "" (zero-length string) if no parent.
3820         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3821
3822 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-address.el (wl-address-make-completion-list): Skip duplication
3825         checking.
3826         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3827         `append'.
3828
3829 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3830
3831         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3832         instead of `beginning-of-buffer'.
3833
3834 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3837
3838 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3841         Refer wl-message-buffer-name.
3842         (wl-message-wheel-down): Ditto.
3843
3844 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-vars.el (wl-message-buffer-name): New user option.
3847
3848         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3849         directly instead of making alist dinamically.
3850
3851         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3852         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3853         wl-message-buffer-cache-name.
3854         (wl-message-buffer-cache-clean-up): Ditto.
3855
3856         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3857
3858         * Version number is increased to 2.9.15.
3859
3860 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-vars.el (wl-summary-default-view-alist): New user option.
3863
3864         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3865
3866         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3867         while deleting address.
3868         (wl-draft-delete-myself-from-cc): Ditto.
3869
3870         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3871         If optional argument is specified, reverse sort order.
3872
3873         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3874
3875 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3876
3877         * wl-thread.el (wl-thread-insert-message): Return parent number if
3878         exists.
3879         (wl-thread-update-indent-string-region): Use
3880         wl-thread-update-line-on-buffer-sub instead of
3881         wl-thread-update-line-on-buffer.
3882
3883 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3884
3885         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3886         (wl-folder-close-all): Ditto.
3887
3888 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3889
3890         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3891         and mailing-list:.
3892         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3893         value.
3894         (wl-summary-line-list-info): Print mailing-list name even when 
3895         list-number is empty.
3896
3897 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3898
3899         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3900
3901         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3902         (wl-draft-open-file): Ditto.
3903         (wl-draft-random-alphabet): Ditto.
3904
3905         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3906         bindings.
3907
3908 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3909
3910         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3911         * wl-vars.el (wl-draft-config-alist): Ditto.
3912
3913 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * Version number is increased to 2.9.14.
3916
3917         * wl.el (wl): Don't set wl-init as nil when error occured while
3918         auto-checking folders.
3919
3920         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3921         `elmo-expand-newtext'.
3922
3923 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3926         `this-command' so that `wl-folder-goto-folder' contained in
3927         `wl-summary-keep-cursor-command' work.
3928
3929 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3932         message buffer displaying state.
3933
3934 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-vars.el (wl-summary-default-view): New variable to specify
3937         default value for `wl-summary-buffer-view' instead of using
3938         set-default.
3939         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3940
3941 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3944
3945         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3946
3947 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3948
3949         * wl-vars.el (wl-forward-subject-prefix): New variable.
3950         * wl-draft.el (wl-draft-forward): Use it.
3951
3952 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-message.el (wl-message-prev-page): When it is called without
3955         lines argument, scroll down by wl-message-scroll-amount lines.
3956         (wl-message-next-page): Ditto.
3957         * wl-vars.el (wl-message-scroll-amount): Change default value
3958         to preserve current behavior.
3959
3960 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3961
3962         * wl-summary.el (wl-summary-prefetch-msg): Bind
3963         `wl-message-entity' to call `wl-summary-from-function'.
3964
3965 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3966
3967         * wl-message.el (wl-message-buffer-create): Run
3968         wl-message-buffer-created-hook.
3969
3970 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * wl-summary.el (wl-summary-sort-specs): New variable.
3973         (wl-summary-default-sort-spec): Ditto.
3974         (wl-summary-sort): Rewrite.
3975         (wl-summary-sort-by-list-info): New function.
3976
3977 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3978
3979         * wl-summary.el (wl-summary-get-list-info): New function.
3980         (wl-summary-sort): Rewrite.
3981         (wl-summary-line-list-info): Ditto.
3982         (wl-summary-line-list-count): Ditto.
3983         (wl-summary-refile-region): Fixed docstring.
3984
3985 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3988         `wl-folder-entity-hashtb' as completion table.
3989
3990 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3993         only when this command is called interactively; silence the byte-
3994         compiler.
3995
3996 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3997
3998         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3999         active in XEmacs.
4000
4001 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4002
4003         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4004         plural lines.
4005
4006 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4007
4008         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4009         of current line when the cursor is on the header name.
4010         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4011
4012 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4013
4014         * wl-util.el (wl-read-directory-name): Return displayed directory
4015         as the default value also on XEmacs.
4016
4017 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4018
4019         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4020         formatting.
4021
4022 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4025         argument and when it is non-nil, check face property before
4026         highlighting for each line.
4027         (wl-highlight-summary-window): Set it.
4028
4029 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4032         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4033
4034         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4035         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4036         (wl-draft-get-fcc-list): Likewise.
4037
4038 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4041         (wl-thread-entity-cur): Ditto.
4042         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4043         wl-thread-indent-regexp setting.
4044         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4045
4046         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4047         wl-summary-lazy-highlight.
4048         (wl-summary-display-bottom): Ditto.
4049
4050         * wl-thread.el (wl-thread-open-close): Likewise.
4051
4052         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4053         from and subject;
4054         Bind wl-draft-use-frame;
4055         Enclose with save-window-excursion;
4056         Use wl-draft-create-buffer instead of with-temp-buffer;
4057         Use wl-draft-prepare-edit;
4058         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4059         Use wl-draft-send instead of wl-draft-raw-send.
4060
4061 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4064         of using wl-from.
4065
4066 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4069         insert-buffer instead of clone-buffer.
4070         (wl-draft-doing-mime-bcc): New variable.
4071         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4072         infinite loop.
4073         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4074
4075         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4076         (wl-draft-mime-bcc-body): Ditto.
4077
4078         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4079         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4080         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4081         wl-draft-do-mime-bcc.
4082         (wl-draft-mime-bcc-field): New function.
4083         (wl-draft-do-mime-bcc): Ditto.
4084
4085         * wl-address.el (wl-address-complete-header-list): New variable.
4086         (wl-address-complete-header-regexp): Changed default value.
4087
4088         * Version number is increased to 2.9.13.
4089
4090 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4093         it is differed.
4094
4095 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4096
4097         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4098         (wl-summary-line-list-count): Ditto.
4099
4100 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4101
4102         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4103         (wl-nntp-posting-function): New variable.
4104         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4105         `wl-nntp-posting-config-alist'.
4106
4107 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4110         FLIM.
4111
4112 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4113
4114         * wl-summary.el (wl-summary-target-mark-refile-sub):
4115         Remove a nuisance funcall.
4116
4117 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4120         as t for `try-completion'.
4121
4122 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-default-from): Use
4125         wl-address-header-extract-address instead of
4126         std11-extract-address-components.
4127         (wl-summary-simple-from): Ditto.
4128         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4129         (wl-summary-insert-headers): Show message.
4130         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4131         for whole line.
4132         (wl-summary-default-from): Revert last change.
4133         (wl-summary-simple-from): Ditto.
4134         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4135         (wl-summary-mark-as-read-region): Follow the change above.
4136         (wl-summary-sync-marks): Ditto.
4137         (wl-summary-target-mark-mark-as-read): Ditto.
4138         (wl-summary-redisplay-internal): Ditto.
4139         (wl-summary-redisplay-no-mime-internal): Ditto.
4140         (wl-summary-redisplay-all-header): Ditto.
4141         (wl-summary-mark-as-read): Removed argument `cached';
4142         Use current cache status to set cache mark.
4143         (wl-summary-redisplay-internal): Follow the change above.
4144         (wl-summary-redisplay-no-mime-internal): Ditto.
4145         (wl-summary-redisplay-all-header): Ditto.
4146
4147         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4148
4149         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4150         Don't call itself recursively (Adviced by Yamaoka-san).
4151
4152 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4153
4154         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4155         bind wl-summary-highlight as nil to avoid error caused by missing
4156         local variables.
4157
4158 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-vars.el (wl-invalid-character-message): New user option.
4161
4162         * wl-util.el (wl-set-string-width): If truncated string-width is
4163         larger than specified width, use `wl-invalid-character-message'.
4164
4165 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4166
4167         * wl-summary.el (wl-summary-prefetch-msg): 
4168         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4169
4170 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4171
4172         * wl-vars.el (wl-summary-check-line-format): New user option.
4173         (wl-summary-line-format-file): Ditto.
4174
4175         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4176         variable.
4177         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4178         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4179         and `wl-summary-view-old-p' to check whether do a rescan or not.
4180         (wl-summary-view-old-p): New function.
4181         (wl-summary-line-format-changed-p): Ditto.
4182         (wl-summary-line-format-save): Ditto.
4183         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4184
4185         * wl-util.el (wl-set-string-width): Avoid using negative number
4186         for make-string.
4187
4188 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4189
4190         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4191         return value.
4192
4193         * wl-util.el (wl-set-string-width): Added optional argument
4194         `padding' (All other related portions are changed).
4195         (wl-line-parse-format): If the first letter of column number is
4196         `0', zero-padding the result (ex: "%05l").
4197
4198         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4199
4200 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4203         sequential summary view.
4204
4205 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4208         if it doesn't have a -unix version.
4209
4210 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4213
4214 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4217         content.
4218         (wl-draft): Follow the change above.
4219
4220         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4221
4222         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4223         and wl-folder-summary-line-format-alist contain %T and %P.
4224
4225         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4226         (wl-summary-mode-line-format): New user option.
4227         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4228         (wl-summary-line-format): Changed default value.
4229         (wl-summary-lazy-highlight): Changed default value.
4230
4231         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4232         change in wl-summary-create-line.
4233         (wl-thread-insert-entity-sub): Ditto.
4234
4235         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4236         (wl-summary-buffer-unread-status): Ditto.
4237         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4238         (wl-summary-buffer-persistent-mark-column): Ditto.
4239         (wl-summary-buffer-mode-line-formatter): Ditto.
4240         (wl-summary-buffer-mode-line): Ditto.
4241         (wl-summary-message-regexp): Abolished.
4242         (All other related portions are changed.)
4243         (wl-summary-detect-mark-position): New function.
4244         (wl-summary-buffer-set-folder): Setup
4245         wl-summary-buffer-mode-line-formatter.
4246         (wl-summary-mode): Setup selective-display;
4247         Setup pre-idle-hook when xemacs.
4248         (wl-summary-update-modeline): Rewrite.
4249         (wl-summary-jump-to-msg): Define as function;
4250         Changed regexp for searching messages.
4251         (wl-summary-message-number): Rewrite.
4252         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4253         Do rescan when old type summary cache.
4254         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4255         (wl-summary-remove-destination): Use '\r' to detect EOL.
4256         (wl-summary-print-destination): Ditto.
4257         (wl-summary-temp-mark): New inline function.
4258         (wl-summary-persistent-mark): Ditto.
4259         (wl-summary-line-number): New function.
4260         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4261         (wl-summary-line-list-count): New function.
4262         (wl-summary-create-line): Added argument persistent-mark.
4263         (All other related portions are changed)
4264         (wl-summary-create-line): Insert '\r'.
4265         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4266         (wl-summary-cursor-move-surface): New inline function.
4267         (wl-summary-prev): Use it.
4268         (wl-summary-next): Ditto.
4269
4270         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4271         wl-summary-message-regexp.
4272         (wl-highlight-summary): Delete progress message.
4273         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4274
4275         * Version number is increased to 2.9.12.
4276
4277 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4278
4279         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4280         variable (nil: no minimum).
4281         (wl-summary-line-subject): Add some spaces after subject by
4282         wl-summary-line-subject-minimum-length.
4283
4284 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4285
4286         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4287         and removed `F'.
4288         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4289         change above).
4290
4291 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl-summary.el (wl-summary-line-list-count): Reverted.
4294         (example setting in samples/*/dot.wl is also updated)
4295
4296 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4299
4300         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4301
4302         * wl-vars.el (wl-summary-line-format): Addes some description to the
4303         docstring.
4304
4305         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4306         (wl-summary-line-close-bracket): Ditto.
4307         (wl-summary-line-children-number): Ditto.
4308         (wl-summary-line-thread-indent): Ditto.
4309         (wl-summary-line-children-and-from): Ditto.
4310
4311         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4312         't', 'c', 'F' and added 'C'.
4313
4314         * wl-util.el (wl-set-string-width): Accept negative value.
4315         (wl-line-parse-format): Added "%number(" and "%)".
4316
4317 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-summary.el (wl-summary-line-list-count): Change format of the
4320         return value.
4321
4322 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4323
4324         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4325         from the recent message.el.
4326         (wl-draft-point-in-header-p): Ditto.
4327         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4328         wl-draft-beginning-of-line.
4329         * wl-e21.el (wl-draft-mode-map): Ditto.
4330         * wl-xmas.el (wl-draft-mode-map): Ditto.
4331
4332         * wl-folder.el: Sort macrodefs by dependencies.
4333
4334 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4335
4336         * wl-summary.el (wl-summary-prev): Fixed regexp.
4337         (wl-summary-next): Ditto.
4338
4339 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4342
4343 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4344
4345         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4346         for backward compatibility.
4347
4348 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-summary.el (wl-summary-line-list-count): New function, merged
4351         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4352         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4353         list counts.
4354
4355 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-create-line): Ignore errors while
4358         timezone-fix-time.
4359
4360         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4361
4362         * wl-summary.el (wl-summary-sync-update): Ditto.
4363         (wl-summary-default-from): Use wl-message-entity
4364         instead of entity.
4365
4366         * wl-summary.el (wl-summary-create-line): Fix.
4367
4368         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4369         (wl-summary-line-format): New user option.
4370         (wl-folder-summary-line-format-alist): Ditto.
4371         (wl-summary-from-width): Abolished.
4372
4373         * wl-util.el (toplevel): Require 'bytecomp.
4374         (wl-line-parse-format): New function.
4375         (wl-line-formatter-setup): New macro.
4376
4377         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4378         (wl-summary-buffer-line-formatter): New buffer local variable.
4379         (wl-summary-switch-to-clone-buffer): Follow the change above.
4380         (wl-summary-message-regexp): Fix.
4381         (wl-summary-from-func-internal): Abolished.
4382         (wl-summary-subject-func-internal): Ditto.
4383         (wl-summary-subject-filter-func-internal): Ditto.
4384         (All other related portions are changed.)
4385         (wl-summary-buffer-set-folder):
4386         Set up wl-summary-buffer-number-column and 
4387         wl-summary-buffer-line-formatter
4388         (All other related portions are changed.)
4389         (wl-summary-buffer-number-column-detect): Abolished.
4390         (All other related portions are changed.)
4391         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4392         (wl-summary-delete-all-temp-marks-on-buffer): Use
4393         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4394         (wl-summary-target-mark-delete): Ditto.
4395         (wl-summary-target-mark-refile-subr): Ditto.
4396         (wl-summary-target-mark-mark-as-read): Ditto.
4397         (wl-summary-target-mark-mark-as-unread): Ditto.
4398         (wl-summary-target-mark-mark-as-important): Ditto.
4399         (wl-summary-target-mark-save): Ditto.
4400         (wl-summary-replace-status-marks): Renamed from
4401         wl-summary-set-status-marks-on-buffer;
4402         Use wl-summary-message-regexp instead of
4403         wl-summary-buffer-number-regexp.
4404         (wl-summary-sync-update): Follow the change above.
4405         (wl-summary-goto-previous-message-beginning): New function.
4406         (wl-summary-mark-as-unread): Use it.
4407         (wl-summary-mark-as-important): Ditto.
4408         (wl-summary-line-formatter): New variable.
4409         (wl-summary-line-year): New function.
4410         (wl-summary-line-day): Ditto.
4411         (wl-summary-line-day-of-week): Ditto.
4412         (wl-summary-line-hour): Ditto.
4413         (wl-summary-line-minute): Ditto.
4414         (wl-summary-line-open-bracket): Ditto.
4415         (wl-summary-line-close-bracket): Ditto.
4416         (wl-summary-line-children-number): Ditto.
4417         (wl-summary-line-thread-indent): Ditto.
4418         (wl-summary-line-size): Ditto.
4419         (wl-summary-line-subject): Ditto.
4420         (wl-summary-line-from): Ditto.
4421         (wl-summary-line-children-and-from): Ditto.
4422         (wl-summary-create-line): Rewritten.
4423         (wl-summary-format-date): Abolished.
4424
4425         * wl-highlight.el (wl-highlight-summary-current-line): Use
4426         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4427         Use thread structure to detect thread top message.
4428
4429         * wl-draft.el (wl-default-draft-cite): Don't use
4430         wl-summary-from-func-internal.
4431
4432         * wl-refile.el (wl-refile-subject-learn): Don't use
4433         wl-summary-subject-filter-func-internal.
4434         (wl-refile-guess-by-subject): Ditto.
4435
4436         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4437         parameters.
4438
4439         * wl-thread.el (wl-thread-update-indent-string-region):
4440         Use wl-thread-update-line-on-buffer instead of
4441         wl-thread-update-indent-string.
4442         (wl-thread-update-children-number): Redefine using
4443         wl-thread-update-line-on-buffer.
4444         (wl-thread-update-indent-string): Abolished.
4445
4446         * Version number is increased to 2.9.11.
4447
4448 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4451         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4452         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4453
4454         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4455         as nil.
4456
4457         * wl-thread.el (wl-thread-open-all-unread): Use 
4458         elmo-folder-list-messages-mark-match.
4459         (wl-thread-insert-message): Removed argument `mark-alist'.
4460         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4461         elmo-msgdb-set-mark.
4462         (wl-thread-get-children-msgs-uncached): Likewise.
4463         (wl-thread-get-exist-children): Added argument include-self.
4464         (wl-thread-delete-message): Follow the change above.
4465
4466         * wl-summary.el (wl-summary-count-unread): Removed argument.
4467         (wl-summary-rescan): Follow the change above.
4468         (wl-summary-mark-as-read-region): Ditto
4469         (wl-summary-mark-as-unread-region): Ditto.
4470         (wl-summary-delete-messages-on-buffer): Ditto.
4471         (wl-summary-sync-update): Ditto.
4472         (wl-summary-switch-to-clone-buffer): Ditto.
4473         (wl-summary-goto-folder-subr): Ditto.
4474         (wl-summary-target-mark-mark-as-read): Ditto.
4475         (wl-summary-target-mark-mark-as-unread): Ditto.
4476         (wl-summary-target-mark-mark-as-important): Ditto.
4477         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4478         (wl-summary-update-thread): Removed argument `mark-alist'.
4479         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4480         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4481         (wl-summary-resume-cache-status): Likewise.
4482         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4483         elmo-msgdb-set-mark.
4484         (wl-summary-mark-as-read-all): Likewise.
4485         (wl-summary-delete-cache): Ditto.
4486         (wl-summary-auto-select-msg-p): Ditto.
4487         (wl-summary-mark-as-unread): Ditto.
4488         (wl-summary-no-auto-refile-message-p): Ditto.
4489         (wl-summary-mark-as-read): Ditto.
4490         (wl-summary-mark-as-important): Ditto.
4491         (wl-summary-auto-refile): Follow the change above.
4492         (wl-summary-delete-all-marks): Removed.
4493         (wl-summary-resume-marks-and-highlight): Ditto.
4494         (wl-summary-resume-marks): Ditto.
4495         (wl-summary-delete-important-msgs-from-list): Ditto.
4496         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4497
4498         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4499         wl-summary-count-unread.
4500
4501         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4502         (wl-summary-score-update-all-lines): Use
4503         elmo-msgdb-set-mark.
4504
4505 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4508         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4509         (wl-summary-create-line): Renamed from
4510         wl-summary-overview-create-summary-line;
4511         Argument rearrangement.
4512         (wl-summary-update-thread): Follow the change above.
4513
4514         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4515         (wl-thread-insert-entity-sub): Likewise.
4516
4517         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4518         argument `overview', `mark-alist' and added `msgdb'.
4519
4520         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4521
4522         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4523         (wl-summary-rescan): Follow the change above.
4524         (wl-summary-sync-update): Ditto.
4525         (wl-summary-insert-thread-entity): Ditto;
4526         Don't use `let*' in every while loop;
4527         Detect infinite loop of threads.
4528         (wl-summary-update-thread): Removed argument `overview'.
4529
4530         * wl-thread.el (wl-thread-insert-message): Ditto.
4531
4532         * Version number is increased to 2.9.10.
4533
4534         * wl-message.el (wl-message-redisplay): Ignore errors while
4535         wl-message-redisplay-hook.
4536
4537 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4538
4539         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4540
4541 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl.el (wl): inhibit-quit while wl-folder.
4544
4545 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4546
4547         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4548         while msgdb access.
4549
4550 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4551
4552         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4553         even if no folder is not created.
4554
4555 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4556
4557         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4558
4559         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4560         implementation.
4561         (wl-summary-target-mark-thread): Ditto.
4562
4563         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4564
4565 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4566
4567         * wl-util.el (wl-display-bytes): Remove unused function.
4568
4569 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4570
4571         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4572         seems critical one (partially reverse the change in 2002/03/17).
4573
4574 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4575
4576         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4577         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4578
4579 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4580
4581         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4582         is not writable.
4583         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4584         plugged status instead of `'force' as 2nd argument.
4585
4586         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4587         is not creatable.
4588
4589         * Version number is increased to 2.9.9.
4590
4591 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-summary.el (wl-summary-suspend): New function.
4594
4595 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4596
4597         * wl.el (wl): Do not check variables if check is nil.
4598         * wl-utils.el (wl-collect-draft): New function.
4599         * wl-folder.el (wl-folder-suspend): Put summary buffers
4600         and draft buffers at the end of buffer list.
4601         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4602
4603 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4604
4605         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4606         loop instead of recursive call.
4607
4608         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4609         2nd argument.
4610
4611 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-draft.el (wl-draft-create-contents): Don't take neither
4614         (function . args) nor (string . something) any more.
4615
4616         * wl-version.el (wl-generate-user-agent-string): Return string
4617         without header symbol.
4618         * wl-draft.el (wl-draft-default-headers): Use it.
4619
4620         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4621         `wl-draft-insert-ccs' and return field value instead of inserting
4622         the header. Abolish cc argument.
4623         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4624
4625         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4626         rather than one with string car.
4627
4628         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4629         * wl-draft.el (wl-draft-create-contents): Add it after the default
4630         headers.
4631
4632         * wl-draft.el (wl-draft-create-contents): For the case of
4633         (symbol-or-string . function) insert header only when the function
4634         returns string value.
4635
4636 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4639         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4640
4641 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl.el (wl-check-environment): Don't check Message-ID when
4644         `wl-insert-message-id' is nil.
4645         Revive checking if `wl-message-id-domain' contains "@".
4646
4647 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl.el (wl-check-environment): Merge examination for "@" at
4650         inappropriate position into the first string-match.
4651
4652         * wl-summary.el (wl-summary-target-mark-print): New function.
4653         (wl-summary-pipe-message-subr): Extracted from
4654         `wl-summary-pipe-message'.
4655         (wl-summary-target-mark-pipe): New function.
4656         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4657         `wl-summary-target-mark-pipe'.
4658
4659 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4662
4663 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl.el (wl-check-environment): Use elmo-warning instead of
4666         error for non-critical ones.
4667         Remove trash folder check.
4668         (wl): Don't ignore error in wl-check-environment.
4669
4670         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4671         check, which is moved from `wl-check-environment'.
4672         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4673
4674 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4677         guess anything, call wl-summary-write.
4678         (wl-summary-write): Create draft with blank To field.
4679         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4680
4681 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4684         argument full as well for wl-folder-write-current-folder.
4685         If wl-*-write-current-folder cannot guess addressee, add blank
4686         To header.
4687         Rewrite condition for positioning cursor.
4688
4689 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4692         summary buffer is present, use it.
4693         (wl-folder-jump-to-previous-summary): Ditto.
4694
4695 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4698
4699         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4700         wl-summary-previous-buffer and wl-summary-next-buffer.
4701
4702         * wl-folder.el (wl-folder-mode-map): Bind
4703         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4704         (wl-folder-jump-to-next-summary): New function.
4705         (wl-folder-jump-to-previous-summary): Ditto.
4706
4707         * wl-draft.el (wl-draft): Rearranged.
4708
4709 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4712         of header.
4713         (wl-draft): Collect arguments for the header as header-alist.
4714         (wl-draft-forward): Arrange arguments for wl-draft.
4715         (wl-draft-reply): Ditto.
4716         (wl-draft-edit-string): Ditto.
4717         * wl-summary.el (wl-summary-write): Ditto.
4718         (wl-summary-write-current-folder): Ditto.
4719
4720         * Version number is increased to 2.9.8.
4721
4722 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4725
4726         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4727
4728         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4729         even if the guess failed.
4730
4731         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4732         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4733         wl-summary-write-current-folder.
4734         * wl-xmas.el: Ditto.
4735
4736 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4737
4738         * wl-summary.el (wl-summary-next-page): Force display message if
4739         message is not displayed yet.
4740         (wl-summary-prev-page): Ditto.
4741
4742 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4743
4744         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4745
4746 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4749         add "Preview Message" and "Save Draft and Exit".
4750
4751 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4754         if addrmgr is called from draft in splitted window.
4755
4756         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4757         * wl-mule.el: Ditto.
4758         * wl-xmas.el: Ditto.
4759
4760 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4763
4764         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4765         * wl-xmas.el (wl-folder-toolbar): Ditto.
4766
4767 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4770         and wl-draft-save-and-exit.
4771         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4772         * wl-xmas.el: Ditto.
4773         * wl-mule.el: Ditto.
4774
4775         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4776         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4777
4778 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4781         lists for saving buffer.
4782
4783 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4786         parent-folder argument instead of it.
4787         (wl-draft-create-buffer): Ditto.
4788         (wl-draft-forward): Ditto.
4789         (wl-draft-reply): Ditto.
4790         * wl-summary.el (wl-summary-write): Ditto.
4791         (wl-summary-write-current-folder): Ditto.
4792
4793         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4794         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4795         Folder buffer after composing.
4796
4797 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4800         header if the file `wl-x-face-file' already contains it.
4801
4802 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4805         folder" entry.
4806         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4807         * wl-e21.el (wl-folder-toolbar): Ditto.
4808         * wl-xmas.el (wl-folder-toolbar): Ditto.
4809
4810 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4813         wl-folder-goto-folder with sticky argument.
4814         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4815
4816 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4819         and wl-summary-previous-buffer.
4820         (wl-summary-next-buffer): New function.
4821         (wl-summary-previous-buffer): Ditto.
4822
4823 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4826         wl-folder-jump-to-current-entity-with-arg.
4827         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4828         `wl-folder-jump-to-current-entity'.
4829         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4830         `wl-summary-goto-folder-sticky'.
4831         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4832         `wl-summary-goto-folder'.
4833         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4834         Unless force-exit, do not clean temp. marks for sticky summary.
4835         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4836
4837 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4840         not entire.
4841
4842 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4843
4844         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4845         to `C-x C-s'.
4846         (wl-summary-save-status): New command.
4847         (wl-summary-exit): Don't clean-up temp marks when sticky.
4848         (Applied patch from Nakayama-san [wl: 09548])
4849         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4850         Do nothing when no mark data.
4851         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4852         Call `wl-summary-delete-all-temp-marks' before saving.
4853
4854 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4855
4856         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4857
4858 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl.el (wl-check-environment): Also cause error when (system-name)
4861         returns "localhost.localdomain". (Although it doesn't affect because
4862         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4863
4864 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4867         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4868
4869         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4870         value.
4871
4872 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4875         Likewise r-cc-list and r-ng-list.
4876
4877 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4880         only if it is bound as variable.
4881
4882         * wl-mime.el (wl-draft-preview-message): Ditto.
4883
4884 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4887         needless `goto-char'.
4888
4889         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4890         `wl-summary-redisplay-no-mime-internal' instead of
4891         `wl-summary-redisplay-no-mime'.
4892         (wl-summary-redisplay-no-mime): Changed argument;
4893         Call `wl-summary-redisplay-no-mime-internal'.
4894
4895         * wl-mime.el (wl-draft-preview-message): Bind
4896         `mime-header-encode-method-alist' locally.
4897
4898         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4899         (wl-draft-std11-parse-addresses): Added the first address check.
4900         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4901
4902         * Version number is increased to 2.9.7.
4903
4904 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4907
4908 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4909
4910         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4911         related to scrollbar support, if there is no such a feature
4912         compiled in.
4913
4914 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4915
4916         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4917         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4918         for prefetch.
4919
4920 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-summary.el (wl-summary-pick): Fix for no match.
4923
4924 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4925
4926         * wl-draft.el (wl-draft-save):
4927         Override `mime-header-encode-method-alist'.
4928
4929 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4930
4931         * wl-folder.el (wl-folder-pick): New function.
4932         Define key as "?".
4933
4934 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4935
4936         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4937         Fix for unplugged.
4938
4939 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-folder.el (wl-folder-virtual): New function.
4942         Define key as "V".
4943
4944 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4945
4946         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4947         multi folder if entity is group.
4948
4949 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4952         is nil.
4953
4954 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4957         (wl-summary-target-mark-msgs): Return the number of marked messages.
4958
4959 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4960
4961         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4962         "first:" is specified.
4963
4964 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-vars.el (wl-from): Use return value of function
4967         user-full-name instead of the variable user-full-name since
4968         XEmacs-20.4 doesn't set this variable.
4969
4970 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4973         call `wl' directly.
4974
4975 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4976
4977         * wl-draft.el (wl-draft-reedit): Removed duplicated
4978         switch-to-buffers.
4979
4980 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * wl.el (wl-other-frame): Removed garbages.
4983
4984 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4987
4988         * wl-xmas.el (wl-draft-key-setup): Ditto.
4989
4990         * wl-mule.el (wl-draft-key-setup): Ditto.
4991
4992         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4993         (wl-draft-reedit): Ditto.
4994         (wl-draft-prepare-edit): Add `wl-draft-save' to
4995         `local-write-file-hooks'.
4996         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4997         (wl-draft-reedit): Set buffer-file-name.
4998         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4999
5000
5001         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5002         call it.
5003         (wl-delete-startup-frame-function): New variable.
5004         (wl-other-frame): New function
5005         (Original was written by Yamaoka san [wl: 09239]).
5006
5007         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5008         if `wl-folder-use-frame'.
5009
5010 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5013
5014 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5015
5016         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5017         New variable.
5018         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5019         (wl-message-buffer-prefetch-get-next): Use them.
5020         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5021
5022 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5025         with unwind-protect.
5026
5027         * wl-draft.el (wl-draft-reedit): Rewrite.
5028         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5029         (wl-draft-save): Insert header separator if it does not exist;
5030         Removed condition-case.
5031
5032         * wl-summary.el (wl-summary-reedit): Revert last change.
5033
5034         * wl-draft.el (wl-draft-save): Rewrite.
5035         (wl-draft-create-buffer): Set buffer-file-name as nil.
5036
5037         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5038
5039         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5040
5041         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5042         nil.
5043
5044 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5045
5046         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5047         If count is nil, do not prefetch.
5048         (wl-message-buffer-prefetch-next): Next.
5049
5050 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5053
5054 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5055
5056         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5057         `delete-backward-char'
5058         (wl-draft-prepare-edit): Check major-mode.
5059         (wl-draft-decode-header): Rewrite.
5060         (wl-draft): Fix.
5061
5062 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5063
5064         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5065
5066 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5069         (wl-message-buffer-prefetch-get-next): Remove size checking.
5070         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5071
5072 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5075         (wl-draft-default-headers): Fix.
5076
5077 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-draft.el (wl-draft-default-headers): Insert return value of
5080         `wl-generate-mailer-string-function'.
5081
5082 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5085         (wl-draft-insert-mail-header-separator): Ditto.
5086
5087         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5088         again (Reverted the change on 2002-01-17 by OKADA san).
5089
5090 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5091
5092         * wl-draft.el (wl-draft): Rewrite.
5093         (wl-draft-create-buffer): New function.
5094         (wl-draft-create-contents): Ditto.
5095         (wl-draft-prepare-edit): Ditto.
5096         (wl-draft-decode-header): Ditto.
5097         (wl-draft-decode-body): Ditto.
5098         (wl-draft-check-new-line): Ditto.
5099         (wl-draft-default-headers): Ditto.
5100         (wl-draft-insert-mail-header-separator): Ditto.
5101
5102 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5103
5104         * Version number is increased to 2.9.6.
5105
5106 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5107
5108         * wl-draft.el (wl-draft-delete-field): Optional argument.
5109         (wl-draft-delete-fields): Ditto.
5110
5111 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5112
5113         * wl-message.el (toplevel): Eliminated byte-compile warning.
5114         for `itimer-function', `delete-timer' and `itimer-list'.
5115
5116 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5117
5118         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5119         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5120         `wl-message-buffer-prefetch-threshold'.
5121         * wl-summary.el (wl-summary-redisplay-internal): Remove
5122         the check of `wl-message-buffer-prefetch-depth'.
5123
5124 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5125
5126         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5127         size of article.
5128         (wl-message-buffer-prefetch-subr): Remove size check.
5129
5130 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-vars.el (wl-plugged): Make customizable.
5133
5134 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5135
5136         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5137         (wl-message-buffer-prefetch-set-timer): New function.
5138         (wl-message-buffer-prefetch-get-next): New function.
5139         (wl-message-buffer-prefetch): New function.
5140         (wl-message-buffer-prefetch-next): Rewrite.
5141         (wl-message-buffer-prefetch-subr): Rewrite.
5142         * wl-vars.el (wl-auto-prefetch-first): New variable.
5143         * wl-summary.el (wl-summary-goto-folder-subr): Call
5144         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5145
5146 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5149         `wl-summary-unread-message-hook'.
5150
5151 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5152
5153         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5154         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5155         if range is `cache-status'.
5156
5157 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5158
5159         * wl-message.el (wl-message-buffer-prefetch-subr):
5160         Improve debug message.
5161
5162 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5163
5164         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5165         `wl-mail-send-pre-hook'.
5166         (wl-draft-send-mail-with-qmail): Ditto.
5167         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5168
5169 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5170
5171         * wl-message.el (wl-message-buffer-prefetch-subr):
5172         Fix for cancel-function-timers bug.
5173         (wl-message-buffer-prefetch-debug): Default value is t.
5174
5175 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5176
5177         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5178         (wl-message-buffer-prefetch-subr): Rewrite.
5179         Rename from `wl-message-buffer-prefetch'.
5180
5181 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5182
5183         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5184         (wl-default-draft-cite-decorate-author): Ditto.
5185
5186         * wl-draft.el (wl-draft-cite-function): Removed.
5187         (wl-default-draft-cite-decorate-author): Ditto.
5188
5189 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5192         (wl-default-draft-cite): Do not arrange author name if the value of
5193         `wl-default-draft-cite-decorate-author' is nil.
5194
5195 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5198
5199         * wl-folder.el (wl-folder-check-one-entity): Don't care
5200         `elmo-folder-use-flag-p'.
5201
5202 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5203
5204         * wl-folder (wl-folder-check-one-entity): Fix
5205         problem if unread is nil.
5206
5207 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-address.el (wl-address-make-completion-list): Check whether
5210         the address is a group list.
5211         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5212
5213 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5214
5215         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5216         The number of the messages of new and unread does not count
5217         correctly.
5218
5219         * wl-summary.el (wl-summary-count-unread): Changed to return
5220         `(new . unread)' instead of total.
5221         (wl-summary-sync-update): Follow the change above.
5222
5223         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5224
5225 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl-address.el (wl-address-make-completion-list): Do not enclose
5228         address by " <" and ">" if associated realname is "".
5229         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5230         This is against the promblem with group list in .addresses pointed
5231         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5232
5233 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5236         message is a format control string.
5237         * wl-expire.el (wl-expire-append-log): Ditto.
5238         * wl-mime.el (wl-summary-burst-subr): Ditto.
5239         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5240         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5241
5242 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5245         wl.el (wl-check-variables): Rename from `wl-check-type'.
5246         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5247         (wl-check-variables-2): New function.
5248         (wl): Call `wl-check-variables-2'.
5249
5250 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5251
5252         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5253         after renaming folder in access group.
5254
5255 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5258         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5259         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5260         (wl-message-buffer-prefetch): Rewrite.
5261         (wl-message-buffer-prefetch-idle-time): Removed.
5262         * wl-summary.el (wl-summary-redisplay-internal):
5263         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5264         Error check for `wl-message-buffer-prefetch-depht'.
5265
5266 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5267
5268         * Version number is increased to 2.9.5.
5269         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5270
5271 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5274         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5275         Based on the patch written by
5276         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5277
5278 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * wl-draft.el (wl-draft-raw-send): Fix for
5281         `wl-news-send-pre-hook'
5282
5283 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5284
5285         * wl-utils.el (wl-message-id-function): New variable.
5286         * wl-draft.el (wl-draft-insert-required-fields):
5287         Use `wl-message-id-function'.
5288
5289 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5290
5291         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5292         * wl-utils.el (wl-draft-make-message-id-string):
5293         Use `wl-from' for domain part of Message-ID
5294         if `wl-message-id-use-wl-from' if non-nil.
5295         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5296
5297 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5298
5299         * wl.el (wl): Call `wl-check-type'
5300         Do not 'condition-case'.
5301
5302 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl.el (wl-check-type): New function.
5305         (wl-check-type-variables): New variable.
5306
5307 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5310
5311 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5312
5313         * wl-draft.el (wl-smtp-password-key): New function.
5314         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5315         (wl-draft-send-mail-with-smtp): Ditto.
5316         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5317
5318 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5319
5320         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5321         * wl-utils.el (wl-unique-id-suffix): Remove.
5322
5323 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * Version number is increased to 2.9.4.
5326
5327 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-utils.el (wl-unique-id-suffix): New variable.
5330         (wl-unique-id): Use `wl-unique-id-suffix'
5331
5332 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5333
5334         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5335         instead of `elmo-msgdb-search'.
5336
5337         * Version number is increased to 2.9.3.
5338
5339 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5340
5341         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5342
5343 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5346         (wl-draft-dispatch-message): Changed for send-later.
5347         (wl-draft-queue-flush): Ditto.
5348         (wl-draft): Clear `wl-sent-message-queued'.
5349         (wl-draft-reedit): Ditto.
5350         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5351         * wl-vars.el (wl-draft-force-queuing): New variable.
5352         (wl-draft-force-queuing-mail): New variable.
5353         (wl-draft-force-queuing-news): New variable.
5354
5355 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5358         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5359
5360 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5361
5362         * Version number is increased to 2.9.2.
5363
5364 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * wl-draft.el (wl-draft-elide-region): New user command.
5367         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5368
5369         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5370         command `wl-draft-elide-region'.
5371         * wl-mule.el: Ditto.
5372         * wl-xmas.el: Ditto.
5373
5374 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5377         (wl-biff-check-folder-async): Removed needless let.
5378
5379 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5382         wl-folder-get-elmo-folder.
5383         (wl-biff-check-folder): Set `biff' argument of
5384         `wl-folder-check-one-entity'.
5385         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5386
5387         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5388         (wl-folder-check-one-entity): Added `biff' argument;
5389         Setup `biff' slot of folder.
5390
5391         * Version number is increased to 2.9.1.
5392
5393 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5396         comment out and fixed.
5397         (wl-fldmgr-add-completion-subr): Ditto.
5398
5399         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5400         and msgdb.
5401
5402         * wl.el (wl-toggle-plugged): Save summary view.
5403
5404 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5407
5408 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5411
5412 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5415         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5416         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5417
5418         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5419         if it was failed.
5420         (wl-demo): Disable undo in the demo buffer.
5421
5422 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-version.el (wl-version): Changed codename.
5425
5426         * Version number is increased to 2.9.0.
5427
5428 2001-12-14  Takuo KITAME <kitame@northeye.org>
5429
5430         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5431         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5432         (wl-folder-mark-as-read-all-current-entity): Ditto.
5433
5434 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-vars.el (wl-from-width): Define as obsolete variable.
5437         (wl-subject-length-limit): Ditto.
5438
5439         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5440
5441         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5442         wl-summary-save-view.
5443
5444         * wl.el (wl-save-status): Ditto.
5445         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5446
5447         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5448         (wl-summary-exit): Follow the change above.
5449         (wl-summary-goto-folder-subr): Ditto.
5450
5451         * wl-folder.el (wl-folder-create-subr): Don't use
5452         `elmo-folder-creatable-p'.
5453
5454 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5457
5458 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5461         rather than bitmap on Emacs 21.
5462         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5463         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5464         for xbm if the new redisplay engine is not available.
5465
5466 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-folder.el (wl-folder-init-hook): New hook.
5469         (wl-folder-init): Run `wl-folder-init-hook'.
5470
5471 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5474
5475 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-acap.el (wl-acap-cache-filename): New variable.
5478         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5479         (wl-acap-init): Use cache if no ACAP server found.
5480
5481 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5482
5483         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5484         `wl-acap-original-msgdb-dir'.
5485
5486         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5487         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5488
5489         * wl-mime.el (wl-mime-save-directory): Renamed from
5490         `wl-mime-save-dir'.
5491
5492 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5495
5496         * wl-demo.el: Require `path-util'.
5497         (wl-demo-bitmap-mule-available-p): New internal variable.
5498         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5499         `module-installed-p' instead.
5500         (wl-demo-insert-image): Use *.img file for a bitmap image.
5501         (wl-demo): Don't call the ascii demo recursively.
5502
5503 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5504
5505         * Version number is increased to 2.7.7.
5506
5507 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5508
5509         * wl.el (wl-exit): Eliminated byte-compile warning.
5510
5511 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5512
5513         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5514         obsolete variable using `elmo-define-obsolete-variable'.
5515         (wl-fetch-confirm-threshold): Ditto.
5516         (wl-cache-prefetch-folder-type-list): Ditto.
5517         (wl-cache-prefetch-folder-list): Ditto.
5518
5519 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5522         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5523         (wl-demo-insert-image): New function.
5524         (wl-demo-insert-text): New function.
5525         (wl-demo-image-type-alist): Redefine as a function.
5526         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5527         (wl-demo-with-temp-file-buffer): Removed.
5528         (wl-logo-xpm): Removed.
5529         (wl-logo-xbm): Removed.
5530         (wl-logo-bitmap): Removed.
5531
5532 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5533
5534         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5535         (wl-expire-localdir-get-folder-function): New user option.
5536         (wl-expire-localdir-get-folder): New function.
5537         (wl-expire-localdir-date): Ditto.
5538
5539 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5540
5541         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5542         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5543         Fixed unread number mismatch when all-unread < unread.
5544
5545 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5548         (wl-fetch-confirm-threshold): Ditto.
5549
5550         * wl-summary.el (wl-summary-confirm-appends): Removed.
5551         (wl-summary-sync-update): Don't refer
5552         `wl-summary-update-confirm-threshold' (It is now abolished).
5553
5554         * wl-message.el (wl-message-display-internal): Don't refer
5555         `wl-fetch-confirm-threshold' (It is now abolished).
5556
5557 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5560
5561 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5562
5563         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5564         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5565         Change default value to nil.
5566         (wl-summary-indent-length-limit): The value can be nil, nil means
5567         unlimited.
5568
5569         * wl-summary.el: Don't set limit for indent length if the value of
5570         wl-summary-indent-length-limit is nil.
5571         If the value of wl-summary-width is nil, it means only that the width
5572         of summary is unlimited (nil doesn't mean that the indent length is
5573         unlimited).
5574
5575         * wl-thread.el: Ditto.
5576
5577 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5578
5579         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5580         be nil, nil means never confirm.
5581         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5582
5583 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5586         means unlimited).
5587
5588 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5591         Use `with-temp-buffer'.
5592
5593 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5596         with new backquote style).
5597         (wl-folder-get-entity-from-buffer): Ditto.
5598
5599 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5600
5601         * wl-version.el (nemacs-version): Eliminated.
5602         (wl-extended-emacs-version2): Ignore nemacs.
5603         (wl-extended-emacs-version3): Ditto.
5604
5605 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5606
5607         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5608         (wl-draft-add-in-reply-to): New variable.
5609         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5610         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5611         (wl-draft-yank-from-mail-reply-buffer): Use
5612         `wl-draft-add-in-reply-to'.
5613         (wl-draft-insert-current-message): Ditto.
5614
5615 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5616
5617         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5618         typo (kill->hide).
5619         (wl-message-buffer-prefetch-folder-type-list): Added elements
5620         `mark' and `cache' instead of `internal'.
5621
5622 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5625         resume msgdb directory.
5626
5627 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl.el (wl-exit): Call `wl-acap-exit'.
5630
5631         * wl-summary.el (wl-summary-message-string): New function.
5632         (wl-summary-reedit): Use it.
5633         (wl-summary-resend-bounced-mail): Remove needless let.
5634         (wl-summary-supersedes-message): Ditto.
5635         (wl-summary-save): Ditto.
5636
5637         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5638         (wl-acap-init): Set it.
5639         (wl-acap-exit): New function.
5640
5641 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5642
5643         * wl.el (wl-init): Revert (require 'mime-setup). move from
5644         toplevel.
5645
5646 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5647
5648         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5649         local variables.  Add error when guess function return invalid
5650         value.
5651
5652 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5653
5654         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5655         Change local variable name.
5656         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5657         (wl-folder-get-newsgroups): Return nil when non-news folder.
5658         * wl-summary.el (wl-summary-write-current-folder): State through
5659         when guess-list return nil.
5660         (wl-summary-write-current-folder-functions): Fixed docstring.
5661
5662         * wl.el (wl-exit): Changed confirm message.
5663
5664         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5665         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5666
5667         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5668
5669 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5670
5671         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5672         user option (Renamed from wl-cache-prefetch-folder-type-list).
5673         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5674         from wl-cache-prefetch-folder-list).
5675
5676         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5677         Move to wl-vars.el.
5678         (wl-message-buffer-prefetch-p): Changed to enable
5679         `wl-message-buffer-prefetch-folder-list'.
5680
5681         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5682         `ignore-cache'.
5683
5684 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5687         `part-top' and `part-bottom'.
5688         (wl-draft-config-sub-part-top): New function.
5689         (wl-draft-config-sub-part-bottom): New function.
5690
5691 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5694
5695 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5696
5697         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5698
5699 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5700
5701         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5702
5703         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5704         (wl-summary-write-current-folder): Ditto.
5705
5706 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-folder.el (wl-folder-get-newsgroups): Use
5709         `elmo-folder-newsgroups'.
5710
5711 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5712
5713         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5714         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5715         `wl-draft-config-sub-header-bottom'.
5716
5717 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5718
5719         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5720         localnews folder.
5721
5722 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5723
5724         * wl-summary.el (wl-summary-mode): Undo last change.
5725
5726         * wl-folder.el (wl-folder-mode): Ditto.
5727
5728 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-summary.el (wl-summary-mode): Locally set
5731         truncate-partial-window-width to nil.
5732         (for XEmacs)
5733
5734         * wl-folder.el (wl-folder-mode): Ditto.
5735
5736 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5739
5740 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5743         number.
5744
5745         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5746
5747         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5748
5749         * Version number is increased to 2.7.6.
5750
5751 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5754
5755 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-summary.el (wl-summary-sync-update): Enclose network
5758         related portion with `unwind-protect'.
5759
5760 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5761
5762         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5763
5764 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5767         element.
5768         * wl-vars.el (wl-message-body-button-alist): Ditto.
5769
5770         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5771         max match length.
5772         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5773
5774         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5775         for the max match length;
5776         Use 4th element value for the button string regexp group.
5777
5778         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5779         candidate exists, prompt to select.
5780
5781 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5782
5783         * wl-summary.el (wl-summary-jump-to-msg): Search before
5784         calibration point by `beginning-of-line'.
5785
5786 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5787
5788         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5789         for access group.
5790
5791 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5792
5793         * wl-message.el (wl-message-display-internal): Bind
5794         `default-mime-charset'.
5795
5796         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5797
5798         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5799
5800         * Version number is increased to 2.7.5.
5801
5802 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5803
5804         * wl-expire.el (wl-summary-archive): Fixed;
5805         Use `elmo-folder-name-internal'.
5806
5807 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5808
5809         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5810         from `elmo-folder-move-messages' caller.
5811         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5812
5813         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5814         related portions are changed).
5815
5816 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5817
5818         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5819         counter.
5820
5821 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5822
5823         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5824         buffer local and set it to nil.
5825
5826         * wl-message.el (wl-message-redisplay): Ditto.
5827
5828 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-mark-as-important): If message is
5831         already cached, set messag as read, otherwise encache and mark as read.
5832
5833 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5834
5835         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5836         point-min.
5837
5838 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5841         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5842         a keymap.
5843
5844 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5847         parent.
5848
5849         * wl-mule.el (wl-message-define-keymap): Ditto.
5850
5851         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5852
5853         * wl-xmas.el (wl-message-display-internal-hook): Define.
5854         (wl-xmas-setup-message-toolbar): Define as function.
5855         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5856         (wl-message-overload-functions): Abolished.
5857         (wl-message-define-keymap): New function.
5858
5859         * wl-vars.el (wl-message-display-internal-hook): New variable.
5860         (wl-message-header-button-alist): New variable (Renamed from
5861         wl-highlight-message-header-button-alist).
5862         (wl-message-body-button-alist): Ditto.
5863
5864         * wl-mule.el (wl-message-define-keymap): New function.
5865         (wl-message-overload-functions): Abolished.
5866
5867         * wl-message.el (wl-message-add-buttons-to-body): New function.
5868         (wl-message-redisplay): Don't call wl-message-overload-functions;
5869         Call wl-message-add-buttons-to-header and
5870         wl-message-add-buttons-to-body.
5871         (wl-message-display-internal): Set keymap argument for
5872         elmo-mime-display-as-is, elmo-mime-message-display;
5873         Run wl-message-display-internal-hook.
5874         (wl-message-refer-article-or-url): Abolished.
5875
5876         * wl-highlight.el (wl-highlight-headers): Don't call
5877         wl-highlight-message-add-buttons-to-header.
5878         (wl-highlight-message-add-buttons-to-header): Abolished.
5879
5880
5881         * wl-e21.el (wl-message-display-internal-hook): Define.
5882         (wl-e21-setup-toolbar): Deleted duplicated binding.
5883         (wl-e21-setup-message-toolbar): Define as function.
5884         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5885         (wl-message-define-keymap): New function.
5886         (wl-message-overload-functions): Abolished.
5887
5888 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5891         and elmo-folder-close.
5892
5893         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5894
5895 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5896
5897         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5898         boolean value.
5899         * wl-draft.el (wl-draft-do-fcc): Ditto.
5900
5901 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-vars.el (wl-fcc-force-as-read): New variable.
5904         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5905         mark copied message as read.
5906
5907 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5908
5909         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5910
5911 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5912
5913         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5914         `wl-summary-target-above' instead of obsolete variable
5915         `wl-summary-temp-above'.
5916
5917         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5918         instead of `make-obsolete-variable'.
5919         * wl-refile.el (toplevel): Ditto.
5920
5921 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5924         with third argument t.
5925         (wl-draft): Set first argument for wl-plugged-init as t.
5926
5927         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5928         definition.
5929
5930 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5931
5932         * wl-vars.el: Tabify.
5933         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5934
5935         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5936         message.
5937
5938 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5939
5940         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5941         and set default to beep.
5942
5943 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5944
5945         * wl-vars.el (wl-draft-truncate-lines): New variable.
5946
5947         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5948         instead of wl-message-truncate-lines for truncate-lines.
5949
5950 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5951
5952         * wl-message.el (wl-message-display-internal): Call
5953         `wl-highlight-message' after `elmo-mime-display-as-is'.
5954
5955         * wl-mime.el (wl-mime-display-text/plain): New function.
5956         (wl-mime-display-header): Ditto.
5957         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5958         body-presentation-method for text/plain;
5959         Register `wl-mime-display-header' as a header-presentation-method;
5960         Don't set up `elmo-message-text-content-inserted-hook' and
5961         `elmo-message-header-inserted-hook'.
5962
5963         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5964         variable.
5965         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5966         as t if flag is 'all-header;
5967         Don't bind `elmo-message-ignored-field-list',
5968         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5969
5970 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5973         for xemacs with non-mule environment.
5974
5975 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5976
5977         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5978         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5979         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5980
5981 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5982
5983         * wl-vars.el (wl-interactive-send): Set default value as t.
5984
5985 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5986
5987         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5988         (wl-addrmgr-method-list): Abolished.
5989         (wl-addrmgr-change-method): Follow above change.
5990
5991         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5992
5993 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl-vars.el (wl-message-truncate-lines): Change default value
5996         to default-truncate-lines.
5997
5998         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5999
6000 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6001
6002         * wl-vars.el (wl-message-truncate-lines): New variable.
6003
6004         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6005         wl-message-truncate-lines.
6006
6007 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6008
6009         * wl-acap.el (wl-acap-init): Remove period from error message.
6010         (wl-acap-find-acap-service): Remove period from message.
6011
6012 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6013
6014         * wl.el (wl-check-environment): Undo last change.
6015
6016         * wl-vars.el (wl-from): Changed default value.
6017
6018         * wl-util.el (toplevel): Don't require tm-edit.
6019
6020         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6021         `wl-folder-init';
6022         Don't set mark on mail body.
6023         (wl-draft-reedit): Ditto.
6024
6025         * wl-address.el (wl-address-quote-specials): Define as an alias for
6026         elmo-address-quote-specials.
6027
6028 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6029
6030         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6031
6032         * wl-vars.el (wl-from): Set default value as nil.
6033         (wl-organization): Set default value as ORGANIZATION environment
6034         variable.
6035
6036         * wl-draft.el (wl-smtp-extension-bind): Check value of
6037         wl-smtp-connection-type.
6038
6039         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6040         error.
6041
6042 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6043
6044         * Version number is increased to 2.7.4.
6045
6046         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6047         arguments from `wl-highlight-x-face-function' caller.
6048         Use x-face-1.3.6.12 or later.
6049
6050 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6051
6052         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6053
6054 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6057         (wl-fcc): Fix to accept function.
6058         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6059
6060 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6061
6062         * wl-acap.el (toplevel): Added `product-provide' declare.
6063         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6064
6065 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl.el (wl): Changed order of calling `elmo-init'
6068         and `elmo-folder-init'.
6069
6070 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6071
6072         * wl-mime.el (wl-summary-burst): Extract message when content-type
6073         of root entity is not only `multipart' but also `message/rfc822'.
6074         (wl-summary-burst-subr): Ditto.
6075
6076 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-vars.el (toplevel): Require 'custom.
6079         (wl-trash-folder): Added to `wl-setting' group.
6080
6081         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6082         exists.
6083         (wl-addrmgr-draw): Insert empty line when no entry exists.
6084
6085         * wl-mule.el (wl-message-wheel-up): Fixed.
6086         (wl-message-wheel-down): Ditto.
6087
6088 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6089
6090         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6091         config is an anonymous lambda expression.
6092
6093 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6096         when Mule 2 is running.
6097
6098 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6101
6102 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6105         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6106
6107         * wl-address.el (wl-address-specials-regexp): Eliminated.
6108         (wl-address-quote-specials): Rewrite.
6109
6110 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6113         shy-groups for regexp.
6114
6115         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6116         character classes and Perl style shy-groups for regexp.
6117         (wl-highlight-plugged-current-line): Use Posix style character
6118         classes for regexp.
6119         (wl-e21-highlight-folder-by-numbers): Ditto.
6120         (wl-e21-display-image-p): Use `display-images-p' instead of
6121         `display-graphic-p'.
6122         (display-images-p): Make an alias to `display-graphic-p' if it is
6123         not available.  It is for Emacs version prior to 21.0.105.
6124
6125         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6126         `display-graphic-p'.
6127         (wl-demo-image-type-alist): Ditto.
6128         (display-images-p): Make an alias to `display-graphic-p' if it is
6129         not available.  It is for Emacs version prior to 21.0.105.
6130
6131 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6132
6133         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6134         support.
6135         (wl-generate-user-agent-string): Ditto.
6136
6137         * wl-version.el (wl-version): Update docsting.
6138         (wl-version-status): Ditto.
6139
6140 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6141
6142         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6143         21.0.105.  For Emacs 21.0.104 or earlier.
6144
6145 2001-09-03  Takuo KITAME <kitame@northeye.org>
6146
6147         * wl-e21.el (wl-plugged-init-icons): Use
6148         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6149         (wl-biff-init-icons): Ditto.
6150
6151 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-highlight.el (wl-highlight-summary-current-line):
6154         Fixed highlighting refile/copy destination.
6155
6156         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6157         (wl-acap-store): Encode string by wl-acap-coding-system.
6158
6159 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-acap.el (toplevel): Check and require 'un-define before
6162         'xemacs-ucs;
6163          Added checking for UTF-2000.
6164
6165 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6168         Don't enclose with `eval-and-compile'.
6169
6170         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6171         wl-init is non-nil.
6172
6173         * wl-draft.el (wl-draft): Ditto.
6174
6175         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6176
6177         * wl-acap.el (toplevel): Require 'wl.
6178         (wl-acap-store): Call `elmo-init'.
6179
6180         * wl.el (wl): Changed position of `wl-check-environment'.
6181         (toplevel): Added autoload setting for wl-acap.
6182
6183         * wl-vars.el (wl-setting): New custom group.
6184         (wl-from): Added wl-setting group.
6185         (wl-user-mail-address-list): Ditto.
6186         (wl-organization): Ditto.
6187         (wl-subscribed-mailing-list): Ditto.
6188         (wl-envelope-from): Ditto.
6189         (wl-smtp-posting-user): Ditto.
6190         (wl-smtp-posting-server): Ditto.
6191         (wl-smtp-posting-port): Ditto.
6192         (wl-smtp-authenticate-type): Ditto.
6193         (wl-pop-before-smtp-user): Ditto.
6194         (wl-pop-before-smtp-server): Ditto.
6195         (wl-pop-before-smtp-port): Ditto.
6196         (wl-pop-before-smtp-authenticate-type): Ditto.
6197         (wl-nntp-posting-server): Ditto.
6198         (wl-nntp-posting-user): Ditto.
6199         (wl-nntp-posting-port): Ditto.
6200         (wl-fetch-confirm-threshold): Ditto.
6201         (wl-prefetch-threshold): Ditto.
6202         (wl-thread-insert-opened): Ditto.
6203         (wl-ldap-server): Ditto.
6204         (wl-ldap-port): Ditto.
6205         (wl-ldap-base): Ditto.
6206         (wl-ldap-objectclass): Ditto.
6207         (wl-use-ldap): Ditto.
6208         (wl-draft-config-alist): Ditto.
6209         (wl-draft-config-matchone): Ditto.
6210         (wl-template-alist): Ditto.
6211         (wl-message-sort-field-list): Ditto.
6212         (wl-message-ignored-field-list): Ditto.
6213         (wl-message-visible-field-list): Ditto.
6214         (wl-interactive-send): Ditto.
6215         (wl-summary-move-order): Ditto.
6216         (wl-auto-select-first): Ditto.
6217         (wl-auto-select-next): Ditto.
6218         (wl-interactive-save-folders): Ditto.
6219
6220         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6221         Initialization codes are moved from wl-local-folder-init.
6222         (wl-local-folder-init): Follow the change above.
6223         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6224
6225         * wl-acap.el: New file.
6226
6227         * Version number is increased to 2.7.3.
6228
6229 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6230
6231         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6232
6233 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6234
6235         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6236         (wl-addrmgr-address-entry-list): Ditto.
6237
6238 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * wl-e21.el (wl-draft-mode-map): Removed binding for
6241         `wl-draft-insert-x-face-field'.
6242
6243         * wl-mule.el (wl-draft-mode-map): Ditto.
6244
6245         * wl-xmas.el (wl-draft-mode-map): Ditto.
6246
6247         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6248         (wl-cs-autoconv): Ditto.
6249         (wl-cs-local): Ditto.
6250         (wl-use-scoring): Ditto.
6251         (wl-mime-charset): Ditto.
6252         (wl-folder-check-async): Ditto.
6253
6254         * wl.el (toplevel): Ignore nemacs and tm.
6255         (wl-exit): Ditto.
6256
6257         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6258         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6259         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6260         instead of wl-address-petname-add-or-change.
6261         (wl-summary-edit-addresses-subr): Use wl-address-delete
6262         instead of wl-address-petname-delete.
6263
6264         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6265
6266         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6267         if error occured.
6268
6269         * wl-message.el (require): Remove tm support.
6270
6271         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6272
6273         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6274         (wl-folder-jump-to-current-entity): Ditto.
6275         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6276
6277         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6278         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6279         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6280
6281         * wl-mule.el (wl-draft-key-setup): Ditto.
6282
6283         * wl-xmas.el (wl-draft-key-setup): Ditto.
6284
6285         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6286         (wl-draft-std11-parse-addresses): New function.
6287         (wl-draft-parse-mailbox-list): Use it.
6288         (wl-draft): Ignore nemacs.
6289         (wl-draft-reedit): Ditto.
6290
6291         * wl-addrmgr.el: New file.
6292         (Original is wl-rcpt.el written by
6293         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6294         Thanks Kitamoto-san.)
6295
6296         * wl-address.el (wl-address-make-address-list): Modified parsing
6297         process.
6298         (wl-address-delete): Renamed from `wl-address-petname-delete';
6299         Modify wl-address-list too.
6300         (wl-address-add-or-change): Renamed from
6301         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6302
6303 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6304
6305         * wl-highlight.el (wl-highlight-summary-current-line):
6306           Work with transient-mark-mode
6307
6308 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * Version number is increased to 2.7.2.
6311
6312         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6313         instead of elmo-dop-queue-method.
6314
6315 2001-08-06  SAITO Atsunori <sai@yedo.com>
6316
6317         * wl-vars.el (wl-ldap-objectclass): New user option.
6318
6319         * wl-address.el (wl-ldap-make-filter): Use it.
6320
6321 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6324
6325 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-folder.el (wl-folder): redisplay after folder insertion.
6328
6329         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6330
6331         * wl-summary.el (wl-summary-sync-update):
6332         Change status mark only when new-msgdb exists.
6333         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6334
6335 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-summary.el (wl-summary-open-folder): New function.
6338         (wl-summary-goto-folder-subr): Use it.
6339         (wl-summary-mark-as-important): Fix;
6340         Encache only when no cache exists.
6341
6342 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6345         Use with-current-buffer.
6346
6347 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6348
6349         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6350         before call `get-buffer'. Fixed parenthesis.
6351         (wl-score-get-header-entry): Clear message and help window when
6352         keyboard quit.
6353         (wl-score-edit-insert-header): Ditto.
6354
6355 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6358         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6359         (wl-default-draft-cite): Fix.
6360
6361         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6362         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6363
6364 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * wl-message.el (wl-message-prev-page): Do same bahavior
6367         as summary when it is called in the message buffer.
6368         (wl-message-next-page): Ditto.
6369
6370 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6371
6372         * wl-summary.el (wl-summary-forward): Use cache if it is not
6373         section cache.
6374
6375 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6378         Removed redundant require of elmo-vars.
6379         (wl-biff-state-indicator-on): Changed default value for
6380         xemacs with non-mule environment.
6381
6382         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6383         wl-message-buffer is nil;
6384         Hide progress bar after moving messages.
6385
6386 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6389         message at cursor point is deleted.
6390
6391 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-vars.el: Changed file coding system to euc-japan.
6394         Added -*-coding:-*- magic to the first line.
6395
6396         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6397         Search parent from the first message.
6398
6399         * Version number is increased to 2.7.1.
6400
6401 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6402
6403         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6404
6405 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6406
6407         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6408         refile/delete execution.
6409
6410         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6411         Fixed docstring.
6412
6413 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6416         do update process;
6417         Don't update marks when update process is interrupted.
6418
6419 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-summary.el (wl-summary-reply): Fixed problem when
6422         wl-draft-use-frame is non-nil.
6423         (wl-summary-forward): Ditto.
6424
6425         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6426         as nil.
6427         (wl-folder-mark-as-read-all-entity): Ditto.
6428         (wl-folder-prefetch-entity): Ditto.
6429
6430         * wl.el (wl): Check environment before wl-init.
6431
6432         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6433         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6434         instead of wl-summary-collect-unread.
6435         (wl-summary-reply): Split message window.
6436
6437 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6440         only if current language environment is japanese,
6441
6442         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6443         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6444         (wl-folder-goto-folder-subr): Ditto.
6445
6446         * wl-draft.el (wl-draft-dispatch-message): Call
6447         `elmo-file-cache-get-path'.
6448
6449 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-summary.el (wl-summary-cursor-move): If return value of
6452         wl-summary-next-message is not number, don't jump.
6453
6454 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-summary.el (wl-summary-buffer-next-message-function): New
6457         variable.
6458         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6459         if it is bound.
6460
6461         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6462         string.
6463
6464         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6465         (wl-plugged-drawing): Ditto.
6466
6467 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6470         process.
6471         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6472         with unwind-protect.
6473
6474         * wl.el (wl-init): Require mime-setup.
6475         (wl-check-environment): Don't require mime-setup.
6476
6477         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6478         instead of elmo-folder-type.
6479
6480         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6481         value as nil.
6482
6483 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * Version number is increased to 2.7.0.
6486
6487         * wl-version.el (wl-version): Changed codename.
6488
6489         * wl-summary.el (wl-summary-delete-cache): Fixed.
6490
6491         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6492         Workaround for net folders.
6493         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6494
6495         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6496         value to nil (According to the patch from
6497         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6498
6499         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6500         of elmo-folder-close.
6501
6502 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6503
6504         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6505         for postfix.
6506
6507 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-summary.el (wl-summary-resend-message): Fixed.
6510
6511         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6512         Call wl-draft with `from' argument if its address is included in
6513         `wl-user-mail-address-list'.
6514         (wl-draft): Added `from' argument.
6515
6516         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6517         non-nil.
6518         (wl): Don't show demo if wl-demo is nil.
6519
6520         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6521         wl-summary-use-frame.
6522
6523         * wl-vars.el (wl-summary-use-frame): New user option.
6524         (wl-folder-use-frame): Changed docstring.
6525
6526         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6527         non-nil.
6528         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6529         wl-summary-use-frame.
6530
6531         * wl-vars.el (wl-folder-use-frame): New user option.
6532
6533         * wl-summary.el (wl-summary-exit): Back to folder frame if
6534         wl-folder-use-frame is non-nil.
6535         (wl-summary-redisplay-internal): Ignore cache if current folder
6536         is draft folder,
6537         (wl-summary-redisplay-no-mime): Ditto.
6538         (wl-summary-redisplay-all-header): Ditto.
6539
6540         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6541         if wl-folder-use-frame is non-nil.
6542
6543 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6544
6545         * wl-summary.el (wl-summary-sync-update): Bind
6546         elmo-folder-update-threshold.
6547         (wl-summary-mark-as-important): Enclosed server mark processing
6548         with `save-match-data'.
6549
6550         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6551         only when it is already defined.
6552
6553 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6554
6555         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6556         name of folder exclude localdir is wrong.
6557         * wl-folder.el (wl-folder-sync-entity):
6558         Set `wl-summary-always-sticky-folder-list' as nil.
6559         (wl-folder-mark-as-read-all-entity): Ditto.
6560         (wl-folder-prefetch-entity): Ditto.
6561
6562 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6563
6564         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6565         instead of `wl-summary-write-current-newsgroup'.
6566
6567 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6568
6569         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6570         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6571         non-nil and selected message is important, do not display.
6572
6573 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6576
6577 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6578
6579         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6580
6581         * wl-summary.el (wl-summary-mark-as-important): Set message number
6582         using wl-summary-message-number.
6583
6584 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6585
6586         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6587         destination folder is 'null.
6588
6589 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6592         New function.
6593         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6594         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6595         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6596
6597 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * wl-mime.el (wl-mime-setup): Added setting for
6600         `mime-setup-signature-key-alist' to avoid overriding key bind for
6601         `wl-draft-send'.
6602
6603         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6604         for `wl-draft-send'.
6605         * wl-mule.el (wl-draft-overload-functions): Ditto.
6606         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6607         * wl-draft.el (wl-draft-send): Ditto.
6608
6609         * wl-message.el (wl-message-display-internal):
6610         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6611         (Patch is provided by <kita@coe.nttdata.co.jp>).
6612
6613 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6616
6617 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl.el (wl): Fix for wl-demo.
6620
6621 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6624
6625 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-folder.el (wl-folder-prefetch-entity): Use
6628         `wl-folder-get-elmo-folder'.
6629         (wl-folder-count-incorporates): Do not use
6630         `wl-folder-get-elmo-folder'.
6631
6632 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6635         instead of `elmo-folder-get-type'.
6636
6637 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6638
6639         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6640         position on Subject: field.
6641         (Advised by Mito <mit@nines.nec.co.jp>)
6642
6643 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6644
6645         * wl-folder.el (wl-folder-prefetch-entity): Use
6646         `wl-folder-get-elmo-folder'.
6647
6648 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6651
6652         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6653         `process-duplicates' slot.
6654
6655         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6656         if detection failed.
6657
6658 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6659
6660         * wl-version.el (wl-version-status): Set to "alpha".
6661
6662 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6665         Check wl-message-buffer lives before set-buffer.
6666
6667 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6668
6669         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6670         called in folder mode.
6671         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6672         * wl-summary.el (wl-summary-exit-pre-hook): Run
6673         `wl-summary-exit-pre-hook' before exit summary mode.
6674
6675 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6676
6677         * wl-version.el (wl-version-status): New variable.
6678         (wl-version-status-alist): Removed.
6679         (wl-version-status): Rule included.
6680
6681 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6684         @sponichi.
6685
6686         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6687         when `mail-reply-buffer' is buffer-local variable.
6688         (Reported by <kita@coe.nttdata.co.jp>).
6689
6690 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6691
6692         * wl-vars.el (toplevel): Require 'elmo-util.
6693
6694 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6697         (All other related portions are changed)
6698
6699         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6700
6701         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6702
6703 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6704
6705         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6706
6707 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6710         Delete other windows to avoid an error.
6711         Use `point-marker' instead of `point' to remember the start point
6712         of body.
6713
6714         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6715
6716         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6717         number not to exceed all message number.
6718
6719 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6720
6721         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6722         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6723
6724 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-summary.el (wl-summary-sync-force-update): Added argument
6727         no-check.
6728         (wl-summary-sync-update): Ditto.
6729         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6730         with `no-check'.
6731
6732         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6733         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6734         already running.
6735
6736 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6737
6738         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6739         `dst-folder-arg'.
6740         (wl-expire-archive-number1): Diito.
6741         (wl-expire-archive-number2): Diito.
6742         (wl-expire-archive-Date): Diito.
6743         (wl-archive-number1): Diito.
6744         (wl-archive-number2): Diito.
6745         (wl-archive-date): Diito.
6746         (wl-archive-folder-p): New function.
6747         (wl-summary-expire): Support of expand folder name at
6748         wl-expire-alist.
6749         * wl-util.el (wl-expand-newtext): Renamed from
6750         `wl-refile-expand-newtext'.
6751
6752 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6753
6754         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6755         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6756         `(elmo-msgdb-get-overview msgdb)'.
6757         (wl-summary-prefetch): Bind match data before call
6758         `wl-summay-prefetch-msg'.
6759         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6760         'off if `wl-summary-buffer-disp-msg' is non-nil.
6761         Fixed problem that couldn't show only one new or unread message when
6762         enter folder.
6763         (wl-summary-reply): Don't call `split-window-vertically' and other
6764         window.
6765
6766 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-expire.el (wl-expire-refile): Fixed.
6769
6770 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6773
6774         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6775         biff notification is removed.
6776
6777         * wl.el (wl): Changed position of `elmo-init'.
6778
6779         * wl-draft.el (wl-default-draft-cite): Use date field
6780         on the citation buffer.
6781
6782         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6783
6784         * wl-xmas.el (wl-folder-internal-icon-list): Added
6785         `wl-folder-shimbun-image'.
6786
6787         * wl-e21.el (wl-folder-internal-icon-list): Added
6788         `wl-folder-shimbun-image'.
6789
6790 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl.el (wl-init): Eliminated argument.
6793         (wl): Rewrite.
6794
6795         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6796         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6797         instead of `elmo-folder-msgdb-internal'.
6798         (wl-summary-sync-update): Ditto.
6799         (wl-summary-flush-pending-append-operations): Eliminated.
6800         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6801         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6802         `elmo-folder-open'.
6803
6804         * wl-mime.el (wl-summary-burst): Fixed.
6805
6806         * wl-folder.el (wl-folder-info-save): Check data type.
6807
6808         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6809         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6810         instead of `elmo-folder-msgdb-internal'.
6811         (wl-expire-hide): Ditto.
6812
6813
6814         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6815
6816 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6817
6818         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6819
6820 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6821
6822         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6823
6824 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6827         Fixed `match-beginning' argument mismatch.
6828
6829 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6830
6831         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6832         the default value.
6833
6834 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6837         instead of `elmo-nntp-default-port'.
6838
6839         * wl-vars.el: Fixed some doc strings.
6840
6841 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-summary.el (wl-summary-prefetch-msg): Use
6844         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6845
6846         * wl-vars.el: Define *-func as obsolete variable using
6847         `elmo-define-obsolete-variable'.
6848
6849         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6850         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6851         instead of `wl-message-buffer-prefetch-threshold'.
6852
6853         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6854
6855         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6856
6857         * wl-draft.el (wl-caesar-region-func): Ditto.
6858
6859         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6860         Keep unread status in elmo-folder-move-messages.
6861         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6862
6863 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6864
6865         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6866         `wl-summary-buffer-exit-func'
6867         (wl-summary-buffer-message-redisplay-function): Renamed from
6868         `wl-summary-buffer-message-redisplay-func'
6869         (wl-summary-buffer-next-folder-function): Renamed from
6870         `wl-summary-buffer-next-folder-func'.
6871         (wl-summary-buffer-prev-folder-function): Renamed from
6872         `wl-summary-buffer-prev-folder-func'.
6873         (wl-summary-get-petname-function): Renamed from
6874         `wl-summary-get-petname-func'.
6875
6876         * wl-score.el (wl-score-edit-exit-function): Renamed from
6877         `wl-score-edit-exit-func'.
6878
6879         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6880         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6881
6882         * wl-util.el (wl-load-profile-function): Renamed from
6883         `wl-load-profile-func'.
6884
6885         * wl-folder.el (wl-folder-completion-function): Renamed from
6886         `wl-folder-completion-func'.
6887         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6888
6889         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6890         `wl-expire-archive-get-folder-func'.
6891         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6892         (wl-draft-send-mail-function): Renamed from
6893         `wl-draft-send-mail-func'.
6894         (wl-draft-send-news-function): Renamed from
6895         `wl-draft-send-news-func'.
6896         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6897         (wl-generate-mailer-string-function): Renamed from
6898         `wl-generate-mailer-string-func'.
6899         (wl-highlight-signature-search-function): Renamed from
6900         `wl-highlight-signature-search-func'.
6901         (wl-highlight-x-face-function): Renamed from
6902         `wl-highlight-x-face-func'
6903         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6904         (wl-ps-print-buffer-function): Renamed from
6905         `wl-ps-print-buffer-func'
6906         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6907         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6908         (wl-summary-subject-filter-function): Renamed from
6909         `wl-summary-subject-filter-func'.
6910
6911         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6912         `wl-draft-queue-flush-send-func'
6913         (wl-draft-cite-function): Renamed from
6914         `wl-draft-cite-func'
6915
6916         * wl-address.el (wl-address-init-function): Renamed from
6917         `wl-address-init-func'.
6918
6919 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-draft.el (wl-draft-queue-flush): Don't call
6922         `elmo-dop-unlock-message'.
6923         * wl-draft.el (wl-draft-queue-append): Don't call
6924         `elmo-dop-lock-message'.
6925
6926         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6927         (wl-summary-buffer-folder-name): Ditto.
6928         (wl-summary-message-regexp): Added '-' (all other related portions
6929         are changed).
6930         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6931         wl-summary-buffer-folder-name.
6932
6933 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6934
6935         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6936         the number of mails in the folder buffer is not updated by wl-biff.
6937
6938 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6939
6940         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6941         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6942
6943 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-summary.el (wl-summary-next-message):
6946         Return next message number when wl-summary-move-order is nil.
6947
6948 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6949
6950         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6951         `wl-summary-move-spec-alist'.
6952         (wl-summary-move-spec-unplugged-alist): New variable
6953         (Move spec for unplugged status).
6954         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6955         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6956
6957 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6958
6959         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6960         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6961
6962 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6963
6964         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6965         simple quotation to quote the anonymous function.
6966         * tm-wl.el (wl-draft-preview-message): Ditto.
6967
6968 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6969
6970         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6971         Eliminate redundant `save-excursion'.
6972         (wl-highlight-summary-current-line): Ditto.
6973
6974         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6975         accessing match data when `looking-at' failed.
6976
6977         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6978         `elmo-match-string' where users don't care about the speed.
6979         (wl-draft-save): Ditto.
6980
6981 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-util.el (wl-regexp-opt): New function.
6984
6985         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6986         number from `wl-summary-buffer-number-list'.
6987         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6988         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6989         (wl-summary-move-spec-alist): Changed default setting.
6990
6991 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6992
6993         * wl-vars.el (wl-biff-notify-hook): New hook.
6994         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6995         the arrival of new mail.
6996         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6997         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6998
6999 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7002
7003 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7006
7007         * Version number is increased to 2.5.8.
7008
7009         * wl-thread.el (toplevel): require 'cl.
7010         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7011         (wl-thread-make-number-list): New function.
7012         (wl-thread-entity-make-number-list-from-children): Ditto.
7013         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7014         (wl-thread-entity-insert-as-children): Likewise.
7015         (wl-thread-delete-message): Likewise.
7016         (wl-meaning-of-mark): Eliminated.
7017         (wl-thread-next-failure-mark-p): Ditto.
7018         (wl-thread-entity-get-mark): Ditto.
7019         (wl-thread-meaning-alist-get-result): Ditto.
7020         (wl-thread-entity-check-prev-mark): Ditto.
7021         (wl-thread-entity-check-next-mark): Ditto.
7022         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7023         (wl-thread-entity-get-prev-marked-entity): Ditto.
7024         (wl-thread-get-prev-unread): Ditto.
7025         (wl-thread-jump-to-prev-unread): Ditto.
7026         (wl-thread-get-next-unread): Ditto.
7027         (wl-thread-jump-to-next-unread): Ditto.
7028         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7029         (wl-thread-entity-get-next-marked-entity): Ditto.
7030
7031         * wl-summary.el (wl-summary-buffer-number-list):
7032         New bufer-local variable.
7033         (wl-summary-switch-to-clone-buffer): Clone
7034         `wl-summary-buffer-number-list'.
7035         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7036         (wl-summary-cursor-move-regex): Eliminated.
7037         (wl-summary-cursor-up): Rewrite.
7038         (wl-summary-cursor-down): Ditto.
7039         (wl-summary-mode-spec-alist): New variable.
7040         (wl-summary-next-message): New inline function.
7041         (wl-summary-cursor-move): New function.
7042         (wl-summary-default-get-next-msg): Rewrite.
7043         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7044         (wl-summary-rescan): Ditto.
7045         (wl-summary-sync-all-init): Ditto.
7046         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7047         summary is not thread view.
7048         (wl-summary-sync-update): Ditto.
7049         (wl-summary-rescan): Ditto.
7050         (wl-summary-make-number-list): New function.
7051
7052         * wl-draft.el: "FCC" -> "Fcc".
7053
7054 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-highlight.el (wl-highlight-summary-window):
7057         Call `set-buffer-modified-p'.
7058
7059         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7060         (wl): Call `elmo-init' and fix.
7061
7062         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7063         Use new variables.
7064
7065         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7066
7067 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7070
7071 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7072
7073         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7074
7075 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7076
7077         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7078         `wl-use-toolbar' nor `display-graphic-p'.
7079         (wl-e21-setup-message-toolbar): Ditto.
7080         (wl-e21-setup-summary-toolbar): Ditto.
7081         (wl-e21-setup-folder-toolbar): Ditto.
7082
7083         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7084         (wl-plugged-init-icons): Ditto.
7085
7086         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7087         `display-graphic-p'.
7088         (wl-plugged-set-folder-icon): Ditto.
7089         (wl-highlight-plugged-current-line): Ditto.
7090         (wl-highlight-folder-current-line): Ditto.
7091         (wl-e21-highlight-folder-group-line): Ditto.
7092         (wl-e21-setup-toolbar): Ditto.
7093         (wl-e21-display-image-p): New macro.
7094
7095         * wl-demo.el (wl-demo): Simplified.
7096         (wl-demo-image-type-alist): Use `image-type-available-p' for
7097         checking whether the image type `xbm' is available.
7098
7099 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7102         (wl-summary-input-range): Ditto.
7103
7104 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-summary.el (wl-summary-edit-addresses): Use
7107         `wl-summary-get-original-buffer'
7108         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7109         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7110         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7111         (wl-summary-get-newsgroups): Eliminated.
7112         (wl-summary-set-crosspost): Ditto.
7113         (wl-summary-is-crosspost-folder): Ditto.
7114         (wl-crosspost-alist-load): Ditto.
7115         (wl-crosspost-alist-save): Ditto.
7116
7117         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7118         `elmo-setup-subscribed-newsgroups' instead of
7119         `elmo-nntp-make-groups-hashtb'.
7120         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7121         instead of `wl-crosspost-alist-save'.
7122
7123         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7124         of `elmo-folder-message-appendable-p'.
7125         (wl-mime-header-presentation-method): Eliminated.
7126
7127         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7128         (Error occurs in emacs21).
7129
7130         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7131         the current buffer).
7132
7133         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7134         instead of `wl-crosspost-alist-save'.
7135         (wl-init): `elmo-crosspost-message-alist-load'
7136         instead of `wl-crosspost-alist-load'
7137
7138         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7139         (wl-parse-newsgroups): Likewise.
7140         (wl-biff-notify): Run `wl-biff-notify-hook'.
7141
7142 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7145
7146         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7147         when `wl-summary-lazy-highlight' is non-nil.
7148         (wl-summary-goto-folder-subr): Highlight only when
7149         `wl-summary-lazy-highlight' is non-nil.
7150
7151         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7152         Don't display progress and highlight temp-mark when
7153         `wl-summary-lazy-highlight' is non-nil.
7154         (wl-highlight-summary-window): New function.
7155         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7156
7157 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-summary.el (wl-summary-sync): Change `all-visible'
7160         from `all-shown'
7161         (wl-summary-input-range): Ditto.
7162
7163 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7164
7165         * wl-e21.el (wl-highlight-folder-current-line): Call
7166         `wl-folder-init-icons' when folder icons have not been initialized.
7167
7168         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7169
7170         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7171         (wl-demo-image-type-alist): New macro.
7172
7173 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7174
7175         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7176         display does not support graphics.
7177         (wl-plugged-init-icons): Ditto.
7178         (wl-folder-init-icons): Ditto.
7179
7180         * wl-demo.el (wl-demo): Chech closely whether the display
7181         supports graphics.
7182
7183 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7184
7185         * wl-summary.el (wl-summary-get-original-buffer): New function.
7186         (wl-summary-set-crosspost): Use it.
7187         (wl-summary-target-mark-uudecode): Ditto.
7188         (wl-summary-reedit): Ditto.
7189         (wl-summary-resend-bounced-mail): Ditto.
7190         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7191         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7192
7193         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7194         (wl-message-display-internal): Ditto.
7195
7196 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7199
7200 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-summary.el (wl-summary-save-view): Renamed from
7203         `wl-summary-save-status'.
7204
7205 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7206
7207         * wl-summary.el (wl-summary-sync): Added `all-shown'
7208
7209 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7210
7211         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7212
7213 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7214
7215         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7216
7217 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7218
7219         * wl-highlight.el (wl-highlight-summary-line-string): Use
7220         `zerop' instead of `= 0'.
7221         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7222
7223         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7224         for comparing numbers.
7225         (wl-template-prev): Use `zerop' instead of `eq 0'.
7226
7227         * wl-draft.el (wl-draft-insert-current-message): Use
7228         `with-current-buffer' instead of `save-excursion'.
7229         Use `zerop' instead of `eq 0'.
7230
7231 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7232
7233         * wl-draft.el (wl-draft-insert-ccs): New function.
7234         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7235         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7236
7237 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7240
7241 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-expire.el (wl-expire-refile): Don't call
7244         elmo-msgdb-add-msgs-to-seen-list;
7245         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7246         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7247
7248 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-message.el (wl-message-prev-page): Ignore errors while
7251         scroll-down.
7252
7253 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-mime.el: Use elmo-original-message-mode instead of
7256         mmelmo-original-mode.
7257
7258         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7259         `elmo-folder-get-spec';
7260         (wl-fldmgr-add-completion-all-completions):
7261         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7262
7263         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7264         of `elmo-folder-get-type'.
7265
7266         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7267         `elmo-folder-get-spec';
7268         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7269         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7270         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7271         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7272         `elmo-read-msg-no-cache';
7273         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7274         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7275         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7276         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7277         `elmo-cache-save';
7278         (wl-draft-reedit): Use `elmo-message-file-name'.
7279
7280         * wl-expire.el: Use `elmo-folder-name-internal';
7281         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7282         Use macro `wl-summary-buffer-msgdb' instead of variable
7283         `wl-summary-buffer-msgdb';
7284         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7285         Use macro `wl-summary-buffer-folder-name' instead of variable
7286         `wl-summary-buffer-folder-name'.
7287         * wl-score.el: Likewise.
7288
7289         * wl-message.el: Rewrite for new message buffer cache mechanism.
7290         (wl-message-buffer-cache-buffer-get): New macro.
7291         (wl-message-buffer-cache-folder-get): Ditto.
7292         (wl-message-buffer-cache-message-get): Ditto.
7293         (wl-message-buffer-cache-entry-make): Ditto.
7294         (wl-message-buffer-cache-hit): Ditto.
7295         (wl-message-buffer-cache-sort): New function.
7296         (wl-message-buffer-cache-add): Ditto.
7297         (wl-message-buffer-cache-delete): Ditto.
7298         (wl-message-buffer-cache-clean-up): Ditto.
7299         (wl-message-buffer-window): Rewrite.
7300         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7301         (wl-message-buffer-display): New function.
7302         (wl-message-display-internal): New function.
7303
7304 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-folder.el: Use `elmo-folder-name-internal';
7307         Use `wl-folder-get-elmo-folder';
7308         Use `elmo-folder-list-messages' instead of
7309         `elmo-list-folder';
7310         Use `elmo-folder-get-primitive-list' instead of
7311         `elmo-folder-get-primitive-spec-list';
7312         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7313         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7314         Use `elmo-folder-create' instead of `elmo-create-folder'.
7315         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7316         (wl-folder-get-elmo-folder): New macro.
7317         (wl-folder-elmo-folder-cache-get): Ditto.
7318         (wl-folder-elmo-folder-cache-put): Ditto.
7319         (wl-folder-suspend): Call `elmo-quit'.
7320
7321         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7322         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7323         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7324         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7325         (toplevel): require 'cl.
7326         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7327
7328         * wl-summary.el: Rewrite to use new elmo interface.
7329
7330 \f
7331 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-mime.el (wl-draft-preview-message):
7334         Run `wl-draft-send-hook' before collecting recipients information;
7335         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7336
7337         * tm-wl.el (wl-draft-preview-message): Ditto.
7338
7339 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7342         wrong recipients are displayed when forwarded message.
7343
7344 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * Version number is increased to 2.5.7.
7347
7348 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7349
7350         * wl-message.el (wl-message-next-page): Bind
7351         `window-pixel-scroll-increment' to nil while scrolling up.
7352
7353 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-vars.el (wl-save-hook): New hook.
7356         * wl.el (wl-save): Call `wl-save-hook'.
7357
7358 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7359
7360         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7361         Argument WITH-ARG instead of NO-ARG (negative mean).
7362         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7363         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7364         * wl-message.el (wl-message-follow-current-entity): Likewise.
7365
7366 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7367
7368         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7369         FROM was optional argument.
7370         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7371
7372 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * Version number is increased to 2.5.6.
7375
7376 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7377
7378         * wl-version.el (wl-version-show): Removed.
7379         (wl-version): Add `interactive'.
7380
7381 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7382
7383         * wl-summary.el (wl-summary-get-petname-func): New variable.
7384         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7385         instead of `wl-address-get-petname-1'.
7386         (wl-summary-simple-from): Ditto.
7387
7388         * wl-address.el (wl-address-get-petname-1): Define as function.
7389
7390 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7393         field in the original message.
7394         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7395
7396 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7397
7398         * wl-expire.el (wl-expire-hide):
7399         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7400
7401 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7402
7403         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7404         find decoder for To, Cc, and Subject.
7405
7406 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7409         for checking `elmo-use-buffer-cache'.
7410         (wl-summary-mark-as-important): Fixed typo in comment.
7411
7412 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7415         field in the original message.
7416         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7417
7418 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7419
7420         * wl-expire.el (wl-expire-hide):
7421         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7422
7423 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7426         find decoder for To, Cc, and Subject.
7427
7428 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * Version number is increased to 2.5.5.
7431
7432         * wl-address.el (wl-address-specials-regexp): New constant.
7433         (wl-address-quote-specials): Use it.
7434
7435 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-summary.el (wl-summary-rescan):
7438         Call `wl-summary-buffer-number-column-detect'.
7439         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7440
7441         * wl-message.el (wl-message-mode-map): Define.
7442         (wl-message-decode): Use it as local-map.
7443
7444 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7447         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7448
7449 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7452
7453         * wl-mule.el (wl-read-event-char): Ditto.
7454
7455         * wl-e21.el (wl-read-event-char): Ditto.
7456
7457         * wl-nemacs.el (wl-read-event-char): Ditto.
7458         (read-event): Removed.
7459
7460         * wl-util.el (toplevel): Removed dummy definition of
7461         `read-event'.
7462         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7463
7464 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7465
7466         * wl-nemacs.el (elmo-archive-call-process): Moved to
7467         elmo-archive.el.
7468
7469 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7470
7471         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7472         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7473
7474         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7475         instead of magic-number 6.  Use `not' instead of `null' for symbol
7476         `nil' check (not empty list).
7477         (wl-draft-insert-x-face-field): Fixed paren style.
7478
7479         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7480         one-branch conditional statement, instead of `and' and `if'.
7481         (wl-draft-forward): Likewise.
7482         (wl-draft-add-references): Likewise.
7483         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7484
7485         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7486         conditional steatment.  Use `cond' instead of `if'.
7487         (wl-draft-confirm): Likewise.
7488
7489 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el (wl-version-show): Use `product-string-1'
7492         instead of `wl-version'.
7493         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7494
7495         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7496
7497 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7498
7499         * wl-highlight.el (wl-highlight-headers): Revert
7500         `wl-highlight-x-face-func' argument (`beg' and `end').
7501
7502 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7503
7504         * wl.el (toplevel): Move `product-provide' declare.
7505         * wl-demo.el (toplevel): Ditto.
7506         * wl-dnd.el (toplevel): Ditto.
7507         * wl-highlight.el (toplevel): Ditto.
7508         * wl-message.el (toplevel): Ditto.
7509         * wl-refile.el (toplevel): Ditto.
7510         * wl-util.el (toplevel): Ditto.
7511
7512 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7515         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7516         (wl-thread-close-all): keep cursor position.
7517
7518 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519
7520         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7521         (eq x 0).
7522         (wl-generate-user-agent-string-1): Fix conditional statement.
7523
7524 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7525
7526         * wl.el (wl-check-environment): Additional check for
7527         'wl-local-domain' and `wl-message-id-domain'.
7528
7529 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7530
7531         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7532
7533 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7534
7535         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7536         instead of `smtp-sasl-user-realm'.
7537
7538 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7539
7540         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7541
7542 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7543
7544         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7545         to the default value as well as `eword-lexical-analyzer'.
7546
7547 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7548
7549         * wl-version.el (wl-extended-emacs-version,
7550         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7551         `elmo-match-string' instead of `wl-match-string'.
7552
7553 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7554
7555         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7556         docstring.
7557
7558 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7559
7560         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7561
7562 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7563
7564         * wl-highlight.el (wl-highlight-headers): Remove
7565         `wl-highlight-x-face-func' argument (`beg' and `end').
7566
7567 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-summary.el (wl-summary-mark-as-important):
7570         Remove cache if folder is local.
7571
7572 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7573
7574         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7575         to get existing e-mail address string.
7576
7577 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * wl-version.el (wl-generate-user-agent-string): Commentary.
7580         (wl-generate-user-agent-string-1): Use `when' for
7581         one-branch conditional statement, instead of `and' and `if'.
7582         (wl-extended-emacs-version, wl-extended-emacs-version2,
7583         wl-extended-emacs-version3): Ditto.
7584
7585 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7588         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7589         condition-case; Remove initialization.
7590         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7591         (wl-summary-sync-update3): Added argument `sync-all';
7592         Eliminated local variable `msgdb';
7593         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7594         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7595         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7596
7597 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7598
7599         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7600         connection before call `wl-draft-send-mail-with-smtp'.
7601
7602 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * Version number is increased to 2.5.4.
7605
7606 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7607
7608         * wl.el (wl-check-environment): Additional check for
7609         'wl-local-domain' and `wl-message-id-domain'.
7610
7611 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7614         buffer as command specific.
7615         (wl-folder-mark-as-read-all-entity): Ditto.
7616         (wl-folder-prefetch-entity): Ditto.
7617         (wl-folder-drop-unsync-entity): Ditto.
7618
7619         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7620         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7621         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7622
7623         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7624         save-excursion.
7625
7626 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * Version number is increased to 2.5.3.
7629
7630         * wl-summary.el (wl-summary-save-view-cache):
7631         Delete duplicated `write-region';
7632         Use `write-region-as-binary' instead of `as-binary-output-file' and
7633         `write-region'.
7634
7635 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7636
7637         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7638
7639 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7642         instead of `smtp-via-smtp'.
7643
7644 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7647
7648 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7649
7650         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7651         instead of `smtp-sasl-user-realm'.
7652
7653 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7654
7655         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7656
7657 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7658
7659         * Version number is increased to 2.5.2.
7660
7661 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7664         does not exist.
7665         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7666         (wl-biff-start): Call `timer-activate' if timer already exists.
7667
7668         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7669         only when it is bound as function.
7670
7671 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * Version number is increased to 2.5.1.
7674
7675 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7678         Print refile/copy destination.
7679
7680 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7683         queue-flush-only is non-nil.
7684
7685         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7686
7687         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7688         checking cache folder.
7689
7690 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7691
7692         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7693         `regexp-quote'.
7694
7695 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7696
7697         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7698         function.
7699         * wl-summary.el (wl-summary-write-current-folder-functions):
7700         Change default value.  Use it.
7701
7702 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * Version number is increased to 2.5.0.
7705
7706         * wl-version.el (wl-version): Changed codename.
7707
7708 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7711         (wl-summary-supersedes-message): Ditto.
7712
7713 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7714
7715         * wl-refile.el (wl-refile-guess-functions): Renamed from
7716         `wl-refile-guess-func-list'.
7717
7718 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7721         Fixed problem when no rule was matched.
7722
7723 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7724
7725         * wl-summary.el (wl-summary-get-mark): Fixed
7726         `wl-summary-buffer-target-mark' check logic.
7727
7728 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7729
7730         * wl-folder.el (wl-folder-write-current-folder): Added group
7731         folder check.
7732
7733         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7734         `wl-summary-write-current-newsgroup'.
7735         (wl-summary-write-current-folder-functions): New variable.
7736         * wl-folder.el (wl-folder-get-newsgroups): New function.
7737         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7738         (wl-folder-write-current-folder): Renamed from
7739         `wl-folder-write-current-newsgroup'.
7740
7741 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7742
7743         * Version number is increased to 2.3.93.
7744
7745 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7748         (wl-ldap-make-matched-value-list): Ditto.
7749         (wl-ldap-alias-safe-string): Split e-mail address.
7750
7751         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7752         petname folder default was selected.
7753         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7754         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7755
7756 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7759         to `wl-draft-config-exec'.
7760
7761         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7762         instead of calling `wl-draft-config-exec';
7763         Process group-list and show recipients in minibuffer.
7764
7765         * tm-wl.el (wl-draft-preview-message): Ditto.
7766
7767 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl.el (toplevel): Added (C) to copyright notice, and
7770         sync Author header.
7771         * tm-wl.el (toplevel): Ditto.
7772         * wl-address.el (toplevel): Ditto.
7773         * wl-demo.el (toplevel): Ditto.
7774         * wl-dnd.el (toplevel): Ditto.
7775         * wl-draft.el (toplevel): Ditto.
7776         * wl-e21.el (toplevel): Ditto.
7777         * wl-expire.el (toplevel): Ditto.
7778         * wl-folder.el (toplevel): Ditto.
7779         * wl-highlight.el (toplevel): Ditto.
7780         * wl-message.el (toplevel): Ditto.
7781         * wl-mime.el (toplevel): Ditto.
7782         * wl-mule.el (toplevel): Ditto.
7783         * wl-nemacs.el (toplevel): Ditto.
7784         * wl-refile.el (toplevel): Ditto.
7785         * wl-score.el (toplevel): Ditto.
7786         * wl-summary.el (toplevel): Ditto.
7787         * wl-template.el (toplevel): Ditto.
7788         * wl-thread.el (toplevel): Ditto.
7789         * wl-util.el (toplevel): Ditto.
7790         * wl-vars.el (toplevel): Ditto.
7791         * wl-xmas.el (toplevel): Ditto.
7792
7793 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7794
7795         * wl.el (wl-init): Added comment about `wl-init-hook'.
7796         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7797         * wl-vars.el (wl-init-hook): Added docs.
7798         (wl-make-plugged-hook): Removed useless docs.
7799         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7800         * wl-xmas.el (toplevel): Ditto.
7801
7802 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7803
7804         * wl-address.el (toplevel): Fixed multiple Author header format.
7805         * wl-demo.el (toplevel): Ditto.
7806         * wl-draft.el (toplevel): Ditto.
7807         * wl-folder.el (toplevel): Ditto.
7808         * wl-summary.el (toplevel): Ditto.
7809         * wl-thread.el (toplevel): Ditto.
7810         * wl-util.el (toplevel): Ditto.
7811         * wl-vars.el (toplevel): Ditto.
7812         * wl-version.el (toplevel): Ditto.
7813         * wl-xmas.el (toplevel): Ditto.
7814         * wl.el (toplevel): Ditto.
7815
7816         * wl-version.el (toplevel): Added require `elmo-version' for
7817         `product-version-as-string'.
7818
7819 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-vars.el (wl-draft-send-hook): Changed default value to
7822         '(wl-draft-config-exec).
7823
7824         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7825         explicitly.
7826         (wl-draft): Set `wl-draft-config-exec-flag' before running
7827         `wl-mail-setup-hook'.
7828
7829         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7830         `wl-biff-init-icons' to `wl-init-hook' instead of
7831         `wl-make-plugged-hook'.
7832         (Because if `wl-draft' command is invoked at first,
7833         they are not initialized)
7834         Updated copyright notice.
7835
7836         * wl-e21.el (toplevel): Ditto;
7837
7838         * wl-demo.el (toplevel): Updated copyright notice.
7839         * wl-address.el (toplevel): Ditto.
7840         * wl-draft.el (toplevel): Ditto.
7841         * wl-version.el (toplevel): Ditto.
7842         * wl-folder.el (toplevel): Ditto.
7843         * wl-summary.el (toplevel): Ditto.
7844         * wl-thread.el (toplevel): Ditto.
7845         * wl-util.el (toplevel): Ditto.
7846         * wl-vars.el (toplevel): Ditto.
7847         * wl.el (toplevel): Ditto.
7848
7849 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-highlight.el (wl-highlight-message): Fixed problem of
7852         highlighting failure which occured when the last field contains
7853         multiple lines in the draft buffer.
7854
7855         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7856         `wl-biff-start' if plugged.
7857
7858         * wl-util.el (wl-biff-check-folder): New function.
7859         (wl-biff-check-folders): Don't set session name prefix.
7860         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7861         (wl-biff-check-folder-async): Ditto.
7862
7863         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7864         in email address.
7865
7866 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7867
7868         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7869
7870         * wl-draft.el (wl-draft-strip-subject-re): New function.
7871
7872         * wl-draft.el (wl-draft-reply): Use it.
7873
7874 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-message.el (wl-mmelmo-message-redisplay): Use
7877         `mime-display-message' instead of `wl-mime-display-message'.
7878
7879         * wl-mime.el (toplevel): Removed compatibility workaround
7880         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7881         (wl-mime-display-message): Abolished.
7882         (wl-mime-entity-read-field): Ditto.
7883         (wl-mime-combine-message/partial-pieces): Use
7884         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7885
7886 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7887
7888         * wl-template.el: Doc fixes.
7889
7890 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7891
7892         * wl-e21.el (wl-message-overload-functions): Do nothing if
7893         `current-local-map' is not available.
7894         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7895
7896 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7897
7898         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7899         representation.
7900
7901         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7902         number.
7903         (wl-fldmgr-save-folders): Don't use `format' when insert
7904         `wl-fldmgr-folders-header'.
7905
7906 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7907
7908         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7909
7910 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-highlight.el (wl-highlight-message):
7913         Use `std11-field-end' to detect end point of the header field.
7914         Refer `wl-highlight-max-header-size'.
7915
7916         * wl-vars.el (wl-highlight-max-header-size): New variable.
7917
7918         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7919
7920         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7921         Set `for-draft' argument of wl-highlight-headers.
7922         (wl-draft): Ditto.
7923         (wl-draft-reedit): Ditto.
7924         (wl-user-agent-compose-internal): Ditto.
7925
7926 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7927
7928         * wl-message.el (wl-message-add-button): Use overlay.
7929
7930 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7931
7932         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7933
7934         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7935         problem when group-list content is nothing.
7936         (Reported by Mito <mit@nines.nec.co.jp>)
7937
7938 2000-10-18  SAITO Atsunori <sai@yedo.com>
7939
7940         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7941
7942 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7943
7944         * tm-wl.el (toplevel): Use product-provide.
7945
7946 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * Version number is increased to 2.3.92.
7949
7950 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7951
7952         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7953         title text, use `display' property for left margin under Emacs 21.
7954
7955         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7956         properties.
7957         (wl-plugged-init-icons): Ditto.
7958
7959 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7960
7961         * wl.el (wl-save-status, wl-init): Remove last period in
7962         "...done." message.
7963         * tm-wl.el (wl-summary-burst): Ditto.
7964         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7965         wl-summary-resume-cache-status,
7966         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7967         wl-summary-sync-update3, wl-summary-highlight-msgs,
7968         wl-summary-flush-pending-append-operations,
7969         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7970         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7971         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7972         wl-thread-open-all): Ditto.
7973         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7974         * wl-mime.el (wl-summary-burst): Ditto.
7975         * wl-highlight.el (wl-highlight-summary): Ditto.
7976         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7977         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7978         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7979         * wl-address.el (wl-local-address-init): Ditto.
7980
7981 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7982
7983         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7984         `add-text-properties'.
7985         (wl-plugged-init-icons): Ditto.
7986         (wl-folder-init-icons): Use `propertize' instead of
7987         `put-text-property'.
7988         (wl-plugged-set-folder-icon): Ditto.
7989         (wl-e21-highlight-folder-group-line): Ditto.
7990
7991 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-version.el (wl-version-status-alist): New variable.
7994         (wl-version-status): New function.
7995
7996         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7997         "Cc" part of the case "Reply-To".
7998
7999         * wl-draft.el (wl-draft-reply): Use result of
8000         `eword-extract-address-components'.
8001
8002         * wl-demo.el (wl-demo-icon-name): New constant.
8003         (wl-logo-xpm): Use it.
8004         (wl-logo-xbm): Ditto.
8005         (wl-logo-bitmap): Ditto.
8006
8007         * Version number is increased to 2.3.91.
8008
8009 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8010
8011         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8012         (wl-extended-emacs-version, wl-extended-emacs-version2,
8013         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8014         docstring.
8015
8016         * wl-version.el (wl-generate-user-agent-string-1): New function.
8017         (wl-generate-user-agent-string): Use it.
8018
8019         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8020         `mime-edit-insert-user-agent-field'.
8021         (wl-generate-user-agent-string): Check
8022         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8023
8024         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8025         instead of `if', when verbose case.
8026
8027 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-expire.el (wl-summary-expire): Fix.
8030
8031 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8034         and `elmo-lost+found-folder' if 'wl-draft.
8035         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8036
8037 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8038
8039         * wl-expire.el (wl-summary-expire): Change messages.
8040         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8041         `deleing-info' instead of "Deleting..."
8042
8043 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8044
8045         * wl-summary.el (wl-summary-refile-subr): Fix.
8046
8047 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8048
8049         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8050         if pipe folder.
8051
8052 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8053
8054         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8055
8056 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8057
8058         * wl-expire.el (wl-expire-hide): New function.
8059         (wl-summary-expire): Add `hide'.
8060
8061 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-vars.el (wl-draft-reply-without-argument-list):
8064         Changed default value to consider `Reply-To:'.
8065         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8066
8067         * Version number is increased to 2.3.90.
8068
8069         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8070         elmo-imap4-get-session with unwind-protect.
8071         Don't cause error.
8072         (wl-summary-sync-marks): Don't check plugged nor folder type.
8073         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8074         (Always keep current buffer).
8075
8076 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8077
8078         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8079         Enclose with `save-excursion'.
8080
8081 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8082
8083         * wl-version.el (wl-version): Remove interactive.
8084
8085 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8086
8087         * wl-version.el (wl-generate-user-agent-string): Use
8088         `product-string-verbose' instead of `product-string-1'.
8089
8090 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-vars.el (wl-draft-use-cache): New variable.
8093         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8094         if wl-draft-use-cache is non-nil.
8095
8096 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8099         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8100
8101 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8104         (wl-thread-msg-mark-as-unread): Ditto.
8105
8106         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8107         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8108         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8109         Don't set mark in summary if return value of `elmo-mark-as-read'
8110         is nil.
8111         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8112         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8113         instead of `wl-thread-msg-mark-as-read'.
8114         (wl-summary-mark-as-unread-region): Ditto.
8115         (wl-summary-target-mark-mark-as-read): Ditto.
8116
8117         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8118
8119 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8122
8123         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8124
8125 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8128         face.
8129
8130 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8131
8132         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8133         `running-xemacs'.
8134
8135 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl-version.el (toplevel): Use `product-version-as-string' for
8138         set verstion-string, if defined.
8139
8140         * wl-version.el (wl-version-show): Insert string at point, when
8141         call with argument.
8142
8143         * wl-version.el (wl-generate-user-agent-string): Use
8144         `product-string-1' instead of `wl-appname', `wl-version' and
8145         `wl-codename'.
8146
8147 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-address.el (toplevel): Use product-provide.
8150         * wl-demo.el (toplevel): Ditto.
8151         * wl-dnd.el (toplevel): Ditto.
8152         * wl-draft.el (toplevel): Ditto.
8153         * wl-e21.el (toplevel): Ditto.
8154         * wl-expire.el (toplevel): Ditto.
8155         * wl-fldmgr.el (toplevel): Ditto.
8156         * wl-folder.el (toplevel): Ditto.
8157         * wl-highlight.el (toplevel): Ditto.
8158         * wl-message.el (toplevel): Ditto.
8159         * wl-mime.el (toplevel): Ditto.
8160         * wl-mule.el (toplevel): Ditto.
8161         * wl-nemacs.el (toplevel): Ditto.
8162         * wl-refile.el (toplevel): Ditto.
8163         * wl-score.el (toplevel): Ditto.
8164         * wl-summary.el (toplevel): Ditto.
8165         * wl-template.el (toplevel): Ditto.
8166         * wl-thread.el (toplevel): Ditto.
8167         * wl-util.el (toplevel): Ditto.
8168         * wl-vars.el (toplevel): Ditto.
8169         * wl-xmas.el (toplevel): Ditto.
8170         * wl.el (toplevel): Ditto.
8171
8172 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8173
8174         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8175         instead of product.
8176
8177         * wl-version.el (wl-version): Compile time evalution elmo-version.
8178
8179 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8180
8181         * wl-summary.el (wl-summary-sync-force-update): Append queue
8182         `mark-as-read'if unplugged.
8183
8184 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8185
8186         * wl-version.el: New file.  Use product.el.
8187         * wl.el: add (require 'wl-version).
8188         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8189         for ~/.folders header.
8190         (wl-fldmgr-folders-header): Changed.
8191         * wl-demo.el (wl-demo): Use product.el.
8192
8193         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8194         wl-version.el.
8195         * wl-util.el (wl-version, wl-version-show): Ditto.
8196
8197         * wl-util.el (wl-generate-user-agent-string,
8198         wl-extended-emacs-version, wl-extended-emacs-version2,
8199         wl-extended-emacs-version3): Move to wl-version.el.
8200         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8201         xemacs-codename, mime-edit-insert-user-agent-field,
8202         mime-edit-user-agent-value, mime-editor/version,
8203         mime-editor/codename): Compile warning killer move to
8204         wl-version.el
8205
8206 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8207
8208         * wl-summary.el (wl-summary-refile-subr): Fix.
8209
8210 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8213         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8214
8215 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8216
8217         * wl.el (wl-check-environment): Check too many `@'.
8218
8219 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8220
8221         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8222
8223 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8224
8225         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8226         wl-draft-reply-myself-without-argument-list): Add variables.
8227         * wl-draft.el (wl-draft-reply): Use it.
8228
8229 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8230
8231         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8232         the 5th argument of `elmo-network-get-spec'.
8233
8234         * wl-thread.el (wl-thread-reparent-children): New inline function.
8235         (wl-thread-delete-message): Use it.
8236
8237         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8238         (wl-summary-score-update-all-lines): Don't use `dolist'.
8239
8240 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8241
8242         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8243         (require 'elmo-msgdb) for inline function.
8244
8245 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8246
8247         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8248
8249 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8250
8251         * wl-score.el (wl-score-headers): Fix for the confusing macro
8252         `elmo-kill-buffer'.
8253
8254 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8255
8256         * wl-summary.el: Don't use the 3rd argument of `require' because
8257         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8258         * wl-util.el: Ditto.
8259         * wl-draft.el: Ditto.
8260
8261 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8262
8263         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8264         window system is not used.
8265
8266 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8267
8268         * wl-thread.el: Don't use `mapcar' only for iteration.
8269         (wl-thread-resume-entity): Ditto.
8270         (wl-thread-delete-message): Ditto.
8271
8272         * wl-summary.el: Bind `dragdrop-drop-functions',
8273         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8274         of `require' for `timezone', `easymenu' and `ps-print';
8275         don't use `mapcar' only for iteration.
8276
8277         * wl-util.el: Bind `mule-version', `nemacs-version',
8278         `emacs-beta-version', `xemacs-codename',
8279         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8280         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8281         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8282         only for iteration.
8283
8284         * wl-score.el: Don't use `mapcar' only for iteration.
8285         (wl-score-simplify-buffer-fuzzy): Ditto.
8286         (wl-score-simplify-subject): Ditto.
8287         (wl-score-headers): Ditto.
8288         (wl-summary-score-update-all-lines): Ditto.
8289
8290         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8291         `enable-multibyte-characters' and `mule-version'.
8292
8293         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8294         `mapcar' only for iteration.
8295
8296         * wl-demo.el: Don't use `mapcar' only for iteration.
8297
8298         * wl-folder.el: Don't use `mapcar' only for iteration.
8299         (wl-folder-open-all): Ditto.
8300         (wl-folder-count-incorporates): Ditto.
8301
8302         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8303         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8304
8305         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8306         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8307         `smtp-connection-type'; specify 3rd argument of `require' for
8308         `timezone'; don't use `mapcar' only for iteration.
8309         (wl-draft-clone-local-variables): Don't use `mapcar'.
8310         (wl-draft-generate-clone-buffer): Ditto.
8311         (wl-user-agent-compose-internal): Ditto.
8312
8313         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8314
8315         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8316         (wl-save-status): Ditto.
8317
8318         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8319         for iteration.
8320
8321 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8324         removed `Date'.
8325         (wl-fldmgr-make-filter-default): New user option.
8326
8327         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8328         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8329         (wl-fldmgr-filter-completion-alist): Abolish.
8330
8331         * wl.el (wl): Don't check servers if arg is non-nil.
8332
8333         * wl-draft.el (wl-draft-reply): Set only message-id string to
8334         In-Reply-To field.
8335
8336 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-summary.el (wl-summary-pick): Rewrite.
8339
8340         * wl-draft.el (wl-draft-forward): Get references field from
8341         original buffer.
8342         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8343
8344 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8345
8346         * wl-draft.el (wl-draft-forward): Add references field.
8347
8348 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8349
8350         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8351         (wl-draft-reply): Use it.
8352
8353 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8354
8355         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8356         when Emacs 21 is running.
8357
8358         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8359         bindings.
8360
8361 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8362
8363         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8364         XPM icons transparent.
8365
8366         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8367         Emacs 21.
8368
8369 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8372         nil.
8373
8374         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8375         when it is persistent.
8376         (wl-summary-sync-marks): Changed argument for
8377         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8378         (wl-summary-virtual): Use `elmo-read-search-condition'.
8379         (wl-summary-redisplay-internal): If folder is local, mark as read
8380         even when folder is plugged.
8381
8382 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8383
8384         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8385         of `tool-bar-lines' in the frame parameters.
8386         (after-make-frame-functions, post-command-hook): Don't modify the
8387         value.
8388         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8389         wl-e21-tool-bar-lines): Removed.
8390
8391 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8392
8393         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8394         properties `evaporate' and `wl-momentary-overlay' as well.
8395         (wl-highlight-summary-displaying): Ditto.
8396         (wl-delete-all-overlays): Don't delete overlay which does not have
8397         a property `wl-momentary-overlay'.
8398
8399         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8400         `display-mouse-p' and `display-graphic-p'.
8401         (wl-folder-init-icons): Don't search for XBM or the other files.
8402         (wl-plugged-set-folder-icon): Make icons if and only if
8403         `display-graphic-p' returns non-nil.
8404         (wl-highlight-plugged-current-line): Use `before-string' overlay
8405         property to show icon images.
8406         (wl-highlight-folder-current-line): Ditto.
8407         (wl-e21-highlight-folder-group-line): Ditto.
8408         (wl-e21-highlight-folder-by-numbers): Ditto.
8409         (wl-e21-insert-image): Removed.
8410         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8411         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8412         said.
8413         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8414         `wl-e21-force-switch-toolbar'.
8415         (wl-e21-make-icon-image): Removed.
8416         (wl-e21-setup-toolbar): Don't search for XBM files.
8417         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8418         the default value.
8419
8420 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-util.el (wl-biff-check-folder-async): Set
8423         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8424
8425 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8426
8427         * wl-e21.el (after-make-frame-functions): Add
8428         `wl-e21-force-switch-toolbar'.
8429         (wl-e21-force-switch-toolbar): New function force to switch the
8430         toolbar appearance automatically.
8431         (post-command-hook): Add `wl-e21-switch-toolbar'.
8432         (wl-e21-switch-toolbar): New function to switch the toolbar
8433         appearance automatically.
8434         (wl-e21-tool-bar-lines): New buffer local variable.
8435
8436 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-util.el (wl-biff-check-folders-running): New variable.
8439         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8440         (wl-biff-check-folder-async-callback):
8441         Set `wl-biff-check-folders-running'.
8442         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8443         with unwind-protect.
8444
8445         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8446         Enclose `wl-folder-auto-check' with unwind-protect.
8447
8448         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8449         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8450
8451         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8452
8453         * wl-util.el (wl-biff-notify): New inline function.
8454         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8455         locally.
8456         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8457         folder-list' is 1.
8458         Use `wl-biff-notify'.
8459         (wl-biff-check-folder-async-callback): New function.
8460         (wl-biff-check-folder-async): Ditto.
8461
8462         * wl-folder.el (wl-folder): Don't check folders.
8463         (wl-folder-auto-check): New function.
8464
8465 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8466
8467         * wl-util.el (wl-biff-start) [Emacs19+]:
8468         Use `timer-next-integral-multiple-of-time'.
8469         (wl-biff-check-folders): Use `wl-default-folder'
8470         if `wl-biff-check-folder-list' is nil.
8471
8472 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8473
8474         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8475         instead of `elmo-delete-lists'.
8476
8477 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8478
8479         * wl.el (wl-plugged-toggle-all): Set the value of
8480         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8481         (wl-plugged-toggle): Ditto.
8482         (wl-toggle-plugged): Ditto.
8483         (wl-plugged-init): Ditto.
8484
8485         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8486         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8487         instead of `wl-biff-state-indicator-off' and
8488         `wl-biff-state-indicator-on'; don't modify the value and the type
8489         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8490         (wl-plugged-init-icons): Set icons data to
8491         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8492         instead of `wl-plug-state-indicator-off' and
8493         `wl-plug-state-indicator-on'; don't modify the value and the type
8494         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8495
8496         * wl-vars.el (wl-modeline-biff-state-off,
8497         wl-modeline-biff-state-on, wl-modeline-biff-status,
8498         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8499         wl-modeline-plug-status): New internal variables.
8500         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8501         wl-biff-check-interval, wl-biff-check-folder-list): Change
8502         customization group from `wl-folder' to `wl-highlight'.
8503         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8504         wl-show-plug-status-on-modeline): Defcustomized.
8505
8506         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8507         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8508         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8509         a flag to `mode-line-buffer-identification'.
8510
8511         * wl-e21.el (wl-biff-init-icons): Set icons data to
8512         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8513         instead of `wl-biff-state-indicator-off' and
8514         `wl-biff-state-indicator-on'.
8515         (wl-plugged-init-icons): Set icons data to
8516         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8517         instead of `wl-plug-state-indicator-off' and
8518         `wl-plug-state-indicator-on'.
8519
8520 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8521
8522         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8523         excessive titles.
8524
8525 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8526
8527         * wl.el (wl-plugged-mode): Use revised
8528         `wl-mode-line-buffer-identification'.
8529         (wl-plugged-init): Don't use `force-mode-line-update'.
8530
8531         * wl-xmas.el (wl-draft-overload-functions): Use revised
8532         `wl-mode-line-buffer-identification'.
8533         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8534         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8535         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8536         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8537         `wl-make-plugged-hook';
8538         add `wl-folder-init-icons' and `wl-setup-folder' to
8539         `wl-folder-mode-hook'.
8540
8541         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8542         19 as well.
8543         (wl-mode-line-display-priority-list): New user option.
8544         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8545         Defcustomized.
8546         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8547         Add docs.
8548
8549         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8550         start.
8551         (wl-mode-line-buffer-identification): Revised as a function.
8552
8553         * wl-summary.el (wl-summary-mode): Use revised
8554         `wl-mode-line-buffer-identification'; don't call
8555         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8556         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8557         `wl-xmas-setup-summary'.
8558
8559         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8560         `wl-mode-line-buffer-identification'.
8561
8562         * wl-mule.el (wl-draft-overload-functions): Use revised
8563         `wl-mode-line-buffer-identification'.
8564
8565         * wl-folder.el (wl-make-plugged-alist): Don't call
8566         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8567         (wl-folder): Don't call `wl-folder-init-icons' directly.
8568         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8569         `wl-xmas-setup-folder' directly;
8570         use revised `wl-mode-line-buffer-identification'.
8571         (TopLevel): Don't bind `wl-biff-init-icons',
8572         `wl-plugged-init-icons', `wl-folder-init-icons',
8573         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8574
8575         * wl-e21.el (wl-draft-overload-functions): Use revised
8576         `wl-mode-line-buffer-identification'.
8577         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8578         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8579         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8580         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8581         `wl-make-plugged-hook';
8582         add `wl-folder-init-icons' and `wl-setup-folder' to
8583         `wl-folder-mode-hook'.
8584
8585 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8586             Katsumi Yamaoka    <yamaoka@jpl.org>
8587
8588         * wl.el (wl): Call `wl-biff-start'.
8589         (wl-exit): Call `wl-biff-stop'.
8590         (wl-plugged-mode): Show biff in modeline.
8591         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8592
8593         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8594         (wl-biff-init-icons): New function.
8595         (wl-plugged-init-icons): Don't make too much keymaps.
8596         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8597
8598         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8599         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8600         variables.
8601         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8602         options.
8603
8604         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8605         wl-biff-start, wl-biff-stop): New functions.
8606         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8607         (wl-biff-timer-name): New variable.
8608
8609         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8610
8611         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8612         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8613
8614         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8615         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8616
8617         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8618         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8619         `wl-folder-init-icons' to `ignore' if they are not available.
8620         (wl-folder-mode): Show biff in modeline.
8621
8622         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8623         (wl-biff-init-icons): New function.
8624         (wl-plugged-init-icons): Don't make too much keymaps.
8625         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8626
8627 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8628
8629         * wl-vars.el (wl-strict-diff-folders): Customization Type
8630         and doc fix.  Define as a list of regular expressions for
8631         folders or nil.
8632         * wl-folder.el (wl-folder-check-one-entity): Use
8633         `wl-string-match-member' instead of `wl-string-member' for
8634         `wl-strict-diff-folders'.
8635
8636 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8637
8638         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8639         (wl-highlight-folder-current-line): Use it; new implementation.
8640         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8641         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8642         `defsubst' instead of `defun'.
8643
8644         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8645         `wl-highlight-group-folder-by-numbers'; made it can also be a
8646         number.  See info for more details.
8647
8648         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8649         running.
8650
8651         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8652         to bind them.
8653
8654         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8655         (wl-highlight-folder-current-line): New implementation.
8656
8657         * wl-highlight.el (wl-highlight-folder-group-line): New
8658         implementation.
8659         (wl-delete-all-overlays): Rewrite as a marco.
8660         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8661
8662         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8663         running.
8664         (wl-folder-*-glyph): No need to bind them.
8665
8666         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8667         `wl-e21-highlight-folder-group-icon'; rewrite.
8668         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8669         `defsubst' instead of `defun'.
8670         (wl-folder-mode-map): Bind it when compiling.
8671
8672 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8675
8676         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8677
8678 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8679
8680         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8681
8682 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8683
8684         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8685         (wl-highlight-folder-current-line): Use it.
8686
8687         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8688         in `id-name'.
8689
8690 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8691
8692         * wl.el: Require `wl-e21' when Emacs 21 is running.
8693
8694         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8695         default when Emacs 21 is running.
8696         (wl-use-highlight-mouse-line): Ditto.
8697         (wl-on-emacs21): New constant.
8698         (wl-on-emacs20): Removed.
8699
8700         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8701         Emacs 21 is running.
8702
8703         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8704         Emacs 21 is running.
8705
8706         * wl-e21.el: New file.
8707
8708 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8709
8710         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8711         (wl-toggle-plugged): Ditto.
8712         (wl-plugged-toggle): Ditto.
8713         (wl-plugged-toggle-all): Ditto.
8714
8715         * wl-vars.el (wl-plug-state-indicator): Refer
8716         `wl-plug-state-indicator-on' indirectly.
8717
8718 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8721         Call `wl-folder-confirm-existence'.
8722
8723         * wl-folder.el (wl-folder-confirm-existence): Added optional
8724         argument `force'.
8725
8726 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8727
8728         * wl-summary.el (wl-summary-refile-subr): Assume
8729         `copy-or-refile' as symbol.
8730         (wl-summary-refile): Follow up above change.
8731         (wl-summary-copy): Ditto.  Doc fix.
8732
8733 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8734
8735         * wl-summary.el (wl-summary-pick): Don't bind
8736         `elmo-search-mime-charset'.
8737
8738         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8739         default using old backquote style.
8740         (wl-search-mime-charset): Abolished.
8741
8742         * wl-highlight.el (wl-highlight-headers):
8743         Call `point' after `re-search-forward'(for Nemacs).
8744
8745         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8746         for elmo-imap4.el.
8747
8748 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8749
8750         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8751         `wl-message-ignored-field-list' instead of
8752         `mime-view-ignored-field-list'.
8753
8754         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8755         Add interactive spec.
8756         (wl-folder-goto-bottom-of-current-folder): Ditto.
8757         (wl-folder-mode-map): Bind them.
8758
8759         * wl-vars.el (wl-message-ignored-field-list): New variable.
8760         (wl-message-visible-field-list): New variable.
8761
8762         * wl-mime.el (wl-mime-header-presentation-method): New function.
8763         (wl-mime-setup): Set header-presentation-method.
8764
8765 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8766
8767         * wl-nemacs.el (wl-draft-overload-functions): Set
8768         `mode-line-buffer-identification' instead of using
8769         `wl-make-modeline'.
8770
8771         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8772         instead of using `wl-make-modeline'.
8773
8774         * wl-xmas.el (wl-plugged-init-icons): Set up
8775         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8776         (wl-make-modeline): Abolish.
8777         (wl-draft-overload-functions): Set
8778         `mode-line-buffer-identification' instead of using
8779         `wl-make-modeline'.
8780
8781         * wl-util.el (wl-make-modeline-subr): Abolish.
8782         (wl-mode-line-buffer-identification): New alias.
8783
8784         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8785         (wl-summary-make-modeline): Abolish.
8786         (wl-summary-buffer-set-folder): Set
8787         `wl-summary-buffer-folder-indicator'.
8788         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8789         of using `wl-make-modeline'.
8790         (wl-summary-switch-to-clone-buffer): Don't set
8791         `mode-line-buffer-identification'.
8792         (wl-summary-goto-folder-subr): Ditto.
8793
8794         * wl-mule.el (wl-draft-overload-functions): Set
8795         `mode-line-buffer-identification' instead of using
8796         `wl-make-modeline'.
8797
8798         * wl-folder.el (wl-folder-mode): Set
8799         `mode-line-buffer-identification' instead of using
8800         `wl-make-modeline'.
8801         (wl-folder): Don't set `mode-line-buffer-identification'.
8802
8803 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8804
8805         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8806         instead of `member' for `wl-refile-guess-func-list' look-ups.
8807         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8808
8809 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8810
8811         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8812         `wl-message-button-dispatcher'.
8813
8814         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8815
8816         * wl-message.el (wl-message-button-dispatcher): Use it.
8817
8818         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8819         "In-Reply-To".
8820
8821         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8822         Bind `case-fold-search' to t.
8823
8824 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8825
8826         * wl-xmas.el (wl-message-overload-functions): Initialize
8827         `wl-message-button-map'.
8828
8829         * wl-mule.el (wl-message-overload-functions): Initialize
8830         `wl-message-button-map'.
8831
8832         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8833
8834         * wl-message.el (wl-message-button-map): New keymap.
8835         (wl-message-add-button): New function.
8836         (wl-message-button-dispatcher): New function.
8837         (wl-message-button-refer-article): New function.
8838
8839         * wl-highlight.el
8840         (wl-highlight-message-add-buttons-to-header): New function.
8841         (wl-highlight-headers): Use it.
8842
8843 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8844
8845         * wl-summary.el (wl-summary-default-from): Use
8846         `wl-address-get-petname-1'.
8847         (wl-summary-simple-from): Ditto.
8848
8849         * wl-address.el (wl-address-get-petname-1): New inline function.
8850         (wl-address-get-petname): Use it.
8851
8852 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8853
8854         * wl-summary.el (wl-summary-default-from): Return full-name part
8855         from the address if no petname was found.
8856         (wl-summary-simple-from): Ditto.
8857
8858         * wl-address.el (wl-address-get-petname): Return nil if no petname
8859         associated with the address was found.
8860
8861 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8862
8863         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8864         display is finished.
8865
8866 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8867
8868         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8869         `elmo-folder-exists-p' argument.
8870
8871 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8872
8873         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8874         the folder.
8875
8876 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8879
8880         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8881         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8882
8883 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8884
8885         * wl-folder.el (wl-folder-create-subr): New function.
8886         (wl-folder-confirm-existence): Use it.
8887         (wl-folder-check-one-entity): Use it.
8888         Check the error symbol is derived from 'elmo-open-error.
8889
8890         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8891         `ignore-error'.
8892
8893 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8894
8895         * wl-util.el (toplevel): Add (eval-when-compile (require
8896         'elmo-util)).  (Maybe `provide' is typo.)
8897
8898 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8901         (I don't know why this was needed.)
8902
8903         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8904         Follow up changes for stream-type.
8905
8906         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8907         (wl-draft-elmo-nntp-send): Ditto.
8908
8909         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8910         (wl-nntp-posting-stream-type): Ditto.
8911         (wl-pop-before-smtp-ssl): Abolished.
8912         (wl-nntp-posting-ssl): Ditto.
8913
8914         * wl-address.el (wl-address-quote-specials): New function.
8915         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8916
8917         * wl-draft.el (wl-draft-reply): Ditto.
8918
8919 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8922         use function `wl-string-match-assoc'.
8923
8924 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8927
8928         * wl-draft.el (wl-draft-deduce-address-list): New function.
8929         (wl-draft-parse-mailbox-list): Ditto.
8930         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8931         instead of `smtp-deduce-address-list'.
8932         (wl-draft-on-field-p): Follow group list.
8933
8934         * wl-address.el (wl-address-concat-token): New function.
8935         (wl-address-string-without-group-list-contents): Ditto.
8936         (wl-complete-field-body): Fixed problem of completion
8937         by japanese petname.
8938         (wl-address-make-completion-list): Rewrite.
8939
8940 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8941
8942         * wl-address.el (wl-address-make-completion-list): Completion by
8943         petname.
8944         (wl-complete-field-body): Likewise.
8945
8946 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8949         contains invalid address syntax.
8950
8951 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8952
8953         * wl-folder.el (wl-folder-check-entity-async): Use
8954         `elmo-nntp-spec-hostname'.
8955
8956 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8957
8958         * wl-summary.el (wl-summary-msgdb-load-async): Use
8959         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8960
8961 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-draft.el (wl-draft-reply): Set argument
8964         `content-transfer-encoding' as nil.
8965
8966 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8967
8968         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8969         `wl-refile-alist'.
8970
8971 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8972
8973         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8974         (wl-draft-edit-string): Ditto.
8975         (wl-draft-forward): Ditto.
8976         * wl-summary.el (wl-summary-write): Ditto.
8977
8978 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-summary.el (wl-summary-sync-update3): Call
8981         `wl-summary-buffer-number-column-detect'.
8982         (wl-summary-buffer-number-column-detect): Search from point-min.
8983
8984 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8987         contains an address which is not included in original to or cc.
8988
8989 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8990
8991         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8992         begin-line does not exist.
8993         * wl-message.el (wl-message-uu-substring): Ditto.
8994
8995 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8998         clear local variables.
8999         (wl-summary-exit): Call `elmo-commit'.
9000         (wl-summary-switch-to-clone-buffer): Call
9001         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9002         (wl-summary-goto-folder-subr): Ditto.
9003
9004         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9005         POP folder.
9006
9007 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9010         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9011         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9012         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9013         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9014         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9015
9016         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9017
9018 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9019
9020         * wl-summary.el (wl-summary-search-by-subject):
9021         Search parent message from the latest one.
9022
9023 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9026         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9027
9028         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9029         New user option.
9030
9031         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9032         if elmo-nntp-use-killed-list is nil.
9033         Use `elmo-msgdb-append-to-killed-list'.
9034         (Append numbers confirmed as disappeared to the killed list.)
9035         (wl-summary-confirm-appends): Don't display negative number.
9036
9037 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9038
9039         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9040
9041 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9044         range is `all'.
9045         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9046         `elmo-list-bigger-diff'.
9047
9048 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-summary.el (wl-summary-buffer-exit-func):
9051         New buffer local variable.
9052         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9053
9054 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9055
9056         * wl-demo.el (wl-demo): Fix the last change.
9057
9058 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9059
9060         * wl-demo.el (wl-demo): Don't use `eval'.
9061
9062 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9063
9064         * wl-summary.el (wl-summary-buffer-thread-modified):
9065         New buffer-local variable.
9066         (wl-summary-set-thread-modified): New function.
9067         (wl-summary-thread-modified-p): New function.
9068         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9069         (wl-summary-yank-saved-message): Use function
9070         `wl-summary-set-thread-modified'
9071         (wl-summary-switch-to-clone-buffer): Add
9072         `wl-summary-buffer-thread-modified'.
9073
9074         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9075         (wl-summary-buffer-mark-saved-hook): Ditto.
9076         * wl-summary.el (wl-summary-msgdb-save): New hook
9077         `wl-summary-buffer-message-saved-hook' and
9078         `wl-summary-buffer-mark-saved-hook'.
9079
9080 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9081
9082         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9083
9084 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9085
9086         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9087         don't hide scroll bars under FSF Emacsen because it may incur an
9088         undesirable redrawing.
9089
9090 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9091
9092         * wl-draft.el (wl-draft-edit-string): Call
9093         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9094
9095 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9096
9097         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9098
9099 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9100
9101         * wl-summary.el (wl-summary-msgdb-load-async): Call
9102         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9103
9104 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9105
9106         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9107         fringes in demo buffer; center bitmap logo correctly even if old
9108         Mule is used.
9109
9110 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9111
9112         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9113
9114         * wl-refile.el (wl-refile-subject-alist): New variable.
9115         (wl-refile-subject-alist-file-name): Ditto.
9116         (wl-refile-alist-setup): Rewrite.
9117         (wl-refile-alist-save): Use `elmo-object-save'.
9118         Eliminated arguments.
9119         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9120         (wl-refile-guess-by-subject): New function.
9121         (wl-refile-guess-func-list): Added it.
9122
9123 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9124
9125         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9126         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9127
9128 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9131         New buffer-local variable.
9132         (wl-summary-buffer-next-folder-func): Ditto.
9133         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9134         if non-nil.
9135         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9136         if non-nil.
9137         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9138         if non-nil.
9139         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9140         if non-nil.
9141
9142 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9143
9144         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9145         permanently in the demo buffer.
9146
9147 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9150         `mime-entity-fetch-field'.
9151
9152         * wl.el (wl-exit): Delete plugged buffer.
9153
9154         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9155         XEmacs has menubar feature.
9156
9157 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9158
9159         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9160         cannot arrive at the beginning of the buffer under old Emacsen.
9161
9162 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-address.el (wl-address-ldap-search):
9165         Call `ldap-search-entries' with `withdn' argument t.
9166         (wl-complete-field-body): Bind completion-ignore-case as t.
9167         Clear ldap search hash when it was sole completion.
9168         Use elmo-string for pattern string.
9169         (wl-ldap-alias-safe-string): Eliminated needless let.
9170
9171 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9172
9173         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9174         (wl-ldap-alias-sep): New constant.
9175         (wl-ldap-search-attribute-type-list): Ditto.
9176         (wl-ldap-get-value): New function.
9177         (wl-ldap-make-filter): Ditto.
9178         (wl-ldap-make-matched-value-list): Ditto.
9179         (wl-ldap-alias-safe-string): Ditto.
9180         (wl-ldap-register-dn-string): Ditto.
9181         (wl-address-ldap-search): Rewrite.
9182
9183 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9184
9185         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9186         thread is deleted.
9187         (wl-thread-delete-line-from-buffer): Ditto.
9188         (wl-thread-get-exist-children): New function.
9189
9190 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9191
9192         * wl-demo.el (wl-demo): Made it to select various image types.
9193         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9194         from `wl-title-logo'.
9195         (wl-logo-ascii): New variable.
9196         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9197         (wl-demo-copyright-notice): New constant.
9198
9199         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9200
9201 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9202
9203         * wl-vars.el (wl-summary-target-above): Renamed from
9204         wl-summary-temp-above.
9205         * wl-score.el (wl-score-get-score-alist): Use it.
9206         (wl-summary-score-update-all-lines): Use it.
9207         * wl-summary.el: Ditto. (make-variable-buffer-local).
9208
9209 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9210
9211         * wl-vars.el (wl-ldap-port): New user option.
9212
9213         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9214         Rewite whole implementation.
9215         (wl-complete-field-body): Fixed.
9216
9217 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9218
9219         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9220         Choose implementation at compile time.
9221
9222 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9223
9224         * wl-address.el (wl-ldap-search-internal): New function.
9225         (wl-complete-field-to): Use it.
9226
9227 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9230         Use `let' instead of `let*'.
9231         Require 'wl-vars.
9232
9233         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9234         Define as defcustom.
9235         (wl-ldap-base): Ditto.
9236         (wl-use-ldap): Ditto.
9237
9238 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9239
9240         * wl-address.el (wl-ldap-search): New function.
9241         (wl-complete-field-body): Use `wl-ldap-search'.
9242         (wl-ldap-server): New variable.
9243         (wl-ldap-base): Ditto.
9244         (wl-use-ldap): Ditto.
9245
9246 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9247
9248         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9249         (Pointed out by Mito <mit@nines.nec.co.jp>).
9250         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9251         buffer-local variables like `wl-summary-redisplay-internal'.
9252         (wl-summary-redisplay-all-header): Likewise.  Update
9253         Summary view too.
9254
9255 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-summary.el (wl-summary-jump-to-parent-message):
9258         Consider prefix argument.
9259
9260         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9261         when closed thread is deleted.
9262
9263 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9264
9265         * wl-summary.el (wl-summary-jump-to-parent-message):
9266         Consider thread modification.
9267
9268 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9269
9270         * wl-message.el (wl-message-normal-get-original-buffer): Use
9271         `save-excursion'.
9272
9273         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9274         (wl-summary-showto-folder-regexp): Ditto.
9275
9276 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9277
9278         * wl-util.el (wl-delete-alist): Doc fix.
9279         (wl-delete-associations): New function.
9280         (wl-inverse-alist): New function.
9281         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9282         Split temporary variables. Use `wl-delete-associations'
9283         and `wl-inverse-alist'.
9284         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9285
9286 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * wl-folder.el (wl-folder-prefetch-entity):
9289         Execute prefetching if new count is unknown.
9290
9291 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9292
9293         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9294
9295         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9296         delete entity.
9297         (wl-thread-set-parent): If insert as top, set linked as nil.
9298
9299         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9300         `wl-thread-cleanup-symbols' when view mode is thread.
9301
9302 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9303
9304         * wl-folder.el (wl-folder-create-folder-entity): Use
9305         with-current-buffer.
9306         (wl-local-folder-init): Call set-buffer to make sure we are in
9307         the Folder buffer. Don't touch buffer-local variables here.
9308         (wl-folder-mode): Initialize buffer-local variables here.
9309
9310         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9311         (wl-folder-entity-assign-id): Ditto.
9312         (wl-folder-create-entity-hashtb): Ditto.
9313         (wl-local-folder-init): Ditto.
9314         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9315
9316 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9317
9318         * wl-summary.el (wl-summary-default-from): Fix probrem when
9319         std11-extract-address-components return (nil "foo@bar").
9320
9321 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9322
9323         * wl-draft.el (wl-draft-clone-local-variables):
9324         Remove redundant `setq'.
9325
9326 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9327
9328         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9329         Bind wl-highlight-x-face-func as nil while highlighting header.
9330
9331 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9332
9333         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9334
9335 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9336
9337         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9338         elmo-msgdb-overview-hashtb from copy-variables.
9339         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9340         instead of `elmo-msgdb-overview-get-entity-by-number'.
9341         (wl-summary-auto-refile): Ditto.
9342
9343         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9344         `elmo-msgdb-overview-get-entity' instead of
9345         `elmo-msgdb-search-overview-entity'.  Use
9346         `elmo-msgdb-overview-get-entity' instead of
9347         `elmo-msgdb-overview-get-entity-by-number'.
9348         (wl-thread-insert-entity-sub): Ditto.
9349         (wl-thread-insert-message): Ditto.
9350
9351         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9352         `elmo-msgdb-overview-get-entity'.
9353         (wl-normal-message-redisplay): Ditto.
9354
9355 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9356
9357         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9358         `wl-thread-entities'.
9359         (wl-thread-delete-message): Fix remove top message from
9360         `wl-thread-entity-list'.
9361
9362         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9363         wl-append(nconc), because update-list is broken on Meadow.
9364
9365         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9366         updating process.
9367         (wl-summary-rescan): Ditto.
9368         (wl-summary-sync-update3): Ditto.
9369         * wl-thread.el (wl-thread-set-parent): Renamed from
9370         `wl-summary-set-parent'.
9371         (wl-thread-insert-message): Updating buffer faster.
9372         (wl-thread-delete-message): Updating buffer faster.
9373
9374         * wl-score.el (wl-summary-score-update-all-lines): Changed
9375         interval for display progress gauge.
9376
9377 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9378
9379         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9380         folder always-sticky.
9381         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9382         defmacro.
9383
9384 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * wl-vars.el (wl-draft-add-references): New user option.
9387
9388         * wl-draft.el (wl-draft-add-references): New function.
9389         (wl-draft-yank-from-mail-reply-buffer): Use it.
9390         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9391         as nil.
9392
9393 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9394
9395         * wl-thread.el (wl-thread-update-line-msgs): Called
9396         `wl-thread-update-line-on-buffer-sub'.
9397         (wl-thread-update-line-on-buffer): Delete routine of inserting
9398         thread.
9399         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9400         moved from `wl-thread-update-line-on-buffer'.
9401         Add threshold for displaying progress gauge.
9402         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9403         argument of `wl-thread-update-line-msgs'.
9404         Add threshold for displaying progress gauge.
9405         * wl-folder.el:
9406         Add threshold for displaying progress gauge.
9407         * wl-score.el: Ditto.
9408
9409         * wl-expire.el (wl-summary-expire): Display deleting info.
9410
9411 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9414         `no-msg'.
9415         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9416         argument of `wl-thread-update-line-msgs'.
9417         (wl-summary-set-parent): Added optional argument `parent-number'.
9418         (wl-summary-buffer-saved-message): New buffer local variable.
9419         (wl-summary-save-current-message): New command.
9420         (wl-summary-yank-saved-message): Ditto.
9421         (wl-summary-mode-map): Added key binding for
9422         `wl-summary-save-current-message' (\ew) and
9423         `wl-summary-yank-saved-message' (\C-y).
9424         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9425
9426 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-summary.el (wl-summary-mode-map): Added key binding for
9429         `wl-summary-set-parent' (ts).
9430
9431 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9432
9433         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9434         subject faster. If thread number is reverse, delayed updating
9435         thread.
9436         (wl-summary-search-by-subject): Ditto.
9437         (wl-summary-put-alike): Ditto.
9438         (wl-summary-get-alike): Ditto.
9439         (wl-summary-insert-headers): Insert header of all overview in
9440         buffer.
9441         (wl-summary-rescan): Delayed updating thread. Kill search subject
9442         buffer for wl-summary-search-by-subject.
9443         (wl-summary-sync-update3): Ditto.
9444         (wl-summary-exit): Ditto.
9445         (wl-summary-goto-bottom-of-current-thread): Change for linked
9446         thread.
9447         (wl-summary-overview-create-summary-line): Change line for linked
9448         thread.
9449
9450         * wl-summary.el (wl-summary-update-thread): Use
9451         wl-thread-maybe-get-children-num.
9452         (wl-summary-set-parent): If change parent, move sub thread.
9453         (wl-summary-redisplay-internal): Add horizontal recenter.
9454         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9455
9456         * wl-thread.el (wl-thread-entity-get-linked): New function.
9457         (wl-thread-entity-set-linked): New function.
9458         (wl-thread-create-entity): Add linked element.
9459         (wl-thread-entity-insert-as-top): Use wl-append.
9460         (wl-thread-maybe-get-children-num): If closing thread, return
9461         children msgs.
9462         (wl-thread-update-line-msgs): Displaying progress message.
9463         (wl-thread-update-line-on-buffer-sub): Use
9464         wl-thread-maybe-get-children-num.
9465         (wl-thread-update-line-on-buffer): If update line is not exists,
9466         insert thread.
9467         (wl-thread-delete-message): If delete top msg of thread, search
9468         parent by subject.
9469         (wl-thread-insert-entity): Use
9470         wl-thread-maybe-get-children-num.
9471
9472         * wl-highlight.el (wl-highlight-summary-current-line): change
9473         sregexp for linked thread.
9474         * wl-util.el (wl-count-lines): Count lines.
9475         (wl-horizontal-recenter): horizontal recenter.
9476         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9477         (wl-score-get-alike): Ditto.
9478         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9479         (wl-subject-length-limit): New variable.
9480         (wl-highlight-thread-indent-string-regexp): Changed for linked
9481         thread.
9482
9483 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9486         New variable (revival).
9487         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9488         by subject matching if there's no in-reply-to nor references field
9489         (revival).
9490
9491 \f
9492 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9495         message.
9496
9497 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9498
9499         * wl-summary.el (wl-summary-reply): Return t if there was a
9500         message at cursor point.
9501         Added unwind-protect.
9502         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9503         returns t.
9504         (wl-summary-cancel-message): Do nothing when there's no message at
9505         cursor point.
9506         (wl-summary-forward): Ditto.
9507         (wl-summary-jump-to-parent-message): Ditto.
9508         (wl-summary-reedit): Ditto.
9509         (wl-summary-edit-addresses): Ditto.
9510         (wl-summary-pipe-message): Ditto.
9511         (wl-summary-print-message-with-ps-print): Ditto.
9512         (wl-summary-print-message): Ditto.
9513         (wl-summary-mark-as-important): Ditto.
9514         (wl-summary-mark-as-unread): Ditto.
9515
9516         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9517         message at cursor point.
9518         (wl-summary-reply-with-citation): Remove unwind-protect.
9519
9520         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9521         subject searching feature.
9522         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9523         Eliminated.
9524
9525 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9526
9527         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9528         New variable.
9529         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9530         by subject matching if there's no in-reply-to nor references field.
9531
9532         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9533
9534         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9535         when display is finished.
9536         (wl-folder-open-all): Ditto.
9537         (wl-folder-update-access-group): Ditto.
9538         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9539         * wl-thread.el (wl-thread-close-all): Ditto.
9540
9541         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9542         progress gauge only when it was displayed.
9543         * wl-folder.el (wl-folder-insert-entity): Ditto.
9544
9545 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * wl-summary.el (wl-summary-incorporate): Enclose
9548         `wl-summary-sync-force-update' with save-excursion.
9549
9550 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9551
9552         * wl-summary.el (wl-summary-prefetch-region):
9553         Pass current cursor point to `pos-visible-in-window-p' after
9554         moving cursor to the started point.
9555
9556 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9557
9558         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9559
9560         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9561         fields from the forwarding message.
9562         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9563         `ignored-fields'.
9564
9565 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-mime.el (wl-message-request-partial):
9568         Eliminated argument `msgdb'.
9569         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9570         (wl-mime-combine-message/partial-pieces): Likewise.
9571         * tm-wl.el (wl-message-request-partial): Likewise.
9572         (wl-mime-combine-message/partial-pieces): Likewise.
9573
9574 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9575
9576         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9577         when display is finished.
9578
9579 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9580
9581         * wl-summary.el (wl-summary-goto-folder-subr):
9582         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9583
9584 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9585
9586         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9587         when cursor point is visible.
9588
9589 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9590
9591         * wl-expire.el (wl-expire-archive-get-max-number):
9592         Don't use `file-name-directory'.
9593
9594 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * wl-expire.el (wl-expire-archive-get-max-number):
9597         Use `file-name-directory'.
9598
9599 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9600
9601         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9602         only when there is progress.
9603
9604 2000-04-13  Mito <mit@nines.nec.co.jp>
9605
9606         * wl-summary.el (wl-summary-sync-marks): Display progress.
9607
9608 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9611         (wl-summary-prev): Move cursor regardless of unread status.
9612         (wl-summary-next): Ditto.
9613
9614 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9615
9616         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9617         Added argument `target' and `number'.
9618         * tm-wl.el (wl-summary-burst-subr): New function.
9619         (wl-summary-burst): Use it.
9620
9621 2000-04-10  Mito <mit@nines.nec.co.jp>
9622
9623         * wl-mime.el (wl-burst): New function.
9624         (wl-summary-burst): Use it.
9625
9626 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9627
9628         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9629         as petname when there's no candidate.
9630
9631 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9632
9633         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9634         New variable.
9635         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9636
9637         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9638
9639         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9640
9641 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9642
9643         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9644         Use substring of `original' instead of buffer-substring.
9645         (wl-refile-evaluate-rule):
9646         Set `original' argument of wl-refile-expand-newtext.
9647
9648         * wl-summary.el
9649         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9650         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9651         (wl-summary-auto-refile): Check existence of destination folder just
9652         before marking.
9653
9654 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9655
9656         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9657         when wl-refile-get-field-value return nil.
9658
9659 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9660
9661         * wl-refile.el
9662         (wl-refile-expand-newtext): New function imported from Gnus.
9663         (wl-refile-evaluate-rule): Use it.
9664
9665 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9666
9667         * wl-summary.el (wl-summary-print-destination):
9668         Duplicate folder string to avoid putting text-property on
9669         original string.
9670
9671         * wl-refile.el (wl-refile-get-field-value): New function.
9672         (wl-refile-evaluate-rule): New function;
9673         Evaluate refile rule recursively.
9674         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9675         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9676         New function; Check existence of a target folder recursively.
9677         (wl-summary-auto-refile-check-refile-rule-alist):
9678         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9679
9680 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9681
9682         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9683
9684         * wl-folder.el (wl-create-folder-entity-from-buffer):
9685         Fixed problem when '}' character is contained in folder name.
9686
9687         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9688
9689 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9690
9691         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9692         (wl-fldmgr-add-completion-all-completions):
9693         Use wl-fldmgr-add-completion-hashtb.
9694
9695 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9696
9697         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9698         wl-fldmgr-add-completion-subr): New functions.
9699         * wl-folder.el (wl-folder-completion-func): New variable.
9700         * wl-summary.el (wl-summary-read-folder):
9701         Use wl-folder-completion-func.
9702
9703         * wl-refile.el: Eliminate throw & catch.
9704
9705         * wl.el (wl-plugged-sending-queue-status): Fixed.
9706
9707 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9708
9709         * wl-draft.el (wl-draft): Put category property on
9710         mail-header-separator.