(wl-draft-create-buffer): Bind
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-draft.el (wl-draft-create-buffer): Bind
4         `change-major-mode-hook' after current buffer is changed.
5
6         * wl-summary.el (wl-summary-buffer-detach): New function.
7         (wl-summary-buffer-set-folder): Call it.
8         (wl-summary-mode): Add `wl-summary-buffer-detach' to
9         change-major-mode-hook and kill-buffer-hook.
10         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
11         (wl-summary-switch-to-clone-buffer): Ditto.
12         (wl-summary-goto-folder-subr): Ditto.
13
14 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
17         after boundp check.
18
19 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
22         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
23         for `kill-buffer'.
24
25         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
26         handler of current buffer from elmo-folder.
27
28 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
31
32 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-summary.el (wl-summary-buffer-event-handler): New internal
35         variable.
36         (wl-summary-event-handler): New class.
37         (elmo-event-handler-flag-changed): Define to update persistent
38         mark.
39         (wl-summary-buffer-set-folder): Register event handler to
40         elmo-folder.
41         (wl-summary-exit): Unregister event handler.
42         (wl-summary-goto-folder-subr): Ditto.
43         (wl-summary-mark-as-read-all): Does not call
44         `wl-summary-update-persistent-mark' directly.
45         (wl-summary-mark-as-read-internal): Ditto.
46         (wl-summary-set-persistent-mark-internal): Ditto.
47         (wl-summary-set-flags-internal): Ditto.
48
49         * Version number is increased to 2.11.33.
50
51 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
54         to nil.
55
56 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-spam.el (wl-spam-setup): Add hook
59         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
60         instead of `wl-summary-prepare-hook'.
61
62         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
63         if folder type is `'flag'.
64         (wl-summary-mark-as-important): Ditto.
65
66 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * wl-address.el (wl-address-minibuffer-history): New variable.
69         (wl-address-minibuffer-local-map): New keymap.
70         (wl-address-read-from-minibuffer): New function.
71
72         * wl-action.el (wl-summary-get-resend-address): Use
73         `wl-address-read-from-minibuffer' instead of `completing-read'.
74
75 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * Version number is increased to 2.11.32.
78
79 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
82         without mule to iso-8859-1.
83         (wl-draft-add-in-reply-to): Add note in description.
84         (wl-draft-add-references): Ditto.
85
86 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
87
88         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
89         definition for `m'.
90         (wl-summary-mode-line-format): Add '[%m]'.
91         (wl-message-mode-line-format-spec-alist): Ditto.
92         (wl-summary-display-mime-mode-list): New variable.
93
94         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
95         from wl-summary-buffer-display-as-is.
96         (wl-summary-buffer-display-all-header): New buffer local variable.
97         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
98         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
99         instead of wl-summary-buffer-display-as-is.
100         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
101         (wl-summary-set-persistent-mark): Ditto.
102         (wl-summary-set-message-buffer-or-redisplay): Just call
103         `wl-summary-redisplay-internal' without optional arguments.
104         (wl-summary-toggle-mime): Rewrite.
105         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
106         (wl-summary-toggle-all-header): New function.
107         (wl-summary-redisplay-internal): Treat mime mode.
108
109         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
110         to wl-mime-preview-follow-no-mime.
111         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
112         accodring to the display-mode.
113
114         * wl-message.el (wl-message-buffer-display-type): Rewrite.
115         (wl-message-buffer-display): Changed argument name from `as-is' to
116         `mode'.
117         (wl-message-display-internal): Ditto;
118         Bind elmo-mime-display-header-analysis according to the mode.
119         (wl-message-display-internal): Put wl-message-display-mime-mode
120         property on entire buffer.
121
122 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
123
124         * wl-draft.el (wl-draft-do-fcc): Undo last change.
125
126 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
127
128         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
129         Don't extract mail address.
130         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
131
132         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
133
134         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
135
136 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
139         wl-fldmgr-cut-entity-list on confirmation.
140
141 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
144         (wl-mime-quit-preview): Check existence of
145         mime-edit-temp-message-buffer here.
146
147 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
150         after deletion.
151
152         * wl-draft.el (wl-draft-send-confirm): Check major-mode
153         before calling wl-mime-quit-preview.
154
155 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-summary.el (wl-summary-pick): If call it with prefix
158         argument, set `delete-marks' as non-nil. Pick from only visible
159         messages.
160         (wl-summary-check-target-mark): New function.
161         (wl-summary-target-mark-mark-as-read): Use it.
162         (wl-summary-target-mark-mark-as-unread): Ditto.
163         (wl-summary-target-mark-operation): Ditto.
164         (wl-summary-target-mark-set-flags): Ditto.
165         (wl-summary-target-mark-save): Ditto.
166         (wl-summary-target-mark-pick): Ditto.
167         (wl-summary-target-mark-forward): Ditto.
168         (wl-summary-target-mark-reply-with-citation): Ditto.
169         (wl-summary-target-mark-print): Ditto.
170         (wl-summary-target-mark-uudecode): Ditto.
171
172         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
173         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
174         with `ask-coding' is non-nil.
175
176 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-thread.el (wl-thread-set-parent): If parent is a message
179         which is identified by references, set linked as nil.
180
181 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
182
183         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
184         (wl-message-mode-line-format-spec-alist): Ditto.
185         (wl-message-mode-line-format): Ditto.
186         (wl-summary-mode-line-format): Ditto for docstring.
187         (wl-summary-no-mime-folder-list): Fix typo.
188
189         * wl-util.el (wl-current-message-buffer): Call
190         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
191
192         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
193         variable.
194         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
195         of `wl-summary-redisplay-no-mime'.
196         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
197         (wl-summary-toggle-mime): New function.
198         (wl-summary-redisplay-all-header): Rewrite.
199         (wl-summary-redisplay-no-mime): Ditto.
200         (wl-summary-redisplay-internal): Added argument `as-is' and
201         `all-header'.
202
203         * wl-refile.el (wl-refile-default-from-folder-path-separator):
204         New variable.
205         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
206         bottom.
207         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
208         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
209         "/" unconditionally.
210
211         * wl-mime.el (wl-draft-yank-current-message-entity): Use
212         wl-mime-preview-follow-no-mime for as-is content.
213         (wl-mime-preview-follow-no-mime): New function.
214         (wl-mime-preview-follow-current-region): Fixed parenthesis.
215
216         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
217         and added `as-is', `all-header'.
218         (wl-message-buffer-display): Ditto.
219         (wl-message-buffer-display-type): New function.
220
221 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-vars.el (wl-message-header-button-alist): Change default
224         value.
225         (wl-message-body-button-alist): Ditto.
226
227 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
230
231 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
234
235 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
236
237         * wl-summary.el (wl-summary-sync-marks): Remove condition which
238         is always true.
239
240 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
241
242         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
243         on null entity.
244
245 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
246
247         * wl-vars.el (wl-draft-reply-default-position): Fix range.
248
249 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-vars.el (wl-summary-resend-hook): New hook.
252
253         * wl-action.el (wl-summary-exec-action-resend-subr): Run
254         `wl-summary-resend-hook'.
255
256 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
257
258         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
259         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
260         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
261         (wl-summary-new-cached-mark): Changed default value to 'n'.
262         (wl-summary-unread-cached-mark): Changed default value to 'u'.
263         (wl-summary-answered-cached-mark): Changed default value to 'a'.
264         (wl-folder-sync-range-alist): Remove spec for 'flag.
265         (wl-summary-force-prefetch-folder-list): New user option.
266
267         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
268         `wl-summary-toggle-persistent-mark'.
269         (wl-summary-update-mark-and-highlight-window): Don't highlight when
270         number is nil.
271         (wl-summary-mark-as-answered-region): Set interactive argument of
272         `wl-summary-set-persistent-mark-internal'.
273         (wl-summary-mark-as-important-region): Ditto.
274         (wl-summary-unset-persistent-mark): Ditto.
275         (wl-summary-set-persistent-mark): Ditto.
276         (wl-summary-mark-as-answered): Ditto.
277         (wl-summary-mark-as-important): Ditto.
278         (wl-summary-set-persistent-mark-internal): Do nothing
279         when `elmo-message-flag-available-p' is nil.
280         (wl-summary-toggle-persistent-mark): New function.
281         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
282         when the folder matches `wl-summary-force-prefetch-folder-list'.
283
284
285         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
286         when number is nil.
287         (wl-highlight-summary-forwarded-face): New face.
288
289 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
290
291         * Version number is increased to 2.11.31.
292
293 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
296         (wl-biff-check-folder-async): Ditto.
297         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
298
299 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
300
301         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
302         Add an argument `reverse'.  All callers are updated.
303         (wl-summary-sort): Add a prefix argument `reverse' to specify
304         reverse sorting.
305         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
306         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
307         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
308
309 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-message.el (wl-message-redisplay): Does not narrow header if
312         disply-type is all-header or as-is.
313
314         * wl-summary.el (wl-summary-enter-handler): Use
315         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
316
317 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
320         after adding wl-draft-parent-variables.
321         (wl-draft-forward): Ditto.
322
323 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-summary.el (wl-summary-sync-marks): Call
326         `wl-summary-set-persistent-mark' and
327         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
328         (wl-summary-set-persistent-mark-internal): Add 4th argument
329         `no-server'.
330         (wl-summary-unset-persistent-mark): Ditto.
331         (wl-summary-set-persistent-mark): Ditto.
332         (wl-summary-add-flags-internal): Abolish.
333         (wl-summary-remove-flags-internal): Ditto.
334         (wl-summary-mark-as-important-internal): Ditto.
335         (wl-summary-mark-as-important): Use
336         `wl-summary-set-persistent-mark' instead of
337         `wl-summary-add-flags-internal'.
338         (wl-summary-mark-as-important-region): Ditto.
339
340         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
341
342         * wl-summary.el (wl-summary-get-available-flags): New function.
343         (wl-summary-sync-marks): Use it and simplified.
344         (wl-summary-unset-persistent-mark): Use
345         `wl-summary-get-available-flags'.
346         (wl-summary-set-persistent-mark): Ditto.
347
348 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
349
350         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
351         id.
352
353 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-summary.el (wl-summary-enter-handler): If argument is not a
356         number, call `wl-summary-prev-line-content'. Show message when the
357         message is not found.
358
359 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
360
361         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
362         wl-summary-enter-handler.
363         (wl-summary-enter-handler): New command.
364
365         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
366         docstring and custom spec.
367
368         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
369         flags too; Don't treat Cached and New.
370         (wl-summary-set-persistent-mark): Ditto.
371
372         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
373         `wl-folder-set-flag'.
374
375         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
376         instead of `wl-folder-set-flag'.
377
378         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
379         for completion.
380         (wl-summary-set-persistent-mark): Ditto.
381
382         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
383         instead of `wl-draft-quit-preview'.
384
385         * wl-mime.el (toplevel): Avoid compile warning.
386         (wl-mime-quit-preview): New function
387         (formarly defined as `wl-draft-quit-preview').
388         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
389         quitting method.
390
391         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
392
393         * wl-folder.el (wl-folder-set-flag): Renamed from
394         `wl-draft-set-flag-on-parent'.
395
396         * wl-draft.el (wl-draft-quit-preview): New function.
397         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
398         (wl-draft-send): Call `wl-folder-set-flag' instead of
399         `wl-draft-set-flag-on-parent'.
400         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
401
402 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
405         (wl-draft-send): Ditto.
406
407 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl-vars.el (wl-draft-reply-hook): Changed default value.
410         (wl-draft-kill-pre-hook): Set default value as nil.
411         (wl-summary-reply-hook): Ditto.
412         (wl-draft-kill-flags): Abolish.
413
414         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
415         (wl-draft-parent-variables): Renamed from
416         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
417         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
418         argument; Add wl-draft-parent-variables to
419         wl-draft-config-variables.
420         (wl-draft-reply): Likewise.
421         (wl-draft-kill-flags): Abolish.
422         (wl-draft-send): Call wl-draft-set-flag-on-parent.
423         (wl-draft-set-flag-on-parent): New function.
424         (wl-draft-setup-parent-flag): Ditto.
425
426 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
427
428         * wl-draft.el (wl-draft-kill-flags): Avoid error when
429         `wl-draft-parent-folder' is "".
430
431 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
432
433         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
434         (wl-summary-digit-jump): New function.
435         (Adviced by John Owens and Hiroya Murata)
436
437         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
438         (Adviced by John Owens)
439
440         * wl-xmas.el (wl-message-define-keymap): Ditto.
441
442         * wl-mule.el (wl-message-define-keymap): Ditto.
443
444 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
447         change of return value of elmo-folder-count-flags.
448
449         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
450         (wl-summary-mark-as-read-internal): Ditto.
451         (wl-summary-set-persistent-mark-internal): Ditto.
452         (wl-summary-folder-info-update): Ditto.
453         (wl-summary-sync-update): Fixed the last change.
454
455         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
456
457 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
458
459         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
460         (wl-draft-kill-flags): Fixed docstring.
461
462         * wl-draft.el (wl-draft-kill-flags): New function.
463         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
464
465 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
466
467         * wl-vars.el (wl-reply-hook): Abolish.
468         (wl-draft-reply-hook): New hook.
469         (wl-summary-reply-hook): Ditto.
470         (wl-draft-forward-hook): Ditto.
471         (wl-summary-forward-hook): Ditto.
472         (wl-draft-kill-flags): New variable.
473
474         * wl-summary.el (wl-summary-mark-as-answered-region): Use
475         wl-summary-set-persistent-mark-internal.
476         (wl-summary-sync-marks): Use elmo-preserved-flags.
477         (wl-summary-update-persistent-mark): Make it interactive.
478         (wl-summary-set-persistent-mark-internal): New inline function.
479         (wl-summary-mark-as-answered): Use it.
480         (wl-summary-mark-as-unanswered): Ditto.
481         (wl-summary-unset-persistent-mark): New function.
482         (wl-summary-set-persistent-mark): Ditto.
483         (wl-summary-reply): Don't set answered flag;
484         Run wl-summary-reply-hook instead.
485         (wl-summary-forward): Call wl-draft-forward with number.
486         Run wl-summary-forward-hook.
487
488         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
489         (wl-highlight-summary-line-face-spec): Use it as a default
490         persistent mark face.
491
492         * wl-draft.el (wl-draft-forward): Added optional argument number;
493         Set wl-draft-parent-number; Run wl-draft-forward-hook.
494         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
495         (wl-draft-kill): Use wl-draft-kill-flags.
496
497         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
498
499         * wl-folder.el (wl-folder-check-one-entity): Follow the change
500         of return value of elmo-folder-count-flags.
501
502         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
503
504         * wl-summary.el (wl-summary-count-unread): Ditto.
505         (wl-summary-sync-update): Follow the change above.
506         (wl-summary-force-prefetch): New function.
507
508 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
509
510         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
511         variable `buf' with `let' instead of `setq'.
512
513 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
514
515         * wl-mime.el (wl-message-delete-current-part): If filename exists,
516         add Content-Disposition heaeder on the deleted part.
517
518 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
519
520         * wl-draft.el (wl-draft-save): Encode address list under edit by
521         `eword-encode-unstructured-field-body'.
522
523         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
524
525 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
528         wl-current-summary-buffer.
529
530 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
531
532         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
533         `numbers' is ignored.
534
535 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
536
537         * wl-folder.el (wl-folder-open-folder): Avoid error.
538         Reported by John Owens, [wl-en:815]
539
540         * wl.el (wl): Set timer for biff process even if prefix argument
541         is given or auto-checking is quitted.
542
543         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
544         immediately.
545         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
546         (wl-toggle-plugged): Ditto.
547
548         * wl-vars.el (wl-biff-use-idle-timer): New variable.
549         * wl-util.el (wl-biff-start): Use idle timer if
550         `wl-biff-use-idle-timer' is non-nil.
551
552 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-highlight.el (wl-highlight-message): Fix description.
555
556 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
559         tty.
560
561 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-action.el (wl-summary-exec): Print failure count.
564
565 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
566
567         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
568         to `defun', remove interactive form.
569         Set elmo-message-fetch-confirm when force-reload is non-nil.
570
571 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-summary.el (toplevel): Removed unnecessary autoload.
574
575 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
576
577         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
578         the buffer is generated from another message buffer.
579
580 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
583         extracted from `wl-fldmgr-save-folders'.
584         (wl-fldmgr-delete): Call it after deletion.
585
586 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
589         multi-tty support.
590
591 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
592
593         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
594
595 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
596
597         * wl-summary.el (wl-summary-rescan): Remove unused variables.
598         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
599
600 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
603         unsubscribe list only if argument CLEAR is nil.
604
605 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
606
607         * wl-draft.el (wl-draft-reply): Decode subject before removing
608         Re: prefix.
609
610 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
611
612         * wl-summary.el (wl-summary-sort-by-size): New command.
613
614 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-summary.el (wl-summary-number-list-from-region): New
617         function.
618         (wl-summary-mark-as-read-region): Use it.
619         (wl-summary-mark-as-unread-region): Ditto.
620         (wl-summary-set-flags-region): Ditto and add optional argument
621         remove.
622         (wl-summary-mark-as-answered-region): Ditto.
623         (wl-summary-mark-as-important-region): Ditto.
624         (wl-summary-target-mark-mark-as-important): Added optional
625         argument remove.
626         (wl-summary-target-mark-mark-as-answered): Ditto.
627         (wl-summary-target-mark-set-flags): Ditto.
628
629 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-summary.el (wl-summary-set-flags-region): Call
632         `wl-summary-set-flags-internal' with number list instead of call
633         one by each message.
634         (wl-summary-target-mark-set-flags): Likewise.
635
636 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-summary.el (wl-summary-target-mark-operation): Add optional
639         argument `inverse' and use `wl-summary-delete-all-target-marks'.
640         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
641         (wl-summary-target-mark-mark-as-answered): Likewise.
642
643 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-summary.el (wl-summary-target-mark-forward): Use
646         `wl-summary-delete-all-target-marks' instead of
647         `wl-summary-delete-all-temp-marks'.
648         (wl-summary-target-mark-reply-with-citation): Ditto.
649         (wl-summary-target-mark-uudecode): Ditto.
650         (wl-summary-target-mark-set-flags): Ditto and remove needless
651         cursor move.
652
653 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-summary.el (wl-summary-target-mark-forward): Protect
656         wl-summary-buffer-target-mark-list from nreverse.
657         (wl-summary-target-mark-reply-with-citation): Ditto.
658
659 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-thread.el (wl-thread-update-indent-string-thread): Use
662         `elmo-display-progress-threshold'.
663
664 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
667         check `wl-summary-highlight'.
668         (wl-summary-window-scroll-functions): Respect value of
669         `wl-summary-highlight'.
670         (wl-summary-sync-update): Run hooks
671         `wl-summary-buffer-window-scroll-functions' at any time.
672
673 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
676         from `wl-summary-cleanup-temp-marks'.
677         (wl-summary-cleanup-temp-marks): Abolish argument.
678         * wl.el (wl-save-status): Revert previous change.
679         (wl-execute-temp-marks): New function, call
680         `wl-summary-exec-with-confirmation'.
681         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
682         (wl-folder-save-and-exec-marks): Abolished.
683
684 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-e21.el (wl-e21-display-image-p): Respect
687         `wl-highlight-folder-with-icon'.
688         (wl-e21-highlight-folder-group-line): Highlight mouse line
689         even if wl-e21-display-image-p is nil.
690
691         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
692         Respect value of `wl-summary-highlight'.
693
694         * wl.el (wl-save-status): Remove unused variable.
695
696         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
697         (wl-folder-mode-map): Bind it to "x".
698
699 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
702
703         * wl-thread.el (wl-thread-get-parent-list): Don't check
704         disconnected ancestors, neglecting needless work in
705         `wl-thread-update-indent-string-thread'.
706
707         * wl.el (wl-save): Take prefix argument to execute remaining marks.
708         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
709         argument, add argument default-keep to keep marks by default.
710
711         * Version number is increased to 2.11.30.
712
713         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
714         customization type and docstring.
715         (wl-draft-reply-without-argument-list): Ditto.
716
717 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
720
721         * wl-spam.el (wl-spam-mark-action-list): Ditto.
722
723 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
726
727 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-draft.el (wl-draft-config-exec): Narrow the range of
730         save-excursion so as not to include run-hooks.
731
732 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
735         Clarify that marks are going to be cleared.
736
737 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
740         according to 3rd element of wl-summary-flag-mark.
741
742         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
743
744 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-action.el (wl-summary-target-mark-all): Don't set
747         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
748
749 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
752         (wl-forward-subject-prefix): Ditto.
753         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
754         (wl-draft-reply-make-subject): Ditto.
755
756         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
757         `wl-draft-forward'.
758         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
759
760 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-action.el (wl-summary-target-mark-set-action): Stop if
763         target message does not exist.
764
765 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
766
767         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
768         `wl-subject-prefix-regexp'.
769         (wl-subject-forward-prefix-regexp): New variable.
770         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
771         `wl-draft-strip-subject-re' and take regexp as argument.
772         (wl-draft-forward): Use it.
773         (wl-draft-reply): Ditto.
774
775 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
776
777         * wl-e21.el (wl-highlight-plugged-current-line): Change for
778         emacs multi-tty support.
779
780 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
781
782         * wl-e21.el (wl-e21-display-image-p): Don't call
783         `display-images-p'.
784         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
785         support.
786         (wl-highlight-folder-current-line): Ditto.
787         (wl-folder-init-icons): Ditto.
788
789 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
792         the last line of summary in unplugged mode.
793
794 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
795
796         * wl-vars.el (wl-refile-rule-alist): Doc fix.
797
798 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
799
800         * wl-vars.el (wl-user-mail-address-regexp): New variable.
801         * wl-address.el (wl-address-user-mail-address-p): Use it.
802         (wl-address-delete-user-mail-addresses): Ditto.
803         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
804
805         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
806         (wl-address-delete-user-mail-addresses): Ditto.
807
808         * wl-address.el (wl-address-delete-user-mail-addresses): New
809         function.
810         * wl-refile.el (wl-refile-guess-by-history): Use it.
811         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
812         (wl-draft-make-mail-followup-to): Ditto and fix logic.
813
814         * wl-draft.el (wl-draft-edit-string): To judge sender address,
815         use wl-address-user-mail-address-p.
816
817 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
820         after opening group.
821
822 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
825         of elmo-set-buffer-multibyte.
826
827         * wl-message.el (wl-original-message-mode): Ditto.
828
829         * wl-score.el (wl-score-insert-header): Ditto.
830
831         * wl-summary.el
832         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
833         (wl-summary-goto-folder-subr): Ditto.
834         (wl-summary-insert-headers): Ditto.
835
836         * wl-util.el (wl-set-string-width): Ditto.
837
838         * Version number is increased to 2.11.29.
839
840 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
843         (wl-highlight-summary-line-help-echo-alist): New variable.
844         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
845         into `wl-highlight-summary-line-help-echo' and
846         `wl-highlight-flag-folder-help-echo'.
847         (wl-highlight-summary-line-string): Change accordingly.
848         (wl-highlight-summary-current-line): Ditto.
849
850 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-highlight.el (wl-highlight-message): Ignore white spaces
853         at the beginning of field body (Thanks to Markus Knittig).
854
855         * wl-draft.el (wl-draft-insert-current-message): Also check
856         summary buffer, remove unnecessary tag.
857
858 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-draft.el (wl-draft-insert-current-message): Cause error also
861         when wl-message-buffer is nil.
862
863         * wl-folder.el (wl-folder): Abolish unused argument.
864         Call wl-folder-init when wl-folder-entity is nil.
865         * wl.el (wl): Change accordingly.
866
867 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
870         multibyte string before insert into draft buffer.
871         (wl-draft-create-buffer): Always enable multibyte characters for
872         draft buffer.
873
874         * Version number is increased to 2.11.28.
875
876 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
877
878         * wl-folder.el (wl-folder-open-close): Handle blank line.
879         (wl-folder-jump-to-current-entity): Ditto.
880
881 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * Version number is increased to 2.11.27.
884
885 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
886
887         * wl-thread.el (wl-thread-insert-message): When the thread is
888         devided by wl-summary-max-thread-depth, insert line at the end of
889         buffer.
890
891 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * Version number is increased to 2.11.26.
894
895 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
896
897         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
898
899 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
902         value of stream-type and session.
903
904 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * Version number is increased to 2.11.25.
907
908 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
909
910         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
911         in a quit message.
912
913 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
914
915         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
916         (wl-summary-redisplay-no-mime-internal): Ditto.
917
918 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
921         * wl-vars.el (wl-smtp-connection-type): Ditto.
922
923 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
924
925         * wl-highlight.el (wl-highlight-message): Change to strict regexp
926         for the separator line and quote mail-header-separator.
927
928 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-spam.el (wl-message-check-spam): Fixed problem no display
931         result message.
932
933         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
934         `elmo-multiple-fields-body-list' with boundary as
935         mail-header-separator.
936
937 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
940
941 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
942
943         * wl-util.el (wl-list-diff): Remove unused function.
944
945         * wl-draft.el (wl-draft-send-confirm): Discard input before
946         confirmation.
947
948 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
951         order of flag and new.
952
953 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-vars.el (wl-refile-policy-alist): Abolished.
956
957         * wl-action.el (wl-summary-set-action-refile): Follow the change
958         above.
959
960 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * wl-highlight.el (wl-highlight-signature-search): Don't use
963         re-search-backward for a long word since it is possible to crash
964         XEmacs because of a bug.
965
966 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
967
968         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
969
970 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
971
972         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
973         argument for wl-summary-sync-force-update.
974
975 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
976
977         * wl-summary.el (wl-summary-mode-map): Revival of
978         wl-summary-mark-as-important related bindings;
979         Bind 'F','tF','mF','rF','m&'.
980         (wl-summary-mark-as-important-region): Revival.
981         (wl-summary-target-mark-mark-as-important): Ditto.
982         (wl-summary-target-mark-operation): New function.
983         (wl-summary-target-mark-mark-as-answered): Use it.
984         (wl-summary-decide-flag): Don't set Important as default.
985         (wl-summary-mark-as-important-internal): Revival.
986         (wl-summary-mark-as-important): Ditto.
987
988         * wl-thread.el (wl-thread-mark-as-important): Ditto.
989
990         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
991         instead of facep.
992
993 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-dnd.el (wl-dnd-drop-func): Fix.
996
997         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
998         mouse-set-point instead of posn-point.
999
1000         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1001
1002         * wl-mule.el (wl-completing-read-multiple): Ditto.
1003
1004 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-demo.el (face-background-name): Defalias to avoid compile
1007         warning.
1008
1009 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1010
1011         * wl-summary.el (wl-summary-decide-flag): Use
1012         wl-completing-read-multiple instead of completing-read-multiple.
1013
1014         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1015         New alias.
1016
1017         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1018         Use face-background-name instead of face-background.
1019
1020         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1021
1022         * wl-summary.el (wl-summary-save): Use it.
1023         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1024
1025         * wl-mime.el (wl-mime-save-content): Fix last change.
1026
1027 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1028
1029         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1030         New function.
1031         (wl-summary-sort-specs): Added sort.
1032         * wl-mime.el (wl-mime-save-content): Expand file name.
1033
1034 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1035
1036         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1037
1038         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1039
1040 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1043         for flag if it is not defined.
1044
1045 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * wl-e21.el (wl-highlight-folder-current-line): Use
1048         elmo-folder-type-internal when elmo-folder-type returns nil.
1049
1050         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1051
1052         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1053
1054         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1055
1056         * wl-e21.el (wl-summary-toolbar): Ditto.
1057
1058         * wl-vars.el (wl-demo-background-color): Abolished.
1059         (wl-summary-persistent-mark-priority-list): Renamed from
1060         wl-summary-flag-priority-list.
1061         (wl-summary-flag-alist): New user option.
1062         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1063         (wl-message-mode-line-format-spec-alist): Added 'F'.
1064         (wl-message-mode-line-format): Likewise.
1065         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1066         instead of wl-summary-important-mark.
1067         (wl-file-folder-icon): New variable.
1068
1069         * wl-thread.el (wl-thread-set-flags): Renamed from
1070         wl-thread-mark-as-important.
1071
1072         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1073         warning.
1074         (wl-summary-mode-menu-spec): Follow the change of 
1075         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1076         (wl-summary-mode-map): Follow the change of
1077         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1078         (wl-summary-detect-mark-position): Follow the variable name change.
1079         (wl-summary-set-flags-region): New function for the replacement of
1080         wl-summary-mark-as-important-region.
1081         (wl-summary-sync-marks): Sync all global-flags.
1082         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1083         instead of elmo-message-flagged-p.
1084         (wl-summary-persistent-mark-string): Follow the variable name change;
1085         Put wl-summary-flag-mark if the message has global-flag.
1086         (wl-summary-target-mark-set-flags): Renamed from 
1087         wl-summary-target-mark-mark-as-important.
1088         (wl-summary-decide-flag): New function.
1089         (wl-summary-set-flags-internal): Renamed from
1090         wl-summary-mark-as-important-internal.
1091         (wl-summary-add-flags-internal): New function.
1092         (wl-summary-remove-flags-internal): Ditto.
1093         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1094         (wl-summary-mark-as-unimportant): Abolish.
1095         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1096         (wl-summary-next-message): List flagged messages in the msgdb.
1097
1098         * wl-score.el (wl-summary-score-update-all-lines): Use
1099         wl-summary-add-flags-internal instead of 
1100
1101         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1102
1103         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1104         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1105         (wl-message-buffer-require-all-header): Renamed from
1106         wl-message-buffer-all-header-flag (Ditto).
1107         (wl-message-buffer-flag-indicator): New variable.
1108         (wl-message-redisplay): Changed local varibale name from `flag' to
1109         `display-type'; Set up wl-message-buffer-flag-indicator.
1110         (wl-message-buffer-display): Changed varibale name from `flag' to
1111         `display-type'.
1112         (wl-message-display-internal): Likewise.
1113
1114         * wl-highlight.el (wl-highlight-demo-face): Define default background
1115         color.
1116         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1117
1118         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1119
1120         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1121         (wl-demo-setup-properties): Renamed from
1122         `wl-demo-set-background-color'.
1123         (wl-demo): Follow the change above.
1124         
1125         * Version number is increased to 2.11.24.
1126
1127 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-summary.el (wl-summary-toggle-thread): Call
1130         `wl-summary-rescan' with disable-thread as non-nil.
1131         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1132
1133 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1134
1135         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1136         foreground property of the face.
1137         (wl-demo-insert-text): Don't set up face property here.
1138         (wl-demo): Call wl-demo-set-background-color, anyway.
1139
1140 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-vars.el (wl-demo-background-color): The value can be nil.
1143
1144 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1145
1146         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1147         to wl-summary-wheel-dispatcher.
1148
1149         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1150         wl-message-wheel-dispatcher.
1151         (wl-message-wheel-dispatcher): New function.
1152         (wl-summary-wheel-dispatcher): Ditto.
1153
1154 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1155
1156         * wl-action.el (wl-summary-target-mark-all): List messages which are
1157         not in the killed-list.
1158
1159         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1160         only when the folder is 'flag/important.
1161
1162         * wl-address.el (wl-complete-field-body): Complete if the last
1163         character is a space.
1164
1165 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-folder.el (wl-folder-clear-entity-info): Use
1168         elmo-clear-hash-val.
1169
1170         * wl-fldmgr.el (wl-fldmgr-rename): Set
1171         wl-folder-info-alist-modified as t.
1172
1173 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1174
1175         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1176
1177 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1180         (wl-folder-buffer-last-visited-entity-id): New buffer local
1181         variable.
1182         (wl-folder-revisit-last-visited-folder): New function.
1183         (wl-folder-mode-map): Bind it to "C-i".
1184         (wl-folder-set-current-entity-id): Set last visited folder.
1185         * wl-summary.el (wl-summary-exit): Ditto.
1186
1187 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1190         before calling `recenter' in order to cope with an XEmacs bug.
1191
1192 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1193
1194         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1195         to the default value.
1196
1197 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1200         change.
1201         (wl-summary-sync-marks): Ditto.
1202         (wl-summary-mark-as-read-internal): Ditto.
1203         (wl-summary-mark-as-answered-internal): Ditto.
1204         (wl-summary-mark-as-important-internal): Ditto.
1205         (wl-summary-reply): Ditto.
1206
1207         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1208         instead of `elmo-folder-unflag-answered'.
1209
1210         * Version number is increased to 2.11.23.
1211
1212         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1213         the last change.
1214
1215 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1216
1217         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1218         Specify "spam" or "good".
1219
1220 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1221
1222         * wl-spam.el (wl-summary-exec-action-spam): Call
1223         wl-folder-confirm-existence for spam folder.
1224         (wl-spam-setup): Bind "mk".
1225
1226 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1229
1230 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1233         destination folder is empty.
1234
1235 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1238         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1239
1240         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1241         (wl-summary-refile-prev-destination-region): New function.
1242         (wl-thread-refile-prev-destination): Ditto.
1243         (wl-summary-target-mark-refile-prev-destination): Ditto.
1244
1245 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1246
1247         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1248         (wl-demo-background-color): Changed default value.
1249
1250         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1251         color.
1252
1253         * wl-demo.el (wl-demo-set-background-color): New function.
1254         (wl-demo): Call it.
1255
1256 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1257
1258         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1259         * wl-address.el (wl-address-add-or-change): Don't add empty
1260         address.
1261
1262 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1263
1264         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1265
1266 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-vars.el (wl-demo-image-filter-alist): New variable
1269         (wl-demo-background-color): Ditto.
1270
1271         * wl-demo.el (wl-demo-xpm-set-background): New function.
1272         (wl-demo-image-filter): Ditto.
1273         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1274
1275         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1276
1277         * wl-demo.el (wl-demo-icon-name): Define as function.
1278         (wl-demo-insert-image): Use it.
1279
1280 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1281
1282         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1283
1284 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1285
1286         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1287
1288 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1291
1292 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-thread.el (wl-thread-mark-as-answered): New function.
1295
1296         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1297         answered" entry.
1298         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1299         "r&" and wl-thread-mark-as-answered to "t&".
1300         (wl-summary-mark-as-important-region): Refine to toggle mark.
1301         (wl-summary-mark-as-answered-region): New function.
1302         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1303         and 3rd argument.
1304         (wl-summary-mark-as-important-internal): Likewise.
1305
1306 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-template.el (wl-template-preview): New internal variable.
1309         (wl-template-preview-p): New function.
1310         (wl-template-show): Bind `wl-template-preview' as t.
1311
1312 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1315         `elmo-message-entity-field' with 3rd argument which is non-nil.
1316
1317 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1320         Removed duplicate local bind `folder'.
1321
1322 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1325
1326 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1329         duplicate definition.
1330
1331 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1332
1333         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1334         non-nil, use it; Don't fetch message if there's no message in the
1335         current cursor position.
1336
1337 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-util.el (wl-region-exists-p): Use region-active-p.
1340         (wl-deactivate-region): New function.
1341         * wl-message.el (wl-message-redisplay): Deactivate region.
1342
1343         * wl-summary.el (wl-summary-reply): Call
1344         `wl-summary-set-message-buffer-or-redisplay' instead of
1345         `wl-summary-redisplay-internal', don't move point.
1346
1347 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1350         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1351         by regexp.
1352
1353 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1356         if no need.
1357
1358 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1359
1360         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1361         default value to nil.
1362         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1363         `wl-summary-prepare-hook'; Replace refile action to
1364         `wl-summary-exec-action-refile-with-register'.
1365
1366         * Version number is increased to 2.11.22.
1367
1368 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-summary.el (wl-summary-detect-mark-position): Set
1371         `wl-summary-buffer-weekday-name-lang'.
1372
1373 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1374
1375         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1376         (wl-summary-mark-as-read-all): Ditto.
1377         (wl-summary-delete-messages-on-buffer): Ditto.
1378         (wl-summary-sync-update): Ditto.
1379         (wl-summary-mark-as-read-internal): Ditto.
1380         (wl-summary-mark-as-answered-internal): Ditto.
1381         (wl-summary-update-folder-info): Abolished.
1382
1383 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-summary.el (wl-summary-mark-as-read-all): Use
1386         `wl-summary-update-folder-info' instead of
1387         `wl-folder-update-unread'.
1388
1389 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1390
1391         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1392         `wl-summary-folder-info-update'.
1393         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1394         instead of `wl-summary-folder-info-update'.
1395         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1396         `wl-folder-set-folder-updated'.
1397         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1398         instead of `wl-folder-update-unread'.
1399         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1400         the value of `wl-summary-buffer-unread-count' for the second parameter of
1401         `wl-folder-update-unread'.
1402
1403         * Version number is increased to 2.11.21.
1404
1405 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1406
1407         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1408         a local variable.
1409
1410 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1413         interactively.
1414
1415         * wl-summary.el (wl-summary-mark-as-important-internal): New
1416         internal function.
1417         (wl-summary-mark-as-important): Use it.
1418         (wl-summary-mark-as-unimportant): New function.
1419         (wl-summary-sync-marks): Follow the API change.
1420
1421         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1422
1423         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1424
1425 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1426
1427         * wl-folder.el (wl-folder-update-unread): Re-indent.
1428         Narrow the scope of a local variable.
1429
1430 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1433         (wl-addrmgr-merge-entries): Ditto.
1434         (wl-addrmgr): Added to address entry which exists in draft buffer
1435         if no entry is in original.
1436
1437 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * wl-batch.el: New file.
1440
1441 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1442
1443         * wl-vars.el (wl-use-semi): Remove unused variable.
1444
1445 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1448         "?".
1449
1450 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1453         wl-summary-new-mark.
1454         (wl-summary-new-cached-mark): New user option.
1455         (wl-summary-score-marks): Follow the change above.
1456         (wl-summary-auto-refile-skip-marks): Ditto.
1457         (wl-summary-incorporate-marks): Ditto.
1458         (wl-summary-expire-reserve-marks): Ditto.
1459
1460         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1461
1462         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1463         (wl-summary-persistent-mark-string): Distinguished between cached
1464         and uncached mark when the message is new.
1465
1466 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-spam.el (wl-spam-domain): Renamed from
1469         `wl-spam-folder-guess-domain'.
1470         (wl-summary-exec-action-spam): Register as spam if domain of the
1471         source folder is good.
1472         (wl-summary-exec-action-refile-with-register): Register message if
1473         domain of the source folder is not undecided.
1474
1475 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1478         detect thread loop.
1479
1480 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1483         and wl-summary-skip-mark-list.
1484
1485 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1488
1489         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1490
1491         * wl-spam.el (toplevel): Require wl-highlight.
1492         (wl-spam-auto-check-policy-alist): Abolish.
1493         (wl-spam-auto-check-folder-regexp-list): New user option.
1494         (wl-spam-auto-check-marks): Ditto.
1495         (wl-spam-mark-action-list): Ditto.
1496         (wl-highlight-summary-spam-face): New face.
1497         (wl-spam-auto-check-message-p): New function.
1498         (wl-spam-map-spam-messages): Fixed message.
1499         (wl-spam-register-spam-messages): Ditto.
1500         (wl-spam-register-good-messages): Ditto.
1501         (wl-summary-spam-map): Add and remove keybind.
1502         (wl-summary-target-mark-spam): Abolish.
1503         (wl-summary-refile-spam): Ditto.
1504         (wl-summary-test-spam): New function.
1505         (wl-summary-mark-spam): Ditto.
1506         (wl-summary-auto-check-spam): Follow the above change.
1507         (wl-summary-exec-action-spam): New function.
1508         (wl-summary-exec-action-refile-with-register): Fixed message.
1509         (wl-message-check-spam): New function.
1510         (wl-spam-setup): Ditto.
1511         (toplevel): Call it if this file is loaded interactivity.
1512
1513         * Version number is increased to 2.11.20.
1514
1515 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1518         when new optional argument `force' is non nil or modified.
1519
1520 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl.el (toplevel): Require wl-spam when compile.
1523         (wl-save-status): Call wl-spam-save-status.
1524
1525         * wl-spam.el (wl-spam-register-spam-messages): New function.
1526         (wl-spam-register-good-messages): Ditto.
1527         (wl-spam-save-status): Ditto.
1528         (wl-summary-mode-map): Bind
1529         wl-summary-target-mark-register-as-spam to "ms" and
1530         wl-summary-target-mark-register-as-good to "mn".
1531         (wl-summary-register-as-spam): Abolish optional argument; Use
1532         wl-spam-register-spam-messages.
1533         (wl-summary-register-as-spam-all): Use
1534         wl-spam-register-spam-messages.
1535         (wl-summary-register-as-good): Abolish optional argument; Use
1536         wl-spam-register-good-messages.
1537         (wl-summary-register-as-good-all): Use
1538         wl-spam-register-good-messages.
1539         (wl-summary-target-mark-register-as-spam): New funtion.
1540         (wl-summary-target-mark-register-as-good): Ditto.
1541
1542 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-spam.el: New file.
1545
1546 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1549
1550         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1551         (wl-summary-auto-refile): Call wl-refile-guess with
1552         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1553
1554 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1557         with disable-thread argument non-nil.
1558
1559 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-summary.el (wl-summary-rescan): Added optional argument
1562         disable-thread.
1563         (wl-summary-sync): Call wl-summary-rescan with argument
1564         disable-thread.
1565         (wl-summary-input-range): Added new range `rescan-thread'.
1566
1567 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1570
1571 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1574         internal variable.
1575         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1576         wl-summary-search-parent-by-subject-regexp and
1577         wl-summary-divide-thread-when-subject-changed as nil.
1578         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1579         (wl-summary-insert-thread): Search parent entity from
1580         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1581         thread loop.
1582
1583 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1584
1585         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1586
1587         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1588
1589         * wl-util.el (wl-require-update-all-folder-p): New function.
1590         (wl-get-assoc-list-value): Added `function' to match directive.
1591         (wl-collect-draft): Rewrite.
1592
1593         * wl-summary.el (wl-summary-sync-update): Clear faces
1594         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1595         are non-nil.
1596         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1597         argument as function.
1598         (wl-summary-input-range): Ditto.
1599
1600         * wl-folder.el (wl-draft-get-folder): New function.
1601         (wl-folder-get-elmo-folder): Consider draft folder.
1602
1603         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1604         (wl-draft-buffer-message-number): New buffer local variable.
1605         (wl-draft-folder-internal): New internal variable.
1606         (wl-draft-delete): Rewrite.
1607         (wl-draft-save): Ditto.
1608         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1609         wl-folder-get-elmo-folder.
1610         (wl-draft-config-info-operation): Ditto.
1611         (wl-jump-to-draft-folder): Ditto.
1612         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1613         (wl-draft-reedit): Rewrite.
1614
1615         * Version number is increased to 2.11.19.
1616         
1617 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1618
1619         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1620         variable.
1621
1622 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1625         Use ignore-errors instead of unwind-protect.
1626
1627 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1628
1629         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1630         for updating `wl-thread-entity-list'.
1631
1632 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1633
1634         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1635         parameter from calling `wl-thread-entity-get-older-brothers' and
1636         `wl-thread-entity-get-younger-brothers'.
1637         Replace nested `append' with a single one.
1638
1639 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-summary.el (wl-summary-mode): Don't use the return value of
1642         `make-local-hook'.
1643
1644 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1645
1646         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1647         instead of `let*'.
1648         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1649         of local variables.
1650
1651 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1654         Renamed from wl-summary-window-scroll-functions.
1655         (wl-summary-window-scroll-functions): Don't set to variable.
1656         (wl-summary-display-top): Use run-hooks.
1657         (wl-summary-display-bottom): Ditto.
1658         (wl-summary-toggle-disp-msg): Ditto.
1659         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1660         Use it instead of wl-summary-window-scroll-functions.
1661         (wl-summary-goto-folder-subr): Don't call
1662         wl-summary-window-scroll-functions, use
1663         wl-summary-buffer-window-scroll-functions instead.
1664
1665 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1668         make-local-variable.
1669
1670 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1671
1672         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1673         set-buffer-modified-p.
1674         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1675         (wl-summary-display-bottom): Ditto.
1676         (wl-summary-toggle-disp-msg): Ditto.
1677
1678 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1679
1680         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1681
1682         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1683         (wl-summary-forward): Use elmo-message-entity-field instead of
1684         elmo-message-field.
1685
1686         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1687
1688 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1689
1690         * wl-summary.el (wl-summary-window-scroll-functions): No use
1691         `append'.
1692
1693 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1694
1695         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1696         function.
1697         (wl-summary-window-scroll-functions): Call it when both
1698         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1699         (wl-summary-temp-mark): Added optional argument number.
1700         (wl-summary-message-mark): Added optional argument flag.
1701         (wl-summary-persistent-mark): Added optional argument number and flag.
1702         (wl-summary-update-persistent-mark): Ditto.
1703         (wl-summary-update-status-marks): Set "r" for interactive spec.
1704
1705         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1706         argument number and flag.
1707
1708         * wl-action.el (wl-summary-registered-temp-mark): 
1709         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1710
1711 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1712
1713         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1714         internal variable (buffer local).
1715         (wl-summary-window-scroll-functions): New function.
1716         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1717         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1718         as nil.
1719         (wl-summary-update-status-marks): Added arguments beg, end and
1720         check.
1721         (wl-summary-update-mark-window): Use function.
1722         (wl-summary-sync-update): Follow the change above.
1723         (wl-summary-switch-to-clone-buffer): Copy
1724         wl-summary-buffer-unsync-mark-number-list.
1725         (wl-summary-goto-folder-subr): Set
1726         wl-summary-buffer-unsync-mark-number-list and
1727         use wl-summary-window-scroll-functions instead of
1728         wl-summary-lazy-highlight.
1729
1730         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1731
1732 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1735
1736         * wl-summary.el (wl-summary-update-persistent-mark): Call
1737         wl-summary-set-message-modified.
1738
1739         * wl-summary.el (wl-summary-sync-update): Don't call
1740         wl-summary-update-status-marks.
1741
1742         * Version number is increased to 2.11.18.
1743
1744 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1745
1746         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1747         (wl-message-next-page): Ditto.
1748
1749 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1750
1751         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1752         local variable.  Change the order of a collected list into the
1753         same as the specified range.  Remove nil from a collected list.
1754
1755 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1758         argument for elmo-folder-list-messages.
1759
1760 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1763         change (wl-summary-count-unreads return a list instead of a cons
1764         cell).
1765
1766 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1767
1768         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1769         `wl-summary-folder-info-update'.
1770
1771 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-summary.el (wl-summary-set-message-modified): No use
1774         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1775         (wl-summary-set-mark-modified): Abolish.
1776         (wl-summary-mark-modified-p): Ditto.
1777         (wl-summary-save-view): Follow the change above.
1778
1779         * wl-expire.el (wl-summary-expire): Likewise.
1780
1781 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1782
1783         * wl-summary.el (wl-summary-detect-mark-position): Use
1784         modb-entity-handler.
1785         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1786
1787         * Version number is increased to 2.11.17.
1788
1789 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1790
1791         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1792         entity field value.
1793         (wl-summary-prefetch-msg): Ditto.
1794         (wl-summary-print-message-with-ps-print): Ditto.
1795
1796 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1797
1798         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1799         for dummy entity.
1800         (wl-summary-insert-thread): Use elmo-message-entity-field.
1801         (wl-summary-update-thread): Use elmo-message-entity-field and
1802         elmo-message-entity-number.
1803         (wl-summary-line-number):  Use elmo-message-entity-number.
1804         (wl-summary-line-size): Use elmo-message-entity-field.
1805         (wl-summary-line-subject): Ditto.
1806         (wl-summary-line-from): Ditto.
1807         (wl-summary-line-attached): Ditto.
1808         (wl-summary-create-line): Ditto.
1809         (wl-summary-create-line): Use elmo-message-entity-number.
1810         (wl-summary-print-message-with-ps-print): Use
1811         elmo-message-entity-field.
1812
1813 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1816         change in elmo-msgdb-make-message-entity.
1817         (wl-summary-buffer-set-folder): Don't call
1818         wl-summary-detect-mark-position here.
1819         (wl-summary-rescan): Call elmo-message-entity-number.
1820         (wl-summary-sync-update): Ditto.
1821         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1822
1823         * wl-score.el (wl-score-header-index): Redefine 2th element.
1824         (wl-score-overview-entity-get-extra): Abolish.
1825         (wl-score-ov-entity-get): Rewrite.
1826         (wl-score-string-index<, wl-score-string-func<): Abolish.
1827         (wl-score-string<): New function.
1828         (wl-score-string-sort): Use it.
1829
1830         * wl-refile.el (wl-refile-guess-by-history): Use
1831         elmo-message-entity-field.
1832         (wl-refile-guess-by-from): Ditto.
1833         (wl-refile-guess-by-msgid): Ditto.
1834
1835         * Version number is increased to 2.11.16.
1836
1837 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-folder.el (wl-folder-confirm-existence): Don't call
1840         file-exists-p if msgdb-path is nil.
1841         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1842         `wl-read-folder-hist' to `wl-read-folder-history'.
1843
1844 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1845
1846         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1847         `y-or-n-p'.
1848
1849 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-score.el (wl-score-headers): Don't use
1852         elmo-folder-do-each-message-entity.
1853
1854         * Version number is increased to 2.11.15.
1855
1856 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-summary.el (wl-summary-delete-all-msgs): Use
1859         elmo-folder-move-messages instead of elmo-folder-delete-messages
1860         and elmo-folder-detach-messages.
1861         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1862
1863         * wl-expire.el (wl-expire-delete): Ditto.
1864         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1865
1866 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1867
1868         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1869         (wl-message-header-narrowing-fields): Ditto.
1870         (wl-message-header-narrowing-lines): Ditto.
1871         (wl-message-header-narrowing-string): Ditto.
1872
1873         * wl-summary.el (wl-summary-mode-map): Bind
1874         wl-summary-toggle-header-narrowing to "C-cC-f".
1875         (wl-summary-toggle-header-narrowing): New function.
1876
1877         * wl-message.el (wl-message-buffer-create): Call
1878         wl-message-header-narrowing-setup.
1879         (wl-message-redisplay): Call wl-message-header-narrowing.
1880         (wl-message-header-narrowing): New function.
1881         (wl-message-header-narrowing-map): New keymap.
1882         (wl-message-header-narrowing-widen-map): New keymap.
1883         (wl-message-header-narrowing-again-at-mouse): New function.
1884         (wl-message-header-narrowing-1): Ditto.
1885         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1886         (wl-message-header-narrowing-setup): Ditto.
1887         (wl-message-header-narrowing-toggle): Ditto.
1888         
1889         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1890
1891         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1892         'flag as all.
1893         (wl-use-flag-folder-help-echo): New user option.
1894
1895         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1896         wl-summary-highlight as nil.
1897         (wl-summary-set-mark-modified): Follow the API change.
1898         (wl-summary-mark-modified-p): Ditto.
1899         (wl-summary-mark-as-read-all): Ditto.
1900         (wl-summary-sync-marks): Don't call
1901         elmo-folder-list-messages-with-global-mark.
1902         (wl-summary-mark-as-read-internal): Follow the API change.
1903         (wl-summary-mark-as-answered-internal): Ditto.
1904         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1905         Follow the API change.
1906         (wl-summary-create-line): Call with number argument.
1907         (wl-summary-reply): Follow the API change.
1908
1909         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1910         function.
1911         (wl-highlight-summary-line-string): Call it when
1912         wl-use-flag-folder-help-echo is non-nil.
1913         (wl-highlight-summary-current-line): Ditto.
1914         (elmo-flag-folder-referrer): Added autoload setting.
1915
1916         * wl-draft.el (wl-draft-kill): Follow the API change.
1917
1918         * Version number is increased to 2.11.14.
1919         
1920 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1921
1922         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1923
1924 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * Version number is increased to 2.11.13.
1927
1928 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-draft.el (wl-draft-previous-history-element): Fixed
1931         unbalanced parenthesis and bind unbound local variables.
1932
1933 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-draft.el (wl-draft-previous-history-element): New function.
1936         (wl-draft-next-history-element): Ditto.
1937         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1938         them to M-p and M-n.
1939
1940 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * Version number is increased to 2.11.12.
1943
1944 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-draft.el (wl-draft-hide): Select buffer-window.
1947
1948 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1949
1950         * wl-summary.el (wl-summary-narrow-to-region): New function.
1951         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1952         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1953         (wl-summary-save-region): Use it.
1954         * wl-action.el (wl-summary-collect-numbers-region)
1955         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1956
1957 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-folder.el (wl-folder-count-incorporates): Don't use
1960         `elmo-msgdb-mark-load'
1961
1962         * Version number is increased to 2.11.11.
1963
1964 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1967         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1968
1969 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1970
1971         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1972
1973 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * Version number is increased to 2.11.10.
1976
1977 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1978
1979         * wl-mime.el (wl-draft-attribute-value): Fixed.
1980
1981 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-util.el (wl-copy-local-variables): New function.
1984
1985         * wl-mime.el (wl-draft-attribute-recipients): New function.
1986         (wl-draft-attribute-envelope-from): Ditto.
1987         (wl-draft-attribute-smtp-posting-server): Ditto.
1988         (wl-draft-attribute-smtp-posting-port): Ditto.
1989         (wl-draft-attribute-value): Ditto.
1990         (wl-draft-preview-message): Use it to get value for
1991         attributes. Reflect result of `wl-draft-config'.
1992
1993         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1994         and call `wl-summary-mark-as-read' before to call
1995         `wl-summary-unset-mark'.
1996         (wl-summary-target-mark-mark-as-unread): Likewise.
1997         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1998
1999 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-mime.el (wl-draft-preview-message): Use actual value for
2002         attributes; Fix for small window.
2003
2004 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2005
2006         * wl-refile.el (wl-refile-get-field-value): Call
2007         `elmo-message-entity-field' with 3rd argument is non-nil.
2008
2009 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2010
2011         * wl-vars.el (wl-draft-preview-attributes): New user option.
2012         (wl-draft-preview-attributes-list): Ditto.
2013         (wl-draft-preview-attributes-buffer-lines): Ditto.
2014         (wl-draft-preview-attributes-buffer-name): Ditto.
2015
2016         * wl-mime.el (wl-draft-preview-message): Display attributes.
2017
2018 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * wl-summary.el (wl-summary-detect-mark-position): Bind
2021         wl-summary-flag-priority-list to '(new).
2022
2023 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2026         funtion.
2027         (wl-highlight-summary-line-string): Use it.
2028         (wl-highlight-summary-current-line): Ditto.
2029
2030 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2033         line even when the mark string is not changed.
2034
2035         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2036         argument change in the wl-summary-create-line.
2037         (wl-thread-insert-entity-sub): Ditto.
2038
2039         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2040         argument change in the wl-summary-create-line.
2041         (wl-summary-insert-sequential): Ditto.
2042         (wl-summary-update-thread): Ditto.
2043         (wl-summary-persistent-mark-string): New inline function.
2044         (wl-summary-message-mark): Use it.
2045         (wl-summary-create-line): Abolish argument wl-persistent-mark
2046         and added wl-flags, wl-cached.
2047
2048         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2049         mark to flags.
2050         (wl-highlight-summary-current-line): Decide the face not by the 
2051         persistent mark but flags.
2052
2053 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2054
2055         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2056         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2057         wl-summary-read-uncached-mark): Revive.
2058         (wl-summary-answered-cached-mark,
2059         wl-summary-answered-uncached-mark): New user option.
2060         (wl-summary-score-marks): Follow the change above.
2061         (wl-summary-auto-refile-skip-marks): Ditto.
2062         (wl-summary-incorporate-marks): Ditto.
2063         (wl-summary-expire-reserve-marks): Ditto.
2064         (wl-summary-flag-priority-list): New user option.
2065
2066         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2067         changes.
2068         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2069         of elmo-message-mark.
2070         (wl-summary-mark-as-read-internal): Ditto.
2071         (wl-summary-mark-as-answered): Ditto.
2072         (wl-summary-mark-as-important): Ditto.
2073         (wl-summary-redisplay-internal): Ditto.
2074         (wl-summary-redisplay-no-mime-internal): Ditto.
2075         (wl-summary-message-mark): New function.
2076         (wl-summary-insert-sequential): Use wl-summary-message-mark
2077         instead of elmo-message-mark.
2078         (wl-summary-update-thread): Ditto.
2079         (wl-summary-persistent-mark): Ditto.
2080         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2081         instead of elmo-message-mark.
2082
2083         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2084         wl-summary-message-mark instead of elmo-message-mark.
2085         (wl-thread-insert-entity-sub): Ditto.
2086         (wl-thread-get-children-msgs-uncached): Ditto.
2087
2088         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2089         variable name changes.
2090         (wl-highlight-summary-current-line): Ditto.
2091
2092         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2093         wl-summary-message-mark instead of elmo-message-mark.
2094
2095         * wl-expire.el (wl-expire-message-p): Ditto.
2096
2097         * wl-score.el (wl-score-headers): Ditto.
2098
2099         * Version number is increased to 2.11.9.
2100
2101         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2102         (wl-summary-sync-update): Follow the change above.
2103         (wl-summary-switch-to-clone-buffer): Ditto.
2104         (wl-summary-open-folder): Ditto.
2105
2106 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2109         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2110
2111         * Version number is increased to 2.11.8.
2112
2113         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2114
2115         * wl-expire.el (wl-expire-refile): Follow the API change on
2116         `elmo-folder-move-messages'.
2117         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2118
2119         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2120         (wl-summary-exec-action-refile): Ditto.
2121         (wl-summary-exec-action-copy): Ditto.
2122         (wl-summary-no-auto-refile-message-p): No use
2123         `wl-summary-buffer-msgdb'.
2124         (wl-summary-auto-refile): Ditto.
2125
2126 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2129
2130 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-summary.el (wl-summary-sync): Treat no-sync.
2133
2134         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2135         (wl-default-sync-range): Ditto.
2136
2137 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * wl-refile.el (wl-refile-subject-learn): Call
2140         `elmo-message-entity-field' with 3rd argument is non-nil.
2141         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2142         instead of `elmo-msgdb-overview-entity-get-subject'.
2143
2144 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2145
2146         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2147         scan-type is rescan.
2148         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2149         new optional argument force is non-nil.
2150         (wl-summary-save-view-cache): Call it with force argument non-nil.
2151
2152         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2153
2154 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-action.el (wl-summary-print-argument): Fixed last change.
2157
2158 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2159
2160         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2161         simplified.
2162         (wl-summary-target-mark-mark-as-unread): Likewise.
2163         (wl-summary-target-mark-mark-as-important): Likewise.
2164
2165 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2168         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2169         (wl-summary-mark-as-important-region): Change accordingly.
2170         (wl-summary-target-mark-mark-as-important): Ditto.
2171
2172 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2175
2176         * wl-action.el (wl-summary-print-argument): Print argument to
2177         right side of window if `wl-summary-print-argument-within-window'
2178         is non-nil.
2179
2180 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-action.el (wl-summary-set-mark): Use
2183         `wl-summary-message-visible-p' to check visibility of the message
2184         and jump to message only when the message line is visible and have
2185         different number; Call wl-summary-unset-mark with number argument.
2186         (wl-summary-unset-mark): 
2187         Use `wl-summary-message-visible-p'
2188         to check visibility of the message and jump to message only when
2189         the message line is visible and have different number;
2190
2191 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * Version number is increased to 2.11.7.
2194
2195         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2196         and wl-folder-summary-line-format.
2197
2198         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2199         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2200         (wl-summary-set-score-mark): Use it.
2201         (wl-summary-target-mark-mark-as-read): Ditto.
2202         (wl-summary-target-mark-mark-as-unread): Ditto.
2203         (wl-summary-target-mark-mark-as-important): Ditto.
2204         (wl-summary-target-mark-msgs): Simplified.
2205         (wl-summary-detect-mark-position): Fixed problem when
2206         summary-line-format no contain persisten/temp mark spec.
2207         (wl-summary-temp-mark): Ditto.
2208         (wl-summary-persistent-mark): Ditto.
2209         (wl-summary-update-persistent-mark): Ditto.
2210
2211         * wl-action.el (wl-summary-set-mark): Ditto.
2212         (wl-summary-unset-mark): Ditto.
2213         All other related portions are changed.
2214
2215 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2216
2217         * Version number is increased to 2.11.6.
2218
2219 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2220
2221         * wl-util.el (wl-current-message-buffer): Define as function;
2222         Don't use the value of wl-messge-buffer.
2223
2224         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2225         persistent mark.
2226
2227         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2228         no current message, cause an error.
2229
2230 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-summary.el (wl-summary-set-message-modified): Use
2233         elmo-folder-set-message-modified instead of
2234         elmo-folder-set-message-modified-internal.
2235
2236 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2239         interactively.
2240         (wl-summary-sync): nokill->entirely.
2241         (wl-summary-sync-marks): Fixed message.
2242         (wl-summary-input-range): Added mark, nokill->entirely.
2243
2244         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2245         messages as read.
2246
2247 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2248
2249         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2250         update-noscore.
2251         (wl-summary-sync): Follow the change above.
2252
2253 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-action.el (wl-summary-target-mark-all): Use
2256         elmo-folder-list-messages.
2257
2258 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2259
2260         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2261         (wl-summary-rescan): Set wl-summary-scored as nil.
2262         (wl-summary-sync-force-update): Follow the change above.
2263         (wl-summary-sync): Ditto.
2264         (wl-summary-sync-update): Added argument disable-killed.
2265         (wl-summary-insert-headers): Set visible-only argument for
2266         elmo-folder-list-messages.
2267         (wl-summary-input-range): Added update-nokill, update-noscore,
2268         all-nokill, all-noscore and mark.
2269
2270         * Version number is increased to 2.11.5.
2271
2272         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2273
2274 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2277         (wl-summary-prefetch-region-no-mark): Change accordingly.
2278         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2279
2280 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * wl-address.el (wl-complete-field-to): Abolished.
2283         (wl-complete-address): Completion function for completing-read.
2284         * wl-action.el (wl-summary-get-resend-address): Use it.
2285
2286         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2287         wl-summary-update-mark and abolish unused argument.
2288         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2289         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2290         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2291         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2292         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2293         * wl-draft.el (wl-draft-kill): Ditto.
2294
2295         * wl-summary.el: Remove unused binding of case-fold-search.
2296         (wl-summary-replace-status-marks): Abolished.
2297
2298 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2299
2300         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2301         is specified or folder length is zero.
2302
2303 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2304
2305         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2306         (wl-folder-archive-current-entity): Ditto.
2307
2308 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2311         retrieving message mark.
2312         (wl-summary-redisplay-internal): Ditto.
2313
2314         * wl-message.el (wl-message-buffer-display): Ignore errors while
2315         retrieving message-id field.
2316
2317         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2318         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2319         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2320         order of the arguments for `wl-expire-message-p'.
2321         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2322
2323         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2324         Check return value of wl-summary-reply.
2325         (wl-summary-reply): Recover window configuration when an error occured.
2326
2327 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-summary.el (wl-summary-resend-message): Abolished, the
2330         feature is inherited by wl-summary-resend (put resend mark).
2331
2332 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2335         wl-message-buffer to nil when the message is hide.
2336
2337 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * .cvsignore: New file.
2340
2341 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-action.el (wl-summary-action-docstring): Add more info.
2344         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2345         duplicate definition.
2346         (wl-summary-define-mark-action): Functions wl-summary-*-region
2347         keep current position.
2348         (wl-summary-unregister-target-mark): Store result to the variable.
2349
2350 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2351
2352         * Version number is increased to 2.11.4.
2353
2354 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2357         wl-summary-delete-all-temp-marks.
2358         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2359
2360         * wl-action.el (wl-summary-set-mark): Changed terminology
2361         refile-destination -> action-argument.
2362         (wl-summary-unset-mark): Ditto.
2363         (wl-summary-remove-argument): Ditto.
2364         (wl-summary-print-argument): Ditto.
2365
2366         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2367         (wl-thread-remove-argument-region): Ditto.
2368         (wl-thread-print-argument-region): Ditto.
2369         (wl-thread-close): Ditto.
2370         (wl-thread-open): Ditto.
2371
2372         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2373         (wl-highlight-refile-destination-face is abolished)
2374         (wl-highlight-action-argument-string): Ditto.
2375         (wl-highlight-summary-current-line): Highlight action argument.
2376
2377         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2378         color for light backgrounds.
2379         (wl-highlight-summary-answered-face): Ditto.
2380
2381 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2384
2385         * wl-score.el (wl-summary-score-update-all-lines): Use
2386         wl-summary-set-mark.
2387         (wl-summary-score-update-all-lines): Kill expunged messages.
2388
2389         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2390
2391 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2394         directly.
2395         (wl-score-overview-entity-get-lines): Ditto.
2396         (wl-score-overview-entity-get-xref): Ditto.
2397         (wl-score-get-latest-msgs): Ditto.
2398         (wl-summary-rescore): Ditto.
2399
2400         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2401         to "&".
2402         (wl-summary-mark-as-answered-internal): New inline function.
2403         (wl-summary-mark-as-answered): New function.
2404         (wl-summary-mark-as-unanswered): Ditto.
2405         (wl-summary-sync-marks): Modified for answered-mark synching.
2406
2407 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * wl-action.el (wl-summary-set-mark): Fixed last change.
2410
2411 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2412
2413         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2414         behavior of wl-summary-unread-message-hook
2415         (Pointed out by akira yamada <akira@arika.org>).
2416
2417 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2420         wl-summary-delete.
2421         * wl-xmas.el (wl-summary-toolbar): Ditto.
2422
2423         * wl-action.el (wl-summary-set-mark): Don't override current
2424         temp-mark.
2425
2426         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2427
2428 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2431         (wl-refile-msgid-learn): Ditto.
2432         (wl-refile-get-field-value): Ditto.
2433
2434         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2435
2436         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2437         (wl-expire-delete-reserved-messages): Renamed from
2438         wl-expire-reserve-marked-msgs-from-list.
2439         (wl-expire-delete): Removed argument `msgdb'.
2440         (wl-expire-refile): Ditto.
2441         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2442         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2443         mark-alist as argument.
2444         (wl-expire-archive-number1): Removed argument `msgdb'.
2445         (wl-expire-archive-number2): Ditto.
2446         (wl-expire-archive-date): Ditto.
2447         (wl-expire-localdir-date): Ditto.
2448         (wl-expire-hide): Ditto.
2449         (wl-archive-number1): Ditto.
2450         (wl-archive-number2): Ditto.
2451         (wl-archive-date): Ditto.
2452         (wl-archive-folder): Ditto.
2453         All other related portions are changed.
2454
2455 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2456
2457         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2458         mean move up and down. (suggested by Takashi Kawachi)
2459
2460 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-acap.el (toplevel): Don't require un-define.
2463
2464 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-thread.el (wl-thread-delete-message): Always update
2467         wl-summary-buffer-number-list.
2468
2469         * wl-action.el (wl-summary-print-destination): 
2470         Do nothing when folder is nil.
2471
2472 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2475         persistent mark when prefetch is succeeded.
2476
2477 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2480         instead of elmo-msgdb-delete-msgs.
2481         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2482         (wl-expire-hide): Ditto.
2483
2484         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2485
2486         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2487         elmo-msgdb interface.
2488         (wl-thread-get-exist-children): Likewise.
2489         (wl-thread-insert-message): Likewise.
2490         (wl-thread-msg-mark-as-important): Likewise.
2491         (wl-thread-insert-entity-sub): Likewise.
2492         (wl-thread-get-children-msgs-uncached): Likewise.
2493
2494         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2495         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2496         (wl-summary-sync-update): Likewise.
2497         (wl-summary-auto-select-msg-p): Likewise.
2498         (wl-summary-update-thread): Likewise.
2499         (wl-summary-mark-as-important): Likewise.
2500         (wl-summary-jump-to-msg-internal): Likewise.
2501         (wl-summary-redisplay-internal): Likewise.
2502         (wl-summary-print-message-with-ps-print): Likewise.
2503         (wl-summary-folder-info-update): Likewise.
2504
2505         * wl-folder.el (wl-folder-check-one-entity):
2506         elmo-folder-count-flags instead of wl-summary-count-unread.
2507
2508         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2509
2510         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2511
2512         * wl-summary.el (wl-summary-set-message-modified): 
2513         Call wl-summary-set-mark-modified.
2514         (wl-summary-delete-messages-on-buffer): Call
2515         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2516         (wl-summary-sync-update): Call elmo-folder-length instead of
2517         elmo-folder-messages.
2518         (wl-summary-insert-headers): Don't call
2519         elmo-folder-list-message-entities.
2520
2521 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-action.el (wl-summary-define-mark-action): Call
2524         `wl-summary-set-mark' with argument `data'.
2525         (wl-summary-auto-refile): Fixed order of arguments when call
2526         `wl-summary-refile'.
2527
2528 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2531
2532         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2533
2534         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2535         (Renamed from wl-highlight-summary-deleted-face).
2536         (wl-highlight-summary-resend-face): New face.
2537
2538         (wl-highlight-summary-deleted-face): Renamed from
2539         wl-highlight-summary-erased-face.
2540
2541         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2542
2543         * wl-action.el (wl-summary-get-resend-address): New function.
2544         (wl-summary-exec-action-resend): Ditto.
2545         (wl-summary-exec-action-resend-subr): Ditto.
2546
2547         * w-thread.el (wl-thread-copy): Removed definition.
2548         (wl-thread-refile): Ditto.
2549         (wl-thread-delete): Ditto.
2550         (wl-thread-target-mark): Ditto.
2551
2552         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2553         (wl-summary-target-mark-set-action): Fixed.
2554         (wl-summary-define-mark-action): Fixed quotation.
2555         (wl-summary-move-mark-list-messages): Display message.
2556         (wl-summary-define-mark-action): Define thread functions.
2557         (wl-summary-exec-action-refile): Changed message.
2558         (wl-summary-exec): Ditto.
2559
2560 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2561         
2562         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2563         '%%'.
2564
2565 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl.el (toplevel): Require wl-action.
2568         (wl-init): Call wl-summary-define-mark-action.
2569
2570         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2571
2572         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2573         wl-summary-delete and wl-summary-erase.
2574         (wl-summary-mode-map): Ditto.
2575
2576         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2577         wl-delete-folder-alist.
2578
2579         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2580         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2581         (toplevel): Moved mark & action related functions to the wl-action.el.
2582
2583         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2584         in wl-summary-mark-action-list.
2585         (wl-highlight-summary-current-line): Ditto.
2586
2587         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2588         empty lines.
2589
2590         * wl-action.el: New file. 
2591
2592 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-summary.el (wl-summary-target-mark-replace): New function.
2595         (wl-summary-target-mark-prefetch): Use it.
2596         (wl-summary-target-mark-delete): Ditto.
2597         (toplevel): Rearranged definition order.
2598         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2599         (wl-summary-target-mark-erase): Rewrite.
2600         (wl-summary-erase-region): New function.
2601         (wl-summary-exec-action-erase): Changed message.
2602         (wl-summary-move-mark-list-messages): New function.
2603         (wl-summary-exec-action-delete): Use it.
2604         (wl-summary-exec-action-erase): Ditto.
2605
2606         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2607         (wl-summary-skip-mark-list): Added "d".
2608
2609         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2610         while searching.
2611
2612         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2613         and define using defcustom;
2614         Define 4th element as a face.
2615         
2616         * wl-summary.el (wl-summary-incorporate): Use 
2617         `wl-summary-prefetch-region-no-mark' instead of
2618         `wl-summary-prefetch-region'.
2619         (wl-summary-prefetch-region-no-mark): Revival of old
2620         `wl-summary-prefetch-region'.
2621         (wl-summary-mark-action-list): Moved to wl-vars.el
2622
2623         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2624         face according to the `wl-summary-mark-action-list'.
2625         (wl-highlight-summary-current-line): Ditto;
2626         Removed destination highlighting.
2627
2628         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2629         (wl-highlight-summary-line-string): Highlight for "i" mark.
2630         (wl-highlight-summary-current-line): Ditto.
2631
2632         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2633         no destination.
2634
2635         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2636         exists, just go ahead.
2637         (wl-summary-prefetch-region): Rewrite.
2638         (wl-summary-prefetch): Ditto.
2639         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2640         (wl-summary-exec-action-prefetch): New function.
2641         (wl-summary-target-mark-prefetch): Rewrite.
2642
2643 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2646         (wl-highlight-summary-line-string): Added "d" and "D".
2647         (wl-highlight-summary-current-line): Ditto.
2648
2649         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2650         in wl-summary.el.
2651         (wl-thread-insert-entity-sub): Ditto.
2652         (wl-thread-remove-destination-region): Ditto.
2653         (wl-thread-print-destination-region): Ditto.
2654
2655         * wl-summary.el (wl-summary-buffer-refile-list,
2656         wl-summary-buffer-delete-list,
2657         wl-summary-buffer-copy-list): Abolish.
2658         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2659         All other related portions are changed.
2660         (wl-summary-mark-action-list): New variable.
2661         (wl-summary-set-mark): New function.
2662         (wl-summary-register-target-mark): Ditto.
2663         (wl-summary-unregister-target-mark): Ditto.
2664         (wl-summary-have-target-mark-p): Ditto.
2665         (wl-summary-register-temp-mark): Ditto.
2666         (wl-summary-unregister-temp-mark): Ditto.
2667         (wl-summary-registered-temp-mark): Ditto.
2668         (wl-summary-collect-temp-mark): Ditto.
2669         (wl-summary-unset-mark): Ditto.
2670         (wl-summary-set-target-mark): Ditto.
2671         (wl-summary-unset-target-mark): Ditto.
2672         (wl-summary-set-action-generic): Ditto.
2673         (wl-summary-unset-action-generic): Ditto.
2674         (wl-summary-exec-action-delete): Ditto.
2675         (wl-summary-exec-action-erase): Ditto.
2676         (wl-summary-set-action-refile): Ditto.
2677         (wl-summary-set-action-refile-subr): Ditto.
2678         (wl-summary-unset-action-refile): Ditto.
2679         (wl-summary-make-destination-numbers-list): Ditto.
2680         (wl-summary-exec-action-refile): Ditto.
2681         (wl-summary-set-action-copy): Ditto.
2682         (wl-summary-unset-action-copy): Ditto.
2683         (wl-summary-exec-action-copy): Ditto.
2684         (wl-summary-collect-numbers-region): Ditto.
2685         (wl-summary-delete): Rewrite.
2686         (wl-summary-erase): Ditto.
2687         (wl-summary-remove-destination): Ditto.
2688         (wl-summary-exec): Ditto.
2689         (wl-summary-exec-region): Ditto.
2690         (wl-summary-target-mark-erase): Ditto.
2691         (wl-summary-refile): Ditto.
2692         (wl-summary-copy): Ditto.
2693         (wl-summary-unmark): Ditto.
2694         (wl-summary-delete-all-mark): Ditto.
2695         (wl-summary-mark-line): Don't highlight.
2696         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2697         (wl-summary-target-mark-refile-subr): Rewrite.
2698
2699         (wl-summary-copy-prev-destination): Abolish.
2700
2701 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2702
2703         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2704         default values along the value of wl-on-mule.
2705         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2706         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2707         It is not used anywhere.
2708
2709 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2710
2711         * wl-summary.el (wl-summary-print-destination): Keep position.
2712         (wl-summary-cursor-move-surface): Keep horizontal position.
2713
2714 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2715
2716         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2717         write sendlog.
2718
2719 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2720
2721         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2722         `wl-summary-highlight'.
2723
2724 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2725
2726         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2727         trivial condition for temp-mark.
2728
2729 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2730
2731         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2732         when it hits killed buffer.
2733
2734 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2735
2736         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2737         * wl-news.el.in: `message' and `error' take format string.
2738
2739 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2740
2741         * wl-folder (wl-folder-insert-entity): Display a message,
2742         `...done', when the work finish.
2743         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2744
2745 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-message.el (wl-message-redisplay): Remove unused local
2748         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2749
2750 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2751
2752         * wl-summary.el (wl-summary-replace-status-marks): Disable
2753         interactive use.
2754         (wl-summary-reedit): Check message existence at first.
2755         (wl-summary-mark-line): Fix doc, return value is indefinite.
2756
2757         * wl-highlight.el (wl-highlight-message): Arranged.
2758
2759         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2760         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2761         check temp-mark by wl-summary-temp-mark always.
2762         (wl-highlight-summary): Change accordingly.
2763         * wl-summary.el (wl-summary-mark-as-read-all)
2764         (wl-summary-delete-cache, wl-summary-set-score-mark)
2765         (wl-summary-mark-as-unread, wl-summary-unmark)
2766         (wl-summary-mark-line, wl-summary-mark-as-read)
2767         (wl-summary-mark-as-important): Ditto.
2768
2769         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2770         end of the window if possible.
2771         * wl-summary.el (wl-summary-sync-update): Support lazy
2772         highlighting.
2773         (wl-summary-toggle-disp-msg): Ditto.
2774
2775 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2776
2777         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2778
2779 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2782         change.
2783
2784 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2787         API.
2788         (wl-summary-sync-update): Ditto.
2789
2790         * wl-score.el (wl-score-get-score-alist): Changed argument.
2791         (wl-summary-rescore-msgs): Likewise.
2792         (wl-summary-score-headers): Likewise.
2793         (wl-score-headers): Likewise;
2794         Use elmo-folder-do-each-message-entity, etc.
2795         (wl-summary-score-effect): Follow the changes above.
2796         (wl-summary-rescore): Ditto.
2797         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2798         (wl-score-get-overview): Abolish.
2799
2800         * wl-summary.el (wl-summary-default-from): Follow the API change in
2801         elmo-msgdb.
2802         (wl-summary-count-unread): Ditto.
2803         (wl-summary-detect-mark-position): Ditto.
2804         (wl-summary-overview-entity-compare-by-date): Ditto.
2805         (wl-summary-overview-entity-compare-by-number): Ditto.
2806         (wl-summary-overview-entity-compare-by-from): Ditto.
2807         (wl-summary-overview-entity-compare-by-subject): Ditto.
2808         (wl-summary-get-list-info): Ditto.
2809         (wl-summary-rescan): Ditto.
2810         (wl-summary-jump-to-msg-by-message-id): Ditto.
2811         (wl-summary-sync-update): Ditto; Removed comment.
2812         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2813         (wl-summary-insert-message): Use wl-summary-insert
2814         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2815         (wl-summary-insert-headers): Changed argument overview to folder.
2816         (wl-summary-search-by-subject): Likewise.
2817         (wl-summary-insert-thread): Renamed from 
2818         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2819
2820         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2821         too.
2822
2823         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2824         wl-string-member.
2825
2826 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2829         elmo-folder-append-buffer.
2830         (wl-draft-queue-append): Likewise.
2831
2832         * wl-mime.el (wl-message-delete-current-part): Ditto.
2833         (wl-summary-burst-subr): Ditto.
2834
2835         * wl-news.el.in (wl-news-send-news): Ditto.
2836
2837 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2840         function.
2841         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2842         (wl-summary-update-mark): Enclose with save-excursion.
2843         (wl-summary-mark-as-read-internal): Fixed last change.
2844         (wl-summary-mark-as-important): Use 3rd argument of
2845         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2846         Don't use elmo-msgdb-set-mark.
2847         (wl-summary-redisplay-internal): If msgdb flag is already read,
2848         just update the mark on buffer.
2849
2850 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2851
2852         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2853         cut visible folder when elmo-folder-delete returns non-nil value.
2854
2855 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2856
2857         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2858         by Kenichi OKADA <okada@opaopa.org>).
2859
2860 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2861
2862         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2863
2864 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2865
2866         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2867         Fixed the last change, search group entity by its real name.
2868         (Thanks to: KOBAYASHI Shinji)
2869
2870 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2871
2872         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2873         (wl-fldmgr-access-display-all): Don't refer visible name.
2874         * wl-expire.el (wl-folder-archive-current-entity)
2875         (wl-folder-expire-current-entity): Ditto.
2876         * wl-folder.el (wl-folder-jump-to-current-entity)
2877         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2878         (wl-folder-open-folder-sub,wl-folder-open-all)
2879         (wl-folder-write-current-folder): Ditto.
2880         (wl-folder-insert-entity): Don't use petname for normal group.
2881         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2882         is the real name.
2883         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2884         Abolished.
2885
2886 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2887
2888         * wl-draft.el (wl-draft-create-buffer): Add
2889         `wl-summary-reply-with-citation'
2890
2891 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2892
2893         * wl-draft.el (wl-draft-reply): Fixed.
2894
2895 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2896
2897         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2898         when `wl-draft-send-confirm-with-preview' is non-nil.
2899         You can scroll up/down by j/k.
2900         (wl-draft-send-confirm-with-preview): New variable (default=t).
2901
2902 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2903
2904         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2905         (wl-fldmgr-save-folders): Fix comment.
2906
2907 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2908
2909         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2910         along the last change in `wl-folder-buffer-group-p'.
2911
2912 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2913
2914         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2915         folder.
2916
2917         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2918         the default value.
2919
2920         * wl-mime.el (wl-summary-burst): Update summary only when target
2921         folder equals current folder.
2922
2923 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2924
2925         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2926
2927 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2928
2929         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2930         value.
2931
2932 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2935         `map-extents' instead of `extent-at' repeatedly.
2936         (wl-highlight-folder-current-line): Ditto.
2937
2938         * wl-highlight.el: Remove useless dummy functions.
2939
2940 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2941
2942         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2943         (wl-folder-put-folder-property): New function to put text property.
2944         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2945         (wl-folder-insert-entity, wl-folder-update-diff-line)
2946         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2947         * wl-e21.el, wl-xmas.el, wl-mule.el
2948         (wl-highlight-folder-current-line): Ditto.
2949         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2950         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2951         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2952         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2953
2954 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2955
2956         * Version number is increased to 2.11.3.
2957
2958 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2961         Resume current-buffer since it is assumed by remaining tasks.
2962
2963 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2966         (wl-folder-completion-function): Abolished.
2967         (wl-folder-complete-folder): New function.
2968         (wl-folder-complete-filter-condition): Ditto.
2969         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2970         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2971
2972 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2973
2974         * wl-draft.el (wl-draft-send-confirm): New function.
2975         (wl-draft-send): Use it.
2976
2977         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2978         cursor-in-echo-area while confirming.
2979
2980         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2981
2982         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2983         searching via nntp if wl-summary-search-via-nntp is 'force.
2984         Otherwise, invoke searching in nntp folder only.
2985         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2986
2987         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2988         explicitly for mime-make-text-tag.
2989
2990 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2991
2992         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2993         `mime-make-text-tag' instead of `mime-create-tag'.
2994
2995 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2996
2997         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2998         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2999
3000 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3001
3002         * wl-score.el (wl-score-save): Bind print-length and print-level.
3003         (wl-score-pretty-print): Ditto.
3004         (wl-score-edit-insert-header-entry): Ditto.
3005
3006         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3007         "From" entry to be treated with wl-draft-eword-encode-address-list.
3008         * wl-mime.el (wl-draft-preview-message): Ditto.
3009
3010         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3011         (wl-summary-mark-as-unread): Ditto.
3012         (wl-summary-mark-as-read-region): Change accordingly.
3013         (wl-summary-mark-as-unread-region): Ditto.
3014         (wl-summary-target-mark-mark-as-read): Ditto.
3015         (wl-summary-target-mark-mark-as-unread): Ditto.
3016
3017 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * Version number is increased to 2.11.2.
3020
3021 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3022
3023         * wl-news.el.in (wl-news-previous-version-save): Bind
3024         print-length and print-level.
3025         * wl-thread.el (wl-thread-save-entities): Ditto.
3026         (wl-thread-save-top-list): Bind print-length.
3027
3028 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-highlight.el (wl-highlight-summary-line-string): Use
3031         wl-summary-score-below-mark, wl-summary-score-over-mark.
3032         (wl-highlight-summary-current-line): Ditto.
3033
3034 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3037         insert it.
3038
3039 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3040
3041         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3042
3043 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3046         message without msgid.
3047         Rewrite with elmo-folder-move-messages.
3048         Set wl-message-buffer to nil.
3049
3050         * wl-summary.el (wl-summary-erase-subr): New function. Use
3051         elmo-folder-move-messages.
3052         (wl-summary-erase): Call it.
3053         (wl-summary-target-mark-erase): Ditto.
3054
3055 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3056
3057         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3058         it is not up-tp-date.
3059
3060 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3061
3062         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3063         buffer after calling `wl-summary-goto-folder-subr' without the
3064         argument `interactive'.
3065         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3066
3067 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3068
3069         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3070         `mime-create-tag'. Use `string=' instead of `looking-at'.
3071
3072 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3075         to avoid compile warning.
3076
3077         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3078         entity-id when folder is given.
3079         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3080         save-excursion, use save-selected-window instead.
3081         Select folder buffer window if exists.
3082         (To correct behavior with wl-folder-move-cur-folder.)
3083
3084 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3085
3086         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3087
3088 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3089
3090         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3091         list-count instead of %d.
3092
3093 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3094
3095         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3096         (wl-news): Set it.
3097         (wl-news-append-to-folder): Use it.
3098
3099         * wl-news.el.in (wl-news-send-news): Append to specified folder
3100         instead of wl-default-folder.
3101         (wl-news-append-to-folder): Show error message with specified folder.
3102
3103         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3104                 In most major modes, Emacs assumes that any opening
3105                 delimiter found at the left margin is the start of a
3106                 top-level definition, or defun. Therefore, *never put an
3107                 opening delimiter at the left margin unless it should have
3108                 that significance.*
3109
3110         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3111
3112 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3113
3114         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3115
3116 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3117
3118         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3119
3120 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3121
3122         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3123         for sequential numbering case.
3124
3125 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3126
3127         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3128         value.
3129         (wl-draft-reply-without-argument-list): Ditto.
3130         (wl-draft-reply-myself-with-argument-list): Abolish.
3131         (wl-draft-reply-myself-without-argument-list): Ditto.
3132         * wl-draft.el (wl-draft-self-reply-p): New function.
3133         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3134
3135 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3136
3137         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3138         (avoid error for the case without byte-compiling)
3139
3140 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3141
3142         * wl-news.el.in (wl-news-append-to-folder): New function.
3143         (wl-news-exit): Rewrite.
3144         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3145
3146 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3147
3148         * wl-draft.el (wl-draft-reply-position): New function.
3149         (wl-draft-reply-position): Fix.
3150         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3151         (wl-summary-target-mark-reply-with-citation): Ditto.
3152         (wl-summary-reply-with-citation): Ditto.
3153         * wl-vars.el (wl-draft-reply-default-position): New variable.
3154
3155 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3156
3157         * wl-draft.el (wl-draft-send): Preview when interactive send.
3158
3159 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3160
3161         * wl-draft.el (wl-draft-reply): Set default position.
3162         * wl-summary.el (wl-summary-reply): Ditto.
3163         (wl-summary-reply-with-citation): Ditto.
3164         (wl-summary-target-mark-reply-with-citation): Ditto.
3165
3166 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3167
3168         * wl-news.el.in (wl-news-lang): Set default value according to
3169         current-language-environment.
3170         (wl-news-append-news): Do nothing when news-list is nil.
3171
3172 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3173
3174         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3175         (wl-news): Change message.
3176         (wl-news-exit): Check buffer.
3177         (wl-news-force-exit): New function.
3178         (wl-news-show-all): New function.
3179         (wl-news-discard-and-exit): Fix.
3180
3181 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3184         according to current-language-environment.
3185
3186         * wl-news.el.in (wl-news): If arg, show all NEWS after
3187         wl-news-default-previous-version.
3188
3189 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3190
3191         * wl-news.el.in (wl-news-check): Rewritten.
3192         (wl-news-previous-version-load): Change data type.
3193         (wl-news-previous-version-save): Change data type.
3194         (wl-news-append-news): Add return value.
3195         (wl-news-check-news): New function.
3196         (wl-news-already-current-p): New function.
3197         (wl-news-send-news): Rewritten.
3198         (wl-news-mode-map): Add new keybind.
3199         (wl-news): Rewritten.
3200         (wl-news-exit): Rewritten.
3201         (wl-news-discard-and-mail): New function.
3202         (wl-news-send-to-address): Abolished.
3203         * wl.el (wl-init): Delete a message.
3204
3205 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3206
3207         * wl-news.el.in (wl-news-exit): Update previous version.
3208         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3209
3210 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3211
3212         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3213
3214 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3215
3216         * wl-news.el.in (wl-news): New function.
3217         (wl-news-mode): New function.
3218         (wl-news-next-line): New function.
3219         (wl-news-next-page): New function.
3220         (wl-news-exit): New function.
3221         (wl-news-buf-name): New variable.
3222         (wl-news-mode-map): New variable.
3223         (wl-news-winconf): New variable.
3224         (wl-news-append-news): Add an option.
3225
3226 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3227
3228         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3229
3230 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-news.el.in (wl-news-send-to-address): New variable.
3233         (wl-news-send-news): Use it.
3234         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3235         Return updating status.
3236         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3237
3238 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3239
3240         * wl-news.el.in (wl-news-send-news): Delete
3241         Organization and X-Face.
3242
3243 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3244
3245         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3246         (wl-news-append-news): New function.
3247         (wl-news-send-news): New function.
3248
3249 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3250
3251         * Version number is increased to 2.11.1.
3252
3253 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3254
3255         * wl-news.el.in : New file.
3256
3257 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3258
3259         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3260         default value.
3261         (wl-draft-reply-without-argument-list): Ditto.
3262
3263 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3264
3265         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3266         (wl-message-buffer-prefetch-idle-time): Ditto.
3267         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3268
3269 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-thread.el (wl-thread-insert-message): Use
3272         wl-summary-max-thread-depth.
3273
3274         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3275         loop detection.
3276
3277         * wl-message.el (wl-message-buffer-display): Back to the first page
3278         when cache is hit.
3279
3280 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3283
3284         * wl-summary.el (wl-summary-insert-thread-entity):
3285         If the thread depth is reached to wl-summary-max-thread-depth,
3286         divide the thread.
3287
3288 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3289
3290         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3291         for elmo-remove-passwd.
3292
3293 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3296         folder is sticky.
3297         (wl-folder-mark-as-read-all-entity): Ditto.
3298         (wl-folder-prefetch-entity): Ditto.
3299
3300 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3301
3302         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3303
3304 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3307         Delete messages on buffer for unplugged operation.
3308         (wl-summary-erase): Ditto.
3309
3310 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3313         take nil so as not to search parent by subject.
3314
3315 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3318         (wl-folder-get-next-folder): Ditto.
3319         (wl-folder-get-path): Ditto.
3320
3321 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3322
3323         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3324         system and encode the region with it before verifying.
3325
3326 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3329         system of the echo buffer before decoding.
3330
3331 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3332
3333         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3334         original contents.
3335
3336 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3339         with argument 'any-exists.
3340
3341 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3342
3343         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3344         Use `wl-cs-autoconv'.
3345
3346 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3349         by `mime-view-automatic-conversion'.
3350
3351         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3352         (wl-message-verify-pgp-nonmime): Ditto.
3353         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3354         Bind them to C-c:d and C-c:v respectively.
3355
3356         Merge following code by Teranishi-san from [wl-en:00167].
3357         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3358         (wl-mime-preview-application/pgp-encrypted): Ditto.
3359         (wl-mime-setup): Add entry.
3360
3361 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-summary.el (wl-summary-target-mark-erase): New function.
3364         Bind it to "mD".
3365
3366 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-vars.el (wl-draft-write-file-function): Fix.
3369         (wl-draft-reedit-hook): Changed default value.
3370
3371         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3372         wl-draft-reedit-hook.
3373         (wl-draft-remove-text-plain-tag): New function.
3374         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3375
3376         * wl-vars.el (wl-draft-write-file-function): New user option.
3377
3378         * wl-draft.el (wl-draft-prepare-edit): Use it for
3379         local-write-file-hooks.
3380         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3381
3382         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3383         (wl-draft-insert-mail-header-separator): Return the body beginning
3384         point.
3385         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3386         text/plain.
3387         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3388
3389 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-summary.el (wl-summary-erase): New function to erase message
3392         without moving it to trash. Bind to "D".
3393
3394         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3395         as `keep' unless switch-function.
3396
3397 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3400         message buffer by using `wl-summary-toggle-disp-msg'.
3401         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3402         buffer window.
3403         (wl-summary-supresedes-message): Ditto.
3404
3405         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3406         Do not delete other windows.
3407         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3408         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3409         (wl-draft-create-buffer): Set reply-or-forward also for target
3410         mark commands.
3411
3412 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-draft.el (wl-user-agent-compose): Delete special case for
3415         switch-to-buffer-other-window.
3416
3417         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3418         (wl-summary-forward): Ditto.
3419
3420         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3421         function.
3422         (wl-draft-buffer-style): New use option.
3423
3424         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3425         (wl-draft): Follow the change above.
3426         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3427         wl-draft-buffer-style.
3428         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3429         switch-function.
3430
3431 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3432
3433         * wl-address.el (wl-address-make-completion-entry): Extracted from
3434         `wl-address-make-completion-list'.
3435         (wl-address-enable-strict-loading): New variable.
3436         (wl-address-make-completion-list): Revive petname duplication
3437         inquiry, and enable it if `wl-address-enable-strict-loading'.
3438         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3439
3440 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-message.el (wl-message-get-original-buffer): Avoid
3443         'Selecting deleted buffer' error when original buffer is killed.
3444
3445 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-summary.el (wl-summary-next-message): Use
3448         elmo-message-accessible-p instead of elmo-message-cached-p.
3449
3450 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3453
3454         * wl-thread.el (wl-thread-open-all-unread): Use
3455         elmo-folder-list-flagged instead of
3456         elmo-folder-list-messages-mark-match.
3457
3458         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3459         instead of elmo-folder-list-messages-mark-match.
3460         (wl-summary-move-spec-alist): New variable.
3461         (wl-summary-move-spec-plugged-alist,
3462         wl-summary-move-spec-unplugged-alist): Abolish.
3463         (wl-summary-next-message): Follow the change above.
3464         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3465         with 'no-msg' argument.
3466
3467         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3468         variable.
3469         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3470         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3471         (wl-message-buffer-prefetch-get-next): Follow the change above.
3472
3473 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-version.el (wl-version): Changed codename.
3476
3477         * Version number is increased to 2.11.0.
3478
3479 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3480
3481         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3482         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3483         `wl-draft-config-variables'.
3484         (wl-draft-kill): Fixed problem when the draft is reedit.
3485
3486 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3487
3488         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3489         buffer-modified status (Thanks to
3490         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3491
3492 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-util.el (wl-region-exists-p): New function.
3495
3496         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3497         Remove defvars for byte-compile warnings.
3498
3499 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3500
3501         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3502         defvar-maybe. Removed unused bind.
3503
3504 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3505
3506         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3507         summary buffer window before creating new frame.
3508         (wl-draft-reply): Ditto.
3509
3510 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3513
3514 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3515
3516         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3517
3518 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3519
3520         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3521         instead of `kill-region'.
3522
3523 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3524
3525         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3526         (wl-highlight-summary-line-string): Use it.
3527         (wl-highlight-summary-current-line): Ditto.
3528
3529         * wl-mime.el (wl-message-delete-current-part): Check the class of
3530         mime-entity.
3531
3532         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3533
3534         * wl-summary.el (wl-summary-make-number-list): Initialize.
3535         (wl-summary-update-mark): New function.
3536         (wl-summary-reply): Put `answered' mark on the message.
3537         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3538
3539         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3540         (wl-draft-reply): Added optional argument `number';
3541         Set wl-draft-parent-number.
3542         (wl-draft-kill): Delete answered mark if it is a reply.
3543
3544 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3545
3546         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3547         that originates in mime-preview-follow-current-entity.
3548         (wl-draft-yank-current-message-entity): Use it if region is active.
3549
3550         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3551         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3552         `wl-message-delete-current-part'.
3553         * wl-mule.el (wl-message-define-keymap): Ditto.
3554         * wl-xmas.el (wl-message-define-keymap): Ditto.
3555
3556 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-mime.el (wl-message-delete-current-part): New function.
3559         (wl-mime-node-id-to-string): Ditto.
3560
3561         * wl-mime.el (wl-message-delete-current-part): Use existing
3562         original buffer which corresponds current mime-view buffer.
3563         (fetched buffer might have different structure, possibly)
3564
3565         * wl-mime.el (wl-message-delete-current-part): Quit if the
3566         message content differs from the actual message.
3567
3568 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3569
3570         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3571         order.
3572         (wl-summary-search-by-subject): Search parent message from tail;
3573         Check the existence of the parent message on the current thread tree.
3574         (wl-summary-update-thread): Check whether the line is inserted.
3575
3576 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3577
3578         * wl-vars.el (wl-summary-line-format): Undo last change.
3579         * wl-summary.el (wl-summary-print-destination): Do not put
3580         invisible property when `wl-summary-width' is nil.
3581         (wl-summary-line-subject-minimum-length): Abolished.
3582         (wl-summary-line-subject): Ditto.
3583
3584 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-vars.el (wl-summary-line-format): Change default value.
3587         (wl-summary-subject-length-limit): Abolished.
3588         * wl-summary.el (wl-summary-line-subject): Ditto.
3589
3590 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3591
3592         * wl-template.el (wl-template-select): Added optional argument.
3593         If optional argument is specified, reverse
3594         `wl-template-visible-select'.
3595
3596 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3597
3598         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3599         Take prefix argument to force asking the destination folder.
3600
3601 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3602
3603         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3604         count and update status.
3605
3606 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-summary.el (wl-summary-redisplay-internal): If
3609         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3610         after fetching.
3611
3612 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3613
3614         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3615         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3616
3617         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3618
3619 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3620
3621         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3622         (All other related portions are changed).
3623         (wl-summary-mark-as-read-all): Rewrite.
3624
3625 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3626
3627         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3628         `wl-summary-mark-as-read'.
3629         (wl-summary-mark-as-unread): Rewrite.
3630         (wl-summary-mark-as-read): Added no-modeline argument.
3631         (wl-summary-resume-cache-status): Rewrite.
3632         (wl-summary-exec-subr): Remove unused local variable.
3633
3634 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3637         logic to call `wl-summary-buffer-prev-folder-function'.
3638         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3639
3640 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3643         is nil.
3644
3645 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3646
3647         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3648         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3649         (wl-mime-setup): Add its entry.
3650
3651 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3654         (wl-summary-delete-cache): Likewise.
3655         (wl-summary-mark-as-read): Rewrite.
3656
3657 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3660         `wl-summary-count-unread'.
3661
3662         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3663
3664         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3665
3666 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3669         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3670         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3671         Renamed to the elmo-msgdb-*-mark.
3672         (wl-summary-score-marks): Follow the change above.
3673         (wl-summary-auto-refile-skip-marks): Ditto.
3674         (wl-summary-incorporate-marks): Ditto.
3675         (wl-summary-expire-reserve-marks): Ditto.
3676
3677         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3678         changes.
3679         (wl-thread-insert-top): Changed updating message.
3680
3681         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3682         variable.
3683         (wl-summary-count-unread): Count answered marks.
3684         (wl-summary-rescan): Call wl-summary-insert-message instead of
3685         wl-summary-append-message-func-internal.
3686         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3687         (wl-summary-prefetch-msg): Follow the variable name changes.
3688         (wl-summary-prefetch-region): Ditto.
3689         (wl-summary-mark-as-read-all): Follow the API changes;
3690         Don't call elmo-folder-replace-marks.
3691         (wl-summary-delete-cache): Follow the variable name changes.
3692         (wl-summary-resume-cache-status): Ditto.
3693         (wl-summary-update-status-marks): New function.
3694         (wl-summary-insert-message): New function.
3695         (wl-summary-sync-marks): Follow the variable name changes.
3696         (wl-summary-sync-update): Synchronize to the msgdb, too;
3697         Changed update messages.
3698         (wl-summary-make-number-list): Rewrite.
3699         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3700         (wl-summary-mark-as-unread): Follow the API changes.
3701         (wl-summary-exec-subr): Follow the variable name changes.
3702         (wl-summary-mark-as-read): Ditto.
3703         (wl-summary-move-spec-plugged-alist): Ditto.
3704         (wl-summary-move-spec-unplugged-alist): Ditto.
3705         (wl-summary-cursor-move-surface): Ditto.
3706
3707         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3708         variable name changes.
3709         (wl-highlight-summary-current-line): Ditto.
3710
3711         * wl-expire.el (wl-expire-refile): Follow the API change in
3712         elmo-folder-move-messages.
3713         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3714         (wl-summary-archive): Use elmo-folder-msgdb instead of
3715         elmo-msgdb-load.
3716
3717 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-mime.el (wl-draft-preview-message): Restore the position
3720         before evaluating wl-draft-send-hook in preview buffer.
3721
3722 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3725         when it creates new draft buffer.
3726
3727         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3728         without argument.
3729
3730         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3731         Evaluate content and if the value is string, insert it.
3732         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3733         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3734         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3735         wl-draft-config-sub-part-bottom): Use it.
3736
3737         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3738         with the folder name. The question was unintelligible when it is
3739         called from wl-save-status.
3740
3741 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3744         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3745         cannot take second argument).
3746
3747 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3750         as t. Since type and subtype are not case sensitive (RFC 2045).
3751
3752 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-vars.el (wl-message-mode-line-format): New variable.
3755         (wl-message-mode-line-format-spec-alist): Ditto.
3756         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3757         (wl-message-redisplay): Use wl-message-mode-line-format.
3758
3759 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3762
3763 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-summary.el (wl-summary-default-from): Write description.
3766
3767 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-vars.el (wl-ldap-objectclass): Abolish.
3770
3771         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3772         (wl-ldap-make-filter): Removed condition for objectclass.
3773         (wl-ldap-make-matched-value-list): Remove meaningless process.
3774         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3775         (wl-address-ldap-search): Don't add `*' to `pat' string;
3776         use ignore-errors; added `email';
3777         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3778         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3779         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3780
3781
3782 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3783
3784         * wl-draft.el (wl-draft-parent-folder): Write description.
3785         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3786
3787 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3790         as "" (zero-length string) if no parent.
3791         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3792
3793 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-address.el (wl-address-make-completion-list): Skip duplication
3796         checking.
3797         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3798         `append'.
3799
3800 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3801
3802         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3803         instead of `beginning-of-buffer'.
3804
3805 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3808
3809 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3812         Refer wl-message-buffer-name.
3813         (wl-message-wheel-down): Ditto.
3814
3815 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-vars.el (wl-message-buffer-name): New user option.
3818
3819         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3820         directly instead of making alist dinamically.
3821
3822         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3823         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3824         wl-message-buffer-cache-name.
3825         (wl-message-buffer-cache-clean-up): Ditto.
3826
3827         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3828
3829         * Version number is increased to 2.9.15.
3830
3831 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-vars.el (wl-summary-default-view-alist): New user option.
3834
3835         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3836
3837         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3838         while deleting address.
3839         (wl-draft-delete-myself-from-cc): Ditto.
3840
3841         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3842         If optional argument is specified, reverse sort order.
3843
3844         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3845
3846 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-thread.el (wl-thread-insert-message): Return parent number if
3849         exists.
3850         (wl-thread-update-indent-string-region): Use
3851         wl-thread-update-line-on-buffer-sub instead of
3852         wl-thread-update-line-on-buffer.
3853
3854 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3855
3856         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3857         (wl-folder-close-all): Ditto.
3858
3859 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3860
3861         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3862         and mailing-list:.
3863         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3864         value.
3865         (wl-summary-line-list-info): Print mailing-list name even when 
3866         list-number is empty.
3867
3868 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3871
3872         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3873         (wl-draft-open-file): Ditto.
3874         (wl-draft-random-alphabet): Ditto.
3875
3876         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3877         bindings.
3878
3879 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3882         * wl-vars.el (wl-draft-config-alist): Ditto.
3883
3884 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3885
3886         * Version number is increased to 2.9.14.
3887
3888         * wl.el (wl): Don't set wl-init as nil when error occured while
3889         auto-checking folders.
3890
3891         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3892         `elmo-expand-newtext'.
3893
3894 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3897         `this-command' so that `wl-folder-goto-folder' contained in
3898         `wl-summary-keep-cursor-command' work.
3899
3900 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3901
3902         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3903         message buffer displaying state.
3904
3905 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-vars.el (wl-summary-default-view): New variable to specify
3908         default value for `wl-summary-buffer-view' instead of using
3909         set-default.
3910         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3911
3912 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3915
3916         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3917
3918 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3919
3920         * wl-vars.el (wl-forward-subject-prefix): New variable.
3921         * wl-draft.el (wl-draft-forward): Use it.
3922
3923 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-message.el (wl-message-prev-page): When it is called without
3926         lines argument, scroll down by wl-message-scroll-amount lines.
3927         (wl-message-next-page): Ditto.
3928         * wl-vars.el (wl-message-scroll-amount): Change default value
3929         to preserve current behavior.
3930
3931 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3932
3933         * wl-summary.el (wl-summary-prefetch-msg): Bind
3934         `wl-message-entity' to call `wl-summary-from-function'.
3935
3936 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-message.el (wl-message-buffer-create): Run
3939         wl-message-buffer-created-hook.
3940
3941 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-summary.el (wl-summary-sort-specs): New variable.
3944         (wl-summary-default-sort-spec): Ditto.
3945         (wl-summary-sort): Rewrite.
3946         (wl-summary-sort-by-list-info): New function.
3947
3948 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3949
3950         * wl-summary.el (wl-summary-get-list-info): New function.
3951         (wl-summary-sort): Rewrite.
3952         (wl-summary-line-list-info): Ditto.
3953         (wl-summary-line-list-count): Ditto.
3954         (wl-summary-refile-region): Fixed docstring.
3955
3956 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3959         `wl-folder-entity-hashtb' as completion table.
3960
3961 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3964         only when this command is called interactively; silence the byte-
3965         compiler.
3966
3967 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3968
3969         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3970         active in XEmacs.
3971
3972 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3973
3974         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3975         plural lines.
3976
3977 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3980         of current line when the cursor is on the header name.
3981         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3982
3983 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3984
3985         * wl-util.el (wl-read-directory-name): Return displayed directory
3986         as the default value also on XEmacs.
3987
3988 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3991         formatting.
3992
3993 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3996         argument and when it is non-nil, check face property before
3997         highlighting for each line.
3998         (wl-highlight-summary-window): Set it.
3999
4000 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4003         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4004
4005         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4006         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4007         (wl-draft-get-fcc-list): Likewise.
4008
4009 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4012         (wl-thread-entity-cur): Ditto.
4013         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4014         wl-thread-indent-regexp setting.
4015         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4016
4017         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4018         wl-summary-lazy-highlight.
4019         (wl-summary-display-bottom): Ditto.
4020
4021         * wl-thread.el (wl-thread-open-close): Likewise.
4022
4023         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4024         from and subject;
4025         Bind wl-draft-use-frame;
4026         Enclose with save-window-excursion;
4027         Use wl-draft-create-buffer instead of with-temp-buffer;
4028         Use wl-draft-prepare-edit;
4029         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4030         Use wl-draft-send instead of wl-draft-raw-send.
4031
4032 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4035         of using wl-from.
4036
4037 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4040         insert-buffer instead of clone-buffer.
4041         (wl-draft-doing-mime-bcc): New variable.
4042         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4043         infinite loop.
4044         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4045
4046         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4047         (wl-draft-mime-bcc-body): Ditto.
4048
4049         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4050         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4051         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4052         wl-draft-do-mime-bcc.
4053         (wl-draft-mime-bcc-field): New function.
4054         (wl-draft-do-mime-bcc): Ditto.
4055
4056         * wl-address.el (wl-address-complete-header-list): New variable.
4057         (wl-address-complete-header-regexp): Changed default value.
4058
4059         * Version number is increased to 2.9.13.
4060
4061 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4064         it is differed.
4065
4066 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4067
4068         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4069         (wl-summary-line-list-count): Ditto.
4070
4071 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4072
4073         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4074         (wl-nntp-posting-function): New variable.
4075         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4076         `wl-nntp-posting-config-alist'.
4077
4078 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4081         FLIM.
4082
4083 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4084
4085         * wl-summary.el (wl-summary-target-mark-refile-sub):
4086         Remove a nuisance funcall.
4087
4088 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4091         as t for `try-completion'.
4092
4093 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * wl-summary.el (wl-summary-default-from): Use
4096         wl-address-header-extract-address instead of
4097         std11-extract-address-components.
4098         (wl-summary-simple-from): Ditto.
4099         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4100         (wl-summary-insert-headers): Show message.
4101         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4102         for whole line.
4103         (wl-summary-default-from): Revert last change.
4104         (wl-summary-simple-from): Ditto.
4105         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4106         (wl-summary-mark-as-read-region): Follow the change above.
4107         (wl-summary-sync-marks): Ditto.
4108         (wl-summary-target-mark-mark-as-read): Ditto.
4109         (wl-summary-redisplay-internal): Ditto.
4110         (wl-summary-redisplay-no-mime-internal): Ditto.
4111         (wl-summary-redisplay-all-header): Ditto.
4112         (wl-summary-mark-as-read): Removed argument `cached';
4113         Use current cache status to set cache mark.
4114         (wl-summary-redisplay-internal): Follow the change above.
4115         (wl-summary-redisplay-no-mime-internal): Ditto.
4116         (wl-summary-redisplay-all-header): Ditto.
4117
4118         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4119
4120         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4121         Don't call itself recursively (Adviced by Yamaoka-san).
4122
4123 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4124
4125         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4126         bind wl-summary-highlight as nil to avoid error caused by missing
4127         local variables.
4128
4129 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-vars.el (wl-invalid-character-message): New user option.
4132
4133         * wl-util.el (wl-set-string-width): If truncated string-width is
4134         larger than specified width, use `wl-invalid-character-message'.
4135
4136 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4137
4138         * wl-summary.el (wl-summary-prefetch-msg): 
4139         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4140
4141 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-vars.el (wl-summary-check-line-format): New user option.
4144         (wl-summary-line-format-file): Ditto.
4145
4146         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4147         variable.
4148         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4149         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4150         and `wl-summary-view-old-p' to check whether do a rescan or not.
4151         (wl-summary-view-old-p): New function.
4152         (wl-summary-line-format-changed-p): Ditto.
4153         (wl-summary-line-format-save): Ditto.
4154         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4155
4156         * wl-util.el (wl-set-string-width): Avoid using negative number
4157         for make-string.
4158
4159 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4160
4161         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4162         return value.
4163
4164         * wl-util.el (wl-set-string-width): Added optional argument
4165         `padding' (All other related portions are changed).
4166         (wl-line-parse-format): If the first letter of column number is
4167         `0', zero-padding the result (ex: "%05l").
4168
4169         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4170
4171 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4174         sequential summary view.
4175
4176 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4179         if it doesn't have a -unix version.
4180
4181 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4184
4185 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4186
4187         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4188         content.
4189         (wl-draft): Follow the change above.
4190
4191         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4192
4193         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4194         and wl-folder-summary-line-format-alist contain %T and %P.
4195
4196         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4197         (wl-summary-mode-line-format): New user option.
4198         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4199         (wl-summary-line-format): Changed default value.
4200         (wl-summary-lazy-highlight): Changed default value.
4201
4202         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4203         change in wl-summary-create-line.
4204         (wl-thread-insert-entity-sub): Ditto.
4205
4206         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4207         (wl-summary-buffer-unread-status): Ditto.
4208         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4209         (wl-summary-buffer-persistent-mark-column): Ditto.
4210         (wl-summary-buffer-mode-line-formatter): Ditto.
4211         (wl-summary-buffer-mode-line): Ditto.
4212         (wl-summary-message-regexp): Abolished.
4213         (All other related portions are changed.)
4214         (wl-summary-detect-mark-position): New function.
4215         (wl-summary-buffer-set-folder): Setup
4216         wl-summary-buffer-mode-line-formatter.
4217         (wl-summary-mode): Setup selective-display;
4218         Setup pre-idle-hook when xemacs.
4219         (wl-summary-update-modeline): Rewrite.
4220         (wl-summary-jump-to-msg): Define as function;
4221         Changed regexp for searching messages.
4222         (wl-summary-message-number): Rewrite.
4223         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4224         Do rescan when old type summary cache.
4225         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4226         (wl-summary-remove-destination): Use '\r' to detect EOL.
4227         (wl-summary-print-destination): Ditto.
4228         (wl-summary-temp-mark): New inline function.
4229         (wl-summary-persistent-mark): Ditto.
4230         (wl-summary-line-number): New function.
4231         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4232         (wl-summary-line-list-count): New function.
4233         (wl-summary-create-line): Added argument persistent-mark.
4234         (All other related portions are changed)
4235         (wl-summary-create-line): Insert '\r'.
4236         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4237         (wl-summary-cursor-move-surface): New inline function.
4238         (wl-summary-prev): Use it.
4239         (wl-summary-next): Ditto.
4240
4241         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4242         wl-summary-message-regexp.
4243         (wl-highlight-summary): Delete progress message.
4244         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4245
4246         * Version number is increased to 2.9.12.
4247
4248 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4249
4250         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4251         variable (nil: no minimum).
4252         (wl-summary-line-subject): Add some spaces after subject by
4253         wl-summary-line-subject-minimum-length.
4254
4255 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4256
4257         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4258         and removed `F'.
4259         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4260         change above).
4261
4262 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4263
4264         * wl-summary.el (wl-summary-line-list-count): Reverted.
4265         (example setting in samples/*/dot.wl is also updated)
4266
4267 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4270
4271         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4272
4273         * wl-vars.el (wl-summary-line-format): Addes some description to the
4274         docstring.
4275
4276         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4277         (wl-summary-line-close-bracket): Ditto.
4278         (wl-summary-line-children-number): Ditto.
4279         (wl-summary-line-thread-indent): Ditto.
4280         (wl-summary-line-children-and-from): Ditto.
4281
4282         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4283         't', 'c', 'F' and added 'C'.
4284
4285         * wl-util.el (wl-set-string-width): Accept negative value.
4286         (wl-line-parse-format): Added "%number(" and "%)".
4287
4288 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4289
4290         * wl-summary.el (wl-summary-line-list-count): Change format of the
4291         return value.
4292
4293 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4294
4295         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4296         from the recent message.el.
4297         (wl-draft-point-in-header-p): Ditto.
4298         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4299         wl-draft-beginning-of-line.
4300         * wl-e21.el (wl-draft-mode-map): Ditto.
4301         * wl-xmas.el (wl-draft-mode-map): Ditto.
4302
4303         * wl-folder.el: Sort macrodefs by dependencies.
4304
4305 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4306
4307         * wl-summary.el (wl-summary-prev): Fixed regexp.
4308         (wl-summary-next): Ditto.
4309
4310 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4313
4314 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4315
4316         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4317         for backward compatibility.
4318
4319 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-summary.el (wl-summary-line-list-count): New function, merged
4322         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4323         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4324         list counts.
4325
4326 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-summary.el (wl-summary-create-line): Ignore errors while
4329         timezone-fix-time.
4330
4331         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4332
4333         * wl-summary.el (wl-summary-sync-update): Ditto.
4334         (wl-summary-default-from): Use wl-message-entity
4335         instead of entity.
4336
4337         * wl-summary.el (wl-summary-create-line): Fix.
4338
4339         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4340         (wl-summary-line-format): New user option.
4341         (wl-folder-summary-line-format-alist): Ditto.
4342         (wl-summary-from-width): Abolished.
4343
4344         * wl-util.el (toplevel): Require 'bytecomp.
4345         (wl-line-parse-format): New function.
4346         (wl-line-formatter-setup): New macro.
4347
4348         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4349         (wl-summary-buffer-line-formatter): New buffer local variable.
4350         (wl-summary-switch-to-clone-buffer): Follow the change above.
4351         (wl-summary-message-regexp): Fix.
4352         (wl-summary-from-func-internal): Abolished.
4353         (wl-summary-subject-func-internal): Ditto.
4354         (wl-summary-subject-filter-func-internal): Ditto.
4355         (All other related portions are changed.)
4356         (wl-summary-buffer-set-folder):
4357         Set up wl-summary-buffer-number-column and 
4358         wl-summary-buffer-line-formatter
4359         (All other related portions are changed.)
4360         (wl-summary-buffer-number-column-detect): Abolished.
4361         (All other related portions are changed.)
4362         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4363         (wl-summary-delete-all-temp-marks-on-buffer): Use
4364         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4365         (wl-summary-target-mark-delete): Ditto.
4366         (wl-summary-target-mark-refile-subr): Ditto.
4367         (wl-summary-target-mark-mark-as-read): Ditto.
4368         (wl-summary-target-mark-mark-as-unread): Ditto.
4369         (wl-summary-target-mark-mark-as-important): Ditto.
4370         (wl-summary-target-mark-save): Ditto.
4371         (wl-summary-replace-status-marks): Renamed from
4372         wl-summary-set-status-marks-on-buffer;
4373         Use wl-summary-message-regexp instead of
4374         wl-summary-buffer-number-regexp.
4375         (wl-summary-sync-update): Follow the change above.
4376         (wl-summary-goto-previous-message-beginning): New function.
4377         (wl-summary-mark-as-unread): Use it.
4378         (wl-summary-mark-as-important): Ditto.
4379         (wl-summary-line-formatter): New variable.
4380         (wl-summary-line-year): New function.
4381         (wl-summary-line-day): Ditto.
4382         (wl-summary-line-day-of-week): Ditto.
4383         (wl-summary-line-hour): Ditto.
4384         (wl-summary-line-minute): Ditto.
4385         (wl-summary-line-open-bracket): Ditto.
4386         (wl-summary-line-close-bracket): Ditto.
4387         (wl-summary-line-children-number): Ditto.
4388         (wl-summary-line-thread-indent): Ditto.
4389         (wl-summary-line-size): Ditto.
4390         (wl-summary-line-subject): Ditto.
4391         (wl-summary-line-from): Ditto.
4392         (wl-summary-line-children-and-from): Ditto.
4393         (wl-summary-create-line): Rewritten.
4394         (wl-summary-format-date): Abolished.
4395
4396         * wl-highlight.el (wl-highlight-summary-current-line): Use
4397         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4398         Use thread structure to detect thread top message.
4399
4400         * wl-draft.el (wl-default-draft-cite): Don't use
4401         wl-summary-from-func-internal.
4402
4403         * wl-refile.el (wl-refile-subject-learn): Don't use
4404         wl-summary-subject-filter-func-internal.
4405         (wl-refile-guess-by-subject): Ditto.
4406
4407         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4408         parameters.
4409
4410         * wl-thread.el (wl-thread-update-indent-string-region):
4411         Use wl-thread-update-line-on-buffer instead of
4412         wl-thread-update-indent-string.
4413         (wl-thread-update-children-number): Redefine using
4414         wl-thread-update-line-on-buffer.
4415         (wl-thread-update-indent-string): Abolished.
4416
4417         * Version number is increased to 2.9.11.
4418
4419 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4422         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4423         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4424
4425         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4426         as nil.
4427
4428         * wl-thread.el (wl-thread-open-all-unread): Use 
4429         elmo-folder-list-messages-mark-match.
4430         (wl-thread-insert-message): Removed argument `mark-alist'.
4431         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4432         elmo-msgdb-set-mark.
4433         (wl-thread-get-children-msgs-uncached): Likewise.
4434         (wl-thread-get-exist-children): Added argument include-self.
4435         (wl-thread-delete-message): Follow the change above.
4436
4437         * wl-summary.el (wl-summary-count-unread): Removed argument.
4438         (wl-summary-rescan): Follow the change above.
4439         (wl-summary-mark-as-read-region): Ditto
4440         (wl-summary-mark-as-unread-region): Ditto.
4441         (wl-summary-delete-messages-on-buffer): Ditto.
4442         (wl-summary-sync-update): Ditto.
4443         (wl-summary-switch-to-clone-buffer): Ditto.
4444         (wl-summary-goto-folder-subr): Ditto.
4445         (wl-summary-target-mark-mark-as-read): Ditto.
4446         (wl-summary-target-mark-mark-as-unread): Ditto.
4447         (wl-summary-target-mark-mark-as-important): Ditto.
4448         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4449         (wl-summary-update-thread): Removed argument `mark-alist'.
4450         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4451         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4452         (wl-summary-resume-cache-status): Likewise.
4453         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4454         elmo-msgdb-set-mark.
4455         (wl-summary-mark-as-read-all): Likewise.
4456         (wl-summary-delete-cache): Ditto.
4457         (wl-summary-auto-select-msg-p): Ditto.
4458         (wl-summary-mark-as-unread): Ditto.
4459         (wl-summary-no-auto-refile-message-p): Ditto.
4460         (wl-summary-mark-as-read): Ditto.
4461         (wl-summary-mark-as-important): Ditto.
4462         (wl-summary-auto-refile): Follow the change above.
4463         (wl-summary-delete-all-marks): Removed.
4464         (wl-summary-resume-marks-and-highlight): Ditto.
4465         (wl-summary-resume-marks): Ditto.
4466         (wl-summary-delete-important-msgs-from-list): Ditto.
4467         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4468
4469         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4470         wl-summary-count-unread.
4471
4472         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4473         (wl-summary-score-update-all-lines): Use
4474         elmo-msgdb-set-mark.
4475
4476 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4479         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4480         (wl-summary-create-line): Renamed from
4481         wl-summary-overview-create-summary-line;
4482         Argument rearrangement.
4483         (wl-summary-update-thread): Follow the change above.
4484
4485         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4486         (wl-thread-insert-entity-sub): Likewise.
4487
4488         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4489         argument `overview', `mark-alist' and added `msgdb'.
4490
4491         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4492
4493         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4494         (wl-summary-rescan): Follow the change above.
4495         (wl-summary-sync-update): Ditto.
4496         (wl-summary-insert-thread-entity): Ditto;
4497         Don't use `let*' in every while loop;
4498         Detect infinite loop of threads.
4499         (wl-summary-update-thread): Removed argument `overview'.
4500
4501         * wl-thread.el (wl-thread-insert-message): Ditto.
4502
4503         * Version number is increased to 2.9.10.
4504
4505         * wl-message.el (wl-message-redisplay): Ignore errors while
4506         wl-message-redisplay-hook.
4507
4508 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4511
4512 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl.el (wl): inhibit-quit while wl-folder.
4515
4516 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4519         while msgdb access.
4520
4521 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4522
4523         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4524         even if no folder is not created.
4525
4526 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4529
4530         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4531         implementation.
4532         (wl-summary-target-mark-thread): Ditto.
4533
4534         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4535
4536 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4537
4538         * wl-util.el (wl-display-bytes): Remove unused function.
4539
4540 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4543         seems critical one (partially reverse the change in 2002/03/17).
4544
4545 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4548         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4549
4550 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4551
4552         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4553         is not writable.
4554         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4555         plugged status instead of `'force' as 2nd argument.
4556
4557         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4558         is not creatable.
4559
4560         * Version number is increased to 2.9.9.
4561
4562 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4563
4564         * wl-summary.el (wl-summary-suspend): New function.
4565
4566 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl.el (wl): Do not check variables if check is nil.
4569         * wl-utils.el (wl-collect-draft): New function.
4570         * wl-folder.el (wl-folder-suspend): Put summary buffers
4571         and draft buffers at the end of buffer list.
4572         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4573
4574 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4575
4576         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4577         loop instead of recursive call.
4578
4579         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4580         2nd argument.
4581
4582 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4583
4584         * wl-draft.el (wl-draft-create-contents): Don't take neither
4585         (function . args) nor (string . something) any more.
4586
4587         * wl-version.el (wl-generate-user-agent-string): Return string
4588         without header symbol.
4589         * wl-draft.el (wl-draft-default-headers): Use it.
4590
4591         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4592         `wl-draft-insert-ccs' and return field value instead of inserting
4593         the header. Abolish cc argument.
4594         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4595
4596         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4597         rather than one with string car.
4598
4599         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4600         * wl-draft.el (wl-draft-create-contents): Add it after the default
4601         headers.
4602
4603         * wl-draft.el (wl-draft-create-contents): For the case of
4604         (symbol-or-string . function) insert header only when the function
4605         returns string value.
4606
4607 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4610         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4611
4612 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl.el (wl-check-environment): Don't check Message-ID when
4615         `wl-insert-message-id' is nil.
4616         Revive checking if `wl-message-id-domain' contains "@".
4617
4618 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl.el (wl-check-environment): Merge examination for "@" at
4621         inappropriate position into the first string-match.
4622
4623         * wl-summary.el (wl-summary-target-mark-print): New function.
4624         (wl-summary-pipe-message-subr): Extracted from
4625         `wl-summary-pipe-message'.
4626         (wl-summary-target-mark-pipe): New function.
4627         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4628         `wl-summary-target-mark-pipe'.
4629
4630 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4633
4634 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl.el (wl-check-environment): Use elmo-warning instead of
4637         error for non-critical ones.
4638         Remove trash folder check.
4639         (wl): Don't ignore error in wl-check-environment.
4640
4641         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4642         check, which is moved from `wl-check-environment'.
4643         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4644
4645 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4648         guess anything, call wl-summary-write.
4649         (wl-summary-write): Create draft with blank To field.
4650         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4651
4652 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4655         argument full as well for wl-folder-write-current-folder.
4656         If wl-*-write-current-folder cannot guess addressee, add blank
4657         To header.
4658         Rewrite condition for positioning cursor.
4659
4660 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4663         summary buffer is present, use it.
4664         (wl-folder-jump-to-previous-summary): Ditto.
4665
4666 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4669
4670         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4671         wl-summary-previous-buffer and wl-summary-next-buffer.
4672
4673         * wl-folder.el (wl-folder-mode-map): Bind
4674         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4675         (wl-folder-jump-to-next-summary): New function.
4676         (wl-folder-jump-to-previous-summary): Ditto.
4677
4678         * wl-draft.el (wl-draft): Rearranged.
4679
4680 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4683         of header.
4684         (wl-draft): Collect arguments for the header as header-alist.
4685         (wl-draft-forward): Arrange arguments for wl-draft.
4686         (wl-draft-reply): Ditto.
4687         (wl-draft-edit-string): Ditto.
4688         * wl-summary.el (wl-summary-write): Ditto.
4689         (wl-summary-write-current-folder): Ditto.
4690
4691         * Version number is increased to 2.9.8.
4692
4693 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4696
4697         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4698
4699         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4700         even if the guess failed.
4701
4702         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4703         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4704         wl-summary-write-current-folder.
4705         * wl-xmas.el: Ditto.
4706
4707 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-summary.el (wl-summary-next-page): Force display message if
4710         message is not displayed yet.
4711         (wl-summary-prev-page): Ditto.
4712
4713 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4714
4715         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4716
4717 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4720         add "Preview Message" and "Save Draft and Exit".
4721
4722 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4725         if addrmgr is called from draft in splitted window.
4726
4727         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4728         * wl-mule.el: Ditto.
4729         * wl-xmas.el: Ditto.
4730
4731 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4734
4735         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4736         * wl-xmas.el (wl-folder-toolbar): Ditto.
4737
4738 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4739
4740         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4741         and wl-draft-save-and-exit.
4742         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4743         * wl-xmas.el: Ditto.
4744         * wl-mule.el: Ditto.
4745
4746         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4747         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4748
4749 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4752         lists for saving buffer.
4753
4754 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4757         parent-folder argument instead of it.
4758         (wl-draft-create-buffer): Ditto.
4759         (wl-draft-forward): Ditto.
4760         (wl-draft-reply): Ditto.
4761         * wl-summary.el (wl-summary-write): Ditto.
4762         (wl-summary-write-current-folder): Ditto.
4763
4764         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4765         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4766         Folder buffer after composing.
4767
4768 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4771         header if the file `wl-x-face-file' already contains it.
4772
4773 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4776         folder" entry.
4777         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4778         * wl-e21.el (wl-folder-toolbar): Ditto.
4779         * wl-xmas.el (wl-folder-toolbar): Ditto.
4780
4781 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4784         wl-folder-goto-folder with sticky argument.
4785         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4786
4787 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4790         and wl-summary-previous-buffer.
4791         (wl-summary-next-buffer): New function.
4792         (wl-summary-previous-buffer): Ditto.
4793
4794 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4797         wl-folder-jump-to-current-entity-with-arg.
4798         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4799         `wl-folder-jump-to-current-entity'.
4800         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4801         `wl-summary-goto-folder-sticky'.
4802         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4803         `wl-summary-goto-folder'.
4804         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4805         Unless force-exit, do not clean temp. marks for sticky summary.
4806         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4807
4808 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4811         not entire.
4812
4813 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4816         to `C-x C-s'.
4817         (wl-summary-save-status): New command.
4818         (wl-summary-exit): Don't clean-up temp marks when sticky.
4819         (Applied patch from Nakayama-san [wl: 09548])
4820         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4821         Do nothing when no mark data.
4822         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4823         Call `wl-summary-delete-all-temp-marks' before saving.
4824
4825 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4826
4827         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4828
4829 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl.el (wl-check-environment): Also cause error when (system-name)
4832         returns "localhost.localdomain". (Although it doesn't affect because
4833         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4834
4835 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4838         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4839
4840         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4841         value.
4842
4843 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4846         Likewise r-cc-list and r-ng-list.
4847
4848 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4849
4850         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4851         only if it is bound as variable.
4852
4853         * wl-mime.el (wl-draft-preview-message): Ditto.
4854
4855 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4858         needless `goto-char'.
4859
4860         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4861         `wl-summary-redisplay-no-mime-internal' instead of
4862         `wl-summary-redisplay-no-mime'.
4863         (wl-summary-redisplay-no-mime): Changed argument;
4864         Call `wl-summary-redisplay-no-mime-internal'.
4865
4866         * wl-mime.el (wl-draft-preview-message): Bind
4867         `mime-header-encode-method-alist' locally.
4868
4869         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4870         (wl-draft-std11-parse-addresses): Added the first address check.
4871         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4872
4873         * Version number is increased to 2.9.7.
4874
4875 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4878
4879 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4880
4881         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4882         related to scrollbar support, if there is no such a feature
4883         compiled in.
4884
4885 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4888         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4889         for prefetch.
4890
4891 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4892
4893         * wl-summary.el (wl-summary-pick): Fix for no match.
4894
4895 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4896
4897         * wl-draft.el (wl-draft-save):
4898         Override `mime-header-encode-method-alist'.
4899
4900 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-folder.el (wl-folder-pick): New function.
4903         Define key as "?".
4904
4905 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4906
4907         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4908         Fix for unplugged.
4909
4910 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-folder.el (wl-folder-virtual): New function.
4913         Define key as "V".
4914
4915 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4916
4917         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4918         multi folder if entity is group.
4919
4920 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4923         is nil.
4924
4925 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4928         (wl-summary-target-mark-msgs): Return the number of marked messages.
4929
4930 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4931
4932         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4933         "first:" is specified.
4934
4935 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-vars.el (wl-from): Use return value of function
4938         user-full-name instead of the variable user-full-name since
4939         XEmacs-20.4 doesn't set this variable.
4940
4941 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4942
4943         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4944         call `wl' directly.
4945
4946 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4947
4948         * wl-draft.el (wl-draft-reedit): Removed duplicated
4949         switch-to-buffers.
4950
4951 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * wl.el (wl-other-frame): Removed garbages.
4954
4955 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4958
4959         * wl-xmas.el (wl-draft-key-setup): Ditto.
4960
4961         * wl-mule.el (wl-draft-key-setup): Ditto.
4962
4963         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4964         (wl-draft-reedit): Ditto.
4965         (wl-draft-prepare-edit): Add `wl-draft-save' to
4966         `local-write-file-hooks'.
4967         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4968         (wl-draft-reedit): Set buffer-file-name.
4969         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4970
4971
4972         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4973         call it.
4974         (wl-delete-startup-frame-function): New variable.
4975         (wl-other-frame): New function
4976         (Original was written by Yamaoka san [wl: 09239]).
4977
4978         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4979         if `wl-folder-use-frame'.
4980
4981 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4984
4985 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4986
4987         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4988         New variable.
4989         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4990         (wl-message-buffer-prefetch-get-next): Use them.
4991         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4992
4993 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4996         with unwind-protect.
4997
4998         * wl-draft.el (wl-draft-reedit): Rewrite.
4999         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5000         (wl-draft-save): Insert header separator if it does not exist;
5001         Removed condition-case.
5002
5003         * wl-summary.el (wl-summary-reedit): Revert last change.
5004
5005         * wl-draft.el (wl-draft-save): Rewrite.
5006         (wl-draft-create-buffer): Set buffer-file-name as nil.
5007
5008         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5009
5010         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5011
5012         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5013         nil.
5014
5015 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5018         If count is nil, do not prefetch.
5019         (wl-message-buffer-prefetch-next): Next.
5020
5021 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5024
5025 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5026
5027         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5028         `delete-backward-char'
5029         (wl-draft-prepare-edit): Check major-mode.
5030         (wl-draft-decode-header): Rewrite.
5031         (wl-draft): Fix.
5032
5033 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5034
5035         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5036
5037 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5040         (wl-message-buffer-prefetch-get-next): Remove size checking.
5041         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5042
5043 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5046         (wl-draft-default-headers): Fix.
5047
5048 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-draft.el (wl-draft-default-headers): Insert return value of
5051         `wl-generate-mailer-string-function'.
5052
5053 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5056         (wl-draft-insert-mail-header-separator): Ditto.
5057
5058         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5059         again (Reverted the change on 2002-01-17 by OKADA san).
5060
5061 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5062
5063         * wl-draft.el (wl-draft): Rewrite.
5064         (wl-draft-create-buffer): New function.
5065         (wl-draft-create-contents): Ditto.
5066         (wl-draft-prepare-edit): Ditto.
5067         (wl-draft-decode-header): Ditto.
5068         (wl-draft-decode-body): Ditto.
5069         (wl-draft-check-new-line): Ditto.
5070         (wl-draft-default-headers): Ditto.
5071         (wl-draft-insert-mail-header-separator): Ditto.
5072
5073 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5074
5075         * Version number is increased to 2.9.6.
5076
5077 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5078
5079         * wl-draft.el (wl-draft-delete-field): Optional argument.
5080         (wl-draft-delete-fields): Ditto.
5081
5082 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5083
5084         * wl-message.el (toplevel): Eliminated byte-compile warning.
5085         for `itimer-function', `delete-timer' and `itimer-list'.
5086
5087 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5088
5089         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5090         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5091         `wl-message-buffer-prefetch-threshold'.
5092         * wl-summary.el (wl-summary-redisplay-internal): Remove
5093         the check of `wl-message-buffer-prefetch-depth'.
5094
5095 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5096
5097         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5098         size of article.
5099         (wl-message-buffer-prefetch-subr): Remove size check.
5100
5101 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-vars.el (wl-plugged): Make customizable.
5104
5105 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5108         (wl-message-buffer-prefetch-set-timer): New function.
5109         (wl-message-buffer-prefetch-get-next): New function.
5110         (wl-message-buffer-prefetch): New function.
5111         (wl-message-buffer-prefetch-next): Rewrite.
5112         (wl-message-buffer-prefetch-subr): Rewrite.
5113         * wl-vars.el (wl-auto-prefetch-first): New variable.
5114         * wl-summary.el (wl-summary-goto-folder-subr): Call
5115         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5116
5117 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5118
5119         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5120         `wl-summary-unread-message-hook'.
5121
5122 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5123
5124         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5125         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5126         if range is `cache-status'.
5127
5128 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5129
5130         * wl-message.el (wl-message-buffer-prefetch-subr):
5131         Improve debug message.
5132
5133 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5134
5135         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5136         `wl-mail-send-pre-hook'.
5137         (wl-draft-send-mail-with-qmail): Ditto.
5138         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5139
5140 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5141
5142         * wl-message.el (wl-message-buffer-prefetch-subr):
5143         Fix for cancel-function-timers bug.
5144         (wl-message-buffer-prefetch-debug): Default value is t.
5145
5146 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5149         (wl-message-buffer-prefetch-subr): Rewrite.
5150         Rename from `wl-message-buffer-prefetch'.
5151
5152 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5155         (wl-default-draft-cite-decorate-author): Ditto.
5156
5157         * wl-draft.el (wl-draft-cite-function): Removed.
5158         (wl-default-draft-cite-decorate-author): Ditto.
5159
5160 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5161
5162         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5163         (wl-default-draft-cite): Do not arrange author name if the value of
5164         `wl-default-draft-cite-decorate-author' is nil.
5165
5166 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5169
5170         * wl-folder.el (wl-folder-check-one-entity): Don't care
5171         `elmo-folder-use-flag-p'.
5172
5173 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5174
5175         * wl-folder (wl-folder-check-one-entity): Fix
5176         problem if unread is nil.
5177
5178 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5179
5180         * wl-address.el (wl-address-make-completion-list): Check whether
5181         the address is a group list.
5182         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5183
5184 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5187         The number of the messages of new and unread does not count
5188         correctly.
5189
5190         * wl-summary.el (wl-summary-count-unread): Changed to return
5191         `(new . unread)' instead of total.
5192         (wl-summary-sync-update): Follow the change above.
5193
5194         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5195
5196 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5197
5198         * wl-address.el (wl-address-make-completion-list): Do not enclose
5199         address by " <" and ">" if associated realname is "".
5200         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5201         This is against the promblem with group list in .addresses pointed
5202         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5203
5204 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5205
5206         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5207         message is a format control string.
5208         * wl-expire.el (wl-expire-append-log): Ditto.
5209         * wl-mime.el (wl-summary-burst-subr): Ditto.
5210         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5211         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5212
5213 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5214
5215         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5216         wl.el (wl-check-variables): Rename from `wl-check-type'.
5217         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5218         (wl-check-variables-2): New function.
5219         (wl): Call `wl-check-variables-2'.
5220
5221 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5224         after renaming folder in access group.
5225
5226 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5227
5228         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5229         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5230         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5231         (wl-message-buffer-prefetch): Rewrite.
5232         (wl-message-buffer-prefetch-idle-time): Removed.
5233         * wl-summary.el (wl-summary-redisplay-internal):
5234         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5235         Error check for `wl-message-buffer-prefetch-depht'.
5236
5237 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5238
5239         * Version number is increased to 2.9.5.
5240         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5241
5242 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5245         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5246         Based on the patch written by
5247         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5250
5251         * wl-draft.el (wl-draft-raw-send): Fix for
5252         `wl-news-send-pre-hook'
5253
5254 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5255
5256         * wl-utils.el (wl-message-id-function): New variable.
5257         * wl-draft.el (wl-draft-insert-required-fields):
5258         Use `wl-message-id-function'.
5259
5260 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5261
5262         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5263         * wl-utils.el (wl-draft-make-message-id-string):
5264         Use `wl-from' for domain part of Message-ID
5265         if `wl-message-id-use-wl-from' if non-nil.
5266         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5267
5268 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5269
5270         * wl.el (wl): Call `wl-check-type'
5271         Do not 'condition-case'.
5272
5273 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5274
5275         * wl.el (wl-check-type): New function.
5276         (wl-check-type-variables): New variable.
5277
5278 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5281
5282 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-draft.el (wl-smtp-password-key): New function.
5285         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5286         (wl-draft-send-mail-with-smtp): Ditto.
5287         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5288
5289 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5290
5291         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5292         * wl-utils.el (wl-unique-id-suffix): Remove.
5293
5294 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5295
5296         * Version number is increased to 2.9.4.
5297
5298 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5299
5300         * wl-utils.el (wl-unique-id-suffix): New variable.
5301         (wl-unique-id): Use `wl-unique-id-suffix'
5302
5303 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5304
5305         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5306         instead of `elmo-msgdb-search'.
5307
5308         * Version number is increased to 2.9.3.
5309
5310 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5311
5312         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5313
5314 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5315
5316         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5317         (wl-draft-dispatch-message): Changed for send-later.
5318         (wl-draft-queue-flush): Ditto.
5319         (wl-draft): Clear `wl-sent-message-queued'.
5320         (wl-draft-reedit): Ditto.
5321         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5322         * wl-vars.el (wl-draft-force-queuing): New variable.
5323         (wl-draft-force-queuing-mail): New variable.
5324         (wl-draft-force-queuing-news): New variable.
5325
5326 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5329         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5330
5331 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5332
5333         * Version number is increased to 2.9.2.
5334
5335 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * wl-draft.el (wl-draft-elide-region): New user command.
5338         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5339
5340         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5341         command `wl-draft-elide-region'.
5342         * wl-mule.el: Ditto.
5343         * wl-xmas.el: Ditto.
5344
5345 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5348         (wl-biff-check-folder-async): Removed needless let.
5349
5350 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5353         wl-folder-get-elmo-folder.
5354         (wl-biff-check-folder): Set `biff' argument of
5355         `wl-folder-check-one-entity'.
5356         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5357
5358         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5359         (wl-folder-check-one-entity): Added `biff' argument;
5360         Setup `biff' slot of folder.
5361
5362         * Version number is increased to 2.9.1.
5363
5364 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5367         comment out and fixed.
5368         (wl-fldmgr-add-completion-subr): Ditto.
5369
5370         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5371         and msgdb.
5372
5373         * wl.el (wl-toggle-plugged): Save summary view.
5374
5375 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5378
5379 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5382
5383 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5386         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5387         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5388
5389         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5390         if it was failed.
5391         (wl-demo): Disable undo in the demo buffer.
5392
5393 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-version.el (wl-version): Changed codename.
5396
5397         * Version number is increased to 2.9.0.
5398
5399 2001-12-14  Takuo KITAME <kitame@northeye.org>
5400
5401         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5402         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5403         (wl-folder-mark-as-read-all-current-entity): Ditto.
5404
5405 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-vars.el (wl-from-width): Define as obsolete variable.
5408         (wl-subject-length-limit): Ditto.
5409
5410         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5411
5412         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5413         wl-summary-save-view.
5414
5415         * wl.el (wl-save-status): Ditto.
5416         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5417
5418         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5419         (wl-summary-exit): Follow the change above.
5420         (wl-summary-goto-folder-subr): Ditto.
5421
5422         * wl-folder.el (wl-folder-create-subr): Don't use
5423         `elmo-folder-creatable-p'.
5424
5425 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5426
5427         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5428
5429 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5432         rather than bitmap on Emacs 21.
5433         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5434         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5435         for xbm if the new redisplay engine is not available.
5436
5437 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-folder.el (wl-folder-init-hook): New hook.
5440         (wl-folder-init): Run `wl-folder-init-hook'.
5441
5442 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5445
5446 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-acap.el (wl-acap-cache-filename): New variable.
5449         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5450         (wl-acap-init): Use cache if no ACAP server found.
5451
5452 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5453
5454         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5455         `wl-acap-original-msgdb-dir'.
5456
5457         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5458         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5459
5460         * wl-mime.el (wl-mime-save-directory): Renamed from
5461         `wl-mime-save-dir'.
5462
5463 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5466
5467         * wl-demo.el: Require `path-util'.
5468         (wl-demo-bitmap-mule-available-p): New internal variable.
5469         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5470         `module-installed-p' instead.
5471         (wl-demo-insert-image): Use *.img file for a bitmap image.
5472         (wl-demo): Don't call the ascii demo recursively.
5473
5474 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5475
5476         * Version number is increased to 2.7.7.
5477
5478 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl.el (wl-exit): Eliminated byte-compile warning.
5481
5482 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5483
5484         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5485         obsolete variable using `elmo-define-obsolete-variable'.
5486         (wl-fetch-confirm-threshold): Ditto.
5487         (wl-cache-prefetch-folder-type-list): Ditto.
5488         (wl-cache-prefetch-folder-list): Ditto.
5489
5490 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5493         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5494         (wl-demo-insert-image): New function.
5495         (wl-demo-insert-text): New function.
5496         (wl-demo-image-type-alist): Redefine as a function.
5497         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5498         (wl-demo-with-temp-file-buffer): Removed.
5499         (wl-logo-xpm): Removed.
5500         (wl-logo-xbm): Removed.
5501         (wl-logo-bitmap): Removed.
5502
5503 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5504
5505         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5506         (wl-expire-localdir-get-folder-function): New user option.
5507         (wl-expire-localdir-get-folder): New function.
5508         (wl-expire-localdir-date): Ditto.
5509
5510 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5511
5512         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5513         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5514         Fixed unread number mismatch when all-unread < unread.
5515
5516 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5519         (wl-fetch-confirm-threshold): Ditto.
5520
5521         * wl-summary.el (wl-summary-confirm-appends): Removed.
5522         (wl-summary-sync-update): Don't refer
5523         `wl-summary-update-confirm-threshold' (It is now abolished).
5524
5525         * wl-message.el (wl-message-display-internal): Don't refer
5526         `wl-fetch-confirm-threshold' (It is now abolished).
5527
5528 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5531
5532 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5535         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5536         Change default value to nil.
5537         (wl-summary-indent-length-limit): The value can be nil, nil means
5538         unlimited.
5539
5540         * wl-summary.el: Don't set limit for indent length if the value of
5541         wl-summary-indent-length-limit is nil.
5542         If the value of wl-summary-width is nil, it means only that the width
5543         of summary is unlimited (nil doesn't mean that the indent length is
5544         unlimited).
5545
5546         * wl-thread.el: Ditto.
5547
5548 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5549
5550         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5551         be nil, nil means never confirm.
5552         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5553
5554 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5555
5556         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5557         means unlimited).
5558
5559 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5562         Use `with-temp-buffer'.
5563
5564 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5567         with new backquote style).
5568         (wl-folder-get-entity-from-buffer): Ditto.
5569
5570 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5571
5572         * wl-version.el (nemacs-version): Eliminated.
5573         (wl-extended-emacs-version2): Ignore nemacs.
5574         (wl-extended-emacs-version3): Ditto.
5575
5576 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5577
5578         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5579         (wl-draft-add-in-reply-to): New variable.
5580         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5581         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5582         (wl-draft-yank-from-mail-reply-buffer): Use
5583         `wl-draft-add-in-reply-to'.
5584         (wl-draft-insert-current-message): Ditto.
5585
5586 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5587
5588         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5589         typo (kill->hide).
5590         (wl-message-buffer-prefetch-folder-type-list): Added elements
5591         `mark' and `cache' instead of `internal'.
5592
5593 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5596         resume msgdb directory.
5597
5598 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl.el (wl-exit): Call `wl-acap-exit'.
5601
5602         * wl-summary.el (wl-summary-message-string): New function.
5603         (wl-summary-reedit): Use it.
5604         (wl-summary-resend-bounced-mail): Remove needless let.
5605         (wl-summary-supersedes-message): Ditto.
5606         (wl-summary-save): Ditto.
5607
5608         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5609         (wl-acap-init): Set it.
5610         (wl-acap-exit): New function.
5611
5612 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5613
5614         * wl.el (wl-init): Revert (require 'mime-setup). move from
5615         toplevel.
5616
5617 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5618
5619         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5620         local variables.  Add error when guess function return invalid
5621         value.
5622
5623 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5624
5625         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5626         Change local variable name.
5627         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5628         (wl-folder-get-newsgroups): Return nil when non-news folder.
5629         * wl-summary.el (wl-summary-write-current-folder): State through
5630         when guess-list return nil.
5631         (wl-summary-write-current-folder-functions): Fixed docstring.
5632
5633         * wl.el (wl-exit): Changed confirm message.
5634
5635         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5636         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5637
5638         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5639
5640 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5641
5642         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5643         user option (Renamed from wl-cache-prefetch-folder-type-list).
5644         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5645         from wl-cache-prefetch-folder-list).
5646
5647         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5648         Move to wl-vars.el.
5649         (wl-message-buffer-prefetch-p): Changed to enable
5650         `wl-message-buffer-prefetch-folder-list'.
5651
5652         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5653         `ignore-cache'.
5654
5655 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5656
5657         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5658         `part-top' and `part-bottom'.
5659         (wl-draft-config-sub-part-top): New function.
5660         (wl-draft-config-sub-part-bottom): New function.
5661
5662 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5665
5666 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5669
5670 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5673
5674         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5675         (wl-summary-write-current-folder): Ditto.
5676
5677 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-folder.el (wl-folder-get-newsgroups): Use
5680         `elmo-folder-newsgroups'.
5681
5682 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5683
5684         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5685         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5686         `wl-draft-config-sub-header-bottom'.
5687
5688 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5689
5690         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5691         localnews folder.
5692
5693 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5694
5695         * wl-summary.el (wl-summary-mode): Undo last change.
5696
5697         * wl-folder.el (wl-folder-mode): Ditto.
5698
5699 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5700
5701         * wl-summary.el (wl-summary-mode): Locally set
5702         truncate-partial-window-width to nil.
5703         (for XEmacs)
5704
5705         * wl-folder.el (wl-folder-mode): Ditto.
5706
5707 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5710
5711 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5714         number.
5715
5716         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5717
5718         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5719
5720         * Version number is increased to 2.7.6.
5721
5722 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5725
5726 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-summary.el (wl-summary-sync-update): Enclose network
5729         related portion with `unwind-protect'.
5730
5731 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5732
5733         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5734
5735 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5738         element.
5739         * wl-vars.el (wl-message-body-button-alist): Ditto.
5740
5741         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5742         max match length.
5743         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5744
5745         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5746         for the max match length;
5747         Use 4th element value for the button string regexp group.
5748
5749         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5750         candidate exists, prompt to select.
5751
5752 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5753
5754         * wl-summary.el (wl-summary-jump-to-msg): Search before
5755         calibration point by `beginning-of-line'.
5756
5757 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5758
5759         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5760         for access group.
5761
5762 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5763
5764         * wl-message.el (wl-message-display-internal): Bind
5765         `default-mime-charset'.
5766
5767         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5768
5769         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5770
5771         * Version number is increased to 2.7.5.
5772
5773 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5774
5775         * wl-expire.el (wl-summary-archive): Fixed;
5776         Use `elmo-folder-name-internal'.
5777
5778 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5779
5780         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5781         from `elmo-folder-move-messages' caller.
5782         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5783
5784         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5785         related portions are changed).
5786
5787 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5788
5789         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5790         counter.
5791
5792 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5795         buffer local and set it to nil.
5796
5797         * wl-message.el (wl-message-redisplay): Ditto.
5798
5799 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl-summary.el (wl-summary-mark-as-important): If message is
5802         already cached, set messag as read, otherwise encache and mark as read.
5803
5804 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5807         point-min.
5808
5809 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5812         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5813         a keymap.
5814
5815 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5818         parent.
5819
5820         * wl-mule.el (wl-message-define-keymap): Ditto.
5821
5822         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5823
5824         * wl-xmas.el (wl-message-display-internal-hook): Define.
5825         (wl-xmas-setup-message-toolbar): Define as function.
5826         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5827         (wl-message-overload-functions): Abolished.
5828         (wl-message-define-keymap): New function.
5829
5830         * wl-vars.el (wl-message-display-internal-hook): New variable.
5831         (wl-message-header-button-alist): New variable (Renamed from
5832         wl-highlight-message-header-button-alist).
5833         (wl-message-body-button-alist): Ditto.
5834
5835         * wl-mule.el (wl-message-define-keymap): New function.
5836         (wl-message-overload-functions): Abolished.
5837
5838         * wl-message.el (wl-message-add-buttons-to-body): New function.
5839         (wl-message-redisplay): Don't call wl-message-overload-functions;
5840         Call wl-message-add-buttons-to-header and
5841         wl-message-add-buttons-to-body.
5842         (wl-message-display-internal): Set keymap argument for
5843         elmo-mime-display-as-is, elmo-mime-message-display;
5844         Run wl-message-display-internal-hook.
5845         (wl-message-refer-article-or-url): Abolished.
5846
5847         * wl-highlight.el (wl-highlight-headers): Don't call
5848         wl-highlight-message-add-buttons-to-header.
5849         (wl-highlight-message-add-buttons-to-header): Abolished.
5850
5851
5852         * wl-e21.el (wl-message-display-internal-hook): Define.
5853         (wl-e21-setup-toolbar): Deleted duplicated binding.
5854         (wl-e21-setup-message-toolbar): Define as function.
5855         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5856         (wl-message-define-keymap): New function.
5857         (wl-message-overload-functions): Abolished.
5858
5859 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5860
5861         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5862         and elmo-folder-close.
5863
5864         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5865
5866 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5867
5868         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5869         boolean value.
5870         * wl-draft.el (wl-draft-do-fcc): Ditto.
5871
5872 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-vars.el (wl-fcc-force-as-read): New variable.
5875         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5876         mark copied message as read.
5877
5878 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5881
5882 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5883
5884         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5885         `wl-summary-target-above' instead of obsolete variable
5886         `wl-summary-temp-above'.
5887
5888         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5889         instead of `make-obsolete-variable'.
5890         * wl-refile.el (toplevel): Ditto.
5891
5892 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5895         with third argument t.
5896         (wl-draft): Set first argument for wl-plugged-init as t.
5897
5898         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5899         definition.
5900
5901 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5902
5903         * wl-vars.el: Tabify.
5904         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5905
5906         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5907         message.
5908
5909 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5912         and set default to beep.
5913
5914 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5915
5916         * wl-vars.el (wl-draft-truncate-lines): New variable.
5917
5918         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5919         instead of wl-message-truncate-lines for truncate-lines.
5920
5921 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-message.el (wl-message-display-internal): Call
5924         `wl-highlight-message' after `elmo-mime-display-as-is'.
5925
5926         * wl-mime.el (wl-mime-display-text/plain): New function.
5927         (wl-mime-display-header): Ditto.
5928         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5929         body-presentation-method for text/plain;
5930         Register `wl-mime-display-header' as a header-presentation-method;
5931         Don't set up `elmo-message-text-content-inserted-hook' and
5932         `elmo-message-header-inserted-hook'.
5933
5934         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5935         variable.
5936         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5937         as t if flag is 'all-header;
5938         Don't bind `elmo-message-ignored-field-list',
5939         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5940
5941 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5944         for xemacs with non-mule environment.
5945
5946 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5947
5948         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5949         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5950         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5951
5952 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5953
5954         * wl-vars.el (wl-interactive-send): Set default value as t.
5955
5956 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5959         (wl-addrmgr-method-list): Abolished.
5960         (wl-addrmgr-change-method): Follow above change.
5961
5962         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5963
5964 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5965
5966         * wl-vars.el (wl-message-truncate-lines): Change default value
5967         to default-truncate-lines.
5968
5969         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5970
5971 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl-vars.el (wl-message-truncate-lines): New variable.
5974
5975         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5976         wl-message-truncate-lines.
5977
5978 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5979
5980         * wl-acap.el (wl-acap-init): Remove period from error message.
5981         (wl-acap-find-acap-service): Remove period from message.
5982
5983 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl.el (wl-check-environment): Undo last change.
5986
5987         * wl-vars.el (wl-from): Changed default value.
5988
5989         * wl-util.el (toplevel): Don't require tm-edit.
5990
5991         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5992         `wl-folder-init';
5993         Don't set mark on mail body.
5994         (wl-draft-reedit): Ditto.
5995
5996         * wl-address.el (wl-address-quote-specials): Define as an alias for
5997         elmo-address-quote-specials.
5998
5999 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6002
6003         * wl-vars.el (wl-from): Set default value as nil.
6004         (wl-organization): Set default value as ORGANIZATION environment
6005         variable.
6006
6007         * wl-draft.el (wl-smtp-extension-bind): Check value of
6008         wl-smtp-connection-type.
6009
6010         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6011         error.
6012
6013 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6014
6015         * Version number is increased to 2.7.4.
6016
6017         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6018         arguments from `wl-highlight-x-face-function' caller.
6019         Use x-face-1.3.6.12 or later.
6020
6021 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6022
6023         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6024
6025 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6028         (wl-fcc): Fix to accept function.
6029         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6030
6031 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6032
6033         * wl-acap.el (toplevel): Added `product-provide' declare.
6034         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6035
6036 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl.el (wl): Changed order of calling `elmo-init'
6039         and `elmo-folder-init'.
6040
6041 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6042
6043         * wl-mime.el (wl-summary-burst): Extract message when content-type
6044         of root entity is not only `multipart' but also `message/rfc822'.
6045         (wl-summary-burst-subr): Ditto.
6046
6047 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-vars.el (toplevel): Require 'custom.
6050         (wl-trash-folder): Added to `wl-setting' group.
6051
6052         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6053         exists.
6054         (wl-addrmgr-draw): Insert empty line when no entry exists.
6055
6056         * wl-mule.el (wl-message-wheel-up): Fixed.
6057         (wl-message-wheel-down): Ditto.
6058
6059 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6060
6061         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6062         config is an anonymous lambda expression.
6063
6064 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6067         when Mule 2 is running.
6068
6069 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6072
6073 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6076         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6077
6078         * wl-address.el (wl-address-specials-regexp): Eliminated.
6079         (wl-address-quote-specials): Rewrite.
6080
6081 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6084         shy-groups for regexp.
6085
6086         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6087         character classes and Perl style shy-groups for regexp.
6088         (wl-highlight-plugged-current-line): Use Posix style character
6089         classes for regexp.
6090         (wl-e21-highlight-folder-by-numbers): Ditto.
6091         (wl-e21-display-image-p): Use `display-images-p' instead of
6092         `display-graphic-p'.
6093         (display-images-p): Make an alias to `display-graphic-p' if it is
6094         not available.  It is for Emacs version prior to 21.0.105.
6095
6096         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6097         `display-graphic-p'.
6098         (wl-demo-image-type-alist): Ditto.
6099         (display-images-p): Make an alias to `display-graphic-p' if it is
6100         not available.  It is for Emacs version prior to 21.0.105.
6101
6102 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6103
6104         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6105         support.
6106         (wl-generate-user-agent-string): Ditto.
6107
6108         * wl-version.el (wl-version): Update docsting.
6109         (wl-version-status): Ditto.
6110
6111 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6112
6113         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6114         21.0.105.  For Emacs 21.0.104 or earlier.
6115
6116 2001-09-03  Takuo KITAME <kitame@northeye.org>
6117
6118         * wl-e21.el (wl-plugged-init-icons): Use
6119         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6120         (wl-biff-init-icons): Ditto.
6121
6122 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl-highlight.el (wl-highlight-summary-current-line):
6125         Fixed highlighting refile/copy destination.
6126
6127         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6128         (wl-acap-store): Encode string by wl-acap-coding-system.
6129
6130 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-acap.el (toplevel): Check and require 'un-define before
6133         'xemacs-ucs;
6134          Added checking for UTF-2000.
6135
6136 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6139         Don't enclose with `eval-and-compile'.
6140
6141         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6142         wl-init is non-nil.
6143
6144         * wl-draft.el (wl-draft): Ditto.
6145
6146         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6147
6148         * wl-acap.el (toplevel): Require 'wl.
6149         (wl-acap-store): Call `elmo-init'.
6150
6151         * wl.el (wl): Changed position of `wl-check-environment'.
6152         (toplevel): Added autoload setting for wl-acap.
6153
6154         * wl-vars.el (wl-setting): New custom group.
6155         (wl-from): Added wl-setting group.
6156         (wl-user-mail-address-list): Ditto.
6157         (wl-organization): Ditto.
6158         (wl-subscribed-mailing-list): Ditto.
6159         (wl-envelope-from): Ditto.
6160         (wl-smtp-posting-user): Ditto.
6161         (wl-smtp-posting-server): Ditto.
6162         (wl-smtp-posting-port): Ditto.
6163         (wl-smtp-authenticate-type): Ditto.
6164         (wl-pop-before-smtp-user): Ditto.
6165         (wl-pop-before-smtp-server): Ditto.
6166         (wl-pop-before-smtp-port): Ditto.
6167         (wl-pop-before-smtp-authenticate-type): Ditto.
6168         (wl-nntp-posting-server): Ditto.
6169         (wl-nntp-posting-user): Ditto.
6170         (wl-nntp-posting-port): Ditto.
6171         (wl-fetch-confirm-threshold): Ditto.
6172         (wl-prefetch-threshold): Ditto.
6173         (wl-thread-insert-opened): Ditto.
6174         (wl-ldap-server): Ditto.
6175         (wl-ldap-port): Ditto.
6176         (wl-ldap-base): Ditto.
6177         (wl-ldap-objectclass): Ditto.
6178         (wl-use-ldap): Ditto.
6179         (wl-draft-config-alist): Ditto.
6180         (wl-draft-config-matchone): Ditto.
6181         (wl-template-alist): Ditto.
6182         (wl-message-sort-field-list): Ditto.
6183         (wl-message-ignored-field-list): Ditto.
6184         (wl-message-visible-field-list): Ditto.
6185         (wl-interactive-send): Ditto.
6186         (wl-summary-move-order): Ditto.
6187         (wl-auto-select-first): Ditto.
6188         (wl-auto-select-next): Ditto.
6189         (wl-interactive-save-folders): Ditto.
6190
6191         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6192         Initialization codes are moved from wl-local-folder-init.
6193         (wl-local-folder-init): Follow the change above.
6194         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6195
6196         * wl-acap.el: New file.
6197
6198         * Version number is increased to 2.7.3.
6199
6200 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6203
6204 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6205
6206         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6207         (wl-addrmgr-address-entry-list): Ditto.
6208
6209 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl-e21.el (wl-draft-mode-map): Removed binding for
6212         `wl-draft-insert-x-face-field'.
6213
6214         * wl-mule.el (wl-draft-mode-map): Ditto.
6215
6216         * wl-xmas.el (wl-draft-mode-map): Ditto.
6217
6218         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6219         (wl-cs-autoconv): Ditto.
6220         (wl-cs-local): Ditto.
6221         (wl-use-scoring): Ditto.
6222         (wl-mime-charset): Ditto.
6223         (wl-folder-check-async): Ditto.
6224
6225         * wl.el (toplevel): Ignore nemacs and tm.
6226         (wl-exit): Ditto.
6227
6228         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6229         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6230         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6231         instead of wl-address-petname-add-or-change.
6232         (wl-summary-edit-addresses-subr): Use wl-address-delete
6233         instead of wl-address-petname-delete.
6234
6235         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6236
6237         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6238         if error occured.
6239
6240         * wl-message.el (require): Remove tm support.
6241
6242         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6243
6244         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6245         (wl-folder-jump-to-current-entity): Ditto.
6246         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6247
6248         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6249         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6250         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6251
6252         * wl-mule.el (wl-draft-key-setup): Ditto.
6253
6254         * wl-xmas.el (wl-draft-key-setup): Ditto.
6255
6256         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6257         (wl-draft-std11-parse-addresses): New function.
6258         (wl-draft-parse-mailbox-list): Use it.
6259         (wl-draft): Ignore nemacs.
6260         (wl-draft-reedit): Ditto.
6261
6262         * wl-addrmgr.el: New file.
6263         (Original is wl-rcpt.el written by
6264         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6265         Thanks Kitamoto-san.)
6266
6267         * wl-address.el (wl-address-make-address-list): Modified parsing
6268         process.
6269         (wl-address-delete): Renamed from `wl-address-petname-delete';
6270         Modify wl-address-list too.
6271         (wl-address-add-or-change): Renamed from
6272         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6273
6274 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6275
6276         * wl-highlight.el (wl-highlight-summary-current-line):
6277           Work with transient-mark-mode
6278
6279 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * Version number is increased to 2.7.2.
6282
6283         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6284         instead of elmo-dop-queue-method.
6285
6286 2001-08-06  SAITO Atsunori <sai@yedo.com>
6287
6288         * wl-vars.el (wl-ldap-objectclass): New user option.
6289
6290         * wl-address.el (wl-ldap-make-filter): Use it.
6291
6292 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6295
6296 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-folder.el (wl-folder): redisplay after folder insertion.
6299
6300         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6301
6302         * wl-summary.el (wl-summary-sync-update):
6303         Change status mark only when new-msgdb exists.
6304         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6305
6306 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6307
6308         * wl-summary.el (wl-summary-open-folder): New function.
6309         (wl-summary-goto-folder-subr): Use it.
6310         (wl-summary-mark-as-important): Fix;
6311         Encache only when no cache exists.
6312
6313 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6316         Use with-current-buffer.
6317
6318 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6319
6320         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6321         before call `get-buffer'. Fixed parenthesis.
6322         (wl-score-get-header-entry): Clear message and help window when
6323         keyboard quit.
6324         (wl-score-edit-insert-header): Ditto.
6325
6326 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6329         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6330         (wl-default-draft-cite): Fix.
6331
6332         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6333         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6334
6335 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-message.el (wl-message-prev-page): Do same bahavior
6338         as summary when it is called in the message buffer.
6339         (wl-message-next-page): Ditto.
6340
6341 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-summary.el (wl-summary-forward): Use cache if it is not
6344         section cache.
6345
6346 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6349         Removed redundant require of elmo-vars.
6350         (wl-biff-state-indicator-on): Changed default value for
6351         xemacs with non-mule environment.
6352
6353         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6354         wl-message-buffer is nil;
6355         Hide progress bar after moving messages.
6356
6357 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6360         message at cursor point is deleted.
6361
6362 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-vars.el: Changed file coding system to euc-japan.
6365         Added -*-coding:-*- magic to the first line.
6366
6367         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6368         Search parent from the first message.
6369
6370         * Version number is increased to 2.7.1.
6371
6372 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6373
6374         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6375
6376 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6379         refile/delete execution.
6380
6381         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6382         Fixed docstring.
6383
6384 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6387         do update process;
6388         Don't update marks when update process is interrupted.
6389
6390 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-summary.el (wl-summary-reply): Fixed problem when
6393         wl-draft-use-frame is non-nil.
6394         (wl-summary-forward): Ditto.
6395
6396         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6397         as nil.
6398         (wl-folder-mark-as-read-all-entity): Ditto.
6399         (wl-folder-prefetch-entity): Ditto.
6400
6401         * wl.el (wl): Check environment before wl-init.
6402
6403         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6404         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6405         instead of wl-summary-collect-unread.
6406         (wl-summary-reply): Split message window.
6407
6408 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6411         only if current language environment is japanese,
6412
6413         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6414         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6415         (wl-folder-goto-folder-subr): Ditto.
6416
6417         * wl-draft.el (wl-draft-dispatch-message): Call
6418         `elmo-file-cache-get-path'.
6419
6420 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-summary.el (wl-summary-cursor-move): If return value of
6423         wl-summary-next-message is not number, don't jump.
6424
6425 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-summary.el (wl-summary-buffer-next-message-function): New
6428         variable.
6429         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6430         if it is bound.
6431
6432         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6433         string.
6434
6435         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6436         (wl-plugged-drawing): Ditto.
6437
6438 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6441         process.
6442         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6443         with unwind-protect.
6444
6445         * wl.el (wl-init): Require mime-setup.
6446         (wl-check-environment): Don't require mime-setup.
6447
6448         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6449         instead of elmo-folder-type.
6450
6451         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6452         value as nil.
6453
6454 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * Version number is increased to 2.7.0.
6457
6458         * wl-version.el (wl-version): Changed codename.
6459
6460         * wl-summary.el (wl-summary-delete-cache): Fixed.
6461
6462         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6463         Workaround for net folders.
6464         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6465
6466         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6467         value to nil (According to the patch from
6468         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6469
6470         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6471         of elmo-folder-close.
6472
6473 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6474
6475         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6476         for postfix.
6477
6478 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-summary.el (wl-summary-resend-message): Fixed.
6481
6482         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6483         Call wl-draft with `from' argument if its address is included in
6484         `wl-user-mail-address-list'.
6485         (wl-draft): Added `from' argument.
6486
6487         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6488         non-nil.
6489         (wl): Don't show demo if wl-demo is nil.
6490
6491         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6492         wl-summary-use-frame.
6493
6494         * wl-vars.el (wl-summary-use-frame): New user option.
6495         (wl-folder-use-frame): Changed docstring.
6496
6497         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6498         non-nil.
6499         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6500         wl-summary-use-frame.
6501
6502         * wl-vars.el (wl-folder-use-frame): New user option.
6503
6504         * wl-summary.el (wl-summary-exit): Back to folder frame if
6505         wl-folder-use-frame is non-nil.
6506         (wl-summary-redisplay-internal): Ignore cache if current folder
6507         is draft folder,
6508         (wl-summary-redisplay-no-mime): Ditto.
6509         (wl-summary-redisplay-all-header): Ditto.
6510
6511         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6512         if wl-folder-use-frame is non-nil.
6513
6514 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-summary.el (wl-summary-sync-update): Bind
6517         elmo-folder-update-threshold.
6518         (wl-summary-mark-as-important): Enclosed server mark processing
6519         with `save-match-data'.
6520
6521         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6522         only when it is already defined.
6523
6524 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6525
6526         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6527         name of folder exclude localdir is wrong.
6528         * wl-folder.el (wl-folder-sync-entity):
6529         Set `wl-summary-always-sticky-folder-list' as nil.
6530         (wl-folder-mark-as-read-all-entity): Ditto.
6531         (wl-folder-prefetch-entity): Ditto.
6532
6533 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6536         instead of `wl-summary-write-current-newsgroup'.
6537
6538 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6539
6540         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6541         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6542         non-nil and selected message is important, do not display.
6543
6544 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6547
6548 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6551
6552         * wl-summary.el (wl-summary-mark-as-important): Set message number
6553         using wl-summary-message-number.
6554
6555 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6556
6557         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6558         destination folder is 'null.
6559
6560 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6563         New function.
6564         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6565         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6566         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6567
6568 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-mime.el (wl-mime-setup): Added setting for
6571         `mime-setup-signature-key-alist' to avoid overriding key bind for
6572         `wl-draft-send'.
6573
6574         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6575         for `wl-draft-send'.
6576         * wl-mule.el (wl-draft-overload-functions): Ditto.
6577         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6578         * wl-draft.el (wl-draft-send): Ditto.
6579
6580         * wl-message.el (wl-message-display-internal):
6581         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6582         (Patch is provided by <kita@coe.nttdata.co.jp>).
6583
6584 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6585
6586         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6587
6588 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl.el (wl): Fix for wl-demo.
6591
6592 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6595
6596 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-folder.el (wl-folder-prefetch-entity): Use
6599         `wl-folder-get-elmo-folder'.
6600         (wl-folder-count-incorporates): Do not use
6601         `wl-folder-get-elmo-folder'.
6602
6603 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6604
6605         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6606         instead of `elmo-folder-get-type'.
6607
6608 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6609
6610         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6611         position on Subject: field.
6612         (Advised by Mito <mit@nines.nec.co.jp>)
6613
6614 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6615
6616         * wl-folder.el (wl-folder-prefetch-entity): Use
6617         `wl-folder-get-elmo-folder'.
6618
6619 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6622
6623         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6624         `process-duplicates' slot.
6625
6626         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6627         if detection failed.
6628
6629 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6630
6631         * wl-version.el (wl-version-status): Set to "alpha".
6632
6633 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6636         Check wl-message-buffer lives before set-buffer.
6637
6638 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6639
6640         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6641         called in folder mode.
6642         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6643         * wl-summary.el (wl-summary-exit-pre-hook): Run
6644         `wl-summary-exit-pre-hook' before exit summary mode.
6645
6646 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6647
6648         * wl-version.el (wl-version-status): New variable.
6649         (wl-version-status-alist): Removed.
6650         (wl-version-status): Rule included.
6651
6652 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6653
6654         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6655         @sponichi.
6656
6657         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6658         when `mail-reply-buffer' is buffer-local variable.
6659         (Reported by <kita@coe.nttdata.co.jp>).
6660
6661 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-vars.el (toplevel): Require 'elmo-util.
6664
6665 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6668         (All other related portions are changed)
6669
6670         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6671
6672         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6673
6674 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6675
6676         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6677
6678 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6681         Delete other windows to avoid an error.
6682         Use `point-marker' instead of `point' to remember the start point
6683         of body.
6684
6685         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6686
6687         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6688         number not to exceed all message number.
6689
6690 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6691
6692         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6693         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6694
6695 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-summary.el (wl-summary-sync-force-update): Added argument
6698         no-check.
6699         (wl-summary-sync-update): Ditto.
6700         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6701         with `no-check'.
6702
6703         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6704         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6705         already running.
6706
6707 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6708
6709         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6710         `dst-folder-arg'.
6711         (wl-expire-archive-number1): Diito.
6712         (wl-expire-archive-number2): Diito.
6713         (wl-expire-archive-Date): Diito.
6714         (wl-archive-number1): Diito.
6715         (wl-archive-number2): Diito.
6716         (wl-archive-date): Diito.
6717         (wl-archive-folder-p): New function.
6718         (wl-summary-expire): Support of expand folder name at
6719         wl-expire-alist.
6720         * wl-util.el (wl-expand-newtext): Renamed from
6721         `wl-refile-expand-newtext'.
6722
6723 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6724
6725         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6726         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6727         `(elmo-msgdb-get-overview msgdb)'.
6728         (wl-summary-prefetch): Bind match data before call
6729         `wl-summay-prefetch-msg'.
6730         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6731         'off if `wl-summary-buffer-disp-msg' is non-nil.
6732         Fixed problem that couldn't show only one new or unread message when
6733         enter folder.
6734         (wl-summary-reply): Don't call `split-window-vertically' and other
6735         window.
6736
6737 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-expire.el (wl-expire-refile): Fixed.
6740
6741 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6744
6745         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6746         biff notification is removed.
6747
6748         * wl.el (wl): Changed position of `elmo-init'.
6749
6750         * wl-draft.el (wl-default-draft-cite): Use date field
6751         on the citation buffer.
6752
6753         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6754
6755         * wl-xmas.el (wl-folder-internal-icon-list): Added
6756         `wl-folder-shimbun-image'.
6757
6758         * wl-e21.el (wl-folder-internal-icon-list): Added
6759         `wl-folder-shimbun-image'.
6760
6761 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl.el (wl-init): Eliminated argument.
6764         (wl): Rewrite.
6765
6766         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6767         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6768         instead of `elmo-folder-msgdb-internal'.
6769         (wl-summary-sync-update): Ditto.
6770         (wl-summary-flush-pending-append-operations): Eliminated.
6771         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6772         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6773         `elmo-folder-open'.
6774
6775         * wl-mime.el (wl-summary-burst): Fixed.
6776
6777         * wl-folder.el (wl-folder-info-save): Check data type.
6778
6779         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6780         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6781         instead of `elmo-folder-msgdb-internal'.
6782         (wl-expire-hide): Ditto.
6783
6784
6785         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6786
6787 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6788
6789         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6790
6791 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6792
6793         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6794
6795 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6796
6797         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6798         Fixed `match-beginning' argument mismatch.
6799
6800 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6801
6802         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6803         the default value.
6804
6805 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6808         instead of `elmo-nntp-default-port'.
6809
6810         * wl-vars.el: Fixed some doc strings.
6811
6812 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-summary.el (wl-summary-prefetch-msg): Use
6815         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6816
6817         * wl-vars.el: Define *-func as obsolete variable using
6818         `elmo-define-obsolete-variable'.
6819
6820         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6821         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6822         instead of `wl-message-buffer-prefetch-threshold'.
6823
6824         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6825
6826         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6827
6828         * wl-draft.el (wl-caesar-region-func): Ditto.
6829
6830         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6831         Keep unread status in elmo-folder-move-messages.
6832         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6833
6834 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6835
6836         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6837         `wl-summary-buffer-exit-func'
6838         (wl-summary-buffer-message-redisplay-function): Renamed from
6839         `wl-summary-buffer-message-redisplay-func'
6840         (wl-summary-buffer-next-folder-function): Renamed from
6841         `wl-summary-buffer-next-folder-func'.
6842         (wl-summary-buffer-prev-folder-function): Renamed from
6843         `wl-summary-buffer-prev-folder-func'.
6844         (wl-summary-get-petname-function): Renamed from
6845         `wl-summary-get-petname-func'.
6846
6847         * wl-score.el (wl-score-edit-exit-function): Renamed from
6848         `wl-score-edit-exit-func'.
6849
6850         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6851         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6852
6853         * wl-util.el (wl-load-profile-function): Renamed from
6854         `wl-load-profile-func'.
6855
6856         * wl-folder.el (wl-folder-completion-function): Renamed from
6857         `wl-folder-completion-func'.
6858         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6859
6860         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6861         `wl-expire-archive-get-folder-func'.
6862         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6863         (wl-draft-send-mail-function): Renamed from
6864         `wl-draft-send-mail-func'.
6865         (wl-draft-send-news-function): Renamed from
6866         `wl-draft-send-news-func'.
6867         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6868         (wl-generate-mailer-string-function): Renamed from
6869         `wl-generate-mailer-string-func'.
6870         (wl-highlight-signature-search-function): Renamed from
6871         `wl-highlight-signature-search-func'.
6872         (wl-highlight-x-face-function): Renamed from
6873         `wl-highlight-x-face-func'
6874         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6875         (wl-ps-print-buffer-function): Renamed from
6876         `wl-ps-print-buffer-func'
6877         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6878         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6879         (wl-summary-subject-filter-function): Renamed from
6880         `wl-summary-subject-filter-func'.
6881
6882         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6883         `wl-draft-queue-flush-send-func'
6884         (wl-draft-cite-function): Renamed from
6885         `wl-draft-cite-func'
6886
6887         * wl-address.el (wl-address-init-function): Renamed from
6888         `wl-address-init-func'.
6889
6890 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-draft.el (wl-draft-queue-flush): Don't call
6893         `elmo-dop-unlock-message'.
6894         * wl-draft.el (wl-draft-queue-append): Don't call
6895         `elmo-dop-lock-message'.
6896
6897         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6898         (wl-summary-buffer-folder-name): Ditto.
6899         (wl-summary-message-regexp): Added '-' (all other related portions
6900         are changed).
6901         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6902         wl-summary-buffer-folder-name.
6903
6904 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6905
6906         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6907         the number of mails in the folder buffer is not updated by wl-biff.
6908
6909 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6910
6911         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6912         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6913
6914 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-summary.el (wl-summary-next-message):
6917         Return next message number when wl-summary-move-order is nil.
6918
6919 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6920
6921         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6922         `wl-summary-move-spec-alist'.
6923         (wl-summary-move-spec-unplugged-alist): New variable
6924         (Move spec for unplugged status).
6925         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6926         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6927
6928 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6929
6930         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6931         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6932
6933 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6934
6935         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6936         simple quotation to quote the anonymous function.
6937         * tm-wl.el (wl-draft-preview-message): Ditto.
6938
6939 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6940
6941         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6942         Eliminate redundant `save-excursion'.
6943         (wl-highlight-summary-current-line): Ditto.
6944
6945         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6946         accessing match data when `looking-at' failed.
6947
6948         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6949         `elmo-match-string' where users don't care about the speed.
6950         (wl-draft-save): Ditto.
6951
6952 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-util.el (wl-regexp-opt): New function.
6955
6956         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6957         number from `wl-summary-buffer-number-list'.
6958         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6959         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6960         (wl-summary-move-spec-alist): Changed default setting.
6961
6962 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6963
6964         * wl-vars.el (wl-biff-notify-hook): New hook.
6965         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6966         the arrival of new mail.
6967         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6968         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6969
6970 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6971
6972         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6973
6974 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6977
6978         * Version number is increased to 2.5.8.
6979
6980         * wl-thread.el (toplevel): require 'cl.
6981         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6982         (wl-thread-make-number-list): New function.
6983         (wl-thread-entity-make-number-list-from-children): Ditto.
6984         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6985         (wl-thread-entity-insert-as-children): Likewise.
6986         (wl-thread-delete-message): Likewise.
6987         (wl-meaning-of-mark): Eliminated.
6988         (wl-thread-next-failure-mark-p): Ditto.
6989         (wl-thread-entity-get-mark): Ditto.
6990         (wl-thread-meaning-alist-get-result): Ditto.
6991         (wl-thread-entity-check-prev-mark): Ditto.
6992         (wl-thread-entity-check-next-mark): Ditto.
6993         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6994         (wl-thread-entity-get-prev-marked-entity): Ditto.
6995         (wl-thread-get-prev-unread): Ditto.
6996         (wl-thread-jump-to-prev-unread): Ditto.
6997         (wl-thread-get-next-unread): Ditto.
6998         (wl-thread-jump-to-next-unread): Ditto.
6999         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7000         (wl-thread-entity-get-next-marked-entity): Ditto.
7001
7002         * wl-summary.el (wl-summary-buffer-number-list):
7003         New bufer-local variable.
7004         (wl-summary-switch-to-clone-buffer): Clone
7005         `wl-summary-buffer-number-list'.
7006         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7007         (wl-summary-cursor-move-regex): Eliminated.
7008         (wl-summary-cursor-up): Rewrite.
7009         (wl-summary-cursor-down): Ditto.
7010         (wl-summary-mode-spec-alist): New variable.
7011         (wl-summary-next-message): New inline function.
7012         (wl-summary-cursor-move): New function.
7013         (wl-summary-default-get-next-msg): Rewrite.
7014         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7015         (wl-summary-rescan): Ditto.
7016         (wl-summary-sync-all-init): Ditto.
7017         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7018         summary is not thread view.
7019         (wl-summary-sync-update): Ditto.
7020         (wl-summary-rescan): Ditto.
7021         (wl-summary-make-number-list): New function.
7022
7023         * wl-draft.el: "FCC" -> "Fcc".
7024
7025 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-highlight.el (wl-highlight-summary-window):
7028         Call `set-buffer-modified-p'.
7029
7030         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7031         (wl): Call `elmo-init' and fix.
7032
7033         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7034         Use new variables.
7035
7036         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7037
7038 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7041
7042 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7043
7044         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7045
7046 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7047
7048         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7049         `wl-use-toolbar' nor `display-graphic-p'.
7050         (wl-e21-setup-message-toolbar): Ditto.
7051         (wl-e21-setup-summary-toolbar): Ditto.
7052         (wl-e21-setup-folder-toolbar): Ditto.
7053
7054         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7055         (wl-plugged-init-icons): Ditto.
7056
7057         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7058         `display-graphic-p'.
7059         (wl-plugged-set-folder-icon): Ditto.
7060         (wl-highlight-plugged-current-line): Ditto.
7061         (wl-highlight-folder-current-line): Ditto.
7062         (wl-e21-highlight-folder-group-line): Ditto.
7063         (wl-e21-setup-toolbar): Ditto.
7064         (wl-e21-display-image-p): New macro.
7065
7066         * wl-demo.el (wl-demo): Simplified.
7067         (wl-demo-image-type-alist): Use `image-type-available-p' for
7068         checking whether the image type `xbm' is available.
7069
7070 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7073         (wl-summary-input-range): Ditto.
7074
7075 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * wl-summary.el (wl-summary-edit-addresses): Use
7078         `wl-summary-get-original-buffer'
7079         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7080         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7081         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7082         (wl-summary-get-newsgroups): Eliminated.
7083         (wl-summary-set-crosspost): Ditto.
7084         (wl-summary-is-crosspost-folder): Ditto.
7085         (wl-crosspost-alist-load): Ditto.
7086         (wl-crosspost-alist-save): Ditto.
7087
7088         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7089         `elmo-setup-subscribed-newsgroups' instead of
7090         `elmo-nntp-make-groups-hashtb'.
7091         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7092         instead of `wl-crosspost-alist-save'.
7093
7094         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7095         of `elmo-folder-message-appendable-p'.
7096         (wl-mime-header-presentation-method): Eliminated.
7097
7098         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7099         (Error occurs in emacs21).
7100
7101         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7102         the current buffer).
7103
7104         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7105         instead of `wl-crosspost-alist-save'.
7106         (wl-init): `elmo-crosspost-message-alist-load'
7107         instead of `wl-crosspost-alist-load'
7108
7109         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7110         (wl-parse-newsgroups): Likewise.
7111         (wl-biff-notify): Run `wl-biff-notify-hook'.
7112
7113 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7116
7117         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7118         when `wl-summary-lazy-highlight' is non-nil.
7119         (wl-summary-goto-folder-subr): Highlight only when
7120         `wl-summary-lazy-highlight' is non-nil.
7121
7122         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7123         Don't display progress and highlight temp-mark when
7124         `wl-summary-lazy-highlight' is non-nil.
7125         (wl-highlight-summary-window): New function.
7126         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7127
7128 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7129
7130         * wl-summary.el (wl-summary-sync): Change `all-visible'
7131         from `all-shown'
7132         (wl-summary-input-range): Ditto.
7133
7134 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7135
7136         * wl-e21.el (wl-highlight-folder-current-line): Call
7137         `wl-folder-init-icons' when folder icons have not been initialized.
7138
7139         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7140
7141         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7142         (wl-demo-image-type-alist): New macro.
7143
7144 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7145
7146         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7147         display does not support graphics.
7148         (wl-plugged-init-icons): Ditto.
7149         (wl-folder-init-icons): Ditto.
7150
7151         * wl-demo.el (wl-demo): Chech closely whether the display
7152         supports graphics.
7153
7154 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-summary.el (wl-summary-get-original-buffer): New function.
7157         (wl-summary-set-crosspost): Use it.
7158         (wl-summary-target-mark-uudecode): Ditto.
7159         (wl-summary-reedit): Ditto.
7160         (wl-summary-resend-bounced-mail): Ditto.
7161         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7162         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7163
7164         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7165         (wl-message-display-internal): Ditto.
7166
7167 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7170
7171 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-summary.el (wl-summary-save-view): Renamed from
7174         `wl-summary-save-status'.
7175
7176 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-summary.el (wl-summary-sync): Added `all-shown'
7179
7180 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7181
7182         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7183
7184 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7185
7186         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7187
7188 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7189
7190         * wl-highlight.el (wl-highlight-summary-line-string): Use
7191         `zerop' instead of `= 0'.
7192         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7193
7194         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7195         for comparing numbers.
7196         (wl-template-prev): Use `zerop' instead of `eq 0'.
7197
7198         * wl-draft.el (wl-draft-insert-current-message): Use
7199         `with-current-buffer' instead of `save-excursion'.
7200         Use `zerop' instead of `eq 0'.
7201
7202 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7203
7204         * wl-draft.el (wl-draft-insert-ccs): New function.
7205         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7206         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7207
7208 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7211
7212 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-expire.el (wl-expire-refile): Don't call
7215         elmo-msgdb-add-msgs-to-seen-list;
7216         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7217         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7218
7219 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-message.el (wl-message-prev-page): Ignore errors while
7222         scroll-down.
7223
7224 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * wl-mime.el: Use elmo-original-message-mode instead of
7227         mmelmo-original-mode.
7228
7229         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7230         `elmo-folder-get-spec';
7231         (wl-fldmgr-add-completion-all-completions):
7232         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7233
7234         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7235         of `elmo-folder-get-type'.
7236
7237         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7238         `elmo-folder-get-spec';
7239         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7240         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7241         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7242         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7243         `elmo-read-msg-no-cache';
7244         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7245         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7246         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7247         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7248         `elmo-cache-save';
7249         (wl-draft-reedit): Use `elmo-message-file-name'.
7250
7251         * wl-expire.el: Use `elmo-folder-name-internal';
7252         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7253         Use macro `wl-summary-buffer-msgdb' instead of variable
7254         `wl-summary-buffer-msgdb';
7255         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7256         Use macro `wl-summary-buffer-folder-name' instead of variable
7257         `wl-summary-buffer-folder-name'.
7258         * wl-score.el: Likewise.
7259
7260         * wl-message.el: Rewrite for new message buffer cache mechanism.
7261         (wl-message-buffer-cache-buffer-get): New macro.
7262         (wl-message-buffer-cache-folder-get): Ditto.
7263         (wl-message-buffer-cache-message-get): Ditto.
7264         (wl-message-buffer-cache-entry-make): Ditto.
7265         (wl-message-buffer-cache-hit): Ditto.
7266         (wl-message-buffer-cache-sort): New function.
7267         (wl-message-buffer-cache-add): Ditto.
7268         (wl-message-buffer-cache-delete): Ditto.
7269         (wl-message-buffer-cache-clean-up): Ditto.
7270         (wl-message-buffer-window): Rewrite.
7271         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7272         (wl-message-buffer-display): New function.
7273         (wl-message-display-internal): New function.
7274
7275 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-folder.el: Use `elmo-folder-name-internal';
7278         Use `wl-folder-get-elmo-folder';
7279         Use `elmo-folder-list-messages' instead of
7280         `elmo-list-folder';
7281         Use `elmo-folder-get-primitive-list' instead of
7282         `elmo-folder-get-primitive-spec-list';
7283         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7284         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7285         Use `elmo-folder-create' instead of `elmo-create-folder'.
7286         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7287         (wl-folder-get-elmo-folder): New macro.
7288         (wl-folder-elmo-folder-cache-get): Ditto.
7289         (wl-folder-elmo-folder-cache-put): Ditto.
7290         (wl-folder-suspend): Call `elmo-quit'.
7291
7292         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7293         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7294         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7295         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7296         (toplevel): require 'cl.
7297         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7298
7299         * wl-summary.el: Rewrite to use new elmo interface.
7300
7301 \f
7302 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-mime.el (wl-draft-preview-message):
7305         Run `wl-draft-send-hook' before collecting recipients information;
7306         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7307
7308         * tm-wl.el (wl-draft-preview-message): Ditto.
7309
7310 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7313         wrong recipients are displayed when forwarded message.
7314
7315 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * Version number is increased to 2.5.7.
7318
7319 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7320
7321         * wl-message.el (wl-message-next-page): Bind
7322         `window-pixel-scroll-increment' to nil while scrolling up.
7323
7324 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7325
7326         * wl-vars.el (wl-save-hook): New hook.
7327         * wl.el (wl-save): Call `wl-save-hook'.
7328
7329 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7330
7331         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7332         Argument WITH-ARG instead of NO-ARG (negative mean).
7333         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7334         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7335         * wl-message.el (wl-message-follow-current-entity): Likewise.
7336
7337 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7338
7339         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7340         FROM was optional argument.
7341         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7342
7343 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * Version number is increased to 2.5.6.
7346
7347 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7348
7349         * wl-version.el (wl-version-show): Removed.
7350         (wl-version): Add `interactive'.
7351
7352 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7353
7354         * wl-summary.el (wl-summary-get-petname-func): New variable.
7355         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7356         instead of `wl-address-get-petname-1'.
7357         (wl-summary-simple-from): Ditto.
7358
7359         * wl-address.el (wl-address-get-petname-1): Define as function.
7360
7361 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7364         field in the original message.
7365         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7366
7367 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7368
7369         * wl-expire.el (wl-expire-hide):
7370         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7371
7372 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7375         find decoder for To, Cc, and Subject.
7376
7377 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7380         for checking `elmo-use-buffer-cache'.
7381         (wl-summary-mark-as-important): Fixed typo in comment.
7382
7383 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7386         field in the original message.
7387         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7388
7389 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7390
7391         * wl-expire.el (wl-expire-hide):
7392         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7393
7394 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7397         find decoder for To, Cc, and Subject.
7398
7399 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * Version number is increased to 2.5.5.
7402
7403         * wl-address.el (wl-address-specials-regexp): New constant.
7404         (wl-address-quote-specials): Use it.
7405
7406 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-summary.el (wl-summary-rescan):
7409         Call `wl-summary-buffer-number-column-detect'.
7410         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7411
7412         * wl-message.el (wl-message-mode-map): Define.
7413         (wl-message-decode): Use it as local-map.
7414
7415 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7418         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7419
7420 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7423
7424         * wl-mule.el (wl-read-event-char): Ditto.
7425
7426         * wl-e21.el (wl-read-event-char): Ditto.
7427
7428         * wl-nemacs.el (wl-read-event-char): Ditto.
7429         (read-event): Removed.
7430
7431         * wl-util.el (toplevel): Removed dummy definition of
7432         `read-event'.
7433         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7434
7435 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7436
7437         * wl-nemacs.el (elmo-archive-call-process): Moved to
7438         elmo-archive.el.
7439
7440 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7443         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7444
7445         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7446         instead of magic-number 6.  Use `not' instead of `null' for symbol
7447         `nil' check (not empty list).
7448         (wl-draft-insert-x-face-field): Fixed paren style.
7449
7450         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7451         one-branch conditional statement, instead of `and' and `if'.
7452         (wl-draft-forward): Likewise.
7453         (wl-draft-add-references): Likewise.
7454         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7455
7456         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7457         conditional steatment.  Use `cond' instead of `if'.
7458         (wl-draft-confirm): Likewise.
7459
7460 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7461
7462         * wl-version.el (wl-version-show): Use `product-string-1'
7463         instead of `wl-version'.
7464         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7465
7466         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7467
7468 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7469
7470         * wl-highlight.el (wl-highlight-headers): Revert
7471         `wl-highlight-x-face-func' argument (`beg' and `end').
7472
7473 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7474
7475         * wl.el (toplevel): Move `product-provide' declare.
7476         * wl-demo.el (toplevel): Ditto.
7477         * wl-dnd.el (toplevel): Ditto.
7478         * wl-highlight.el (toplevel): Ditto.
7479         * wl-message.el (toplevel): Ditto.
7480         * wl-refile.el (toplevel): Ditto.
7481         * wl-util.el (toplevel): Ditto.
7482
7483 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7486         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7487         (wl-thread-close-all): keep cursor position.
7488
7489 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7492         (eq x 0).
7493         (wl-generate-user-agent-string-1): Fix conditional statement.
7494
7495 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7496
7497         * wl.el (wl-check-environment): Additional check for
7498         'wl-local-domain' and `wl-message-id-domain'.
7499
7500 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7501
7502         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7503
7504 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7505
7506         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7507         instead of `smtp-sasl-user-realm'.
7508
7509 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7510
7511         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7512
7513 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7514
7515         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7516         to the default value as well as `eword-lexical-analyzer'.
7517
7518 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519
7520         * wl-version.el (wl-extended-emacs-version,
7521         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7522         `elmo-match-string' instead of `wl-match-string'.
7523
7524 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7525
7526         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7527         docstring.
7528
7529 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7530
7531         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7532
7533 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7534
7535         * wl-highlight.el (wl-highlight-headers): Remove
7536         `wl-highlight-x-face-func' argument (`beg' and `end').
7537
7538 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-summary.el (wl-summary-mark-as-important):
7541         Remove cache if folder is local.
7542
7543 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7544
7545         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7546         to get existing e-mail address string.
7547
7548 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7549
7550         * wl-version.el (wl-generate-user-agent-string): Commentary.
7551         (wl-generate-user-agent-string-1): Use `when' for
7552         one-branch conditional statement, instead of `and' and `if'.
7553         (wl-extended-emacs-version, wl-extended-emacs-version2,
7554         wl-extended-emacs-version3): Ditto.
7555
7556 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7559         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7560         condition-case; Remove initialization.
7561         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7562         (wl-summary-sync-update3): Added argument `sync-all';
7563         Eliminated local variable `msgdb';
7564         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7565         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7566         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7567
7568 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7569
7570         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7571         connection before call `wl-draft-send-mail-with-smtp'.
7572
7573 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * Version number is increased to 2.5.4.
7576
7577 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7578
7579         * wl.el (wl-check-environment): Additional check for
7580         'wl-local-domain' and `wl-message-id-domain'.
7581
7582 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7585         buffer as command specific.
7586         (wl-folder-mark-as-read-all-entity): Ditto.
7587         (wl-folder-prefetch-entity): Ditto.
7588         (wl-folder-drop-unsync-entity): Ditto.
7589
7590         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7591         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7592         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7593
7594         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7595         save-excursion.
7596
7597 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * Version number is increased to 2.5.3.
7600
7601         * wl-summary.el (wl-summary-save-view-cache):
7602         Delete duplicated `write-region';
7603         Use `write-region-as-binary' instead of `as-binary-output-file' and
7604         `write-region'.
7605
7606 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7607
7608         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7609
7610 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7613         instead of `smtp-via-smtp'.
7614
7615 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7616
7617         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7618
7619 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7620
7621         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7622         instead of `smtp-sasl-user-realm'.
7623
7624 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7625
7626         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7627
7628 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7629
7630         * Version number is increased to 2.5.2.
7631
7632 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7633
7634         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7635         does not exist.
7636         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7637         (wl-biff-start): Call `timer-activate' if timer already exists.
7638
7639         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7640         only when it is bound as function.
7641
7642 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * Version number is increased to 2.5.1.
7645
7646 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7649         Print refile/copy destination.
7650
7651 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7654         queue-flush-only is non-nil.
7655
7656         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7657
7658         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7659         checking cache folder.
7660
7661 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7662
7663         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7664         `regexp-quote'.
7665
7666 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7669         function.
7670         * wl-summary.el (wl-summary-write-current-folder-functions):
7671         Change default value.  Use it.
7672
7673 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * Version number is increased to 2.5.0.
7676
7677         * wl-version.el (wl-version): Changed codename.
7678
7679 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7682         (wl-summary-supersedes-message): Ditto.
7683
7684 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7685
7686         * wl-refile.el (wl-refile-guess-functions): Renamed from
7687         `wl-refile-guess-func-list'.
7688
7689 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7692         Fixed problem when no rule was matched.
7693
7694 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7695
7696         * wl-summary.el (wl-summary-get-mark): Fixed
7697         `wl-summary-buffer-target-mark' check logic.
7698
7699 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-folder.el (wl-folder-write-current-folder): Added group
7702         folder check.
7703
7704         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7705         `wl-summary-write-current-newsgroup'.
7706         (wl-summary-write-current-folder-functions): New variable.
7707         * wl-folder.el (wl-folder-get-newsgroups): New function.
7708         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7709         (wl-folder-write-current-folder): Renamed from
7710         `wl-folder-write-current-newsgroup'.
7711
7712 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * Version number is increased to 2.3.93.
7715
7716 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7719         (wl-ldap-make-matched-value-list): Ditto.
7720         (wl-ldap-alias-safe-string): Split e-mail address.
7721
7722         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7723         petname folder default was selected.
7724         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7725         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7726
7727 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7730         to `wl-draft-config-exec'.
7731
7732         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7733         instead of calling `wl-draft-config-exec';
7734         Process group-list and show recipients in minibuffer.
7735
7736         * tm-wl.el (wl-draft-preview-message): Ditto.
7737
7738 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7739
7740         * wl.el (toplevel): Added (C) to copyright notice, and
7741         sync Author header.
7742         * tm-wl.el (toplevel): Ditto.
7743         * wl-address.el (toplevel): Ditto.
7744         * wl-demo.el (toplevel): Ditto.
7745         * wl-dnd.el (toplevel): Ditto.
7746         * wl-draft.el (toplevel): Ditto.
7747         * wl-e21.el (toplevel): Ditto.
7748         * wl-expire.el (toplevel): Ditto.
7749         * wl-folder.el (toplevel): Ditto.
7750         * wl-highlight.el (toplevel): Ditto.
7751         * wl-message.el (toplevel): Ditto.
7752         * wl-mime.el (toplevel): Ditto.
7753         * wl-mule.el (toplevel): Ditto.
7754         * wl-nemacs.el (toplevel): Ditto.
7755         * wl-refile.el (toplevel): Ditto.
7756         * wl-score.el (toplevel): Ditto.
7757         * wl-summary.el (toplevel): Ditto.
7758         * wl-template.el (toplevel): Ditto.
7759         * wl-thread.el (toplevel): Ditto.
7760         * wl-util.el (toplevel): Ditto.
7761         * wl-vars.el (toplevel): Ditto.
7762         * wl-xmas.el (toplevel): Ditto.
7763
7764 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7765
7766         * wl.el (wl-init): Added comment about `wl-init-hook'.
7767         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7768         * wl-vars.el (wl-init-hook): Added docs.
7769         (wl-make-plugged-hook): Removed useless docs.
7770         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7771         * wl-xmas.el (toplevel): Ditto.
7772
7773 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7774
7775         * wl-address.el (toplevel): Fixed multiple Author header format.
7776         * wl-demo.el (toplevel): Ditto.
7777         * wl-draft.el (toplevel): Ditto.
7778         * wl-folder.el (toplevel): Ditto.
7779         * wl-summary.el (toplevel): Ditto.
7780         * wl-thread.el (toplevel): Ditto.
7781         * wl-util.el (toplevel): Ditto.
7782         * wl-vars.el (toplevel): Ditto.
7783         * wl-version.el (toplevel): Ditto.
7784         * wl-xmas.el (toplevel): Ditto.
7785         * wl.el (toplevel): Ditto.
7786
7787         * wl-version.el (toplevel): Added require `elmo-version' for
7788         `product-version-as-string'.
7789
7790 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-vars.el (wl-draft-send-hook): Changed default value to
7793         '(wl-draft-config-exec).
7794
7795         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7796         explicitly.
7797         (wl-draft): Set `wl-draft-config-exec-flag' before running
7798         `wl-mail-setup-hook'.
7799
7800         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7801         `wl-biff-init-icons' to `wl-init-hook' instead of
7802         `wl-make-plugged-hook'.
7803         (Because if `wl-draft' command is invoked at first,
7804         they are not initialized)
7805         Updated copyright notice.
7806
7807         * wl-e21.el (toplevel): Ditto;
7808
7809         * wl-demo.el (toplevel): Updated copyright notice.
7810         * wl-address.el (toplevel): Ditto.
7811         * wl-draft.el (toplevel): Ditto.
7812         * wl-version.el (toplevel): Ditto.
7813         * wl-folder.el (toplevel): Ditto.
7814         * wl-summary.el (toplevel): Ditto.
7815         * wl-thread.el (toplevel): Ditto.
7816         * wl-util.el (toplevel): Ditto.
7817         * wl-vars.el (toplevel): Ditto.
7818         * wl.el (toplevel): Ditto.
7819
7820 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-highlight.el (wl-highlight-message): Fixed problem of
7823         highlighting failure which occured when the last field contains
7824         multiple lines in the draft buffer.
7825
7826         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7827         `wl-biff-start' if plugged.
7828
7829         * wl-util.el (wl-biff-check-folder): New function.
7830         (wl-biff-check-folders): Don't set session name prefix.
7831         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7832         (wl-biff-check-folder-async): Ditto.
7833
7834         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7835         in email address.
7836
7837 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7838
7839         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7840
7841         * wl-draft.el (wl-draft-strip-subject-re): New function.
7842
7843         * wl-draft.el (wl-draft-reply): Use it.
7844
7845 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-message.el (wl-mmelmo-message-redisplay): Use
7848         `mime-display-message' instead of `wl-mime-display-message'.
7849
7850         * wl-mime.el (toplevel): Removed compatibility workaround
7851         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7852         (wl-mime-display-message): Abolished.
7853         (wl-mime-entity-read-field): Ditto.
7854         (wl-mime-combine-message/partial-pieces): Use
7855         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7856
7857 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7858
7859         * wl-template.el: Doc fixes.
7860
7861 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7862
7863         * wl-e21.el (wl-message-overload-functions): Do nothing if
7864         `current-local-map' is not available.
7865         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7866
7867 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7870         representation.
7871
7872         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7873         number.
7874         (wl-fldmgr-save-folders): Don't use `format' when insert
7875         `wl-fldmgr-folders-header'.
7876
7877 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7878
7879         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7880
7881 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-highlight.el (wl-highlight-message):
7884         Use `std11-field-end' to detect end point of the header field.
7885         Refer `wl-highlight-max-header-size'.
7886
7887         * wl-vars.el (wl-highlight-max-header-size): New variable.
7888
7889         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7890
7891         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7892         Set `for-draft' argument of wl-highlight-headers.
7893         (wl-draft): Ditto.
7894         (wl-draft-reedit): Ditto.
7895         (wl-user-agent-compose-internal): Ditto.
7896
7897 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7898
7899         * wl-message.el (wl-message-add-button): Use overlay.
7900
7901 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7904
7905         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7906         problem when group-list content is nothing.
7907         (Reported by Mito <mit@nines.nec.co.jp>)
7908
7909 2000-10-18  SAITO Atsunori <sai@yedo.com>
7910
7911         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7912
7913 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7914
7915         * tm-wl.el (toplevel): Use product-provide.
7916
7917 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * Version number is increased to 2.3.92.
7920
7921 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7922
7923         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7924         title text, use `display' property for left margin under Emacs 21.
7925
7926         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7927         properties.
7928         (wl-plugged-init-icons): Ditto.
7929
7930 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7931
7932         * wl.el (wl-save-status, wl-init): Remove last period in
7933         "...done." message.
7934         * tm-wl.el (wl-summary-burst): Ditto.
7935         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7936         wl-summary-resume-cache-status,
7937         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7938         wl-summary-sync-update3, wl-summary-highlight-msgs,
7939         wl-summary-flush-pending-append-operations,
7940         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7941         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7942         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7943         wl-thread-open-all): Ditto.
7944         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7945         * wl-mime.el (wl-summary-burst): Ditto.
7946         * wl-highlight.el (wl-highlight-summary): Ditto.
7947         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7948         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7949         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7950         * wl-address.el (wl-local-address-init): Ditto.
7951
7952 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7953
7954         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7955         `add-text-properties'.
7956         (wl-plugged-init-icons): Ditto.
7957         (wl-folder-init-icons): Use `propertize' instead of
7958         `put-text-property'.
7959         (wl-plugged-set-folder-icon): Ditto.
7960         (wl-e21-highlight-folder-group-line): Ditto.
7961
7962 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-version.el (wl-version-status-alist): New variable.
7965         (wl-version-status): New function.
7966
7967         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7968         "Cc" part of the case "Reply-To".
7969
7970         * wl-draft.el (wl-draft-reply): Use result of
7971         `eword-extract-address-components'.
7972
7973         * wl-demo.el (wl-demo-icon-name): New constant.
7974         (wl-logo-xpm): Use it.
7975         (wl-logo-xbm): Ditto.
7976         (wl-logo-bitmap): Ditto.
7977
7978         * Version number is increased to 2.3.91.
7979
7980 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7981
7982         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7983         (wl-extended-emacs-version, wl-extended-emacs-version2,
7984         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7985         docstring.
7986
7987         * wl-version.el (wl-generate-user-agent-string-1): New function.
7988         (wl-generate-user-agent-string): Use it.
7989
7990         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7991         `mime-edit-insert-user-agent-field'.
7992         (wl-generate-user-agent-string): Check
7993         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7994
7995         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7996         instead of `if', when verbose case.
7997
7998 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7999
8000         * wl-expire.el (wl-summary-expire): Fix.
8001
8002 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8005         and `elmo-lost+found-folder' if 'wl-draft.
8006         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8007
8008 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8009
8010         * wl-expire.el (wl-summary-expire): Change messages.
8011         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8012         `deleing-info' instead of "Deleting..."
8013
8014 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8015
8016         * wl-summary.el (wl-summary-refile-subr): Fix.
8017
8018 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8019
8020         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8021         if pipe folder.
8022
8023 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8026
8027 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-expire.el (wl-expire-hide): New function.
8030         (wl-summary-expire): Add `hide'.
8031
8032 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-vars.el (wl-draft-reply-without-argument-list):
8035         Changed default value to consider `Reply-To:'.
8036         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8037
8038         * Version number is increased to 2.3.90.
8039
8040         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8041         elmo-imap4-get-session with unwind-protect.
8042         Don't cause error.
8043         (wl-summary-sync-marks): Don't check plugged nor folder type.
8044         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8045         (Always keep current buffer).
8046
8047 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8048
8049         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8050         Enclose with `save-excursion'.
8051
8052 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8053
8054         * wl-version.el (wl-version): Remove interactive.
8055
8056 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8057
8058         * wl-version.el (wl-generate-user-agent-string): Use
8059         `product-string-verbose' instead of `product-string-1'.
8060
8061 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8062
8063         * wl-vars.el (wl-draft-use-cache): New variable.
8064         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8065         if wl-draft-use-cache is non-nil.
8066
8067 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8070         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8071
8072 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8075         (wl-thread-msg-mark-as-unread): Ditto.
8076
8077         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8078         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8079         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8080         Don't set mark in summary if return value of `elmo-mark-as-read'
8081         is nil.
8082         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8083         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8084         instead of `wl-thread-msg-mark-as-read'.
8085         (wl-summary-mark-as-unread-region): Ditto.
8086         (wl-summary-target-mark-mark-as-read): Ditto.
8087
8088         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8089
8090 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8093
8094         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8095
8096 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8099         face.
8100
8101 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8102
8103         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8104         `running-xemacs'.
8105
8106 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8107
8108         * wl-version.el (toplevel): Use `product-version-as-string' for
8109         set verstion-string, if defined.
8110
8111         * wl-version.el (wl-version-show): Insert string at point, when
8112         call with argument.
8113
8114         * wl-version.el (wl-generate-user-agent-string): Use
8115         `product-string-1' instead of `wl-appname', `wl-version' and
8116         `wl-codename'.
8117
8118 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8119
8120         * wl-address.el (toplevel): Use product-provide.
8121         * wl-demo.el (toplevel): Ditto.
8122         * wl-dnd.el (toplevel): Ditto.
8123         * wl-draft.el (toplevel): Ditto.
8124         * wl-e21.el (toplevel): Ditto.
8125         * wl-expire.el (toplevel): Ditto.
8126         * wl-fldmgr.el (toplevel): Ditto.
8127         * wl-folder.el (toplevel): Ditto.
8128         * wl-highlight.el (toplevel): Ditto.
8129         * wl-message.el (toplevel): Ditto.
8130         * wl-mime.el (toplevel): Ditto.
8131         * wl-mule.el (toplevel): Ditto.
8132         * wl-nemacs.el (toplevel): Ditto.
8133         * wl-refile.el (toplevel): Ditto.
8134         * wl-score.el (toplevel): Ditto.
8135         * wl-summary.el (toplevel): Ditto.
8136         * wl-template.el (toplevel): Ditto.
8137         * wl-thread.el (toplevel): Ditto.
8138         * wl-util.el (toplevel): Ditto.
8139         * wl-vars.el (toplevel): Ditto.
8140         * wl-xmas.el (toplevel): Ditto.
8141         * wl.el (toplevel): Ditto.
8142
8143 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8144
8145         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8146         instead of product.
8147
8148         * wl-version.el (wl-version): Compile time evalution elmo-version.
8149
8150 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-summary.el (wl-summary-sync-force-update): Append queue
8153         `mark-as-read'if unplugged.
8154
8155 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8156
8157         * wl-version.el: New file.  Use product.el.
8158         * wl.el: add (require 'wl-version).
8159         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8160         for ~/.folders header.
8161         (wl-fldmgr-folders-header): Changed.
8162         * wl-demo.el (wl-demo): Use product.el.
8163
8164         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8165         wl-version.el.
8166         * wl-util.el (wl-version, wl-version-show): Ditto.
8167
8168         * wl-util.el (wl-generate-user-agent-string,
8169         wl-extended-emacs-version, wl-extended-emacs-version2,
8170         wl-extended-emacs-version3): Move to wl-version.el.
8171         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8172         xemacs-codename, mime-edit-insert-user-agent-field,
8173         mime-edit-user-agent-value, mime-editor/version,
8174         mime-editor/codename): Compile warning killer move to
8175         wl-version.el
8176
8177 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8178
8179         * wl-summary.el (wl-summary-refile-subr): Fix.
8180
8181 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8184         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8185
8186 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8187
8188         * wl.el (wl-check-environment): Check too many `@'.
8189
8190 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8191
8192         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8193
8194 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8197         wl-draft-reply-myself-without-argument-list): Add variables.
8198         * wl-draft.el (wl-draft-reply): Use it.
8199
8200 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8201
8202         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8203         the 5th argument of `elmo-network-get-spec'.
8204
8205         * wl-thread.el (wl-thread-reparent-children): New inline function.
8206         (wl-thread-delete-message): Use it.
8207
8208         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8209         (wl-summary-score-update-all-lines): Don't use `dolist'.
8210
8211 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8212
8213         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8214         (require 'elmo-msgdb) for inline function.
8215
8216 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8217
8218         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8219
8220 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * wl-score.el (wl-score-headers): Fix for the confusing macro
8223         `elmo-kill-buffer'.
8224
8225 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8226
8227         * wl-summary.el: Don't use the 3rd argument of `require' because
8228         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8229         * wl-util.el: Ditto.
8230         * wl-draft.el: Ditto.
8231
8232 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8233
8234         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8235         window system is not used.
8236
8237 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8238
8239         * wl-thread.el: Don't use `mapcar' only for iteration.
8240         (wl-thread-resume-entity): Ditto.
8241         (wl-thread-delete-message): Ditto.
8242
8243         * wl-summary.el: Bind `dragdrop-drop-functions',
8244         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8245         of `require' for `timezone', `easymenu' and `ps-print';
8246         don't use `mapcar' only for iteration.
8247
8248         * wl-util.el: Bind `mule-version', `nemacs-version',
8249         `emacs-beta-version', `xemacs-codename',
8250         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8251         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8252         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8253         only for iteration.
8254
8255         * wl-score.el: Don't use `mapcar' only for iteration.
8256         (wl-score-simplify-buffer-fuzzy): Ditto.
8257         (wl-score-simplify-subject): Ditto.
8258         (wl-score-headers): Ditto.
8259         (wl-summary-score-update-all-lines): Ditto.
8260
8261         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8262         `enable-multibyte-characters' and `mule-version'.
8263
8264         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8265         `mapcar' only for iteration.
8266
8267         * wl-demo.el: Don't use `mapcar' only for iteration.
8268
8269         * wl-folder.el: Don't use `mapcar' only for iteration.
8270         (wl-folder-open-all): Ditto.
8271         (wl-folder-count-incorporates): Ditto.
8272
8273         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8274         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8275
8276         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8277         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8278         `smtp-connection-type'; specify 3rd argument of `require' for
8279         `timezone'; don't use `mapcar' only for iteration.
8280         (wl-draft-clone-local-variables): Don't use `mapcar'.
8281         (wl-draft-generate-clone-buffer): Ditto.
8282         (wl-user-agent-compose-internal): Ditto.
8283
8284         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8285
8286         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8287         (wl-save-status): Ditto.
8288
8289         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8290         for iteration.
8291
8292 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8295         removed `Date'.
8296         (wl-fldmgr-make-filter-default): New user option.
8297
8298         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8299         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8300         (wl-fldmgr-filter-completion-alist): Abolish.
8301
8302         * wl.el (wl): Don't check servers if arg is non-nil.
8303
8304         * wl-draft.el (wl-draft-reply): Set only message-id string to
8305         In-Reply-To field.
8306
8307 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-pick): Rewrite.
8310
8311         * wl-draft.el (wl-draft-forward): Get references field from
8312         original buffer.
8313         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8314
8315 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8316
8317         * wl-draft.el (wl-draft-forward): Add references field.
8318
8319 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8322         (wl-draft-reply): Use it.
8323
8324 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8325
8326         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8327         when Emacs 21 is running.
8328
8329         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8330         bindings.
8331
8332 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8333
8334         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8335         XPM icons transparent.
8336
8337         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8338         Emacs 21.
8339
8340 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8343         nil.
8344
8345         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8346         when it is persistent.
8347         (wl-summary-sync-marks): Changed argument for
8348         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8349         (wl-summary-virtual): Use `elmo-read-search-condition'.
8350         (wl-summary-redisplay-internal): If folder is local, mark as read
8351         even when folder is plugged.
8352
8353 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8354
8355         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8356         of `tool-bar-lines' in the frame parameters.
8357         (after-make-frame-functions, post-command-hook): Don't modify the
8358         value.
8359         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8360         wl-e21-tool-bar-lines): Removed.
8361
8362 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8363
8364         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8365         properties `evaporate' and `wl-momentary-overlay' as well.
8366         (wl-highlight-summary-displaying): Ditto.
8367         (wl-delete-all-overlays): Don't delete overlay which does not have
8368         a property `wl-momentary-overlay'.
8369
8370         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8371         `display-mouse-p' and `display-graphic-p'.
8372         (wl-folder-init-icons): Don't search for XBM or the other files.
8373         (wl-plugged-set-folder-icon): Make icons if and only if
8374         `display-graphic-p' returns non-nil.
8375         (wl-highlight-plugged-current-line): Use `before-string' overlay
8376         property to show icon images.
8377         (wl-highlight-folder-current-line): Ditto.
8378         (wl-e21-highlight-folder-group-line): Ditto.
8379         (wl-e21-highlight-folder-by-numbers): Ditto.
8380         (wl-e21-insert-image): Removed.
8381         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8382         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8383         said.
8384         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8385         `wl-e21-force-switch-toolbar'.
8386         (wl-e21-make-icon-image): Removed.
8387         (wl-e21-setup-toolbar): Don't search for XBM files.
8388         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8389         the default value.
8390
8391 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-util.el (wl-biff-check-folder-async): Set
8394         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8395
8396 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8397
8398         * wl-e21.el (after-make-frame-functions): Add
8399         `wl-e21-force-switch-toolbar'.
8400         (wl-e21-force-switch-toolbar): New function force to switch the
8401         toolbar appearance automatically.
8402         (post-command-hook): Add `wl-e21-switch-toolbar'.
8403         (wl-e21-switch-toolbar): New function to switch the toolbar
8404         appearance automatically.
8405         (wl-e21-tool-bar-lines): New buffer local variable.
8406
8407 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * wl-util.el (wl-biff-check-folders-running): New variable.
8410         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8411         (wl-biff-check-folder-async-callback):
8412         Set `wl-biff-check-folders-running'.
8413         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8414         with unwind-protect.
8415
8416         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8417         Enclose `wl-folder-auto-check' with unwind-protect.
8418
8419         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8420         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8421
8422         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8423
8424         * wl-util.el (wl-biff-notify): New inline function.
8425         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8426         locally.
8427         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8428         folder-list' is 1.
8429         Use `wl-biff-notify'.
8430         (wl-biff-check-folder-async-callback): New function.
8431         (wl-biff-check-folder-async): Ditto.
8432
8433         * wl-folder.el (wl-folder): Don't check folders.
8434         (wl-folder-auto-check): New function.
8435
8436 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8437
8438         * wl-util.el (wl-biff-start) [Emacs19+]:
8439         Use `timer-next-integral-multiple-of-time'.
8440         (wl-biff-check-folders): Use `wl-default-folder'
8441         if `wl-biff-check-folder-list' is nil.
8442
8443 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8444
8445         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8446         instead of `elmo-delete-lists'.
8447
8448 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8449
8450         * wl.el (wl-plugged-toggle-all): Set the value of
8451         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8452         (wl-plugged-toggle): Ditto.
8453         (wl-toggle-plugged): Ditto.
8454         (wl-plugged-init): Ditto.
8455
8456         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8457         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8458         instead of `wl-biff-state-indicator-off' and
8459         `wl-biff-state-indicator-on'; don't modify the value and the type
8460         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8461         (wl-plugged-init-icons): Set icons data to
8462         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8463         instead of `wl-plug-state-indicator-off' and
8464         `wl-plug-state-indicator-on'; don't modify the value and the type
8465         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8466
8467         * wl-vars.el (wl-modeline-biff-state-off,
8468         wl-modeline-biff-state-on, wl-modeline-biff-status,
8469         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8470         wl-modeline-plug-status): New internal variables.
8471         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8472         wl-biff-check-interval, wl-biff-check-folder-list): Change
8473         customization group from `wl-folder' to `wl-highlight'.
8474         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8475         wl-show-plug-status-on-modeline): Defcustomized.
8476
8477         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8478         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8479         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8480         a flag to `mode-line-buffer-identification'.
8481
8482         * wl-e21.el (wl-biff-init-icons): Set icons data to
8483         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8484         instead of `wl-biff-state-indicator-off' and
8485         `wl-biff-state-indicator-on'.
8486         (wl-plugged-init-icons): Set icons data to
8487         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8488         instead of `wl-plug-state-indicator-off' and
8489         `wl-plug-state-indicator-on'.
8490
8491 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8492
8493         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8494         excessive titles.
8495
8496 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8497
8498         * wl.el (wl-plugged-mode): Use revised
8499         `wl-mode-line-buffer-identification'.
8500         (wl-plugged-init): Don't use `force-mode-line-update'.
8501
8502         * wl-xmas.el (wl-draft-overload-functions): Use revised
8503         `wl-mode-line-buffer-identification'.
8504         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8505         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8506         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8507         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8508         `wl-make-plugged-hook';
8509         add `wl-folder-init-icons' and `wl-setup-folder' to
8510         `wl-folder-mode-hook'.
8511
8512         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8513         19 as well.
8514         (wl-mode-line-display-priority-list): New user option.
8515         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8516         Defcustomized.
8517         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8518         Add docs.
8519
8520         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8521         start.
8522         (wl-mode-line-buffer-identification): Revised as a function.
8523
8524         * wl-summary.el (wl-summary-mode): Use revised
8525         `wl-mode-line-buffer-identification'; don't call
8526         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8527         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8528         `wl-xmas-setup-summary'.
8529
8530         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8531         `wl-mode-line-buffer-identification'.
8532
8533         * wl-mule.el (wl-draft-overload-functions): Use revised
8534         `wl-mode-line-buffer-identification'.
8535
8536         * wl-folder.el (wl-make-plugged-alist): Don't call
8537         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8538         (wl-folder): Don't call `wl-folder-init-icons' directly.
8539         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8540         `wl-xmas-setup-folder' directly;
8541         use revised `wl-mode-line-buffer-identification'.
8542         (TopLevel): Don't bind `wl-biff-init-icons',
8543         `wl-plugged-init-icons', `wl-folder-init-icons',
8544         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8545
8546         * wl-e21.el (wl-draft-overload-functions): Use revised
8547         `wl-mode-line-buffer-identification'.
8548         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8549         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8550         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8551         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8552         `wl-make-plugged-hook';
8553         add `wl-folder-init-icons' and `wl-setup-folder' to
8554         `wl-folder-mode-hook'.
8555
8556 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8557             Katsumi Yamaoka    <yamaoka@jpl.org>
8558
8559         * wl.el (wl): Call `wl-biff-start'.
8560         (wl-exit): Call `wl-biff-stop'.
8561         (wl-plugged-mode): Show biff in modeline.
8562         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8563
8564         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8565         (wl-biff-init-icons): New function.
8566         (wl-plugged-init-icons): Don't make too much keymaps.
8567         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8568
8569         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8570         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8571         variables.
8572         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8573         options.
8574
8575         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8576         wl-biff-start, wl-biff-stop): New functions.
8577         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8578         (wl-biff-timer-name): New variable.
8579
8580         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8581
8582         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8583         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8584
8585         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8586         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8587
8588         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8589         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8590         `wl-folder-init-icons' to `ignore' if they are not available.
8591         (wl-folder-mode): Show biff in modeline.
8592
8593         * wl-e21.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-image, wl-biff-mail-image): New variables.
8597
8598 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8599
8600         * wl-vars.el (wl-strict-diff-folders): Customization Type
8601         and doc fix.  Define as a list of regular expressions for
8602         folders or nil.
8603         * wl-folder.el (wl-folder-check-one-entity): Use
8604         `wl-string-match-member' instead of `wl-string-member' for
8605         `wl-strict-diff-folders'.
8606
8607 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8608
8609         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8610         (wl-highlight-folder-current-line): Use it; new implementation.
8611         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8612         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8613         `defsubst' instead of `defun'.
8614
8615         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8616         `wl-highlight-group-folder-by-numbers'; made it can also be a
8617         number.  See info for more details.
8618
8619         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8620         running.
8621
8622         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8623         to bind them.
8624
8625         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8626         (wl-highlight-folder-current-line): New implementation.
8627
8628         * wl-highlight.el (wl-highlight-folder-group-line): New
8629         implementation.
8630         (wl-delete-all-overlays): Rewrite as a marco.
8631         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8632
8633         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8634         running.
8635         (wl-folder-*-glyph): No need to bind them.
8636
8637         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8638         `wl-e21-highlight-folder-group-icon'; rewrite.
8639         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8640         `defsubst' instead of `defun'.
8641         (wl-folder-mode-map): Bind it when compiling.
8642
8643 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8646
8647         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8648
8649 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8650
8651         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8652
8653 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8654
8655         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8656         (wl-highlight-folder-current-line): Use it.
8657
8658         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8659         in `id-name'.
8660
8661 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8662
8663         * wl.el: Require `wl-e21' when Emacs 21 is running.
8664
8665         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8666         default when Emacs 21 is running.
8667         (wl-use-highlight-mouse-line): Ditto.
8668         (wl-on-emacs21): New constant.
8669         (wl-on-emacs20): Removed.
8670
8671         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8672         Emacs 21 is running.
8673
8674         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8675         Emacs 21 is running.
8676
8677         * wl-e21.el: New file.
8678
8679 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8680
8681         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8682         (wl-toggle-plugged): Ditto.
8683         (wl-plugged-toggle): Ditto.
8684         (wl-plugged-toggle-all): Ditto.
8685
8686         * wl-vars.el (wl-plug-state-indicator): Refer
8687         `wl-plug-state-indicator-on' indirectly.
8688
8689 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8692         Call `wl-folder-confirm-existence'.
8693
8694         * wl-folder.el (wl-folder-confirm-existence): Added optional
8695         argument `force'.
8696
8697 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8698
8699         * wl-summary.el (wl-summary-refile-subr): Assume
8700         `copy-or-refile' as symbol.
8701         (wl-summary-refile): Follow up above change.
8702         (wl-summary-copy): Ditto.  Doc fix.
8703
8704 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-summary.el (wl-summary-pick): Don't bind
8707         `elmo-search-mime-charset'.
8708
8709         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8710         default using old backquote style.
8711         (wl-search-mime-charset): Abolished.
8712
8713         * wl-highlight.el (wl-highlight-headers):
8714         Call `point' after `re-search-forward'(for Nemacs).
8715
8716         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8717         for elmo-imap4.el.
8718
8719 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8720
8721         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8722         `wl-message-ignored-field-list' instead of
8723         `mime-view-ignored-field-list'.
8724
8725         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8726         Add interactive spec.
8727         (wl-folder-goto-bottom-of-current-folder): Ditto.
8728         (wl-folder-mode-map): Bind them.
8729
8730         * wl-vars.el (wl-message-ignored-field-list): New variable.
8731         (wl-message-visible-field-list): New variable.
8732
8733         * wl-mime.el (wl-mime-header-presentation-method): New function.
8734         (wl-mime-setup): Set header-presentation-method.
8735
8736 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8737
8738         * wl-nemacs.el (wl-draft-overload-functions): Set
8739         `mode-line-buffer-identification' instead of using
8740         `wl-make-modeline'.
8741
8742         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8743         instead of using `wl-make-modeline'.
8744
8745         * wl-xmas.el (wl-plugged-init-icons): Set up
8746         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8747         (wl-make-modeline): Abolish.
8748         (wl-draft-overload-functions): Set
8749         `mode-line-buffer-identification' instead of using
8750         `wl-make-modeline'.
8751
8752         * wl-util.el (wl-make-modeline-subr): Abolish.
8753         (wl-mode-line-buffer-identification): New alias.
8754
8755         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8756         (wl-summary-make-modeline): Abolish.
8757         (wl-summary-buffer-set-folder): Set
8758         `wl-summary-buffer-folder-indicator'.
8759         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8760         of using `wl-make-modeline'.
8761         (wl-summary-switch-to-clone-buffer): Don't set
8762         `mode-line-buffer-identification'.
8763         (wl-summary-goto-folder-subr): Ditto.
8764
8765         * wl-mule.el (wl-draft-overload-functions): Set
8766         `mode-line-buffer-identification' instead of using
8767         `wl-make-modeline'.
8768
8769         * wl-folder.el (wl-folder-mode): Set
8770         `mode-line-buffer-identification' instead of using
8771         `wl-make-modeline'.
8772         (wl-folder): Don't set `mode-line-buffer-identification'.
8773
8774 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8775
8776         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8777         instead of `member' for `wl-refile-guess-func-list' look-ups.
8778         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8779
8780 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8781
8782         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8783         `wl-message-button-dispatcher'.
8784
8785         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8786
8787         * wl-message.el (wl-message-button-dispatcher): Use it.
8788
8789         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8790         "In-Reply-To".
8791
8792         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8793         Bind `case-fold-search' to t.
8794
8795 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8796
8797         * wl-xmas.el (wl-message-overload-functions): Initialize
8798         `wl-message-button-map'.
8799
8800         * wl-mule.el (wl-message-overload-functions): Initialize
8801         `wl-message-button-map'.
8802
8803         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8804
8805         * wl-message.el (wl-message-button-map): New keymap.
8806         (wl-message-add-button): New function.
8807         (wl-message-button-dispatcher): New function.
8808         (wl-message-button-refer-article): New function.
8809
8810         * wl-highlight.el
8811         (wl-highlight-message-add-buttons-to-header): New function.
8812         (wl-highlight-headers): Use it.
8813
8814 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8815
8816         * wl-summary.el (wl-summary-default-from): Use
8817         `wl-address-get-petname-1'.
8818         (wl-summary-simple-from): Ditto.
8819
8820         * wl-address.el (wl-address-get-petname-1): New inline function.
8821         (wl-address-get-petname): Use it.
8822
8823 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8824
8825         * wl-summary.el (wl-summary-default-from): Return full-name part
8826         from the address if no petname was found.
8827         (wl-summary-simple-from): Ditto.
8828
8829         * wl-address.el (wl-address-get-petname): Return nil if no petname
8830         associated with the address was found.
8831
8832 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8833
8834         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8835         display is finished.
8836
8837 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8840         `elmo-folder-exists-p' argument.
8841
8842 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8843
8844         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8845         the folder.
8846
8847 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8850
8851         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8852         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8853
8854 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8855
8856         * wl-folder.el (wl-folder-create-subr): New function.
8857         (wl-folder-confirm-existence): Use it.
8858         (wl-folder-check-one-entity): Use it.
8859         Check the error symbol is derived from 'elmo-open-error.
8860
8861         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8862         `ignore-error'.
8863
8864 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8865
8866         * wl-util.el (toplevel): Add (eval-when-compile (require
8867         'elmo-util)).  (Maybe `provide' is typo.)
8868
8869 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8872         (I don't know why this was needed.)
8873
8874         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8875         Follow up changes for stream-type.
8876
8877         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8878         (wl-draft-elmo-nntp-send): Ditto.
8879
8880         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8881         (wl-nntp-posting-stream-type): Ditto.
8882         (wl-pop-before-smtp-ssl): Abolished.
8883         (wl-nntp-posting-ssl): Ditto.
8884
8885         * wl-address.el (wl-address-quote-specials): New function.
8886         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8887
8888         * wl-draft.el (wl-draft-reply): Ditto.
8889
8890 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8891
8892         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8893         use function `wl-string-match-assoc'.
8894
8895 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8898
8899         * wl-draft.el (wl-draft-deduce-address-list): New function.
8900         (wl-draft-parse-mailbox-list): Ditto.
8901         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8902         instead of `smtp-deduce-address-list'.
8903         (wl-draft-on-field-p): Follow group list.
8904
8905         * wl-address.el (wl-address-concat-token): New function.
8906         (wl-address-string-without-group-list-contents): Ditto.
8907         (wl-complete-field-body): Fixed problem of completion
8908         by japanese petname.
8909         (wl-address-make-completion-list): Rewrite.
8910
8911 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8912
8913         * wl-address.el (wl-address-make-completion-list): Completion by
8914         petname.
8915         (wl-complete-field-body): Likewise.
8916
8917 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8920         contains invalid address syntax.
8921
8922 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8923
8924         * wl-folder.el (wl-folder-check-entity-async): Use
8925         `elmo-nntp-spec-hostname'.
8926
8927 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8928
8929         * wl-summary.el (wl-summary-msgdb-load-async): Use
8930         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8931
8932 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-draft.el (wl-draft-reply): Set argument
8935         `content-transfer-encoding' as nil.
8936
8937 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8938
8939         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8940         `wl-refile-alist'.
8941
8942 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8943
8944         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8945         (wl-draft-edit-string): Ditto.
8946         (wl-draft-forward): Ditto.
8947         * wl-summary.el (wl-summary-write): Ditto.
8948
8949 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-summary.el (wl-summary-sync-update3): Call
8952         `wl-summary-buffer-number-column-detect'.
8953         (wl-summary-buffer-number-column-detect): Search from point-min.
8954
8955 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8958         contains an address which is not included in original to or cc.
8959
8960 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8961
8962         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8963         begin-line does not exist.
8964         * wl-message.el (wl-message-uu-substring): Ditto.
8965
8966 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8969         clear local variables.
8970         (wl-summary-exit): Call `elmo-commit'.
8971         (wl-summary-switch-to-clone-buffer): Call
8972         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8973         (wl-summary-goto-folder-subr): Ditto.
8974
8975         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8976         POP folder.
8977
8978 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8981         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8982         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8983         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8984         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8985         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8986
8987         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8988
8989 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8990
8991         * wl-summary.el (wl-summary-search-by-subject):
8992         Search parent message from the latest one.
8993
8994 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8995
8996         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8997         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8998
8999         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9000         New user option.
9001
9002         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9003         if elmo-nntp-use-killed-list is nil.
9004         Use `elmo-msgdb-append-to-killed-list'.
9005         (Append numbers confirmed as disappeared to the killed list.)
9006         (wl-summary-confirm-appends): Don't display negative number.
9007
9008 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9011
9012 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9013
9014         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9015         range is `all'.
9016         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9017         `elmo-list-bigger-diff'.
9018
9019 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9020
9021         * wl-summary.el (wl-summary-buffer-exit-func):
9022         New buffer local variable.
9023         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9024
9025 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9026
9027         * wl-demo.el (wl-demo): Fix the last change.
9028
9029 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9030
9031         * wl-demo.el (wl-demo): Don't use `eval'.
9032
9033 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9034
9035         * wl-summary.el (wl-summary-buffer-thread-modified):
9036         New buffer-local variable.
9037         (wl-summary-set-thread-modified): New function.
9038         (wl-summary-thread-modified-p): New function.
9039         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9040         (wl-summary-yank-saved-message): Use function
9041         `wl-summary-set-thread-modified'
9042         (wl-summary-switch-to-clone-buffer): Add
9043         `wl-summary-buffer-thread-modified'.
9044
9045         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9046         (wl-summary-buffer-mark-saved-hook): Ditto.
9047         * wl-summary.el (wl-summary-msgdb-save): New hook
9048         `wl-summary-buffer-message-saved-hook' and
9049         `wl-summary-buffer-mark-saved-hook'.
9050
9051 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9052
9053         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9054
9055 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9056
9057         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9058         don't hide scroll bars under FSF Emacsen because it may incur an
9059         undesirable redrawing.
9060
9061 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9062
9063         * wl-draft.el (wl-draft-edit-string): Call
9064         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9065
9066 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9067
9068         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9069
9070 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9071
9072         * wl-summary.el (wl-summary-msgdb-load-async): Call
9073         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9074
9075 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9076
9077         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9078         fringes in demo buffer; center bitmap logo correctly even if old
9079         Mule is used.
9080
9081 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9082
9083         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9084
9085         * wl-refile.el (wl-refile-subject-alist): New variable.
9086         (wl-refile-subject-alist-file-name): Ditto.
9087         (wl-refile-alist-setup): Rewrite.
9088         (wl-refile-alist-save): Use `elmo-object-save'.
9089         Eliminated arguments.
9090         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9091         (wl-refile-guess-by-subject): New function.
9092         (wl-refile-guess-func-list): Added it.
9093
9094 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9095
9096         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9097         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9098
9099 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9100
9101         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9102         New buffer-local variable.
9103         (wl-summary-buffer-next-folder-func): Ditto.
9104         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9105         if non-nil.
9106         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9107         if non-nil.
9108         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9109         if non-nil.
9110         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9111         if non-nil.
9112
9113 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9114
9115         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9116         permanently in the demo buffer.
9117
9118 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9121         `mime-entity-fetch-field'.
9122
9123         * wl.el (wl-exit): Delete plugged buffer.
9124
9125         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9126         XEmacs has menubar feature.
9127
9128 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9129
9130         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9131         cannot arrive at the beginning of the buffer under old Emacsen.
9132
9133 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-address.el (wl-address-ldap-search):
9136         Call `ldap-search-entries' with `withdn' argument t.
9137         (wl-complete-field-body): Bind completion-ignore-case as t.
9138         Clear ldap search hash when it was sole completion.
9139         Use elmo-string for pattern string.
9140         (wl-ldap-alias-safe-string): Eliminated needless let.
9141
9142 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9143
9144         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9145         (wl-ldap-alias-sep): New constant.
9146         (wl-ldap-search-attribute-type-list): Ditto.
9147         (wl-ldap-get-value): New function.
9148         (wl-ldap-make-filter): Ditto.
9149         (wl-ldap-make-matched-value-list): Ditto.
9150         (wl-ldap-alias-safe-string): Ditto.
9151         (wl-ldap-register-dn-string): Ditto.
9152         (wl-address-ldap-search): Rewrite.
9153
9154 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9155
9156         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9157         thread is deleted.
9158         (wl-thread-delete-line-from-buffer): Ditto.
9159         (wl-thread-get-exist-children): New function.
9160
9161 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9162
9163         * wl-demo.el (wl-demo): Made it to select various image types.
9164         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9165         from `wl-title-logo'.
9166         (wl-logo-ascii): New variable.
9167         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9168         (wl-demo-copyright-notice): New constant.
9169
9170         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9171
9172 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9173
9174         * wl-vars.el (wl-summary-target-above): Renamed from
9175         wl-summary-temp-above.
9176         * wl-score.el (wl-score-get-score-alist): Use it.
9177         (wl-summary-score-update-all-lines): Use it.
9178         * wl-summary.el: Ditto. (make-variable-buffer-local).
9179
9180 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-vars.el (wl-ldap-port): New user option.
9183
9184         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9185         Rewite whole implementation.
9186         (wl-complete-field-body): Fixed.
9187
9188 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9189
9190         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9191         Choose implementation at compile time.
9192
9193 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9194
9195         * wl-address.el (wl-ldap-search-internal): New function.
9196         (wl-complete-field-to): Use it.
9197
9198 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9201         Use `let' instead of `let*'.
9202         Require 'wl-vars.
9203
9204         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9205         Define as defcustom.
9206         (wl-ldap-base): Ditto.
9207         (wl-use-ldap): Ditto.
9208
9209 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9210
9211         * wl-address.el (wl-ldap-search): New function.
9212         (wl-complete-field-body): Use `wl-ldap-search'.
9213         (wl-ldap-server): New variable.
9214         (wl-ldap-base): Ditto.
9215         (wl-use-ldap): Ditto.
9216
9217 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9218
9219         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9220         (Pointed out by Mito <mit@nines.nec.co.jp>).
9221         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9222         buffer-local variables like `wl-summary-redisplay-internal'.
9223         (wl-summary-redisplay-all-header): Likewise.  Update
9224         Summary view too.
9225
9226 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9227
9228         * wl-summary.el (wl-summary-jump-to-parent-message):
9229         Consider prefix argument.
9230
9231         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9232         when closed thread is deleted.
9233
9234 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9235
9236         * wl-summary.el (wl-summary-jump-to-parent-message):
9237         Consider thread modification.
9238
9239 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9240
9241         * wl-message.el (wl-message-normal-get-original-buffer): Use
9242         `save-excursion'.
9243
9244         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9245         (wl-summary-showto-folder-regexp): Ditto.
9246
9247 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9248
9249         * wl-util.el (wl-delete-alist): Doc fix.
9250         (wl-delete-associations): New function.
9251         (wl-inverse-alist): New function.
9252         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9253         Split temporary variables. Use `wl-delete-associations'
9254         and `wl-inverse-alist'.
9255         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9256
9257 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-folder.el (wl-folder-prefetch-entity):
9260         Execute prefetching if new count is unknown.
9261
9262 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9263
9264         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9265
9266         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9267         delete entity.
9268         (wl-thread-set-parent): If insert as top, set linked as nil.
9269
9270         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9271         `wl-thread-cleanup-symbols' when view mode is thread.
9272
9273 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9274
9275         * wl-folder.el (wl-folder-create-folder-entity): Use
9276         with-current-buffer.
9277         (wl-local-folder-init): Call set-buffer to make sure we are in
9278         the Folder buffer. Don't touch buffer-local variables here.
9279         (wl-folder-mode): Initialize buffer-local variables here.
9280
9281         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9282         (wl-folder-entity-assign-id): Ditto.
9283         (wl-folder-create-entity-hashtb): Ditto.
9284         (wl-local-folder-init): Ditto.
9285         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9286
9287 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9288
9289         * wl-summary.el (wl-summary-default-from): Fix probrem when
9290         std11-extract-address-components return (nil "foo@bar").
9291
9292 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9293
9294         * wl-draft.el (wl-draft-clone-local-variables):
9295         Remove redundant `setq'.
9296
9297 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9300         Bind wl-highlight-x-face-func as nil while highlighting header.
9301
9302 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9303
9304         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9305
9306 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9307
9308         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9309         elmo-msgdb-overview-hashtb from copy-variables.
9310         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9311         instead of `elmo-msgdb-overview-get-entity-by-number'.
9312         (wl-summary-auto-refile): Ditto.
9313
9314         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9315         `elmo-msgdb-overview-get-entity' instead of
9316         `elmo-msgdb-search-overview-entity'.  Use
9317         `elmo-msgdb-overview-get-entity' instead of
9318         `elmo-msgdb-overview-get-entity-by-number'.
9319         (wl-thread-insert-entity-sub): Ditto.
9320         (wl-thread-insert-message): Ditto.
9321
9322         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9323         `elmo-msgdb-overview-get-entity'.
9324         (wl-normal-message-redisplay): Ditto.
9325
9326 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9327
9328         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9329         `wl-thread-entities'.
9330         (wl-thread-delete-message): Fix remove top message from
9331         `wl-thread-entity-list'.
9332
9333         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9334         wl-append(nconc), because update-list is broken on Meadow.
9335
9336         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9337         updating process.
9338         (wl-summary-rescan): Ditto.
9339         (wl-summary-sync-update3): Ditto.
9340         * wl-thread.el (wl-thread-set-parent): Renamed from
9341         `wl-summary-set-parent'.
9342         (wl-thread-insert-message): Updating buffer faster.
9343         (wl-thread-delete-message): Updating buffer faster.
9344
9345         * wl-score.el (wl-summary-score-update-all-lines): Changed
9346         interval for display progress gauge.
9347
9348 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9349
9350         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9351         folder always-sticky.
9352         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9353         defmacro.
9354
9355 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl-vars.el (wl-draft-add-references): New user option.
9358
9359         * wl-draft.el (wl-draft-add-references): New function.
9360         (wl-draft-yank-from-mail-reply-buffer): Use it.
9361         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9362         as nil.
9363
9364 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9365
9366         * wl-thread.el (wl-thread-update-line-msgs): Called
9367         `wl-thread-update-line-on-buffer-sub'.
9368         (wl-thread-update-line-on-buffer): Delete routine of inserting
9369         thread.
9370         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9371         moved from `wl-thread-update-line-on-buffer'.
9372         Add threshold for displaying progress gauge.
9373         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9374         argument of `wl-thread-update-line-msgs'.
9375         Add threshold for displaying progress gauge.
9376         * wl-folder.el:
9377         Add threshold for displaying progress gauge.
9378         * wl-score.el: Ditto.
9379
9380         * wl-expire.el (wl-summary-expire): Display deleting info.
9381
9382 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9385         `no-msg'.
9386         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9387         argument of `wl-thread-update-line-msgs'.
9388         (wl-summary-set-parent): Added optional argument `parent-number'.
9389         (wl-summary-buffer-saved-message): New buffer local variable.
9390         (wl-summary-save-current-message): New command.
9391         (wl-summary-yank-saved-message): Ditto.
9392         (wl-summary-mode-map): Added key binding for
9393         `wl-summary-save-current-message' (\ew) and
9394         `wl-summary-yank-saved-message' (\C-y).
9395         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9396
9397 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-summary.el (wl-summary-mode-map): Added key binding for
9400         `wl-summary-set-parent' (ts).
9401
9402 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9403
9404         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9405         subject faster. If thread number is reverse, delayed updating
9406         thread.
9407         (wl-summary-search-by-subject): Ditto.
9408         (wl-summary-put-alike): Ditto.
9409         (wl-summary-get-alike): Ditto.
9410         (wl-summary-insert-headers): Insert header of all overview in
9411         buffer.
9412         (wl-summary-rescan): Delayed updating thread. Kill search subject
9413         buffer for wl-summary-search-by-subject.
9414         (wl-summary-sync-update3): Ditto.
9415         (wl-summary-exit): Ditto.
9416         (wl-summary-goto-bottom-of-current-thread): Change for linked
9417         thread.
9418         (wl-summary-overview-create-summary-line): Change line for linked
9419         thread.
9420
9421         * wl-summary.el (wl-summary-update-thread): Use
9422         wl-thread-maybe-get-children-num.
9423         (wl-summary-set-parent): If change parent, move sub thread.
9424         (wl-summary-redisplay-internal): Add horizontal recenter.
9425         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9426
9427         * wl-thread.el (wl-thread-entity-get-linked): New function.
9428         (wl-thread-entity-set-linked): New function.
9429         (wl-thread-create-entity): Add linked element.
9430         (wl-thread-entity-insert-as-top): Use wl-append.
9431         (wl-thread-maybe-get-children-num): If closing thread, return
9432         children msgs.
9433         (wl-thread-update-line-msgs): Displaying progress message.
9434         (wl-thread-update-line-on-buffer-sub): Use
9435         wl-thread-maybe-get-children-num.
9436         (wl-thread-update-line-on-buffer): If update line is not exists,
9437         insert thread.
9438         (wl-thread-delete-message): If delete top msg of thread, search
9439         parent by subject.
9440         (wl-thread-insert-entity): Use
9441         wl-thread-maybe-get-children-num.
9442
9443         * wl-highlight.el (wl-highlight-summary-current-line): change
9444         sregexp for linked thread.
9445         * wl-util.el (wl-count-lines): Count lines.
9446         (wl-horizontal-recenter): horizontal recenter.
9447         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9448         (wl-score-get-alike): Ditto.
9449         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9450         (wl-subject-length-limit): New variable.
9451         (wl-highlight-thread-indent-string-regexp): Changed for linked
9452         thread.
9453
9454 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9455
9456         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9457         New variable (revival).
9458         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9459         by subject matching if there's no in-reply-to nor references field
9460         (revival).
9461
9462 \f
9463 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9464
9465         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9466         message.
9467
9468 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9469
9470         * wl-summary.el (wl-summary-reply): Return t if there was a
9471         message at cursor point.
9472         Added unwind-protect.
9473         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9474         returns t.
9475         (wl-summary-cancel-message): Do nothing when there's no message at
9476         cursor point.
9477         (wl-summary-forward): Ditto.
9478         (wl-summary-jump-to-parent-message): Ditto.
9479         (wl-summary-reedit): Ditto.
9480         (wl-summary-edit-addresses): Ditto.
9481         (wl-summary-pipe-message): Ditto.
9482         (wl-summary-print-message-with-ps-print): Ditto.
9483         (wl-summary-print-message): Ditto.
9484         (wl-summary-mark-as-important): Ditto.
9485         (wl-summary-mark-as-unread): Ditto.
9486
9487         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9488         message at cursor point.
9489         (wl-summary-reply-with-citation): Remove unwind-protect.
9490
9491         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9492         subject searching feature.
9493         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9494         Eliminated.
9495
9496 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9497
9498         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9499         New variable.
9500         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9501         by subject matching if there's no in-reply-to nor references field.
9502
9503         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9504
9505         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9506         when display is finished.
9507         (wl-folder-open-all): Ditto.
9508         (wl-folder-update-access-group): Ditto.
9509         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9510         * wl-thread.el (wl-thread-close-all): Ditto.
9511
9512         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9513         progress gauge only when it was displayed.
9514         * wl-folder.el (wl-folder-insert-entity): Ditto.
9515
9516 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9517
9518         * wl-summary.el (wl-summary-incorporate): Enclose
9519         `wl-summary-sync-force-update' with save-excursion.
9520
9521 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9522
9523         * wl-summary.el (wl-summary-prefetch-region):
9524         Pass current cursor point to `pos-visible-in-window-p' after
9525         moving cursor to the started point.
9526
9527 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9528
9529         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9530
9531         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9532         fields from the forwarding message.
9533         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9534         `ignored-fields'.
9535
9536 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9537
9538         * wl-mime.el (wl-message-request-partial):
9539         Eliminated argument `msgdb'.
9540         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9541         (wl-mime-combine-message/partial-pieces): Likewise.
9542         * tm-wl.el (wl-message-request-partial): Likewise.
9543         (wl-mime-combine-message/partial-pieces): Likewise.
9544
9545 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9546
9547         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9548         when display is finished.
9549
9550 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9551
9552         * wl-summary.el (wl-summary-goto-folder-subr):
9553         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9554
9555 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9556
9557         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9558         when cursor point is visible.
9559
9560 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-expire.el (wl-expire-archive-get-max-number):
9563         Don't use `file-name-directory'.
9564
9565 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-expire.el (wl-expire-archive-get-max-number):
9568         Use `file-name-directory'.
9569
9570 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9571
9572         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9573         only when there is progress.
9574
9575 2000-04-13  Mito <mit@nines.nec.co.jp>
9576
9577         * wl-summary.el (wl-summary-sync-marks): Display progress.
9578
9579 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9580
9581         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9582         (wl-summary-prev): Move cursor regardless of unread status.
9583         (wl-summary-next): Ditto.
9584
9585 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9588         Added argument `target' and `number'.
9589         * tm-wl.el (wl-summary-burst-subr): New function.
9590         (wl-summary-burst): Use it.
9591
9592 2000-04-10  Mito <mit@nines.nec.co.jp>
9593
9594         * wl-mime.el (wl-burst): New function.
9595         (wl-summary-burst): Use it.
9596
9597 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9598
9599         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9600         as petname when there's no candidate.
9601
9602 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9603
9604         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9605         New variable.
9606         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9607
9608         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9609
9610         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9611
9612 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9613
9614         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9615         Use substring of `original' instead of buffer-substring.
9616         (wl-refile-evaluate-rule):
9617         Set `original' argument of wl-refile-expand-newtext.
9618
9619         * wl-summary.el
9620         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9621         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9622         (wl-summary-auto-refile): Check existence of destination folder just
9623         before marking.
9624
9625 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9626
9627         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9628         when wl-refile-get-field-value return nil.
9629
9630 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9631
9632         * wl-refile.el
9633         (wl-refile-expand-newtext): New function imported from Gnus.
9634         (wl-refile-evaluate-rule): Use it.
9635
9636 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9637
9638         * wl-summary.el (wl-summary-print-destination):
9639         Duplicate folder string to avoid putting text-property on
9640         original string.
9641
9642         * wl-refile.el (wl-refile-get-field-value): New function.
9643         (wl-refile-evaluate-rule): New function;
9644         Evaluate refile rule recursively.
9645         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9646         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9647         New function; Check existence of a target folder recursively.
9648         (wl-summary-auto-refile-check-refile-rule-alist):
9649         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9650
9651 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9652
9653         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9654
9655         * wl-folder.el (wl-create-folder-entity-from-buffer):
9656         Fixed problem when '}' character is contained in folder name.
9657
9658         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9659
9660 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9661
9662         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9663         (wl-fldmgr-add-completion-all-completions):
9664         Use wl-fldmgr-add-completion-hashtb.
9665
9666 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9667
9668         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9669         wl-fldmgr-add-completion-subr): New functions.
9670         * wl-folder.el (wl-folder-completion-func): New variable.
9671         * wl-summary.el (wl-summary-read-folder):
9672         Use wl-folder-completion-func.
9673
9674         * wl-refile.el: Eliminate throw & catch.
9675
9676         * wl.el (wl-plugged-sending-queue-status): Fixed.
9677
9678 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9679
9680         * wl-draft.el (wl-draft): Put category property on
9681         mail-header-separator.