* wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
4
5 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-summary.el (wl-summary-buffer-event-handler): New internal
8         variable.
9         (wl-summary-event-handler): New class.
10         (elmo-event-handler-flag-changed): Define to update persistent
11         mark.
12         (wl-summary-buffer-set-folder): Register event handler to
13         elmo-folder.
14         (wl-summary-exit): Unregister event handler.
15         (wl-summary-goto-folder-subr): Ditto.
16         (wl-summary-mark-as-read-all): Does not call
17         `wl-summary-update-persistent-mark' directly.
18         (wl-summary-mark-as-read-internal): Ditto.
19         (wl-summary-set-persistent-mark-internal): Ditto.
20         (wl-summary-set-flags-internal): Ditto.
21
22         * Version number is increased to 2.11.33.
23
24 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
25
26         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
27         to nil.
28
29 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-spam.el (wl-spam-setup): Add hook
32         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
33         instead of `wl-summary-prepare-hook'.
34
35         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
36         if folder type is `'flag'.
37         (wl-summary-mark-as-important): Ditto.
38
39 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-address.el (wl-address-minibuffer-history): New variable.
42         (wl-address-minibuffer-local-map): New keymap.
43         (wl-address-read-from-minibuffer): New function.
44
45         * wl-action.el (wl-summary-get-resend-address): Use
46         `wl-address-read-from-minibuffer' instead of `completing-read'.
47
48 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * Version number is increased to 2.11.32.
51
52 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
53
54         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
55         without mule to iso-8859-1.
56         (wl-draft-add-in-reply-to): Add note in description.
57         (wl-draft-add-references): Ditto.
58
59 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
62         definition for `m'.
63         (wl-summary-mode-line-format): Add '[%m]'.
64         (wl-message-mode-line-format-spec-alist): Ditto.
65         (wl-summary-display-mime-mode-list): New variable.
66
67         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
68         from wl-summary-buffer-display-as-is.
69         (wl-summary-buffer-display-all-header): New buffer local variable.
70         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
71         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
72         instead of wl-summary-buffer-display-as-is.
73         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
74         (wl-summary-set-persistent-mark): Ditto.
75         (wl-summary-set-message-buffer-or-redisplay): Just call
76         `wl-summary-redisplay-internal' without optional arguments.
77         (wl-summary-toggle-mime): Rewrite.
78         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
79         (wl-summary-toggle-all-header): New function.
80         (wl-summary-redisplay-internal): Treat mime mode.
81
82         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
83         to wl-mime-preview-follow-no-mime.
84         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
85         accodring to the display-mode.
86
87         * wl-message.el (wl-message-buffer-display-type): Rewrite.
88         (wl-message-buffer-display): Changed argument name from `as-is' to
89         `mode'.
90         (wl-message-display-internal): Ditto;
91         Bind elmo-mime-display-header-analysis according to the mode.
92         (wl-message-display-internal): Put wl-message-display-mime-mode
93         property on entire buffer.
94
95 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
96
97         * wl-draft.el (wl-draft-do-fcc): Undo last change.
98
99 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
100
101         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
102         Don't extract mail address.
103         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
104
105         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
106
107         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
108
109 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
112         wl-fldmgr-cut-entity-list on confirmation.
113
114 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
117         (wl-mime-quit-preview): Check existence of
118         mime-edit-temp-message-buffer here.
119
120 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
123         after deletion.
124
125         * wl-draft.el (wl-draft-send-confirm): Check major-mode
126         before calling wl-mime-quit-preview.
127
128 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-summary.el (wl-summary-pick): If call it with prefix
131         argument, set `delete-marks' as non-nil. Pick from only visible
132         messages.
133         (wl-summary-check-target-mark): New function.
134         (wl-summary-target-mark-mark-as-read): Use it.
135         (wl-summary-target-mark-mark-as-unread): Ditto.
136         (wl-summary-target-mark-operation): Ditto.
137         (wl-summary-target-mark-set-flags): Ditto.
138         (wl-summary-target-mark-save): Ditto.
139         (wl-summary-target-mark-pick): Ditto.
140         (wl-summary-target-mark-forward): Ditto.
141         (wl-summary-target-mark-reply-with-citation): Ditto.
142         (wl-summary-target-mark-print): Ditto.
143         (wl-summary-target-mark-uudecode): Ditto.
144
145         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
146         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
147         with `ask-coding' is non-nil.
148
149 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
150
151         * wl-thread.el (wl-thread-set-parent): If parent is a message
152         which is identified by references, set linked as nil.
153
154 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
155
156         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
157         (wl-message-mode-line-format-spec-alist): Ditto.
158         (wl-message-mode-line-format): Ditto.
159         (wl-summary-mode-line-format): Ditto for docstring.
160         (wl-summary-no-mime-folder-list): Fix typo.
161
162         * wl-util.el (wl-current-message-buffer): Call
163         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
164
165         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
166         variable.
167         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
168         of `wl-summary-redisplay-no-mime'.
169         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
170         (wl-summary-toggle-mime): New function.
171         (wl-summary-redisplay-all-header): Rewrite.
172         (wl-summary-redisplay-no-mime): Ditto.
173         (wl-summary-redisplay-internal): Added argument `as-is' and
174         `all-header'.
175
176         * wl-refile.el (wl-refile-default-from-folder-path-separator):
177         New variable.
178         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
179         bottom.
180         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
181         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
182         "/" unconditionally.
183
184         * wl-mime.el (wl-draft-yank-current-message-entity): Use
185         wl-mime-preview-follow-no-mime for as-is content.
186         (wl-mime-preview-follow-no-mime): New function.
187         (wl-mime-preview-follow-current-region): Fixed parenthesis.
188
189         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
190         and added `as-is', `all-header'.
191         (wl-message-buffer-display): Ditto.
192         (wl-message-buffer-display-type): New function.
193
194 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-vars.el (wl-message-header-button-alist): Change default
197         value.
198         (wl-message-body-button-alist): Ditto.
199
200 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
203
204 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
207
208 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-summary.el (wl-summary-sync-marks): Remove condition which
211         is always true.
212
213 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
216         on null entity.
217
218 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-vars.el (wl-draft-reply-default-position): Fix range.
221
222 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-vars.el (wl-summary-resend-hook): New hook.
225
226         * wl-action.el (wl-summary-exec-action-resend-subr): Run
227         `wl-summary-resend-hook'.
228
229 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
230
231         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
232         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
233         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
234         (wl-summary-new-cached-mark): Changed default value to 'n'.
235         (wl-summary-unread-cached-mark): Changed default value to 'u'.
236         (wl-summary-answered-cached-mark): Changed default value to 'a'.
237         (wl-folder-sync-range-alist): Remove spec for 'flag.
238         (wl-summary-force-prefetch-folder-list): New user option.
239
240         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
241         `wl-summary-toggle-persistent-mark'.
242         (wl-summary-update-mark-and-highlight-window): Don't highlight when
243         number is nil.
244         (wl-summary-mark-as-answered-region): Set interactive argument of
245         `wl-summary-set-persistent-mark-internal'.
246         (wl-summary-mark-as-important-region): Ditto.
247         (wl-summary-unset-persistent-mark): Ditto.
248         (wl-summary-set-persistent-mark): Ditto.
249         (wl-summary-mark-as-answered): Ditto.
250         (wl-summary-mark-as-important): Ditto.
251         (wl-summary-set-persistent-mark-internal): Do nothing
252         when `elmo-message-flag-available-p' is nil.
253         (wl-summary-toggle-persistent-mark): New function.
254         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
255         when the folder matches `wl-summary-force-prefetch-folder-list'.
256
257
258         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
259         when number is nil.
260         (wl-highlight-summary-forwarded-face): New face.
261
262 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * Version number is increased to 2.11.31.
265
266 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
267
268         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
269         (wl-biff-check-folder-async): Ditto.
270         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
271
272 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
273
274         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
275         Add an argument `reverse'.  All callers are updated.
276         (wl-summary-sort): Add a prefix argument `reverse' to specify
277         reverse sorting.
278         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
279         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
280         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
281
282 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-message.el (wl-message-redisplay): Does not narrow header if
285         disply-type is all-header or as-is.
286
287         * wl-summary.el (wl-summary-enter-handler): Use
288         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
289
290 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
291
292         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
293         after adding wl-draft-parent-variables.
294         (wl-draft-forward): Ditto.
295
296 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-summary.el (wl-summary-sync-marks): Call
299         `wl-summary-set-persistent-mark' and
300         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
301         (wl-summary-set-persistent-mark-internal): Add 4th argument
302         `no-server'.
303         (wl-summary-unset-persistent-mark): Ditto.
304         (wl-summary-set-persistent-mark): Ditto.
305         (wl-summary-add-flags-internal): Abolish.
306         (wl-summary-remove-flags-internal): Ditto.
307         (wl-summary-mark-as-important-internal): Ditto.
308         (wl-summary-mark-as-important): Use
309         `wl-summary-set-persistent-mark' instead of
310         `wl-summary-add-flags-internal'.
311         (wl-summary-mark-as-important-region): Ditto.
312
313         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
314
315         * wl-summary.el (wl-summary-get-available-flags): New function.
316         (wl-summary-sync-marks): Use it and simplified.
317         (wl-summary-unset-persistent-mark): Use
318         `wl-summary-get-available-flags'.
319         (wl-summary-set-persistent-mark): Ditto.
320
321 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
322
323         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
324         id.
325
326 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-summary.el (wl-summary-enter-handler): If argument is not a
329         number, call `wl-summary-prev-line-content'. Show message when the
330         message is not found.
331
332 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
333
334         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
335         wl-summary-enter-handler.
336         (wl-summary-enter-handler): New command.
337
338         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
339         docstring and custom spec.
340
341         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
342         flags too; Don't treat Cached and New.
343         (wl-summary-set-persistent-mark): Ditto.
344
345         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
346         `wl-folder-set-flag'.
347
348         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
349         instead of `wl-folder-set-flag'.
350
351         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
352         for completion.
353         (wl-summary-set-persistent-mark): Ditto.
354
355         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
356         instead of `wl-draft-quit-preview'.
357
358         * wl-mime.el (toplevel): Avoid compile warning.
359         (wl-mime-quit-preview): New function
360         (formarly defined as `wl-draft-quit-preview').
361         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
362         quitting method.
363
364         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
365
366         * wl-folder.el (wl-folder-set-flag): Renamed from
367         `wl-draft-set-flag-on-parent'.
368
369         * wl-draft.el (wl-draft-quit-preview): New function.
370         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
371         (wl-draft-send): Call `wl-folder-set-flag' instead of
372         `wl-draft-set-flag-on-parent'.
373         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
374
375 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
378         (wl-draft-send): Ditto.
379
380 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-vars.el (wl-draft-reply-hook): Changed default value.
383         (wl-draft-kill-pre-hook): Set default value as nil.
384         (wl-summary-reply-hook): Ditto.
385         (wl-draft-kill-flags): Abolish.
386
387         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
388         (wl-draft-parent-variables): Renamed from
389         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
390         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
391         argument; Add wl-draft-parent-variables to
392         wl-draft-config-variables.
393         (wl-draft-reply): Likewise.
394         (wl-draft-kill-flags): Abolish.
395         (wl-draft-send): Call wl-draft-set-flag-on-parent.
396         (wl-draft-set-flag-on-parent): New function.
397         (wl-draft-setup-parent-flag): Ditto.
398
399 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
400
401         * wl-draft.el (wl-draft-kill-flags): Avoid error when
402         `wl-draft-parent-folder' is "".
403
404 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
405
406         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
407         (wl-summary-digit-jump): New function.
408         (Adviced by John Owens and Hiroya Murata)
409
410         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
411         (Adviced by John Owens)
412
413         * wl-xmas.el (wl-message-define-keymap): Ditto.
414
415         * wl-mule.el (wl-message-define-keymap): Ditto.
416
417 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
420         change of return value of elmo-folder-count-flags.
421
422         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
423         (wl-summary-mark-as-read-internal): Ditto.
424         (wl-summary-set-persistent-mark-internal): Ditto.
425         (wl-summary-folder-info-update): Ditto.
426         (wl-summary-sync-update): Fixed the last change.
427
428         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
429
430 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
433         (wl-draft-kill-flags): Fixed docstring.
434
435         * wl-draft.el (wl-draft-kill-flags): New function.
436         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
437
438 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
439
440         * wl-vars.el (wl-reply-hook): Abolish.
441         (wl-draft-reply-hook): New hook.
442         (wl-summary-reply-hook): Ditto.
443         (wl-draft-forward-hook): Ditto.
444         (wl-summary-forward-hook): Ditto.
445         (wl-draft-kill-flags): New variable.
446
447         * wl-summary.el (wl-summary-mark-as-answered-region): Use
448         wl-summary-set-persistent-mark-internal.
449         (wl-summary-sync-marks): Use elmo-preserved-flags.
450         (wl-summary-update-persistent-mark): Make it interactive.
451         (wl-summary-set-persistent-mark-internal): New inline function.
452         (wl-summary-mark-as-answered): Use it.
453         (wl-summary-mark-as-unanswered): Ditto.
454         (wl-summary-unset-persistent-mark): New function.
455         (wl-summary-set-persistent-mark): Ditto.
456         (wl-summary-reply): Don't set answered flag;
457         Run wl-summary-reply-hook instead.
458         (wl-summary-forward): Call wl-draft-forward with number.
459         Run wl-summary-forward-hook.
460
461         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
462         (wl-highlight-summary-line-face-spec): Use it as a default
463         persistent mark face.
464
465         * wl-draft.el (wl-draft-forward): Added optional argument number;
466         Set wl-draft-parent-number; Run wl-draft-forward-hook.
467         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
468         (wl-draft-kill): Use wl-draft-kill-flags.
469
470         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
471
472         * wl-folder.el (wl-folder-check-one-entity): Follow the change
473         of return value of elmo-folder-count-flags.
474
475         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
476
477         * wl-summary.el (wl-summary-count-unread): Ditto.
478         (wl-summary-sync-update): Follow the change above.
479         (wl-summary-force-prefetch): New function.
480
481 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
482
483         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
484         variable `buf' with `let' instead of `setq'.
485
486 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-mime.el (wl-message-delete-current-part): If filename exists,
489         add Content-Disposition heaeder on the deleted part.
490
491 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-draft.el (wl-draft-save): Encode address list under edit by
494         `eword-encode-unstructured-field-body'.
495
496         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
497
498 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
501         wl-current-summary-buffer.
502
503 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
504
505         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
506         `numbers' is ignored.
507
508 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-folder.el (wl-folder-open-folder): Avoid error.
511         Reported by John Owens, [wl-en:815]
512
513         * wl.el (wl): Set timer for biff process even if prefix argument
514         is given or auto-checking is quitted.
515
516         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
517         immediately.
518         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
519         (wl-toggle-plugged): Ditto.
520
521         * wl-vars.el (wl-biff-use-idle-timer): New variable.
522         * wl-util.el (wl-biff-start): Use idle timer if
523         `wl-biff-use-idle-timer' is non-nil.
524
525 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-highlight.el (wl-highlight-message): Fix description.
528
529 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
532         tty.
533
534 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-action.el (wl-summary-exec): Print failure count.
537
538 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
541         to `defun', remove interactive form.
542         Set elmo-message-fetch-confirm when force-reload is non-nil.
543
544 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-summary.el (toplevel): Removed unnecessary autoload.
547
548 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
551         the buffer is generated from another message buffer.
552
553 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
556         extracted from `wl-fldmgr-save-folders'.
557         (wl-fldmgr-delete): Call it after deletion.
558
559 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
562         multi-tty support.
563
564 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
565
566         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
567
568 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
569
570         * wl-summary.el (wl-summary-rescan): Remove unused variables.
571         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
572
573 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
576         unsubscribe list only if argument CLEAR is nil.
577
578 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-draft.el (wl-draft-reply): Decode subject before removing
581         Re: prefix.
582
583 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
584
585         * wl-summary.el (wl-summary-sort-by-size): New command.
586
587 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-summary.el (wl-summary-number-list-from-region): New
590         function.
591         (wl-summary-mark-as-read-region): Use it.
592         (wl-summary-mark-as-unread-region): Ditto.
593         (wl-summary-set-flags-region): Ditto and add optional argument
594         remove.
595         (wl-summary-mark-as-answered-region): Ditto.
596         (wl-summary-mark-as-important-region): Ditto.
597         (wl-summary-target-mark-mark-as-important): Added optional
598         argument remove.
599         (wl-summary-target-mark-mark-as-answered): Ditto.
600         (wl-summary-target-mark-set-flags): Ditto.
601
602 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-summary-set-flags-region): Call
605         `wl-summary-set-flags-internal' with number list instead of call
606         one by each message.
607         (wl-summary-target-mark-set-flags): Likewise.
608
609 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-target-mark-operation): Add optional
612         argument `inverse' and use `wl-summary-delete-all-target-marks'.
613         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
614         (wl-summary-target-mark-mark-as-answered): Likewise.
615
616 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-summary.el (wl-summary-target-mark-forward): Use
619         `wl-summary-delete-all-target-marks' instead of
620         `wl-summary-delete-all-temp-marks'.
621         (wl-summary-target-mark-reply-with-citation): Ditto.
622         (wl-summary-target-mark-uudecode): Ditto.
623         (wl-summary-target-mark-set-flags): Ditto and remove needless
624         cursor move.
625
626 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-summary.el (wl-summary-target-mark-forward): Protect
629         wl-summary-buffer-target-mark-list from nreverse.
630         (wl-summary-target-mark-reply-with-citation): Ditto.
631
632 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl-thread.el (wl-thread-update-indent-string-thread): Use
635         `elmo-display-progress-threshold'.
636
637 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
640         check `wl-summary-highlight'.
641         (wl-summary-window-scroll-functions): Respect value of
642         `wl-summary-highlight'.
643         (wl-summary-sync-update): Run hooks
644         `wl-summary-buffer-window-scroll-functions' at any time.
645
646 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
649         from `wl-summary-cleanup-temp-marks'.
650         (wl-summary-cleanup-temp-marks): Abolish argument.
651         * wl.el (wl-save-status): Revert previous change.
652         (wl-execute-temp-marks): New function, call
653         `wl-summary-exec-with-confirmation'.
654         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
655         (wl-folder-save-and-exec-marks): Abolished.
656
657 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-e21.el (wl-e21-display-image-p): Respect
660         `wl-highlight-folder-with-icon'.
661         (wl-e21-highlight-folder-group-line): Highlight mouse line
662         even if wl-e21-display-image-p is nil.
663
664         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
665         Respect value of `wl-summary-highlight'.
666
667         * wl.el (wl-save-status): Remove unused variable.
668
669         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
670         (wl-folder-mode-map): Bind it to "x".
671
672 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
675
676         * wl-thread.el (wl-thread-get-parent-list): Don't check
677         disconnected ancestors, neglecting needless work in
678         `wl-thread-update-indent-string-thread'.
679
680         * wl.el (wl-save): Take prefix argument to execute remaining marks.
681         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
682         argument, add argument default-keep to keep marks by default.
683
684         * Version number is increased to 2.11.30.
685
686         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
687         customization type and docstring.
688         (wl-draft-reply-without-argument-list): Ditto.
689
690 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
693
694         * wl-spam.el (wl-spam-mark-action-list): Ditto.
695
696 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
697
698         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
699
700 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
701
702         * wl-draft.el (wl-draft-config-exec): Narrow the range of
703         save-excursion so as not to include run-hooks.
704
705 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
706
707         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
708         Clarify that marks are going to be cleared.
709
710 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
713         according to 3rd element of wl-summary-flag-mark.
714
715         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
716
717 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-action.el (wl-summary-target-mark-all): Don't set
720         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
721
722 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
725         (wl-forward-subject-prefix): Ditto.
726         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
727         (wl-draft-reply-make-subject): Ditto.
728
729         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
730         `wl-draft-forward'.
731         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
732
733 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-action.el (wl-summary-target-mark-set-action): Stop if
736         target message does not exist.
737
738 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
739
740         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
741         `wl-subject-prefix-regexp'.
742         (wl-subject-forward-prefix-regexp): New variable.
743         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
744         `wl-draft-strip-subject-re' and take regexp as argument.
745         (wl-draft-forward): Use it.
746         (wl-draft-reply): Ditto.
747
748 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
749
750         * wl-e21.el (wl-highlight-plugged-current-line): Change for
751         emacs multi-tty support.
752
753 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
754
755         * wl-e21.el (wl-e21-display-image-p): Don't call
756         `display-images-p'.
757         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
758         support.
759         (wl-highlight-folder-current-line): Ditto.
760         (wl-folder-init-icons): Ditto.
761
762 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
765         the last line of summary in unplugged mode.
766
767 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
768
769         * wl-vars.el (wl-refile-rule-alist): Doc fix.
770
771 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-vars.el (wl-user-mail-address-regexp): New variable.
774         * wl-address.el (wl-address-user-mail-address-p): Use it.
775         (wl-address-delete-user-mail-addresses): Ditto.
776         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
777
778         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
779         (wl-address-delete-user-mail-addresses): Ditto.
780
781         * wl-address.el (wl-address-delete-user-mail-addresses): New
782         function.
783         * wl-refile.el (wl-refile-guess-by-history): Use it.
784         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
785         (wl-draft-make-mail-followup-to): Ditto and fix logic.
786
787         * wl-draft.el (wl-draft-edit-string): To judge sender address,
788         use wl-address-user-mail-address-p.
789
790 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
793         after opening group.
794
795 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
798         of elmo-set-buffer-multibyte.
799
800         * wl-message.el (wl-original-message-mode): Ditto.
801
802         * wl-score.el (wl-score-insert-header): Ditto.
803
804         * wl-summary.el
805         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
806         (wl-summary-goto-folder-subr): Ditto.
807         (wl-summary-insert-headers): Ditto.
808
809         * wl-util.el (wl-set-string-width): Ditto.
810
811         * Version number is increased to 2.11.29.
812
813 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
816         (wl-highlight-summary-line-help-echo-alist): New variable.
817         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
818         into `wl-highlight-summary-line-help-echo' and
819         `wl-highlight-flag-folder-help-echo'.
820         (wl-highlight-summary-line-string): Change accordingly.
821         (wl-highlight-summary-current-line): Ditto.
822
823 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-highlight.el (wl-highlight-message): Ignore white spaces
826         at the beginning of field body (Thanks to Markus Knittig).
827
828         * wl-draft.el (wl-draft-insert-current-message): Also check
829         summary buffer, remove unnecessary tag.
830
831 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-draft.el (wl-draft-insert-current-message): Cause error also
834         when wl-message-buffer is nil.
835
836         * wl-folder.el (wl-folder): Abolish unused argument.
837         Call wl-folder-init when wl-folder-entity is nil.
838         * wl.el (wl): Change accordingly.
839
840 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
843         multibyte string before insert into draft buffer.
844         (wl-draft-create-buffer): Always enable multibyte characters for
845         draft buffer.
846
847         * Version number is increased to 2.11.28.
848
849 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
850
851         * wl-folder.el (wl-folder-open-close): Handle blank line.
852         (wl-folder-jump-to-current-entity): Ditto.
853
854 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * Version number is increased to 2.11.27.
857
858 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-thread.el (wl-thread-insert-message): When the thread is
861         devided by wl-summary-max-thread-depth, insert line at the end of
862         buffer.
863
864 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * Version number is increased to 2.11.26.
867
868 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
871
872 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
875         value of stream-type and session.
876
877 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * Version number is increased to 2.11.25.
880
881 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
882
883         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
884         in a quit message.
885
886 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
889         (wl-summary-redisplay-no-mime-internal): Ditto.
890
891 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
894         * wl-vars.el (wl-smtp-connection-type): Ditto.
895
896 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
897
898         * wl-highlight.el (wl-highlight-message): Change to strict regexp
899         for the separator line and quote mail-header-separator.
900
901 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-spam.el (wl-message-check-spam): Fixed problem no display
904         result message.
905
906         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
907         `elmo-multiple-fields-body-list' with boundary as
908         mail-header-separator.
909
910 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
911
912         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
913
914 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * wl-util.el (wl-list-diff): Remove unused function.
917
918         * wl-draft.el (wl-draft-send-confirm): Discard input before
919         confirmation.
920
921 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
924         order of flag and new.
925
926 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-vars.el (wl-refile-policy-alist): Abolished.
929
930         * wl-action.el (wl-summary-set-action-refile): Follow the change
931         above.
932
933 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * wl-highlight.el (wl-highlight-signature-search): Don't use
936         re-search-backward for a long word since it is possible to crash
937         XEmacs because of a bug.
938
939 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
940
941         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
942
943 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
944
945         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
946         argument for wl-summary-sync-force-update.
947
948 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
949
950         * wl-summary.el (wl-summary-mode-map): Revival of
951         wl-summary-mark-as-important related bindings;
952         Bind 'F','tF','mF','rF','m&'.
953         (wl-summary-mark-as-important-region): Revival.
954         (wl-summary-target-mark-mark-as-important): Ditto.
955         (wl-summary-target-mark-operation): New function.
956         (wl-summary-target-mark-mark-as-answered): Use it.
957         (wl-summary-decide-flag): Don't set Important as default.
958         (wl-summary-mark-as-important-internal): Revival.
959         (wl-summary-mark-as-important): Ditto.
960
961         * wl-thread.el (wl-thread-mark-as-important): Ditto.
962
963         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
964         instead of facep.
965
966 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-dnd.el (wl-dnd-drop-func): Fix.
969
970         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
971         mouse-set-point instead of posn-point.
972
973         * wl-xmas.el (wl-completing-read-multiple): Define as function.
974
975         * wl-mule.el (wl-completing-read-multiple): Ditto.
976
977 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-demo.el (face-background-name): Defalias to avoid compile
980         warning.
981
982 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * wl-summary.el (wl-summary-decide-flag): Use
985         wl-completing-read-multiple instead of completing-read-multiple.
986
987         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
988         New alias.
989
990         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
991         Use face-background-name instead of face-background.
992
993         * wl-vars.el (wl-summary-save-file-suffix): New user option.
994
995         * wl-summary.el (wl-summary-save): Use it.
996         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
997
998         * wl-mime.el (wl-mime-save-content): Fix last change.
999
1000 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1001
1002         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1003         New function.
1004         (wl-summary-sort-specs): Added sort.
1005         * wl-mime.el (wl-mime-save-content): Expand file name.
1006
1007 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1008
1009         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1010
1011         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1012
1013 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1016         for flag if it is not defined.
1017
1018 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-e21.el (wl-highlight-folder-current-line): Use
1021         elmo-folder-type-internal when elmo-folder-type returns nil.
1022
1023         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1024
1025         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1026
1027         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1028
1029         * wl-e21.el (wl-summary-toolbar): Ditto.
1030
1031         * wl-vars.el (wl-demo-background-color): Abolished.
1032         (wl-summary-persistent-mark-priority-list): Renamed from
1033         wl-summary-flag-priority-list.
1034         (wl-summary-flag-alist): New user option.
1035         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1036         (wl-message-mode-line-format-spec-alist): Added 'F'.
1037         (wl-message-mode-line-format): Likewise.
1038         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1039         instead of wl-summary-important-mark.
1040         (wl-file-folder-icon): New variable.
1041
1042         * wl-thread.el (wl-thread-set-flags): Renamed from
1043         wl-thread-mark-as-important.
1044
1045         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1046         warning.
1047         (wl-summary-mode-menu-spec): Follow the change of 
1048         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1049         (wl-summary-mode-map): Follow the change of
1050         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1051         (wl-summary-detect-mark-position): Follow the variable name change.
1052         (wl-summary-set-flags-region): New function for the replacement of
1053         wl-summary-mark-as-important-region.
1054         (wl-summary-sync-marks): Sync all global-flags.
1055         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1056         instead of elmo-message-flagged-p.
1057         (wl-summary-persistent-mark-string): Follow the variable name change;
1058         Put wl-summary-flag-mark if the message has global-flag.
1059         (wl-summary-target-mark-set-flags): Renamed from 
1060         wl-summary-target-mark-mark-as-important.
1061         (wl-summary-decide-flag): New function.
1062         (wl-summary-set-flags-internal): Renamed from
1063         wl-summary-mark-as-important-internal.
1064         (wl-summary-add-flags-internal): New function.
1065         (wl-summary-remove-flags-internal): Ditto.
1066         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1067         (wl-summary-mark-as-unimportant): Abolish.
1068         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1069         (wl-summary-next-message): List flagged messages in the msgdb.
1070
1071         * wl-score.el (wl-summary-score-update-all-lines): Use
1072         wl-summary-add-flags-internal instead of 
1073
1074         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1075
1076         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1077         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1078         (wl-message-buffer-require-all-header): Renamed from
1079         wl-message-buffer-all-header-flag (Ditto).
1080         (wl-message-buffer-flag-indicator): New variable.
1081         (wl-message-redisplay): Changed local varibale name from `flag' to
1082         `display-type'; Set up wl-message-buffer-flag-indicator.
1083         (wl-message-buffer-display): Changed varibale name from `flag' to
1084         `display-type'.
1085         (wl-message-display-internal): Likewise.
1086
1087         * wl-highlight.el (wl-highlight-demo-face): Define default background
1088         color.
1089         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1090
1091         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1092
1093         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1094         (wl-demo-setup-properties): Renamed from
1095         `wl-demo-set-background-color'.
1096         (wl-demo): Follow the change above.
1097         
1098         * Version number is increased to 2.11.24.
1099
1100 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-summary.el (wl-summary-toggle-thread): Call
1103         `wl-summary-rescan' with disable-thread as non-nil.
1104         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1105
1106 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1107
1108         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1109         foreground property of the face.
1110         (wl-demo-insert-text): Don't set up face property here.
1111         (wl-demo): Call wl-demo-set-background-color, anyway.
1112
1113 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-vars.el (wl-demo-background-color): The value can be nil.
1116
1117 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1118
1119         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1120         to wl-summary-wheel-dispatcher.
1121
1122         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1123         wl-message-wheel-dispatcher.
1124         (wl-message-wheel-dispatcher): New function.
1125         (wl-summary-wheel-dispatcher): Ditto.
1126
1127 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-action.el (wl-summary-target-mark-all): List messages which are
1130         not in the killed-list.
1131
1132         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1133         only when the folder is 'flag/important.
1134
1135         * wl-address.el (wl-complete-field-body): Complete if the last
1136         character is a space.
1137
1138 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-folder.el (wl-folder-clear-entity-info): Use
1141         elmo-clear-hash-val.
1142
1143         * wl-fldmgr.el (wl-fldmgr-rename): Set
1144         wl-folder-info-alist-modified as t.
1145
1146 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1149
1150 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1151
1152         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1153         (wl-folder-buffer-last-visited-entity-id): New buffer local
1154         variable.
1155         (wl-folder-revisit-last-visited-folder): New function.
1156         (wl-folder-mode-map): Bind it to "C-i".
1157         (wl-folder-set-current-entity-id): Set last visited folder.
1158         * wl-summary.el (wl-summary-exit): Ditto.
1159
1160 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1163         before calling `recenter' in order to cope with an XEmacs bug.
1164
1165 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1168         to the default value.
1169
1170 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1173         change.
1174         (wl-summary-sync-marks): Ditto.
1175         (wl-summary-mark-as-read-internal): Ditto.
1176         (wl-summary-mark-as-answered-internal): Ditto.
1177         (wl-summary-mark-as-important-internal): Ditto.
1178         (wl-summary-reply): Ditto.
1179
1180         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1181         instead of `elmo-folder-unflag-answered'.
1182
1183         * Version number is increased to 2.11.23.
1184
1185         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1186         the last change.
1187
1188 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1189
1190         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1191         Specify "spam" or "good".
1192
1193 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-spam.el (wl-summary-exec-action-spam): Call
1196         wl-folder-confirm-existence for spam folder.
1197         (wl-spam-setup): Bind "mk".
1198
1199 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1202
1203 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1206         destination folder is empty.
1207
1208 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1211         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1212
1213         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1214         (wl-summary-refile-prev-destination-region): New function.
1215         (wl-thread-refile-prev-destination): Ditto.
1216         (wl-summary-target-mark-refile-prev-destination): Ditto.
1217
1218 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1219
1220         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1221         (wl-demo-background-color): Changed default value.
1222
1223         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1224         color.
1225
1226         * wl-demo.el (wl-demo-set-background-color): New function.
1227         (wl-demo): Call it.
1228
1229 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1230
1231         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1232         * wl-address.el (wl-address-add-or-change): Don't add empty
1233         address.
1234
1235 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1236
1237         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1238
1239 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1240
1241         * wl-vars.el (wl-demo-image-filter-alist): New variable
1242         (wl-demo-background-color): Ditto.
1243
1244         * wl-demo.el (wl-demo-xpm-set-background): New function.
1245         (wl-demo-image-filter): Ditto.
1246         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1247
1248         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1249
1250         * wl-demo.el (wl-demo-icon-name): Define as function.
1251         (wl-demo-insert-image): Use it.
1252
1253 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1254
1255         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1256
1257 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1258
1259         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1260
1261 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1262
1263         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1264
1265 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-thread.el (wl-thread-mark-as-answered): New function.
1268
1269         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1270         answered" entry.
1271         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1272         "r&" and wl-thread-mark-as-answered to "t&".
1273         (wl-summary-mark-as-important-region): Refine to toggle mark.
1274         (wl-summary-mark-as-answered-region): New function.
1275         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1276         and 3rd argument.
1277         (wl-summary-mark-as-important-internal): Likewise.
1278
1279 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * wl-template.el (wl-template-preview): New internal variable.
1282         (wl-template-preview-p): New function.
1283         (wl-template-show): Bind `wl-template-preview' as t.
1284
1285 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1288         `elmo-message-entity-field' with 3rd argument which is non-nil.
1289
1290 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1293         Removed duplicate local bind `folder'.
1294
1295 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1296
1297         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1298
1299 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1302         duplicate definition.
1303
1304 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1307         non-nil, use it; Don't fetch message if there's no message in the
1308         current cursor position.
1309
1310 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-util.el (wl-region-exists-p): Use region-active-p.
1313         (wl-deactivate-region): New function.
1314         * wl-message.el (wl-message-redisplay): Deactivate region.
1315
1316         * wl-summary.el (wl-summary-reply): Call
1317         `wl-summary-set-message-buffer-or-redisplay' instead of
1318         `wl-summary-redisplay-internal', don't move point.
1319
1320 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1323         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1324         by regexp.
1325
1326 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1329         if no need.
1330
1331 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1334         default value to nil.
1335         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1336         `wl-summary-prepare-hook'; Replace refile action to
1337         `wl-summary-exec-action-refile-with-register'.
1338
1339         * Version number is increased to 2.11.22.
1340
1341 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-summary.el (wl-summary-detect-mark-position): Set
1344         `wl-summary-buffer-weekday-name-lang'.
1345
1346 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1347
1348         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1349         (wl-summary-mark-as-read-all): Ditto.
1350         (wl-summary-delete-messages-on-buffer): Ditto.
1351         (wl-summary-sync-update): Ditto.
1352         (wl-summary-mark-as-read-internal): Ditto.
1353         (wl-summary-mark-as-answered-internal): Ditto.
1354         (wl-summary-update-folder-info): Abolished.
1355
1356 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-summary.el (wl-summary-mark-as-read-all): Use
1359         `wl-summary-update-folder-info' instead of
1360         `wl-folder-update-unread'.
1361
1362 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1363
1364         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1365         `wl-summary-folder-info-update'.
1366         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1367         instead of `wl-summary-folder-info-update'.
1368         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1369         `wl-folder-set-folder-updated'.
1370         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1371         instead of `wl-folder-update-unread'.
1372         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1373         the value of `wl-summary-buffer-unread-count' for the second parameter of
1374         `wl-folder-update-unread'.
1375
1376         * Version number is increased to 2.11.21.
1377
1378 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1379
1380         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1381         a local variable.
1382
1383 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1386         interactively.
1387
1388         * wl-summary.el (wl-summary-mark-as-important-internal): New
1389         internal function.
1390         (wl-summary-mark-as-important): Use it.
1391         (wl-summary-mark-as-unimportant): New function.
1392         (wl-summary-sync-marks): Follow the API change.
1393
1394         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1395
1396         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1397
1398 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1399
1400         * wl-folder.el (wl-folder-update-unread): Re-indent.
1401         Narrow the scope of a local variable.
1402
1403 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1406         (wl-addrmgr-merge-entries): Ditto.
1407         (wl-addrmgr): Added to address entry which exists in draft buffer
1408         if no entry is in original.
1409
1410 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-batch.el: New file.
1413
1414 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1415
1416         * wl-vars.el (wl-use-semi): Remove unused variable.
1417
1418 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1421         "?".
1422
1423 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1426         wl-summary-new-mark.
1427         (wl-summary-new-cached-mark): New user option.
1428         (wl-summary-score-marks): Follow the change above.
1429         (wl-summary-auto-refile-skip-marks): Ditto.
1430         (wl-summary-incorporate-marks): Ditto.
1431         (wl-summary-expire-reserve-marks): Ditto.
1432
1433         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1434
1435         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1436         (wl-summary-persistent-mark-string): Distinguished between cached
1437         and uncached mark when the message is new.
1438
1439 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-spam.el (wl-spam-domain): Renamed from
1442         `wl-spam-folder-guess-domain'.
1443         (wl-summary-exec-action-spam): Register as spam if domain of the
1444         source folder is good.
1445         (wl-summary-exec-action-refile-with-register): Register message if
1446         domain of the source folder is not undecided.
1447
1448 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1451         detect thread loop.
1452
1453 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1456         and wl-summary-skip-mark-list.
1457
1458 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1461
1462         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1463
1464         * wl-spam.el (toplevel): Require wl-highlight.
1465         (wl-spam-auto-check-policy-alist): Abolish.
1466         (wl-spam-auto-check-folder-regexp-list): New user option.
1467         (wl-spam-auto-check-marks): Ditto.
1468         (wl-spam-mark-action-list): Ditto.
1469         (wl-highlight-summary-spam-face): New face.
1470         (wl-spam-auto-check-message-p): New function.
1471         (wl-spam-map-spam-messages): Fixed message.
1472         (wl-spam-register-spam-messages): Ditto.
1473         (wl-spam-register-good-messages): Ditto.
1474         (wl-summary-spam-map): Add and remove keybind.
1475         (wl-summary-target-mark-spam): Abolish.
1476         (wl-summary-refile-spam): Ditto.
1477         (wl-summary-test-spam): New function.
1478         (wl-summary-mark-spam): Ditto.
1479         (wl-summary-auto-check-spam): Follow the above change.
1480         (wl-summary-exec-action-spam): New function.
1481         (wl-summary-exec-action-refile-with-register): Fixed message.
1482         (wl-message-check-spam): New function.
1483         (wl-spam-setup): Ditto.
1484         (toplevel): Call it if this file is loaded interactivity.
1485
1486         * Version number is increased to 2.11.20.
1487
1488 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1491         when new optional argument `force' is non nil or modified.
1492
1493 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl.el (toplevel): Require wl-spam when compile.
1496         (wl-save-status): Call wl-spam-save-status.
1497
1498         * wl-spam.el (wl-spam-register-spam-messages): New function.
1499         (wl-spam-register-good-messages): Ditto.
1500         (wl-spam-save-status): Ditto.
1501         (wl-summary-mode-map): Bind
1502         wl-summary-target-mark-register-as-spam to "ms" and
1503         wl-summary-target-mark-register-as-good to "mn".
1504         (wl-summary-register-as-spam): Abolish optional argument; Use
1505         wl-spam-register-spam-messages.
1506         (wl-summary-register-as-spam-all): Use
1507         wl-spam-register-spam-messages.
1508         (wl-summary-register-as-good): Abolish optional argument; Use
1509         wl-spam-register-good-messages.
1510         (wl-summary-register-as-good-all): Use
1511         wl-spam-register-good-messages.
1512         (wl-summary-target-mark-register-as-spam): New funtion.
1513         (wl-summary-target-mark-register-as-good): Ditto.
1514
1515 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-spam.el: New file.
1518
1519 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1522
1523         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1524         (wl-summary-auto-refile): Call wl-refile-guess with
1525         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1526
1527 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1530         with disable-thread argument non-nil.
1531
1532 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-summary.el (wl-summary-rescan): Added optional argument
1535         disable-thread.
1536         (wl-summary-sync): Call wl-summary-rescan with argument
1537         disable-thread.
1538         (wl-summary-input-range): Added new range `rescan-thread'.
1539
1540 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1543
1544 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1547         internal variable.
1548         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1549         wl-summary-search-parent-by-subject-regexp and
1550         wl-summary-divide-thread-when-subject-changed as nil.
1551         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1552         (wl-summary-insert-thread): Search parent entity from
1553         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1554         thread loop.
1555
1556 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1559
1560         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1561
1562         * wl-util.el (wl-require-update-all-folder-p): New function.
1563         (wl-get-assoc-list-value): Added `function' to match directive.
1564         (wl-collect-draft): Rewrite.
1565
1566         * wl-summary.el (wl-summary-sync-update): Clear faces
1567         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1568         are non-nil.
1569         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1570         argument as function.
1571         (wl-summary-input-range): Ditto.
1572
1573         * wl-folder.el (wl-draft-get-folder): New function.
1574         (wl-folder-get-elmo-folder): Consider draft folder.
1575
1576         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1577         (wl-draft-buffer-message-number): New buffer local variable.
1578         (wl-draft-folder-internal): New internal variable.
1579         (wl-draft-delete): Rewrite.
1580         (wl-draft-save): Ditto.
1581         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1582         wl-folder-get-elmo-folder.
1583         (wl-draft-config-info-operation): Ditto.
1584         (wl-jump-to-draft-folder): Ditto.
1585         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1586         (wl-draft-reedit): Rewrite.
1587
1588         * Version number is increased to 2.11.19.
1589         
1590 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1591
1592         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1593         variable.
1594
1595 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1598         Use ignore-errors instead of unwind-protect.
1599
1600 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1601
1602         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1603         for updating `wl-thread-entity-list'.
1604
1605 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1606
1607         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1608         parameter from calling `wl-thread-entity-get-older-brothers' and
1609         `wl-thread-entity-get-younger-brothers'.
1610         Replace nested `append' with a single one.
1611
1612 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-summary.el (wl-summary-mode): Don't use the return value of
1615         `make-local-hook'.
1616
1617 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1618
1619         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1620         instead of `let*'.
1621         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1622         of local variables.
1623
1624 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1625
1626         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1627         Renamed from wl-summary-window-scroll-functions.
1628         (wl-summary-window-scroll-functions): Don't set to variable.
1629         (wl-summary-display-top): Use run-hooks.
1630         (wl-summary-display-bottom): Ditto.
1631         (wl-summary-toggle-disp-msg): Ditto.
1632         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1633         Use it instead of wl-summary-window-scroll-functions.
1634         (wl-summary-goto-folder-subr): Don't call
1635         wl-summary-window-scroll-functions, use
1636         wl-summary-buffer-window-scroll-functions instead.
1637
1638 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1639
1640         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1641         make-local-variable.
1642
1643 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1644
1645         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1646         set-buffer-modified-p.
1647         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1648         (wl-summary-display-bottom): Ditto.
1649         (wl-summary-toggle-disp-msg): Ditto.
1650
1651 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1654
1655         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1656         (wl-summary-forward): Use elmo-message-entity-field instead of
1657         elmo-message-field.
1658
1659         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1660
1661 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-summary.el (wl-summary-window-scroll-functions): No use
1664         `append'.
1665
1666 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1669         function.
1670         (wl-summary-window-scroll-functions): Call it when both
1671         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1672         (wl-summary-temp-mark): Added optional argument number.
1673         (wl-summary-message-mark): Added optional argument flag.
1674         (wl-summary-persistent-mark): Added optional argument number and flag.
1675         (wl-summary-update-persistent-mark): Ditto.
1676         (wl-summary-update-status-marks): Set "r" for interactive spec.
1677
1678         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1679         argument number and flag.
1680
1681         * wl-action.el (wl-summary-registered-temp-mark): 
1682         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1683
1684 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1687         internal variable (buffer local).
1688         (wl-summary-window-scroll-functions): New function.
1689         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1690         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1691         as nil.
1692         (wl-summary-update-status-marks): Added arguments beg, end and
1693         check.
1694         (wl-summary-update-mark-window): Use function.
1695         (wl-summary-sync-update): Follow the change above.
1696         (wl-summary-switch-to-clone-buffer): Copy
1697         wl-summary-buffer-unsync-mark-number-list.
1698         (wl-summary-goto-folder-subr): Set
1699         wl-summary-buffer-unsync-mark-number-list and
1700         use wl-summary-window-scroll-functions instead of
1701         wl-summary-lazy-highlight.
1702
1703         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1704
1705 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1708
1709         * wl-summary.el (wl-summary-update-persistent-mark): Call
1710         wl-summary-set-message-modified.
1711
1712         * wl-summary.el (wl-summary-sync-update): Don't call
1713         wl-summary-update-status-marks.
1714
1715         * Version number is increased to 2.11.18.
1716
1717 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1720         (wl-message-next-page): Ditto.
1721
1722 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1723
1724         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1725         local variable.  Change the order of a collected list into the
1726         same as the specified range.  Remove nil from a collected list.
1727
1728 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1731         argument for elmo-folder-list-messages.
1732
1733 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1736         change (wl-summary-count-unreads return a list instead of a cons
1737         cell).
1738
1739 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1740
1741         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1742         `wl-summary-folder-info-update'.
1743
1744 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-summary.el (wl-summary-set-message-modified): No use
1747         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1748         (wl-summary-set-mark-modified): Abolish.
1749         (wl-summary-mark-modified-p): Ditto.
1750         (wl-summary-save-view): Follow the change above.
1751
1752         * wl-expire.el (wl-summary-expire): Likewise.
1753
1754 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-summary.el (wl-summary-detect-mark-position): Use
1757         modb-entity-handler.
1758         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1759
1760         * Version number is increased to 2.11.17.
1761
1762 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1763
1764         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1765         entity field value.
1766         (wl-summary-prefetch-msg): Ditto.
1767         (wl-summary-print-message-with-ps-print): Ditto.
1768
1769 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1772         for dummy entity.
1773         (wl-summary-insert-thread): Use elmo-message-entity-field.
1774         (wl-summary-update-thread): Use elmo-message-entity-field and
1775         elmo-message-entity-number.
1776         (wl-summary-line-number):  Use elmo-message-entity-number.
1777         (wl-summary-line-size): Use elmo-message-entity-field.
1778         (wl-summary-line-subject): Ditto.
1779         (wl-summary-line-from): Ditto.
1780         (wl-summary-line-attached): Ditto.
1781         (wl-summary-create-line): Ditto.
1782         (wl-summary-create-line): Use elmo-message-entity-number.
1783         (wl-summary-print-message-with-ps-print): Use
1784         elmo-message-entity-field.
1785
1786 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1789         change in elmo-msgdb-make-message-entity.
1790         (wl-summary-buffer-set-folder): Don't call
1791         wl-summary-detect-mark-position here.
1792         (wl-summary-rescan): Call elmo-message-entity-number.
1793         (wl-summary-sync-update): Ditto.
1794         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1795
1796         * wl-score.el (wl-score-header-index): Redefine 2th element.
1797         (wl-score-overview-entity-get-extra): Abolish.
1798         (wl-score-ov-entity-get): Rewrite.
1799         (wl-score-string-index<, wl-score-string-func<): Abolish.
1800         (wl-score-string<): New function.
1801         (wl-score-string-sort): Use it.
1802
1803         * wl-refile.el (wl-refile-guess-by-history): Use
1804         elmo-message-entity-field.
1805         (wl-refile-guess-by-from): Ditto.
1806         (wl-refile-guess-by-msgid): Ditto.
1807
1808         * Version number is increased to 2.11.16.
1809
1810 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1811
1812         * wl-folder.el (wl-folder-confirm-existence): Don't call
1813         file-exists-p if msgdb-path is nil.
1814         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1815         `wl-read-folder-hist' to `wl-read-folder-history'.
1816
1817 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1818
1819         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1820         `y-or-n-p'.
1821
1822 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * wl-score.el (wl-score-headers): Don't use
1825         elmo-folder-do-each-message-entity.
1826
1827         * Version number is increased to 2.11.15.
1828
1829 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl-summary.el (wl-summary-delete-all-msgs): Use
1832         elmo-folder-move-messages instead of elmo-folder-delete-messages
1833         and elmo-folder-detach-messages.
1834         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1835
1836         * wl-expire.el (wl-expire-delete): Ditto.
1837         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1838
1839 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1840
1841         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1842         (wl-message-header-narrowing-fields): Ditto.
1843         (wl-message-header-narrowing-lines): Ditto.
1844         (wl-message-header-narrowing-string): Ditto.
1845
1846         * wl-summary.el (wl-summary-mode-map): Bind
1847         wl-summary-toggle-header-narrowing to "C-cC-f".
1848         (wl-summary-toggle-header-narrowing): New function.
1849
1850         * wl-message.el (wl-message-buffer-create): Call
1851         wl-message-header-narrowing-setup.
1852         (wl-message-redisplay): Call wl-message-header-narrowing.
1853         (wl-message-header-narrowing): New function.
1854         (wl-message-header-narrowing-map): New keymap.
1855         (wl-message-header-narrowing-widen-map): New keymap.
1856         (wl-message-header-narrowing-again-at-mouse): New function.
1857         (wl-message-header-narrowing-1): Ditto.
1858         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1859         (wl-message-header-narrowing-setup): Ditto.
1860         (wl-message-header-narrowing-toggle): Ditto.
1861         
1862         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1863
1864         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1865         'flag as all.
1866         (wl-use-flag-folder-help-echo): New user option.
1867
1868         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1869         wl-summary-highlight as nil.
1870         (wl-summary-set-mark-modified): Follow the API change.
1871         (wl-summary-mark-modified-p): Ditto.
1872         (wl-summary-mark-as-read-all): Ditto.
1873         (wl-summary-sync-marks): Don't call
1874         elmo-folder-list-messages-with-global-mark.
1875         (wl-summary-mark-as-read-internal): Follow the API change.
1876         (wl-summary-mark-as-answered-internal): Ditto.
1877         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1878         Follow the API change.
1879         (wl-summary-create-line): Call with number argument.
1880         (wl-summary-reply): Follow the API change.
1881
1882         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1883         function.
1884         (wl-highlight-summary-line-string): Call it when
1885         wl-use-flag-folder-help-echo is non-nil.
1886         (wl-highlight-summary-current-line): Ditto.
1887         (elmo-flag-folder-referrer): Added autoload setting.
1888
1889         * wl-draft.el (wl-draft-kill): Follow the API change.
1890
1891         * Version number is increased to 2.11.14.
1892         
1893 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1896
1897 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * Version number is increased to 2.11.13.
1900
1901 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-draft.el (wl-draft-previous-history-element): Fixed
1904         unbalanced parenthesis and bind unbound local variables.
1905
1906 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-draft.el (wl-draft-previous-history-element): New function.
1909         (wl-draft-next-history-element): Ditto.
1910         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1911         them to M-p and M-n.
1912
1913 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * Version number is increased to 2.11.12.
1916
1917 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-draft.el (wl-draft-hide): Select buffer-window.
1920
1921 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1922
1923         * wl-summary.el (wl-summary-narrow-to-region): New function.
1924         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1925         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1926         (wl-summary-save-region): Use it.
1927         * wl-action.el (wl-summary-collect-numbers-region)
1928         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1929
1930 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-folder.el (wl-folder-count-incorporates): Don't use
1933         `elmo-msgdb-mark-load'
1934
1935         * Version number is increased to 2.11.11.
1936
1937 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1940         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1941
1942 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1945
1946 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1947
1948         * Version number is increased to 2.11.10.
1949
1950 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-mime.el (wl-draft-attribute-value): Fixed.
1953
1954 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1955
1956         * wl-util.el (wl-copy-local-variables): New function.
1957
1958         * wl-mime.el (wl-draft-attribute-recipients): New function.
1959         (wl-draft-attribute-envelope-from): Ditto.
1960         (wl-draft-attribute-smtp-posting-server): Ditto.
1961         (wl-draft-attribute-smtp-posting-port): Ditto.
1962         (wl-draft-attribute-value): Ditto.
1963         (wl-draft-preview-message): Use it to get value for
1964         attributes. Reflect result of `wl-draft-config'.
1965
1966         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1967         and call `wl-summary-mark-as-read' before to call
1968         `wl-summary-unset-mark'.
1969         (wl-summary-target-mark-mark-as-unread): Likewise.
1970         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1971
1972 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1973
1974         * wl-mime.el (wl-draft-preview-message): Use actual value for
1975         attributes; Fix for small window.
1976
1977 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1978
1979         * wl-refile.el (wl-refile-get-field-value): Call
1980         `elmo-message-entity-field' with 3rd argument is non-nil.
1981
1982 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1983
1984         * wl-vars.el (wl-draft-preview-attributes): New user option.
1985         (wl-draft-preview-attributes-list): Ditto.
1986         (wl-draft-preview-attributes-buffer-lines): Ditto.
1987         (wl-draft-preview-attributes-buffer-name): Ditto.
1988
1989         * wl-mime.el (wl-draft-preview-message): Display attributes.
1990
1991 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-detect-mark-position): Bind
1994         wl-summary-flag-priority-list to '(new).
1995
1996 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1999         funtion.
2000         (wl-highlight-summary-line-string): Use it.
2001         (wl-highlight-summary-current-line): Ditto.
2002
2003 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2006         line even when the mark string is not changed.
2007
2008         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2009         argument change in the wl-summary-create-line.
2010         (wl-thread-insert-entity-sub): Ditto.
2011
2012         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2013         argument change in the wl-summary-create-line.
2014         (wl-summary-insert-sequential): Ditto.
2015         (wl-summary-update-thread): Ditto.
2016         (wl-summary-persistent-mark-string): New inline function.
2017         (wl-summary-message-mark): Use it.
2018         (wl-summary-create-line): Abolish argument wl-persistent-mark
2019         and added wl-flags, wl-cached.
2020
2021         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2022         mark to flags.
2023         (wl-highlight-summary-current-line): Decide the face not by the 
2024         persistent mark but flags.
2025
2026 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2029         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2030         wl-summary-read-uncached-mark): Revive.
2031         (wl-summary-answered-cached-mark,
2032         wl-summary-answered-uncached-mark): New user option.
2033         (wl-summary-score-marks): Follow the change above.
2034         (wl-summary-auto-refile-skip-marks): Ditto.
2035         (wl-summary-incorporate-marks): Ditto.
2036         (wl-summary-expire-reserve-marks): Ditto.
2037         (wl-summary-flag-priority-list): New user option.
2038
2039         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2040         changes.
2041         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2042         of elmo-message-mark.
2043         (wl-summary-mark-as-read-internal): Ditto.
2044         (wl-summary-mark-as-answered): Ditto.
2045         (wl-summary-mark-as-important): Ditto.
2046         (wl-summary-redisplay-internal): Ditto.
2047         (wl-summary-redisplay-no-mime-internal): Ditto.
2048         (wl-summary-message-mark): New function.
2049         (wl-summary-insert-sequential): Use wl-summary-message-mark
2050         instead of elmo-message-mark.
2051         (wl-summary-update-thread): Ditto.
2052         (wl-summary-persistent-mark): Ditto.
2053         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2054         instead of elmo-message-mark.
2055
2056         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2057         wl-summary-message-mark instead of elmo-message-mark.
2058         (wl-thread-insert-entity-sub): Ditto.
2059         (wl-thread-get-children-msgs-uncached): Ditto.
2060
2061         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2062         variable name changes.
2063         (wl-highlight-summary-current-line): Ditto.
2064
2065         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2066         wl-summary-message-mark instead of elmo-message-mark.
2067
2068         * wl-expire.el (wl-expire-message-p): Ditto.
2069
2070         * wl-score.el (wl-score-headers): Ditto.
2071
2072         * Version number is increased to 2.11.9.
2073
2074         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2075         (wl-summary-sync-update): Follow the change above.
2076         (wl-summary-switch-to-clone-buffer): Ditto.
2077         (wl-summary-open-folder): Ditto.
2078
2079 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2082         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2083
2084         * Version number is increased to 2.11.8.
2085
2086         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2087
2088         * wl-expire.el (wl-expire-refile): Follow the API change on
2089         `elmo-folder-move-messages'.
2090         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2091
2092         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2093         (wl-summary-exec-action-refile): Ditto.
2094         (wl-summary-exec-action-copy): Ditto.
2095         (wl-summary-no-auto-refile-message-p): No use
2096         `wl-summary-buffer-msgdb'.
2097         (wl-summary-auto-refile): Ditto.
2098
2099 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2102
2103 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-summary.el (wl-summary-sync): Treat no-sync.
2106
2107         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2108         (wl-default-sync-range): Ditto.
2109
2110 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-refile.el (wl-refile-subject-learn): Call
2113         `elmo-message-entity-field' with 3rd argument is non-nil.
2114         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2115         instead of `elmo-msgdb-overview-entity-get-subject'.
2116
2117 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2118
2119         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2120         scan-type is rescan.
2121         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2122         new optional argument force is non-nil.
2123         (wl-summary-save-view-cache): Call it with force argument non-nil.
2124
2125         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2126
2127 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2128
2129         * wl-action.el (wl-summary-print-argument): Fixed last change.
2130
2131 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2134         simplified.
2135         (wl-summary-target-mark-mark-as-unread): Likewise.
2136         (wl-summary-target-mark-mark-as-important): Likewise.
2137
2138 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2141         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2142         (wl-summary-mark-as-important-region): Change accordingly.
2143         (wl-summary-target-mark-mark-as-important): Ditto.
2144
2145 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2148
2149         * wl-action.el (wl-summary-print-argument): Print argument to
2150         right side of window if `wl-summary-print-argument-within-window'
2151         is non-nil.
2152
2153 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2154
2155         * wl-action.el (wl-summary-set-mark): Use
2156         `wl-summary-message-visible-p' to check visibility of the message
2157         and jump to message only when the message line is visible and have
2158         different number; Call wl-summary-unset-mark with number argument.
2159         (wl-summary-unset-mark): 
2160         Use `wl-summary-message-visible-p'
2161         to check visibility of the message and jump to message only when
2162         the message line is visible and have different number;
2163
2164 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * Version number is increased to 2.11.7.
2167
2168         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2169         and wl-folder-summary-line-format.
2170
2171         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2172         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2173         (wl-summary-set-score-mark): Use it.
2174         (wl-summary-target-mark-mark-as-read): Ditto.
2175         (wl-summary-target-mark-mark-as-unread): Ditto.
2176         (wl-summary-target-mark-mark-as-important): Ditto.
2177         (wl-summary-target-mark-msgs): Simplified.
2178         (wl-summary-detect-mark-position): Fixed problem when
2179         summary-line-format no contain persisten/temp mark spec.
2180         (wl-summary-temp-mark): Ditto.
2181         (wl-summary-persistent-mark): Ditto.
2182         (wl-summary-update-persistent-mark): Ditto.
2183
2184         * wl-action.el (wl-summary-set-mark): Ditto.
2185         (wl-summary-unset-mark): Ditto.
2186         All other related portions are changed.
2187
2188 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * Version number is increased to 2.11.6.
2191
2192 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2193
2194         * wl-util.el (wl-current-message-buffer): Define as function;
2195         Don't use the value of wl-messge-buffer.
2196
2197         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2198         persistent mark.
2199
2200         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2201         no current message, cause an error.
2202
2203 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-set-message-modified): Use
2206         elmo-folder-set-message-modified instead of
2207         elmo-folder-set-message-modified-internal.
2208
2209 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2210
2211         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2212         interactively.
2213         (wl-summary-sync): nokill->entirely.
2214         (wl-summary-sync-marks): Fixed message.
2215         (wl-summary-input-range): Added mark, nokill->entirely.
2216
2217         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2218         messages as read.
2219
2220 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2223         update-noscore.
2224         (wl-summary-sync): Follow the change above.
2225
2226 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2227
2228         * wl-action.el (wl-summary-target-mark-all): Use
2229         elmo-folder-list-messages.
2230
2231 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2232
2233         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2234         (wl-summary-rescan): Set wl-summary-scored as nil.
2235         (wl-summary-sync-force-update): Follow the change above.
2236         (wl-summary-sync): Ditto.
2237         (wl-summary-sync-update): Added argument disable-killed.
2238         (wl-summary-insert-headers): Set visible-only argument for
2239         elmo-folder-list-messages.
2240         (wl-summary-input-range): Added update-nokill, update-noscore,
2241         all-nokill, all-noscore and mark.
2242
2243         * Version number is increased to 2.11.5.
2244
2245         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2246
2247 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2250         (wl-summary-prefetch-region-no-mark): Change accordingly.
2251         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2252
2253 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-address.el (wl-complete-field-to): Abolished.
2256         (wl-complete-address): Completion function for completing-read.
2257         * wl-action.el (wl-summary-get-resend-address): Use it.
2258
2259         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2260         wl-summary-update-mark and abolish unused argument.
2261         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2262         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2263         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2264         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2265         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2266         * wl-draft.el (wl-draft-kill): Ditto.
2267
2268         * wl-summary.el: Remove unused binding of case-fold-search.
2269         (wl-summary-replace-status-marks): Abolished.
2270
2271 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2272
2273         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2274         is specified or folder length is zero.
2275
2276 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2279         (wl-folder-archive-current-entity): Ditto.
2280
2281 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2284         retrieving message mark.
2285         (wl-summary-redisplay-internal): Ditto.
2286
2287         * wl-message.el (wl-message-buffer-display): Ignore errors while
2288         retrieving message-id field.
2289
2290         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2291         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2292         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2293         order of the arguments for `wl-expire-message-p'.
2294         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2295
2296         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2297         Check return value of wl-summary-reply.
2298         (wl-summary-reply): Recover window configuration when an error occured.
2299
2300 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-summary.el (wl-summary-resend-message): Abolished, the
2303         feature is inherited by wl-summary-resend (put resend mark).
2304
2305 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2308         wl-message-buffer to nil when the message is hide.
2309
2310 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2311
2312         * .cvsignore: New file.
2313
2314 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-action.el (wl-summary-action-docstring): Add more info.
2317         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2318         duplicate definition.
2319         (wl-summary-define-mark-action): Functions wl-summary-*-region
2320         keep current position.
2321         (wl-summary-unregister-target-mark): Store result to the variable.
2322
2323 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2324
2325         * Version number is increased to 2.11.4.
2326
2327 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2328
2329         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2330         wl-summary-delete-all-temp-marks.
2331         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2332
2333         * wl-action.el (wl-summary-set-mark): Changed terminology
2334         refile-destination -> action-argument.
2335         (wl-summary-unset-mark): Ditto.
2336         (wl-summary-remove-argument): Ditto.
2337         (wl-summary-print-argument): Ditto.
2338
2339         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2340         (wl-thread-remove-argument-region): Ditto.
2341         (wl-thread-print-argument-region): Ditto.
2342         (wl-thread-close): Ditto.
2343         (wl-thread-open): Ditto.
2344
2345         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2346         (wl-highlight-refile-destination-face is abolished)
2347         (wl-highlight-action-argument-string): Ditto.
2348         (wl-highlight-summary-current-line): Highlight action argument.
2349
2350         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2351         color for light backgrounds.
2352         (wl-highlight-summary-answered-face): Ditto.
2353
2354 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2357
2358         * wl-score.el (wl-summary-score-update-all-lines): Use
2359         wl-summary-set-mark.
2360         (wl-summary-score-update-all-lines): Kill expunged messages.
2361
2362         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2363
2364 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2365
2366         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2367         directly.
2368         (wl-score-overview-entity-get-lines): Ditto.
2369         (wl-score-overview-entity-get-xref): Ditto.
2370         (wl-score-get-latest-msgs): Ditto.
2371         (wl-summary-rescore): Ditto.
2372
2373         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2374         to "&".
2375         (wl-summary-mark-as-answered-internal): New inline function.
2376         (wl-summary-mark-as-answered): New function.
2377         (wl-summary-mark-as-unanswered): Ditto.
2378         (wl-summary-sync-marks): Modified for answered-mark synching.
2379
2380 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-action.el (wl-summary-set-mark): Fixed last change.
2383
2384 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2385
2386         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2387         behavior of wl-summary-unread-message-hook
2388         (Pointed out by akira yamada <akira@arika.org>).
2389
2390 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2393         wl-summary-delete.
2394         * wl-xmas.el (wl-summary-toolbar): Ditto.
2395
2396         * wl-action.el (wl-summary-set-mark): Don't override current
2397         temp-mark.
2398
2399         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2400
2401 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2404         (wl-refile-msgid-learn): Ditto.
2405         (wl-refile-get-field-value): Ditto.
2406
2407         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2408
2409         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2410         (wl-expire-delete-reserved-messages): Renamed from
2411         wl-expire-reserve-marked-msgs-from-list.
2412         (wl-expire-delete): Removed argument `msgdb'.
2413         (wl-expire-refile): Ditto.
2414         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2415         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2416         mark-alist as argument.
2417         (wl-expire-archive-number1): Removed argument `msgdb'.
2418         (wl-expire-archive-number2): Ditto.
2419         (wl-expire-archive-date): Ditto.
2420         (wl-expire-localdir-date): Ditto.
2421         (wl-expire-hide): Ditto.
2422         (wl-archive-number1): Ditto.
2423         (wl-archive-number2): Ditto.
2424         (wl-archive-date): Ditto.
2425         (wl-archive-folder): Ditto.
2426         All other related portions are changed.
2427
2428 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2431         mean move up and down. (suggested by Takashi Kawachi)
2432
2433 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2434
2435         * wl-acap.el (toplevel): Don't require un-define.
2436
2437 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-thread.el (wl-thread-delete-message): Always update
2440         wl-summary-buffer-number-list.
2441
2442         * wl-action.el (wl-summary-print-destination): 
2443         Do nothing when folder is nil.
2444
2445 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2448         persistent mark when prefetch is succeeded.
2449
2450 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2451
2452         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2453         instead of elmo-msgdb-delete-msgs.
2454         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2455         (wl-expire-hide): Ditto.
2456
2457         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2458
2459         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2460         elmo-msgdb interface.
2461         (wl-thread-get-exist-children): Likewise.
2462         (wl-thread-insert-message): Likewise.
2463         (wl-thread-msg-mark-as-important): Likewise.
2464         (wl-thread-insert-entity-sub): Likewise.
2465         (wl-thread-get-children-msgs-uncached): Likewise.
2466
2467         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2468         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2469         (wl-summary-sync-update): Likewise.
2470         (wl-summary-auto-select-msg-p): Likewise.
2471         (wl-summary-update-thread): Likewise.
2472         (wl-summary-mark-as-important): Likewise.
2473         (wl-summary-jump-to-msg-internal): Likewise.
2474         (wl-summary-redisplay-internal): Likewise.
2475         (wl-summary-print-message-with-ps-print): Likewise.
2476         (wl-summary-folder-info-update): Likewise.
2477
2478         * wl-folder.el (wl-folder-check-one-entity):
2479         elmo-folder-count-flags instead of wl-summary-count-unread.
2480
2481         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2482
2483         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2484
2485         * wl-summary.el (wl-summary-set-message-modified): 
2486         Call wl-summary-set-mark-modified.
2487         (wl-summary-delete-messages-on-buffer): Call
2488         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2489         (wl-summary-sync-update): Call elmo-folder-length instead of
2490         elmo-folder-messages.
2491         (wl-summary-insert-headers): Don't call
2492         elmo-folder-list-message-entities.
2493
2494 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-action.el (wl-summary-define-mark-action): Call
2497         `wl-summary-set-mark' with argument `data'.
2498         (wl-summary-auto-refile): Fixed order of arguments when call
2499         `wl-summary-refile'.
2500
2501 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2502
2503         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2504
2505         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2506
2507         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2508         (Renamed from wl-highlight-summary-deleted-face).
2509         (wl-highlight-summary-resend-face): New face.
2510
2511         (wl-highlight-summary-deleted-face): Renamed from
2512         wl-highlight-summary-erased-face.
2513
2514         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2515
2516         * wl-action.el (wl-summary-get-resend-address): New function.
2517         (wl-summary-exec-action-resend): Ditto.
2518         (wl-summary-exec-action-resend-subr): Ditto.
2519
2520         * w-thread.el (wl-thread-copy): Removed definition.
2521         (wl-thread-refile): Ditto.
2522         (wl-thread-delete): Ditto.
2523         (wl-thread-target-mark): Ditto.
2524
2525         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2526         (wl-summary-target-mark-set-action): Fixed.
2527         (wl-summary-define-mark-action): Fixed quotation.
2528         (wl-summary-move-mark-list-messages): Display message.
2529         (wl-summary-define-mark-action): Define thread functions.
2530         (wl-summary-exec-action-refile): Changed message.
2531         (wl-summary-exec): Ditto.
2532
2533 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2534         
2535         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2536         '%%'.
2537
2538 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl.el (toplevel): Require wl-action.
2541         (wl-init): Call wl-summary-define-mark-action.
2542
2543         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2544
2545         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2546         wl-summary-delete and wl-summary-erase.
2547         (wl-summary-mode-map): Ditto.
2548
2549         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2550         wl-delete-folder-alist.
2551
2552         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2553         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2554         (toplevel): Moved mark & action related functions to the wl-action.el.
2555
2556         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2557         in wl-summary-mark-action-list.
2558         (wl-highlight-summary-current-line): Ditto.
2559
2560         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2561         empty lines.
2562
2563         * wl-action.el: New file. 
2564
2565 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-summary.el (wl-summary-target-mark-replace): New function.
2568         (wl-summary-target-mark-prefetch): Use it.
2569         (wl-summary-target-mark-delete): Ditto.
2570         (toplevel): Rearranged definition order.
2571         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2572         (wl-summary-target-mark-erase): Rewrite.
2573         (wl-summary-erase-region): New function.
2574         (wl-summary-exec-action-erase): Changed message.
2575         (wl-summary-move-mark-list-messages): New function.
2576         (wl-summary-exec-action-delete): Use it.
2577         (wl-summary-exec-action-erase): Ditto.
2578
2579         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2580         (wl-summary-skip-mark-list): Added "d".
2581
2582         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2583         while searching.
2584
2585         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2586         and define using defcustom;
2587         Define 4th element as a face.
2588         
2589         * wl-summary.el (wl-summary-incorporate): Use 
2590         `wl-summary-prefetch-region-no-mark' instead of
2591         `wl-summary-prefetch-region'.
2592         (wl-summary-prefetch-region-no-mark): Revival of old
2593         `wl-summary-prefetch-region'.
2594         (wl-summary-mark-action-list): Moved to wl-vars.el
2595
2596         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2597         face according to the `wl-summary-mark-action-list'.
2598         (wl-highlight-summary-current-line): Ditto;
2599         Removed destination highlighting.
2600
2601         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2602         (wl-highlight-summary-line-string): Highlight for "i" mark.
2603         (wl-highlight-summary-current-line): Ditto.
2604
2605         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2606         no destination.
2607
2608         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2609         exists, just go ahead.
2610         (wl-summary-prefetch-region): Rewrite.
2611         (wl-summary-prefetch): Ditto.
2612         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2613         (wl-summary-exec-action-prefetch): New function.
2614         (wl-summary-target-mark-prefetch): Rewrite.
2615
2616 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2619         (wl-highlight-summary-line-string): Added "d" and "D".
2620         (wl-highlight-summary-current-line): Ditto.
2621
2622         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2623         in wl-summary.el.
2624         (wl-thread-insert-entity-sub): Ditto.
2625         (wl-thread-remove-destination-region): Ditto.
2626         (wl-thread-print-destination-region): Ditto.
2627
2628         * wl-summary.el (wl-summary-buffer-refile-list,
2629         wl-summary-buffer-delete-list,
2630         wl-summary-buffer-copy-list): Abolish.
2631         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2632         All other related portions are changed.
2633         (wl-summary-mark-action-list): New variable.
2634         (wl-summary-set-mark): New function.
2635         (wl-summary-register-target-mark): Ditto.
2636         (wl-summary-unregister-target-mark): Ditto.
2637         (wl-summary-have-target-mark-p): Ditto.
2638         (wl-summary-register-temp-mark): Ditto.
2639         (wl-summary-unregister-temp-mark): Ditto.
2640         (wl-summary-registered-temp-mark): Ditto.
2641         (wl-summary-collect-temp-mark): Ditto.
2642         (wl-summary-unset-mark): Ditto.
2643         (wl-summary-set-target-mark): Ditto.
2644         (wl-summary-unset-target-mark): Ditto.
2645         (wl-summary-set-action-generic): Ditto.
2646         (wl-summary-unset-action-generic): Ditto.
2647         (wl-summary-exec-action-delete): Ditto.
2648         (wl-summary-exec-action-erase): Ditto.
2649         (wl-summary-set-action-refile): Ditto.
2650         (wl-summary-set-action-refile-subr): Ditto.
2651         (wl-summary-unset-action-refile): Ditto.
2652         (wl-summary-make-destination-numbers-list): Ditto.
2653         (wl-summary-exec-action-refile): Ditto.
2654         (wl-summary-set-action-copy): Ditto.
2655         (wl-summary-unset-action-copy): Ditto.
2656         (wl-summary-exec-action-copy): Ditto.
2657         (wl-summary-collect-numbers-region): Ditto.
2658         (wl-summary-delete): Rewrite.
2659         (wl-summary-erase): Ditto.
2660         (wl-summary-remove-destination): Ditto.
2661         (wl-summary-exec): Ditto.
2662         (wl-summary-exec-region): Ditto.
2663         (wl-summary-target-mark-erase): Ditto.
2664         (wl-summary-refile): Ditto.
2665         (wl-summary-copy): Ditto.
2666         (wl-summary-unmark): Ditto.
2667         (wl-summary-delete-all-mark): Ditto.
2668         (wl-summary-mark-line): Don't highlight.
2669         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2670         (wl-summary-target-mark-refile-subr): Rewrite.
2671
2672         (wl-summary-copy-prev-destination): Abolish.
2673
2674 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2675
2676         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2677         default values along the value of wl-on-mule.
2678         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2679         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2680         It is not used anywhere.
2681
2682 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2683
2684         * wl-summary.el (wl-summary-print-destination): Keep position.
2685         (wl-summary-cursor-move-surface): Keep horizontal position.
2686
2687 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2688
2689         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2690         write sendlog.
2691
2692 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2693
2694         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2695         `wl-summary-highlight'.
2696
2697 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2698
2699         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2700         trivial condition for temp-mark.
2701
2702 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2703
2704         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2705         when it hits killed buffer.
2706
2707 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2710         * wl-news.el.in: `message' and `error' take format string.
2711
2712 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-folder (wl-folder-insert-entity): Display a message,
2715         `...done', when the work finish.
2716         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2717
2718 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-message.el (wl-message-redisplay): Remove unused local
2721         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2722
2723 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2724
2725         * wl-summary.el (wl-summary-replace-status-marks): Disable
2726         interactive use.
2727         (wl-summary-reedit): Check message existence at first.
2728         (wl-summary-mark-line): Fix doc, return value is indefinite.
2729
2730         * wl-highlight.el (wl-highlight-message): Arranged.
2731
2732         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2733         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2734         check temp-mark by wl-summary-temp-mark always.
2735         (wl-highlight-summary): Change accordingly.
2736         * wl-summary.el (wl-summary-mark-as-read-all)
2737         (wl-summary-delete-cache, wl-summary-set-score-mark)
2738         (wl-summary-mark-as-unread, wl-summary-unmark)
2739         (wl-summary-mark-line, wl-summary-mark-as-read)
2740         (wl-summary-mark-as-important): Ditto.
2741
2742         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2743         end of the window if possible.
2744         * wl-summary.el (wl-summary-sync-update): Support lazy
2745         highlighting.
2746         (wl-summary-toggle-disp-msg): Ditto.
2747
2748 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2749
2750         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2751
2752 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2755         change.
2756
2757 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2760         API.
2761         (wl-summary-sync-update): Ditto.
2762
2763         * wl-score.el (wl-score-get-score-alist): Changed argument.
2764         (wl-summary-rescore-msgs): Likewise.
2765         (wl-summary-score-headers): Likewise.
2766         (wl-score-headers): Likewise;
2767         Use elmo-folder-do-each-message-entity, etc.
2768         (wl-summary-score-effect): Follow the changes above.
2769         (wl-summary-rescore): Ditto.
2770         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2771         (wl-score-get-overview): Abolish.
2772
2773         * wl-summary.el (wl-summary-default-from): Follow the API change in
2774         elmo-msgdb.
2775         (wl-summary-count-unread): Ditto.
2776         (wl-summary-detect-mark-position): Ditto.
2777         (wl-summary-overview-entity-compare-by-date): Ditto.
2778         (wl-summary-overview-entity-compare-by-number): Ditto.
2779         (wl-summary-overview-entity-compare-by-from): Ditto.
2780         (wl-summary-overview-entity-compare-by-subject): Ditto.
2781         (wl-summary-get-list-info): Ditto.
2782         (wl-summary-rescan): Ditto.
2783         (wl-summary-jump-to-msg-by-message-id): Ditto.
2784         (wl-summary-sync-update): Ditto; Removed comment.
2785         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2786         (wl-summary-insert-message): Use wl-summary-insert
2787         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2788         (wl-summary-insert-headers): Changed argument overview to folder.
2789         (wl-summary-search-by-subject): Likewise.
2790         (wl-summary-insert-thread): Renamed from 
2791         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2792
2793         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2794         too.
2795
2796         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2797         wl-string-member.
2798
2799 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2802         elmo-folder-append-buffer.
2803         (wl-draft-queue-append): Likewise.
2804
2805         * wl-mime.el (wl-message-delete-current-part): Ditto.
2806         (wl-summary-burst-subr): Ditto.
2807
2808         * wl-news.el.in (wl-news-send-news): Ditto.
2809
2810 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2811
2812         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2813         function.
2814         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2815         (wl-summary-update-mark): Enclose with save-excursion.
2816         (wl-summary-mark-as-read-internal): Fixed last change.
2817         (wl-summary-mark-as-important): Use 3rd argument of
2818         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2819         Don't use elmo-msgdb-set-mark.
2820         (wl-summary-redisplay-internal): If msgdb flag is already read,
2821         just update the mark on buffer.
2822
2823 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2824
2825         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2826         cut visible folder when elmo-folder-delete returns non-nil value.
2827
2828 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2829
2830         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2831         by Kenichi OKADA <okada@opaopa.org>).
2832
2833 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2834
2835         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2836
2837 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2838
2839         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2840         Fixed the last change, search group entity by its real name.
2841         (Thanks to: KOBAYASHI Shinji)
2842
2843 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2844
2845         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2846         (wl-fldmgr-access-display-all): Don't refer visible name.
2847         * wl-expire.el (wl-folder-archive-current-entity)
2848         (wl-folder-expire-current-entity): Ditto.
2849         * wl-folder.el (wl-folder-jump-to-current-entity)
2850         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2851         (wl-folder-open-folder-sub,wl-folder-open-all)
2852         (wl-folder-write-current-folder): Ditto.
2853         (wl-folder-insert-entity): Don't use petname for normal group.
2854         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2855         is the real name.
2856         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2857         Abolished.
2858
2859 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2860
2861         * wl-draft.el (wl-draft-create-buffer): Add
2862         `wl-summary-reply-with-citation'
2863
2864 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2865
2866         * wl-draft.el (wl-draft-reply): Fixed.
2867
2868 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2869
2870         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2871         when `wl-draft-send-confirm-with-preview' is non-nil.
2872         You can scroll up/down by j/k.
2873         (wl-draft-send-confirm-with-preview): New variable (default=t).
2874
2875 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2878         (wl-fldmgr-save-folders): Fix comment.
2879
2880 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2881
2882         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2883         along the last change in `wl-folder-buffer-group-p'.
2884
2885 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2888         folder.
2889
2890         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2891         the default value.
2892
2893         * wl-mime.el (wl-summary-burst): Update summary only when target
2894         folder equals current folder.
2895
2896 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2897
2898         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2899
2900 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2901
2902         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2903         value.
2904
2905 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2908         `map-extents' instead of `extent-at' repeatedly.
2909         (wl-highlight-folder-current-line): Ditto.
2910
2911         * wl-highlight.el: Remove useless dummy functions.
2912
2913 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2914
2915         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2916         (wl-folder-put-folder-property): New function to put text property.
2917         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2918         (wl-folder-insert-entity, wl-folder-update-diff-line)
2919         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2920         * wl-e21.el, wl-xmas.el, wl-mule.el
2921         (wl-highlight-folder-current-line): Ditto.
2922         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2923         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2924         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2925         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2926
2927 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2928
2929         * Version number is increased to 2.11.3.
2930
2931 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2932
2933         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2934         Resume current-buffer since it is assumed by remaining tasks.
2935
2936 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2939         (wl-folder-completion-function): Abolished.
2940         (wl-folder-complete-folder): New function.
2941         (wl-folder-complete-filter-condition): Ditto.
2942         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2943         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2944
2945 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2946
2947         * wl-draft.el (wl-draft-send-confirm): New function.
2948         (wl-draft-send): Use it.
2949
2950         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2951         cursor-in-echo-area while confirming.
2952
2953         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2954
2955         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2956         searching via nntp if wl-summary-search-via-nntp is 'force.
2957         Otherwise, invoke searching in nntp folder only.
2958         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2959
2960         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2961         explicitly for mime-make-text-tag.
2962
2963 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2964
2965         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2966         `mime-make-text-tag' instead of `mime-create-tag'.
2967
2968 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2971         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2972
2973 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2974
2975         * wl-score.el (wl-score-save): Bind print-length and print-level.
2976         (wl-score-pretty-print): Ditto.
2977         (wl-score-edit-insert-header-entry): Ditto.
2978
2979         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2980         "From" entry to be treated with wl-draft-eword-encode-address-list.
2981         * wl-mime.el (wl-draft-preview-message): Ditto.
2982
2983         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2984         (wl-summary-mark-as-unread): Ditto.
2985         (wl-summary-mark-as-read-region): Change accordingly.
2986         (wl-summary-mark-as-unread-region): Ditto.
2987         (wl-summary-target-mark-mark-as-read): Ditto.
2988         (wl-summary-target-mark-mark-as-unread): Ditto.
2989
2990 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2991
2992         * Version number is increased to 2.11.2.
2993
2994 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2995
2996         * wl-news.el.in (wl-news-previous-version-save): Bind
2997         print-length and print-level.
2998         * wl-thread.el (wl-thread-save-entities): Ditto.
2999         (wl-thread-save-top-list): Bind print-length.
3000
3001 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-highlight.el (wl-highlight-summary-line-string): Use
3004         wl-summary-score-below-mark, wl-summary-score-over-mark.
3005         (wl-highlight-summary-current-line): Ditto.
3006
3007 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3010         insert it.
3011
3012 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3013
3014         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3015
3016 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3017
3018         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3019         message without msgid.
3020         Rewrite with elmo-folder-move-messages.
3021         Set wl-message-buffer to nil.
3022
3023         * wl-summary.el (wl-summary-erase-subr): New function. Use
3024         elmo-folder-move-messages.
3025         (wl-summary-erase): Call it.
3026         (wl-summary-target-mark-erase): Ditto.
3027
3028 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3031         it is not up-tp-date.
3032
3033 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3034
3035         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3036         buffer after calling `wl-summary-goto-folder-subr' without the
3037         argument `interactive'.
3038         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3039
3040 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3041
3042         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3043         `mime-create-tag'. Use `string=' instead of `looking-at'.
3044
3045 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3046
3047         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3048         to avoid compile warning.
3049
3050         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3051         entity-id when folder is given.
3052         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3053         save-excursion, use save-selected-window instead.
3054         Select folder buffer window if exists.
3055         (To correct behavior with wl-folder-move-cur-folder.)
3056
3057 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3058
3059         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3060
3061 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3062
3063         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3064         list-count instead of %d.
3065
3066 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3069         (wl-news): Set it.
3070         (wl-news-append-to-folder): Use it.
3071
3072         * wl-news.el.in (wl-news-send-news): Append to specified folder
3073         instead of wl-default-folder.
3074         (wl-news-append-to-folder): Show error message with specified folder.
3075
3076         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3077                 In most major modes, Emacs assumes that any opening
3078                 delimiter found at the left margin is the start of a
3079                 top-level definition, or defun. Therefore, *never put an
3080                 opening delimiter at the left margin unless it should have
3081                 that significance.*
3082
3083         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3084
3085 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3086
3087         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3088
3089 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3090
3091         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3092
3093 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3094
3095         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3096         for sequential numbering case.
3097
3098 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3099
3100         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3101         value.
3102         (wl-draft-reply-without-argument-list): Ditto.
3103         (wl-draft-reply-myself-with-argument-list): Abolish.
3104         (wl-draft-reply-myself-without-argument-list): Ditto.
3105         * wl-draft.el (wl-draft-self-reply-p): New function.
3106         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3107
3108 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3111         (avoid error for the case without byte-compiling)
3112
3113 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3114
3115         * wl-news.el.in (wl-news-append-to-folder): New function.
3116         (wl-news-exit): Rewrite.
3117         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3118
3119 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3120
3121         * wl-draft.el (wl-draft-reply-position): New function.
3122         (wl-draft-reply-position): Fix.
3123         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3124         (wl-summary-target-mark-reply-with-citation): Ditto.
3125         (wl-summary-reply-with-citation): Ditto.
3126         * wl-vars.el (wl-draft-reply-default-position): New variable.
3127
3128 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3129
3130         * wl-draft.el (wl-draft-send): Preview when interactive send.
3131
3132 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3133
3134         * wl-draft.el (wl-draft-reply): Set default position.
3135         * wl-summary.el (wl-summary-reply): Ditto.
3136         (wl-summary-reply-with-citation): Ditto.
3137         (wl-summary-target-mark-reply-with-citation): Ditto.
3138
3139 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-news.el.in (wl-news-lang): Set default value according to
3142         current-language-environment.
3143         (wl-news-append-news): Do nothing when news-list is nil.
3144
3145 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3146
3147         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3148         (wl-news): Change message.
3149         (wl-news-exit): Check buffer.
3150         (wl-news-force-exit): New function.
3151         (wl-news-show-all): New function.
3152         (wl-news-discard-and-exit): Fix.
3153
3154 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3157         according to current-language-environment.
3158
3159         * wl-news.el.in (wl-news): If arg, show all NEWS after
3160         wl-news-default-previous-version.
3161
3162 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3163
3164         * wl-news.el.in (wl-news-check): Rewritten.
3165         (wl-news-previous-version-load): Change data type.
3166         (wl-news-previous-version-save): Change data type.
3167         (wl-news-append-news): Add return value.
3168         (wl-news-check-news): New function.
3169         (wl-news-already-current-p): New function.
3170         (wl-news-send-news): Rewritten.
3171         (wl-news-mode-map): Add new keybind.
3172         (wl-news): Rewritten.
3173         (wl-news-exit): Rewritten.
3174         (wl-news-discard-and-mail): New function.
3175         (wl-news-send-to-address): Abolished.
3176         * wl.el (wl-init): Delete a message.
3177
3178 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3179
3180         * wl-news.el.in (wl-news-exit): Update previous version.
3181         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3182
3183 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3184
3185         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3186
3187 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3188
3189         * wl-news.el.in (wl-news): New function.
3190         (wl-news-mode): New function.
3191         (wl-news-next-line): New function.
3192         (wl-news-next-page): New function.
3193         (wl-news-exit): New function.
3194         (wl-news-buf-name): New variable.
3195         (wl-news-mode-map): New variable.
3196         (wl-news-winconf): New variable.
3197         (wl-news-append-news): Add an option.
3198
3199 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3200
3201         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3202
3203 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3204
3205         * wl-news.el.in (wl-news-send-to-address): New variable.
3206         (wl-news-send-news): Use it.
3207         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3208         Return updating status.
3209         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3210
3211 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3212
3213         * wl-news.el.in (wl-news-send-news): Delete
3214         Organization and X-Face.
3215
3216 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3217
3218         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3219         (wl-news-append-news): New function.
3220         (wl-news-send-news): New function.
3221
3222 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3223
3224         * Version number is increased to 2.11.1.
3225
3226 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3227
3228         * wl-news.el.in : New file.
3229
3230 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3231
3232         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3233         default value.
3234         (wl-draft-reply-without-argument-list): Ditto.
3235
3236 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3237
3238         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3239         (wl-message-buffer-prefetch-idle-time): Ditto.
3240         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3241
3242 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-thread.el (wl-thread-insert-message): Use
3245         wl-summary-max-thread-depth.
3246
3247         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3248         loop detection.
3249
3250         * wl-message.el (wl-message-buffer-display): Back to the first page
3251         when cache is hit.
3252
3253 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3256
3257         * wl-summary.el (wl-summary-insert-thread-entity):
3258         If the thread depth is reached to wl-summary-max-thread-depth,
3259         divide the thread.
3260
3261 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3262
3263         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3264         for elmo-remove-passwd.
3265
3266 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3269         folder is sticky.
3270         (wl-folder-mark-as-read-all-entity): Ditto.
3271         (wl-folder-prefetch-entity): Ditto.
3272
3273 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3274
3275         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3276
3277 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3280         Delete messages on buffer for unplugged operation.
3281         (wl-summary-erase): Ditto.
3282
3283 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3284
3285         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3286         take nil so as not to search parent by subject.
3287
3288 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3289
3290         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3291         (wl-folder-get-next-folder): Ditto.
3292         (wl-folder-get-path): Ditto.
3293
3294 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3295
3296         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3297         system and encode the region with it before verifying.
3298
3299 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3300
3301         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3302         system of the echo buffer before decoding.
3303
3304 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3307         original contents.
3308
3309 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3312         with argument 'any-exists.
3313
3314 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3317         Use `wl-cs-autoconv'.
3318
3319 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3322         by `mime-view-automatic-conversion'.
3323
3324         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3325         (wl-message-verify-pgp-nonmime): Ditto.
3326         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3327         Bind them to C-c:d and C-c:v respectively.
3328
3329         Merge following code by Teranishi-san from [wl-en:00167].
3330         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3331         (wl-mime-preview-application/pgp-encrypted): Ditto.
3332         (wl-mime-setup): Add entry.
3333
3334 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * wl-summary.el (wl-summary-target-mark-erase): New function.
3337         Bind it to "mD".
3338
3339 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-vars.el (wl-draft-write-file-function): Fix.
3342         (wl-draft-reedit-hook): Changed default value.
3343
3344         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3345         wl-draft-reedit-hook.
3346         (wl-draft-remove-text-plain-tag): New function.
3347         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3348
3349         * wl-vars.el (wl-draft-write-file-function): New user option.
3350
3351         * wl-draft.el (wl-draft-prepare-edit): Use it for
3352         local-write-file-hooks.
3353         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3354
3355         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3356         (wl-draft-insert-mail-header-separator): Return the body beginning
3357         point.
3358         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3359         text/plain.
3360         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3361
3362 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3363
3364         * wl-summary.el (wl-summary-erase): New function to erase message
3365         without moving it to trash. Bind to "D".
3366
3367         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3368         as `keep' unless switch-function.
3369
3370 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3373         message buffer by using `wl-summary-toggle-disp-msg'.
3374         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3375         buffer window.
3376         (wl-summary-supresedes-message): Ditto.
3377
3378         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3379         Do not delete other windows.
3380         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3381         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3382         (wl-draft-create-buffer): Set reply-or-forward also for target
3383         mark commands.
3384
3385 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3386
3387         * wl-draft.el (wl-user-agent-compose): Delete special case for
3388         switch-to-buffer-other-window.
3389
3390         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3391         (wl-summary-forward): Ditto.
3392
3393         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3394         function.
3395         (wl-draft-buffer-style): New use option.
3396
3397         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3398         (wl-draft): Follow the change above.
3399         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3400         wl-draft-buffer-style.
3401         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3402         switch-function.
3403
3404 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3405
3406         * wl-address.el (wl-address-make-completion-entry): Extracted from
3407         `wl-address-make-completion-list'.
3408         (wl-address-enable-strict-loading): New variable.
3409         (wl-address-make-completion-list): Revive petname duplication
3410         inquiry, and enable it if `wl-address-enable-strict-loading'.
3411         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3412
3413 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-message.el (wl-message-get-original-buffer): Avoid
3416         'Selecting deleted buffer' error when original buffer is killed.
3417
3418 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-summary.el (wl-summary-next-message): Use
3421         elmo-message-accessible-p instead of elmo-message-cached-p.
3422
3423 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3424
3425         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3426
3427         * wl-thread.el (wl-thread-open-all-unread): Use
3428         elmo-folder-list-flagged instead of
3429         elmo-folder-list-messages-mark-match.
3430
3431         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3432         instead of elmo-folder-list-messages-mark-match.
3433         (wl-summary-move-spec-alist): New variable.
3434         (wl-summary-move-spec-plugged-alist,
3435         wl-summary-move-spec-unplugged-alist): Abolish.
3436         (wl-summary-next-message): Follow the change above.
3437         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3438         with 'no-msg' argument.
3439
3440         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3441         variable.
3442         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3443         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3444         (wl-message-buffer-prefetch-get-next): Follow the change above.
3445
3446 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3447
3448         * wl-version.el (wl-version): Changed codename.
3449
3450         * Version number is increased to 2.11.0.
3451
3452 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3453
3454         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3455         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3456         `wl-draft-config-variables'.
3457         (wl-draft-kill): Fixed problem when the draft is reedit.
3458
3459 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3462         buffer-modified status (Thanks to
3463         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3464
3465 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-util.el (wl-region-exists-p): New function.
3468
3469         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3470         Remove defvars for byte-compile warnings.
3471
3472 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3475         defvar-maybe. Removed unused bind.
3476
3477 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3478
3479         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3480         summary buffer window before creating new frame.
3481         (wl-draft-reply): Ditto.
3482
3483 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3486
3487 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3490
3491 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3494         instead of `kill-region'.
3495
3496 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3499         (wl-highlight-summary-line-string): Use it.
3500         (wl-highlight-summary-current-line): Ditto.
3501
3502         * wl-mime.el (wl-message-delete-current-part): Check the class of
3503         mime-entity.
3504
3505         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3506
3507         * wl-summary.el (wl-summary-make-number-list): Initialize.
3508         (wl-summary-update-mark): New function.
3509         (wl-summary-reply): Put `answered' mark on the message.
3510         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3511
3512         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3513         (wl-draft-reply): Added optional argument `number';
3514         Set wl-draft-parent-number.
3515         (wl-draft-kill): Delete answered mark if it is a reply.
3516
3517 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3520         that originates in mime-preview-follow-current-entity.
3521         (wl-draft-yank-current-message-entity): Use it if region is active.
3522
3523         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3524         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3525         `wl-message-delete-current-part'.
3526         * wl-mule.el (wl-message-define-keymap): Ditto.
3527         * wl-xmas.el (wl-message-define-keymap): Ditto.
3528
3529 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-mime.el (wl-message-delete-current-part): New function.
3532         (wl-mime-node-id-to-string): Ditto.
3533
3534         * wl-mime.el (wl-message-delete-current-part): Use existing
3535         original buffer which corresponds current mime-view buffer.
3536         (fetched buffer might have different structure, possibly)
3537
3538         * wl-mime.el (wl-message-delete-current-part): Quit if the
3539         message content differs from the actual message.
3540
3541 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3544         order.
3545         (wl-summary-search-by-subject): Search parent message from tail;
3546         Check the existence of the parent message on the current thread tree.
3547         (wl-summary-update-thread): Check whether the line is inserted.
3548
3549 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3550
3551         * wl-vars.el (wl-summary-line-format): Undo last change.
3552         * wl-summary.el (wl-summary-print-destination): Do not put
3553         invisible property when `wl-summary-width' is nil.
3554         (wl-summary-line-subject-minimum-length): Abolished.
3555         (wl-summary-line-subject): Ditto.
3556
3557 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3558
3559         * wl-vars.el (wl-summary-line-format): Change default value.
3560         (wl-summary-subject-length-limit): Abolished.
3561         * wl-summary.el (wl-summary-line-subject): Ditto.
3562
3563 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3564
3565         * wl-template.el (wl-template-select): Added optional argument.
3566         If optional argument is specified, reverse
3567         `wl-template-visible-select'.
3568
3569 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3572         Take prefix argument to force asking the destination folder.
3573
3574 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3575
3576         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3577         count and update status.
3578
3579 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-summary.el (wl-summary-redisplay-internal): If
3582         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3583         after fetching.
3584
3585 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3588         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3589
3590         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3591
3592 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3595         (All other related portions are changed).
3596         (wl-summary-mark-as-read-all): Rewrite.
3597
3598 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3601         `wl-summary-mark-as-read'.
3602         (wl-summary-mark-as-unread): Rewrite.
3603         (wl-summary-mark-as-read): Added no-modeline argument.
3604         (wl-summary-resume-cache-status): Rewrite.
3605         (wl-summary-exec-subr): Remove unused local variable.
3606
3607 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3610         logic to call `wl-summary-buffer-prev-folder-function'.
3611         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3612
3613 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3616         is nil.
3617
3618 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3619
3620         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3621         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3622         (wl-mime-setup): Add its entry.
3623
3624 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3627         (wl-summary-delete-cache): Likewise.
3628         (wl-summary-mark-as-read): Rewrite.
3629
3630 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3633         `wl-summary-count-unread'.
3634
3635         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3636
3637         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3638
3639 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3640
3641         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3642         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3643         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3644         Renamed to the elmo-msgdb-*-mark.
3645         (wl-summary-score-marks): Follow the change above.
3646         (wl-summary-auto-refile-skip-marks): Ditto.
3647         (wl-summary-incorporate-marks): Ditto.
3648         (wl-summary-expire-reserve-marks): Ditto.
3649
3650         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3651         changes.
3652         (wl-thread-insert-top): Changed updating message.
3653
3654         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3655         variable.
3656         (wl-summary-count-unread): Count answered marks.
3657         (wl-summary-rescan): Call wl-summary-insert-message instead of
3658         wl-summary-append-message-func-internal.
3659         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3660         (wl-summary-prefetch-msg): Follow the variable name changes.
3661         (wl-summary-prefetch-region): Ditto.
3662         (wl-summary-mark-as-read-all): Follow the API changes;
3663         Don't call elmo-folder-replace-marks.
3664         (wl-summary-delete-cache): Follow the variable name changes.
3665         (wl-summary-resume-cache-status): Ditto.
3666         (wl-summary-update-status-marks): New function.
3667         (wl-summary-insert-message): New function.
3668         (wl-summary-sync-marks): Follow the variable name changes.
3669         (wl-summary-sync-update): Synchronize to the msgdb, too;
3670         Changed update messages.
3671         (wl-summary-make-number-list): Rewrite.
3672         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3673         (wl-summary-mark-as-unread): Follow the API changes.
3674         (wl-summary-exec-subr): Follow the variable name changes.
3675         (wl-summary-mark-as-read): Ditto.
3676         (wl-summary-move-spec-plugged-alist): Ditto.
3677         (wl-summary-move-spec-unplugged-alist): Ditto.
3678         (wl-summary-cursor-move-surface): Ditto.
3679
3680         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3681         variable name changes.
3682         (wl-highlight-summary-current-line): Ditto.
3683
3684         * wl-expire.el (wl-expire-refile): Follow the API change in
3685         elmo-folder-move-messages.
3686         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3687         (wl-summary-archive): Use elmo-folder-msgdb instead of
3688         elmo-msgdb-load.
3689
3690 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl-mime.el (wl-draft-preview-message): Restore the position
3693         before evaluating wl-draft-send-hook in preview buffer.
3694
3695 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3698         when it creates new draft buffer.
3699
3700         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3701         without argument.
3702
3703         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3704         Evaluate content and if the value is string, insert it.
3705         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3706         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3707         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3708         wl-draft-config-sub-part-bottom): Use it.
3709
3710         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3711         with the folder name. The question was unintelligible when it is
3712         called from wl-save-status.
3713
3714 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3715
3716         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3717         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3718         cannot take second argument).
3719
3720 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3721
3722         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3723         as t. Since type and subtype are not case sensitive (RFC 2045).
3724
3725 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl-vars.el (wl-message-mode-line-format): New variable.
3728         (wl-message-mode-line-format-spec-alist): Ditto.
3729         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3730         (wl-message-redisplay): Use wl-message-mode-line-format.
3731
3732 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3735
3736 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-summary.el (wl-summary-default-from): Write description.
3739
3740 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-vars.el (wl-ldap-objectclass): Abolish.
3743
3744         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3745         (wl-ldap-make-filter): Removed condition for objectclass.
3746         (wl-ldap-make-matched-value-list): Remove meaningless process.
3747         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3748         (wl-address-ldap-search): Don't add `*' to `pat' string;
3749         use ignore-errors; added `email';
3750         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3751         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3752         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3753
3754
3755 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3756
3757         * wl-draft.el (wl-draft-parent-folder): Write description.
3758         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3759
3760 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3763         as "" (zero-length string) if no parent.
3764         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3765
3766 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-address.el (wl-address-make-completion-list): Skip duplication
3769         checking.
3770         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3771         `append'.
3772
3773 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3774
3775         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3776         instead of `beginning-of-buffer'.
3777
3778 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3781
3782 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3785         Refer wl-message-buffer-name.
3786         (wl-message-wheel-down): Ditto.
3787
3788 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-vars.el (wl-message-buffer-name): New user option.
3791
3792         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3793         directly instead of making alist dinamically.
3794
3795         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3796         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3797         wl-message-buffer-cache-name.
3798         (wl-message-buffer-cache-clean-up): Ditto.
3799
3800         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3801
3802         * Version number is increased to 2.9.15.
3803
3804 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-vars.el (wl-summary-default-view-alist): New user option.
3807
3808         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3809
3810         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3811         while deleting address.
3812         (wl-draft-delete-myself-from-cc): Ditto.
3813
3814         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3815         If optional argument is specified, reverse sort order.
3816
3817         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3818
3819 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-thread.el (wl-thread-insert-message): Return parent number if
3822         exists.
3823         (wl-thread-update-indent-string-region): Use
3824         wl-thread-update-line-on-buffer-sub instead of
3825         wl-thread-update-line-on-buffer.
3826
3827 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3828
3829         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3830         (wl-folder-close-all): Ditto.
3831
3832 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3833
3834         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3835         and mailing-list:.
3836         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3837         value.
3838         (wl-summary-line-list-info): Print mailing-list name even when 
3839         list-number is empty.
3840
3841 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3844
3845         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3846         (wl-draft-open-file): Ditto.
3847         (wl-draft-random-alphabet): Ditto.
3848
3849         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3850         bindings.
3851
3852 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3855         * wl-vars.el (wl-draft-config-alist): Ditto.
3856
3857 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * Version number is increased to 2.9.14.
3860
3861         * wl.el (wl): Don't set wl-init as nil when error occured while
3862         auto-checking folders.
3863
3864         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3865         `elmo-expand-newtext'.
3866
3867 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3868
3869         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3870         `this-command' so that `wl-folder-goto-folder' contained in
3871         `wl-summary-keep-cursor-command' work.
3872
3873 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3876         message buffer displaying state.
3877
3878 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3879
3880         * wl-vars.el (wl-summary-default-view): New variable to specify
3881         default value for `wl-summary-buffer-view' instead of using
3882         set-default.
3883         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3884
3885 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3888
3889         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3890
3891 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3892
3893         * wl-vars.el (wl-forward-subject-prefix): New variable.
3894         * wl-draft.el (wl-draft-forward): Use it.
3895
3896 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-message.el (wl-message-prev-page): When it is called without
3899         lines argument, scroll down by wl-message-scroll-amount lines.
3900         (wl-message-next-page): Ditto.
3901         * wl-vars.el (wl-message-scroll-amount): Change default value
3902         to preserve current behavior.
3903
3904 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3905
3906         * wl-summary.el (wl-summary-prefetch-msg): Bind
3907         `wl-message-entity' to call `wl-summary-from-function'.
3908
3909 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-message.el (wl-message-buffer-create): Run
3912         wl-message-buffer-created-hook.
3913
3914 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * wl-summary.el (wl-summary-sort-specs): New variable.
3917         (wl-summary-default-sort-spec): Ditto.
3918         (wl-summary-sort): Rewrite.
3919         (wl-summary-sort-by-list-info): New function.
3920
3921 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3922
3923         * wl-summary.el (wl-summary-get-list-info): New function.
3924         (wl-summary-sort): Rewrite.
3925         (wl-summary-line-list-info): Ditto.
3926         (wl-summary-line-list-count): Ditto.
3927         (wl-summary-refile-region): Fixed docstring.
3928
3929 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3930
3931         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3932         `wl-folder-entity-hashtb' as completion table.
3933
3934 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3937         only when this command is called interactively; silence the byte-
3938         compiler.
3939
3940 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3941
3942         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3943         active in XEmacs.
3944
3945 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3946
3947         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3948         plural lines.
3949
3950 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3953         of current line when the cursor is on the header name.
3954         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3955
3956 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3957
3958         * wl-util.el (wl-read-directory-name): Return displayed directory
3959         as the default value also on XEmacs.
3960
3961 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3964         formatting.
3965
3966 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3967
3968         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3969         argument and when it is non-nil, check face property before
3970         highlighting for each line.
3971         (wl-highlight-summary-window): Set it.
3972
3973 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3976         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3977
3978         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3979         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3980         (wl-draft-get-fcc-list): Likewise.
3981
3982 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3985         (wl-thread-entity-cur): Ditto.
3986         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3987         wl-thread-indent-regexp setting.
3988         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3989
3990         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3991         wl-summary-lazy-highlight.
3992         (wl-summary-display-bottom): Ditto.
3993
3994         * wl-thread.el (wl-thread-open-close): Likewise.
3995
3996         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3997         from and subject;
3998         Bind wl-draft-use-frame;
3999         Enclose with save-window-excursion;
4000         Use wl-draft-create-buffer instead of with-temp-buffer;
4001         Use wl-draft-prepare-edit;
4002         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4003         Use wl-draft-send instead of wl-draft-raw-send.
4004
4005 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4008         of using wl-from.
4009
4010 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4013         insert-buffer instead of clone-buffer.
4014         (wl-draft-doing-mime-bcc): New variable.
4015         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4016         infinite loop.
4017         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4018
4019         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4020         (wl-draft-mime-bcc-body): Ditto.
4021
4022         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4023         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4024         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4025         wl-draft-do-mime-bcc.
4026         (wl-draft-mime-bcc-field): New function.
4027         (wl-draft-do-mime-bcc): Ditto.
4028
4029         * wl-address.el (wl-address-complete-header-list): New variable.
4030         (wl-address-complete-header-regexp): Changed default value.
4031
4032         * Version number is increased to 2.9.13.
4033
4034 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4037         it is differed.
4038
4039 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4042         (wl-summary-line-list-count): Ditto.
4043
4044 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4045
4046         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4047         (wl-nntp-posting-function): New variable.
4048         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4049         `wl-nntp-posting-config-alist'.
4050
4051 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4054         FLIM.
4055
4056 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4057
4058         * wl-summary.el (wl-summary-target-mark-refile-sub):
4059         Remove a nuisance funcall.
4060
4061 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4064         as t for `try-completion'.
4065
4066 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-summary.el (wl-summary-default-from): Use
4069         wl-address-header-extract-address instead of
4070         std11-extract-address-components.
4071         (wl-summary-simple-from): Ditto.
4072         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4073         (wl-summary-insert-headers): Show message.
4074         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4075         for whole line.
4076         (wl-summary-default-from): Revert last change.
4077         (wl-summary-simple-from): Ditto.
4078         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4079         (wl-summary-mark-as-read-region): Follow the change above.
4080         (wl-summary-sync-marks): Ditto.
4081         (wl-summary-target-mark-mark-as-read): Ditto.
4082         (wl-summary-redisplay-internal): Ditto.
4083         (wl-summary-redisplay-no-mime-internal): Ditto.
4084         (wl-summary-redisplay-all-header): Ditto.
4085         (wl-summary-mark-as-read): Removed argument `cached';
4086         Use current cache status to set cache mark.
4087         (wl-summary-redisplay-internal): Follow the change above.
4088         (wl-summary-redisplay-no-mime-internal): Ditto.
4089         (wl-summary-redisplay-all-header): Ditto.
4090
4091         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4092
4093         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4094         Don't call itself recursively (Adviced by Yamaoka-san).
4095
4096 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4099         bind wl-summary-highlight as nil to avoid error caused by missing
4100         local variables.
4101
4102 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-vars.el (wl-invalid-character-message): New user option.
4105
4106         * wl-util.el (wl-set-string-width): If truncated string-width is
4107         larger than specified width, use `wl-invalid-character-message'.
4108
4109 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4110
4111         * wl-summary.el (wl-summary-prefetch-msg): 
4112         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4113
4114 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-vars.el (wl-summary-check-line-format): New user option.
4117         (wl-summary-line-format-file): Ditto.
4118
4119         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4120         variable.
4121         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4122         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4123         and `wl-summary-view-old-p' to check whether do a rescan or not.
4124         (wl-summary-view-old-p): New function.
4125         (wl-summary-line-format-changed-p): Ditto.
4126         (wl-summary-line-format-save): Ditto.
4127         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4128
4129         * wl-util.el (wl-set-string-width): Avoid using negative number
4130         for make-string.
4131
4132 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4133
4134         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4135         return value.
4136
4137         * wl-util.el (wl-set-string-width): Added optional argument
4138         `padding' (All other related portions are changed).
4139         (wl-line-parse-format): If the first letter of column number is
4140         `0', zero-padding the result (ex: "%05l").
4141
4142         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4143
4144 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4147         sequential summary view.
4148
4149 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4152         if it doesn't have a -unix version.
4153
4154 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4155
4156         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4157
4158 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4161         content.
4162         (wl-draft): Follow the change above.
4163
4164         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4165
4166         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4167         and wl-folder-summary-line-format-alist contain %T and %P.
4168
4169         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4170         (wl-summary-mode-line-format): New user option.
4171         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4172         (wl-summary-line-format): Changed default value.
4173         (wl-summary-lazy-highlight): Changed default value.
4174
4175         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4176         change in wl-summary-create-line.
4177         (wl-thread-insert-entity-sub): Ditto.
4178
4179         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4180         (wl-summary-buffer-unread-status): Ditto.
4181         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4182         (wl-summary-buffer-persistent-mark-column): Ditto.
4183         (wl-summary-buffer-mode-line-formatter): Ditto.
4184         (wl-summary-buffer-mode-line): Ditto.
4185         (wl-summary-message-regexp): Abolished.
4186         (All other related portions are changed.)
4187         (wl-summary-detect-mark-position): New function.
4188         (wl-summary-buffer-set-folder): Setup
4189         wl-summary-buffer-mode-line-formatter.
4190         (wl-summary-mode): Setup selective-display;
4191         Setup pre-idle-hook when xemacs.
4192         (wl-summary-update-modeline): Rewrite.
4193         (wl-summary-jump-to-msg): Define as function;
4194         Changed regexp for searching messages.
4195         (wl-summary-message-number): Rewrite.
4196         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4197         Do rescan when old type summary cache.
4198         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4199         (wl-summary-remove-destination): Use '\r' to detect EOL.
4200         (wl-summary-print-destination): Ditto.
4201         (wl-summary-temp-mark): New inline function.
4202         (wl-summary-persistent-mark): Ditto.
4203         (wl-summary-line-number): New function.
4204         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4205         (wl-summary-line-list-count): New function.
4206         (wl-summary-create-line): Added argument persistent-mark.
4207         (All other related portions are changed)
4208         (wl-summary-create-line): Insert '\r'.
4209         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4210         (wl-summary-cursor-move-surface): New inline function.
4211         (wl-summary-prev): Use it.
4212         (wl-summary-next): Ditto.
4213
4214         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4215         wl-summary-message-regexp.
4216         (wl-highlight-summary): Delete progress message.
4217         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4218
4219         * Version number is increased to 2.9.12.
4220
4221 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4224         variable (nil: no minimum).
4225         (wl-summary-line-subject): Add some spaces after subject by
4226         wl-summary-line-subject-minimum-length.
4227
4228 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4229
4230         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4231         and removed `F'.
4232         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4233         change above).
4234
4235 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4236
4237         * wl-summary.el (wl-summary-line-list-count): Reverted.
4238         (example setting in samples/*/dot.wl is also updated)
4239
4240 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4241
4242         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4243
4244         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4245
4246         * wl-vars.el (wl-summary-line-format): Addes some description to the
4247         docstring.
4248
4249         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4250         (wl-summary-line-close-bracket): Ditto.
4251         (wl-summary-line-children-number): Ditto.
4252         (wl-summary-line-thread-indent): Ditto.
4253         (wl-summary-line-children-and-from): Ditto.
4254
4255         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4256         't', 'c', 'F' and added 'C'.
4257
4258         * wl-util.el (wl-set-string-width): Accept negative value.
4259         (wl-line-parse-format): Added "%number(" and "%)".
4260
4261 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-summary.el (wl-summary-line-list-count): Change format of the
4264         return value.
4265
4266 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4267
4268         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4269         from the recent message.el.
4270         (wl-draft-point-in-header-p): Ditto.
4271         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4272         wl-draft-beginning-of-line.
4273         * wl-e21.el (wl-draft-mode-map): Ditto.
4274         * wl-xmas.el (wl-draft-mode-map): Ditto.
4275
4276         * wl-folder.el: Sort macrodefs by dependencies.
4277
4278 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4279
4280         * wl-summary.el (wl-summary-prev): Fixed regexp.
4281         (wl-summary-next): Ditto.
4282
4283 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4284
4285         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4286
4287 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4288
4289         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4290         for backward compatibility.
4291
4292 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-summary.el (wl-summary-line-list-count): New function, merged
4295         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4296         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4297         list counts.
4298
4299 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4300
4301         * wl-summary.el (wl-summary-create-line): Ignore errors while
4302         timezone-fix-time.
4303
4304         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4305
4306         * wl-summary.el (wl-summary-sync-update): Ditto.
4307         (wl-summary-default-from): Use wl-message-entity
4308         instead of entity.
4309
4310         * wl-summary.el (wl-summary-create-line): Fix.
4311
4312         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4313         (wl-summary-line-format): New user option.
4314         (wl-folder-summary-line-format-alist): Ditto.
4315         (wl-summary-from-width): Abolished.
4316
4317         * wl-util.el (toplevel): Require 'bytecomp.
4318         (wl-line-parse-format): New function.
4319         (wl-line-formatter-setup): New macro.
4320
4321         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4322         (wl-summary-buffer-line-formatter): New buffer local variable.
4323         (wl-summary-switch-to-clone-buffer): Follow the change above.
4324         (wl-summary-message-regexp): Fix.
4325         (wl-summary-from-func-internal): Abolished.
4326         (wl-summary-subject-func-internal): Ditto.
4327         (wl-summary-subject-filter-func-internal): Ditto.
4328         (All other related portions are changed.)
4329         (wl-summary-buffer-set-folder):
4330         Set up wl-summary-buffer-number-column and 
4331         wl-summary-buffer-line-formatter
4332         (All other related portions are changed.)
4333         (wl-summary-buffer-number-column-detect): Abolished.
4334         (All other related portions are changed.)
4335         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4336         (wl-summary-delete-all-temp-marks-on-buffer): Use
4337         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4338         (wl-summary-target-mark-delete): Ditto.
4339         (wl-summary-target-mark-refile-subr): Ditto.
4340         (wl-summary-target-mark-mark-as-read): Ditto.
4341         (wl-summary-target-mark-mark-as-unread): Ditto.
4342         (wl-summary-target-mark-mark-as-important): Ditto.
4343         (wl-summary-target-mark-save): Ditto.
4344         (wl-summary-replace-status-marks): Renamed from
4345         wl-summary-set-status-marks-on-buffer;
4346         Use wl-summary-message-regexp instead of
4347         wl-summary-buffer-number-regexp.
4348         (wl-summary-sync-update): Follow the change above.
4349         (wl-summary-goto-previous-message-beginning): New function.
4350         (wl-summary-mark-as-unread): Use it.
4351         (wl-summary-mark-as-important): Ditto.
4352         (wl-summary-line-formatter): New variable.
4353         (wl-summary-line-year): New function.
4354         (wl-summary-line-day): Ditto.
4355         (wl-summary-line-day-of-week): Ditto.
4356         (wl-summary-line-hour): Ditto.
4357         (wl-summary-line-minute): Ditto.
4358         (wl-summary-line-open-bracket): Ditto.
4359         (wl-summary-line-close-bracket): Ditto.
4360         (wl-summary-line-children-number): Ditto.
4361         (wl-summary-line-thread-indent): Ditto.
4362         (wl-summary-line-size): Ditto.
4363         (wl-summary-line-subject): Ditto.
4364         (wl-summary-line-from): Ditto.
4365         (wl-summary-line-children-and-from): Ditto.
4366         (wl-summary-create-line): Rewritten.
4367         (wl-summary-format-date): Abolished.
4368
4369         * wl-highlight.el (wl-highlight-summary-current-line): Use
4370         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4371         Use thread structure to detect thread top message.
4372
4373         * wl-draft.el (wl-default-draft-cite): Don't use
4374         wl-summary-from-func-internal.
4375
4376         * wl-refile.el (wl-refile-subject-learn): Don't use
4377         wl-summary-subject-filter-func-internal.
4378         (wl-refile-guess-by-subject): Ditto.
4379
4380         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4381         parameters.
4382
4383         * wl-thread.el (wl-thread-update-indent-string-region):
4384         Use wl-thread-update-line-on-buffer instead of
4385         wl-thread-update-indent-string.
4386         (wl-thread-update-children-number): Redefine using
4387         wl-thread-update-line-on-buffer.
4388         (wl-thread-update-indent-string): Abolished.
4389
4390         * Version number is increased to 2.9.11.
4391
4392 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4393
4394         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4395         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4396         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4397
4398         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4399         as nil.
4400
4401         * wl-thread.el (wl-thread-open-all-unread): Use 
4402         elmo-folder-list-messages-mark-match.
4403         (wl-thread-insert-message): Removed argument `mark-alist'.
4404         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4405         elmo-msgdb-set-mark.
4406         (wl-thread-get-children-msgs-uncached): Likewise.
4407         (wl-thread-get-exist-children): Added argument include-self.
4408         (wl-thread-delete-message): Follow the change above.
4409
4410         * wl-summary.el (wl-summary-count-unread): Removed argument.
4411         (wl-summary-rescan): Follow the change above.
4412         (wl-summary-mark-as-read-region): Ditto
4413         (wl-summary-mark-as-unread-region): Ditto.
4414         (wl-summary-delete-messages-on-buffer): Ditto.
4415         (wl-summary-sync-update): Ditto.
4416         (wl-summary-switch-to-clone-buffer): Ditto.
4417         (wl-summary-goto-folder-subr): Ditto.
4418         (wl-summary-target-mark-mark-as-read): Ditto.
4419         (wl-summary-target-mark-mark-as-unread): Ditto.
4420         (wl-summary-target-mark-mark-as-important): Ditto.
4421         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4422         (wl-summary-update-thread): Removed argument `mark-alist'.
4423         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4424         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4425         (wl-summary-resume-cache-status): Likewise.
4426         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4427         elmo-msgdb-set-mark.
4428         (wl-summary-mark-as-read-all): Likewise.
4429         (wl-summary-delete-cache): Ditto.
4430         (wl-summary-auto-select-msg-p): Ditto.
4431         (wl-summary-mark-as-unread): Ditto.
4432         (wl-summary-no-auto-refile-message-p): Ditto.
4433         (wl-summary-mark-as-read): Ditto.
4434         (wl-summary-mark-as-important): Ditto.
4435         (wl-summary-auto-refile): Follow the change above.
4436         (wl-summary-delete-all-marks): Removed.
4437         (wl-summary-resume-marks-and-highlight): Ditto.
4438         (wl-summary-resume-marks): Ditto.
4439         (wl-summary-delete-important-msgs-from-list): Ditto.
4440         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4441
4442         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4443         wl-summary-count-unread.
4444
4445         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4446         (wl-summary-score-update-all-lines): Use
4447         elmo-msgdb-set-mark.
4448
4449 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4452         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4453         (wl-summary-create-line): Renamed from
4454         wl-summary-overview-create-summary-line;
4455         Argument rearrangement.
4456         (wl-summary-update-thread): Follow the change above.
4457
4458         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4459         (wl-thread-insert-entity-sub): Likewise.
4460
4461         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4462         argument `overview', `mark-alist' and added `msgdb'.
4463
4464         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4465
4466         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4467         (wl-summary-rescan): Follow the change above.
4468         (wl-summary-sync-update): Ditto.
4469         (wl-summary-insert-thread-entity): Ditto;
4470         Don't use `let*' in every while loop;
4471         Detect infinite loop of threads.
4472         (wl-summary-update-thread): Removed argument `overview'.
4473
4474         * wl-thread.el (wl-thread-insert-message): Ditto.
4475
4476         * Version number is increased to 2.9.10.
4477
4478         * wl-message.el (wl-message-redisplay): Ignore errors while
4479         wl-message-redisplay-hook.
4480
4481 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4484
4485 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * wl.el (wl): inhibit-quit while wl-folder.
4488
4489 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4490
4491         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4492         while msgdb access.
4493
4494 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4495
4496         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4497         even if no folder is not created.
4498
4499 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4500
4501         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4502
4503         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4504         implementation.
4505         (wl-summary-target-mark-thread): Ditto.
4506
4507         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4508
4509 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4510
4511         * wl-util.el (wl-display-bytes): Remove unused function.
4512
4513 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4516         seems critical one (partially reverse the change in 2002/03/17).
4517
4518 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4521         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4522
4523 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4524
4525         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4526         is not writable.
4527         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4528         plugged status instead of `'force' as 2nd argument.
4529
4530         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4531         is not creatable.
4532
4533         * Version number is increased to 2.9.9.
4534
4535 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4536
4537         * wl-summary.el (wl-summary-suspend): New function.
4538
4539 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl.el (wl): Do not check variables if check is nil.
4542         * wl-utils.el (wl-collect-draft): New function.
4543         * wl-folder.el (wl-folder-suspend): Put summary buffers
4544         and draft buffers at the end of buffer list.
4545         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4546
4547 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4548
4549         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4550         loop instead of recursive call.
4551
4552         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4553         2nd argument.
4554
4555 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-draft.el (wl-draft-create-contents): Don't take neither
4558         (function . args) nor (string . something) any more.
4559
4560         * wl-version.el (wl-generate-user-agent-string): Return string
4561         without header symbol.
4562         * wl-draft.el (wl-draft-default-headers): Use it.
4563
4564         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4565         `wl-draft-insert-ccs' and return field value instead of inserting
4566         the header. Abolish cc argument.
4567         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4568
4569         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4570         rather than one with string car.
4571
4572         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4573         * wl-draft.el (wl-draft-create-contents): Add it after the default
4574         headers.
4575
4576         * wl-draft.el (wl-draft-create-contents): For the case of
4577         (symbol-or-string . function) insert header only when the function
4578         returns string value.
4579
4580 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4583         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4584
4585 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl.el (wl-check-environment): Don't check Message-ID when
4588         `wl-insert-message-id' is nil.
4589         Revive checking if `wl-message-id-domain' contains "@".
4590
4591 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl.el (wl-check-environment): Merge examination for "@" at
4594         inappropriate position into the first string-match.
4595
4596         * wl-summary.el (wl-summary-target-mark-print): New function.
4597         (wl-summary-pipe-message-subr): Extracted from
4598         `wl-summary-pipe-message'.
4599         (wl-summary-target-mark-pipe): New function.
4600         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4601         `wl-summary-target-mark-pipe'.
4602
4603 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4606
4607 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl.el (wl-check-environment): Use elmo-warning instead of
4610         error for non-critical ones.
4611         Remove trash folder check.
4612         (wl): Don't ignore error in wl-check-environment.
4613
4614         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4615         check, which is moved from `wl-check-environment'.
4616         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4617
4618 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4621         guess anything, call wl-summary-write.
4622         (wl-summary-write): Create draft with blank To field.
4623         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4624
4625 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4628         argument full as well for wl-folder-write-current-folder.
4629         If wl-*-write-current-folder cannot guess addressee, add blank
4630         To header.
4631         Rewrite condition for positioning cursor.
4632
4633 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4636         summary buffer is present, use it.
4637         (wl-folder-jump-to-previous-summary): Ditto.
4638
4639 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4642
4643         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4644         wl-summary-previous-buffer and wl-summary-next-buffer.
4645
4646         * wl-folder.el (wl-folder-mode-map): Bind
4647         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4648         (wl-folder-jump-to-next-summary): New function.
4649         (wl-folder-jump-to-previous-summary): Ditto.
4650
4651         * wl-draft.el (wl-draft): Rearranged.
4652
4653 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4656         of header.
4657         (wl-draft): Collect arguments for the header as header-alist.
4658         (wl-draft-forward): Arrange arguments for wl-draft.
4659         (wl-draft-reply): Ditto.
4660         (wl-draft-edit-string): Ditto.
4661         * wl-summary.el (wl-summary-write): Ditto.
4662         (wl-summary-write-current-folder): Ditto.
4663
4664         * Version number is increased to 2.9.8.
4665
4666 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4669
4670         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4671
4672         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4673         even if the guess failed.
4674
4675         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4676         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4677         wl-summary-write-current-folder.
4678         * wl-xmas.el: Ditto.
4679
4680 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * wl-summary.el (wl-summary-next-page): Force display message if
4683         message is not displayed yet.
4684         (wl-summary-prev-page): Ditto.
4685
4686 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4687
4688         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4689
4690 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4693         add "Preview Message" and "Save Draft and Exit".
4694
4695 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4698         if addrmgr is called from draft in splitted window.
4699
4700         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4701         * wl-mule.el: Ditto.
4702         * wl-xmas.el: Ditto.
4703
4704 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4707
4708         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4709         * wl-xmas.el (wl-folder-toolbar): Ditto.
4710
4711 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4714         and wl-draft-save-and-exit.
4715         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4716         * wl-xmas.el: Ditto.
4717         * wl-mule.el: Ditto.
4718
4719         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4720         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4721
4722 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4725         lists for saving buffer.
4726
4727 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4730         parent-folder argument instead of it.
4731         (wl-draft-create-buffer): Ditto.
4732         (wl-draft-forward): Ditto.
4733         (wl-draft-reply): Ditto.
4734         * wl-summary.el (wl-summary-write): Ditto.
4735         (wl-summary-write-current-folder): Ditto.
4736
4737         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4738         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4739         Folder buffer after composing.
4740
4741 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4744         header if the file `wl-x-face-file' already contains it.
4745
4746 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4749         folder" entry.
4750         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4751         * wl-e21.el (wl-folder-toolbar): Ditto.
4752         * wl-xmas.el (wl-folder-toolbar): Ditto.
4753
4754 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4757         wl-folder-goto-folder with sticky argument.
4758         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4759
4760 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4763         and wl-summary-previous-buffer.
4764         (wl-summary-next-buffer): New function.
4765         (wl-summary-previous-buffer): Ditto.
4766
4767 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4770         wl-folder-jump-to-current-entity-with-arg.
4771         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4772         `wl-folder-jump-to-current-entity'.
4773         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4774         `wl-summary-goto-folder-sticky'.
4775         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4776         `wl-summary-goto-folder'.
4777         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4778         Unless force-exit, do not clean temp. marks for sticky summary.
4779         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4780
4781 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4784         not entire.
4785
4786 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4787
4788         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4789         to `C-x C-s'.
4790         (wl-summary-save-status): New command.
4791         (wl-summary-exit): Don't clean-up temp marks when sticky.
4792         (Applied patch from Nakayama-san [wl: 09548])
4793         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4794         Do nothing when no mark data.
4795         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4796         Call `wl-summary-delete-all-temp-marks' before saving.
4797
4798 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4799
4800         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4801
4802 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl.el (wl-check-environment): Also cause error when (system-name)
4805         returns "localhost.localdomain". (Although it doesn't affect because
4806         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4807
4808 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4811         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4812
4813         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4814         value.
4815
4816 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4819         Likewise r-cc-list and r-ng-list.
4820
4821 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4824         only if it is bound as variable.
4825
4826         * wl-mime.el (wl-draft-preview-message): Ditto.
4827
4828 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4829
4830         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4831         needless `goto-char'.
4832
4833         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4834         `wl-summary-redisplay-no-mime-internal' instead of
4835         `wl-summary-redisplay-no-mime'.
4836         (wl-summary-redisplay-no-mime): Changed argument;
4837         Call `wl-summary-redisplay-no-mime-internal'.
4838
4839         * wl-mime.el (wl-draft-preview-message): Bind
4840         `mime-header-encode-method-alist' locally.
4841
4842         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4843         (wl-draft-std11-parse-addresses): Added the first address check.
4844         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4845
4846         * Version number is increased to 2.9.7.
4847
4848 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4849
4850         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4851
4852 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4853
4854         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4855         related to scrollbar support, if there is no such a feature
4856         compiled in.
4857
4858 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4861         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4862         for prefetch.
4863
4864 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4865
4866         * wl-summary.el (wl-summary-pick): Fix for no match.
4867
4868 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4869
4870         * wl-draft.el (wl-draft-save):
4871         Override `mime-header-encode-method-alist'.
4872
4873 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4874
4875         * wl-folder.el (wl-folder-pick): New function.
4876         Define key as "?".
4877
4878 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4881         Fix for unplugged.
4882
4883 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-folder.el (wl-folder-virtual): New function.
4886         Define key as "V".
4887
4888 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4889
4890         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4891         multi folder if entity is group.
4892
4893 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4894
4895         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4896         is nil.
4897
4898 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4901         (wl-summary-target-mark-msgs): Return the number of marked messages.
4902
4903 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4904
4905         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4906         "first:" is specified.
4907
4908 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910         * wl-vars.el (wl-from): Use return value of function
4911         user-full-name instead of the variable user-full-name since
4912         XEmacs-20.4 doesn't set this variable.
4913
4914 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4917         call `wl' directly.
4918
4919 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4920
4921         * wl-draft.el (wl-draft-reedit): Removed duplicated
4922         switch-to-buffers.
4923
4924 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * wl.el (wl-other-frame): Removed garbages.
4927
4928 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4931
4932         * wl-xmas.el (wl-draft-key-setup): Ditto.
4933
4934         * wl-mule.el (wl-draft-key-setup): Ditto.
4935
4936         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4937         (wl-draft-reedit): Ditto.
4938         (wl-draft-prepare-edit): Add `wl-draft-save' to
4939         `local-write-file-hooks'.
4940         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4941         (wl-draft-reedit): Set buffer-file-name.
4942         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4943
4944
4945         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4946         call it.
4947         (wl-delete-startup-frame-function): New variable.
4948         (wl-other-frame): New function
4949         (Original was written by Yamaoka san [wl: 09239]).
4950
4951         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4952         if `wl-folder-use-frame'.
4953
4954 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4957
4958 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4961         New variable.
4962         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4963         (wl-message-buffer-prefetch-get-next): Use them.
4964         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4965
4966 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4969         with unwind-protect.
4970
4971         * wl-draft.el (wl-draft-reedit): Rewrite.
4972         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4973         (wl-draft-save): Insert header separator if it does not exist;
4974         Removed condition-case.
4975
4976         * wl-summary.el (wl-summary-reedit): Revert last change.
4977
4978         * wl-draft.el (wl-draft-save): Rewrite.
4979         (wl-draft-create-buffer): Set buffer-file-name as nil.
4980
4981         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4982
4983         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4984
4985         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4986         nil.
4987
4988 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4989
4990         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4991         If count is nil, do not prefetch.
4992         (wl-message-buffer-prefetch-next): Next.
4993
4994 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4997
4998 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5001         `delete-backward-char'
5002         (wl-draft-prepare-edit): Check major-mode.
5003         (wl-draft-decode-header): Rewrite.
5004         (wl-draft): Fix.
5005
5006 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5007
5008         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5009
5010 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5013         (wl-message-buffer-prefetch-get-next): Remove size checking.
5014         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5015
5016 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5017
5018         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5019         (wl-draft-default-headers): Fix.
5020
5021 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-draft.el (wl-draft-default-headers): Insert return value of
5024         `wl-generate-mailer-string-function'.
5025
5026 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5029         (wl-draft-insert-mail-header-separator): Ditto.
5030
5031         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5032         again (Reverted the change on 2002-01-17 by OKADA san).
5033
5034 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl-draft.el (wl-draft): Rewrite.
5037         (wl-draft-create-buffer): New function.
5038         (wl-draft-create-contents): Ditto.
5039         (wl-draft-prepare-edit): Ditto.
5040         (wl-draft-decode-header): Ditto.
5041         (wl-draft-decode-body): Ditto.
5042         (wl-draft-check-new-line): Ditto.
5043         (wl-draft-default-headers): Ditto.
5044         (wl-draft-insert-mail-header-separator): Ditto.
5045
5046 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5047
5048         * Version number is increased to 2.9.6.
5049
5050 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * wl-draft.el (wl-draft-delete-field): Optional argument.
5053         (wl-draft-delete-fields): Ditto.
5054
5055 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5056
5057         * wl-message.el (toplevel): Eliminated byte-compile warning.
5058         for `itimer-function', `delete-timer' and `itimer-list'.
5059
5060 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5063         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5064         `wl-message-buffer-prefetch-threshold'.
5065         * wl-summary.el (wl-summary-redisplay-internal): Remove
5066         the check of `wl-message-buffer-prefetch-depth'.
5067
5068 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5069
5070         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5071         size of article.
5072         (wl-message-buffer-prefetch-subr): Remove size check.
5073
5074 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5075
5076         * wl-vars.el (wl-plugged): Make customizable.
5077
5078 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5079
5080         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5081         (wl-message-buffer-prefetch-set-timer): New function.
5082         (wl-message-buffer-prefetch-get-next): New function.
5083         (wl-message-buffer-prefetch): New function.
5084         (wl-message-buffer-prefetch-next): Rewrite.
5085         (wl-message-buffer-prefetch-subr): Rewrite.
5086         * wl-vars.el (wl-auto-prefetch-first): New variable.
5087         * wl-summary.el (wl-summary-goto-folder-subr): Call
5088         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5089
5090 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5091
5092         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5093         `wl-summary-unread-message-hook'.
5094
5095 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5096
5097         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5098         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5099         if range is `cache-status'.
5100
5101 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5102
5103         * wl-message.el (wl-message-buffer-prefetch-subr):
5104         Improve debug message.
5105
5106 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5107
5108         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5109         `wl-mail-send-pre-hook'.
5110         (wl-draft-send-mail-with-qmail): Ditto.
5111         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5112
5113 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5114
5115         * wl-message.el (wl-message-buffer-prefetch-subr):
5116         Fix for cancel-function-timers bug.
5117         (wl-message-buffer-prefetch-debug): Default value is t.
5118
5119 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5120
5121         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5122         (wl-message-buffer-prefetch-subr): Rewrite.
5123         Rename from `wl-message-buffer-prefetch'.
5124
5125 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5126
5127         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5128         (wl-default-draft-cite-decorate-author): Ditto.
5129
5130         * wl-draft.el (wl-draft-cite-function): Removed.
5131         (wl-default-draft-cite-decorate-author): Ditto.
5132
5133 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5136         (wl-default-draft-cite): Do not arrange author name if the value of
5137         `wl-default-draft-cite-decorate-author' is nil.
5138
5139 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5142
5143         * wl-folder.el (wl-folder-check-one-entity): Don't care
5144         `elmo-folder-use-flag-p'.
5145
5146 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5147
5148         * wl-folder (wl-folder-check-one-entity): Fix
5149         problem if unread is nil.
5150
5151 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-address.el (wl-address-make-completion-list): Check whether
5154         the address is a group list.
5155         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5156
5157 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5158
5159         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5160         The number of the messages of new and unread does not count
5161         correctly.
5162
5163         * wl-summary.el (wl-summary-count-unread): Changed to return
5164         `(new . unread)' instead of total.
5165         (wl-summary-sync-update): Follow the change above.
5166
5167         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5168
5169 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-address.el (wl-address-make-completion-list): Do not enclose
5172         address by " <" and ">" if associated realname is "".
5173         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5174         This is against the promblem with group list in .addresses pointed
5175         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5176
5177 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5178
5179         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5180         message is a format control string.
5181         * wl-expire.el (wl-expire-append-log): Ditto.
5182         * wl-mime.el (wl-summary-burst-subr): Ditto.
5183         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5184         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5185
5186 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5187
5188         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5189         wl.el (wl-check-variables): Rename from `wl-check-type'.
5190         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5191         (wl-check-variables-2): New function.
5192         (wl): Call `wl-check-variables-2'.
5193
5194 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5195
5196         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5197         after renaming folder in access group.
5198
5199 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5200
5201         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5202         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5203         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5204         (wl-message-buffer-prefetch): Rewrite.
5205         (wl-message-buffer-prefetch-idle-time): Removed.
5206         * wl-summary.el (wl-summary-redisplay-internal):
5207         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5208         Error check for `wl-message-buffer-prefetch-depht'.
5209
5210 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * Version number is increased to 2.9.5.
5213         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5214
5215 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5216
5217         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5218         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5219         Based on the patch written by
5220         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5221
5222 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5223
5224         * wl-draft.el (wl-draft-raw-send): Fix for
5225         `wl-news-send-pre-hook'
5226
5227 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl-utils.el (wl-message-id-function): New variable.
5230         * wl-draft.el (wl-draft-insert-required-fields):
5231         Use `wl-message-id-function'.
5232
5233 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5234
5235         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5236         * wl-utils.el (wl-draft-make-message-id-string):
5237         Use `wl-from' for domain part of Message-ID
5238         if `wl-message-id-use-wl-from' if non-nil.
5239         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5240
5241 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5242
5243         * wl.el (wl): Call `wl-check-type'
5244         Do not 'condition-case'.
5245
5246 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5247
5248         * wl.el (wl-check-type): New function.
5249         (wl-check-type-variables): New variable.
5250
5251 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5252
5253         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5254
5255 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-draft.el (wl-smtp-password-key): New function.
5258         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5259         (wl-draft-send-mail-with-smtp): Ditto.
5260         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5261
5262 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5263
5264         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5265         * wl-utils.el (wl-unique-id-suffix): Remove.
5266
5267 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5268
5269         * Version number is increased to 2.9.4.
5270
5271 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * wl-utils.el (wl-unique-id-suffix): New variable.
5274         (wl-unique-id): Use `wl-unique-id-suffix'
5275
5276 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5277
5278         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5279         instead of `elmo-msgdb-search'.
5280
5281         * Version number is increased to 2.9.3.
5282
5283 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5284
5285         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5286
5287 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5290         (wl-draft-dispatch-message): Changed for send-later.
5291         (wl-draft-queue-flush): Ditto.
5292         (wl-draft): Clear `wl-sent-message-queued'.
5293         (wl-draft-reedit): Ditto.
5294         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5295         * wl-vars.el (wl-draft-force-queuing): New variable.
5296         (wl-draft-force-queuing-mail): New variable.
5297         (wl-draft-force-queuing-news): New variable.
5298
5299 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5300
5301         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5302         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5303
5304 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5305
5306         * Version number is increased to 2.9.2.
5307
5308 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * wl-draft.el (wl-draft-elide-region): New user command.
5311         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5312
5313         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5314         command `wl-draft-elide-region'.
5315         * wl-mule.el: Ditto.
5316         * wl-xmas.el: Ditto.
5317
5318 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5321         (wl-biff-check-folder-async): Removed needless let.
5322
5323 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5326         wl-folder-get-elmo-folder.
5327         (wl-biff-check-folder): Set `biff' argument of
5328         `wl-folder-check-one-entity'.
5329         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5330
5331         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5332         (wl-folder-check-one-entity): Added `biff' argument;
5333         Setup `biff' slot of folder.
5334
5335         * Version number is increased to 2.9.1.
5336
5337 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5340         comment out and fixed.
5341         (wl-fldmgr-add-completion-subr): Ditto.
5342
5343         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5344         and msgdb.
5345
5346         * wl.el (wl-toggle-plugged): Save summary view.
5347
5348 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5349
5350         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5351
5352 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5353
5354         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5355
5356 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5359         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5360         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5361
5362         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5363         if it was failed.
5364         (wl-demo): Disable undo in the demo buffer.
5365
5366 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-version.el (wl-version): Changed codename.
5369
5370         * Version number is increased to 2.9.0.
5371
5372 2001-12-14  Takuo KITAME <kitame@northeye.org>
5373
5374         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5375         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5376         (wl-folder-mark-as-read-all-current-entity): Ditto.
5377
5378 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-vars.el (wl-from-width): Define as obsolete variable.
5381         (wl-subject-length-limit): Ditto.
5382
5383         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5384
5385         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5386         wl-summary-save-view.
5387
5388         * wl.el (wl-save-status): Ditto.
5389         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5390
5391         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5392         (wl-summary-exit): Follow the change above.
5393         (wl-summary-goto-folder-subr): Ditto.
5394
5395         * wl-folder.el (wl-folder-create-subr): Don't use
5396         `elmo-folder-creatable-p'.
5397
5398 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5401
5402 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5405         rather than bitmap on Emacs 21.
5406         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5407         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5408         for xbm if the new redisplay engine is not available.
5409
5410 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-folder.el (wl-folder-init-hook): New hook.
5413         (wl-folder-init): Run `wl-folder-init-hook'.
5414
5415 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5418
5419 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-acap.el (wl-acap-cache-filename): New variable.
5422         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5423         (wl-acap-init): Use cache if no ACAP server found.
5424
5425 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5426
5427         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5428         `wl-acap-original-msgdb-dir'.
5429
5430         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5431         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5432
5433         * wl-mime.el (wl-mime-save-directory): Renamed from
5434         `wl-mime-save-dir'.
5435
5436 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5439
5440         * wl-demo.el: Require `path-util'.
5441         (wl-demo-bitmap-mule-available-p): New internal variable.
5442         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5443         `module-installed-p' instead.
5444         (wl-demo-insert-image): Use *.img file for a bitmap image.
5445         (wl-demo): Don't call the ascii demo recursively.
5446
5447 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5448
5449         * Version number is increased to 2.7.7.
5450
5451 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl.el (wl-exit): Eliminated byte-compile warning.
5454
5455 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5456
5457         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5458         obsolete variable using `elmo-define-obsolete-variable'.
5459         (wl-fetch-confirm-threshold): Ditto.
5460         (wl-cache-prefetch-folder-type-list): Ditto.
5461         (wl-cache-prefetch-folder-list): Ditto.
5462
5463 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5466         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5467         (wl-demo-insert-image): New function.
5468         (wl-demo-insert-text): New function.
5469         (wl-demo-image-type-alist): Redefine as a function.
5470         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5471         (wl-demo-with-temp-file-buffer): Removed.
5472         (wl-logo-xpm): Removed.
5473         (wl-logo-xbm): Removed.
5474         (wl-logo-bitmap): Removed.
5475
5476 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5477
5478         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5479         (wl-expire-localdir-get-folder-function): New user option.
5480         (wl-expire-localdir-get-folder): New function.
5481         (wl-expire-localdir-date): Ditto.
5482
5483 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5484
5485         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5486         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5487         Fixed unread number mismatch when all-unread < unread.
5488
5489 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5492         (wl-fetch-confirm-threshold): Ditto.
5493
5494         * wl-summary.el (wl-summary-confirm-appends): Removed.
5495         (wl-summary-sync-update): Don't refer
5496         `wl-summary-update-confirm-threshold' (It is now abolished).
5497
5498         * wl-message.el (wl-message-display-internal): Don't refer
5499         `wl-fetch-confirm-threshold' (It is now abolished).
5500
5501 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5504
5505 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5508         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5509         Change default value to nil.
5510         (wl-summary-indent-length-limit): The value can be nil, nil means
5511         unlimited.
5512
5513         * wl-summary.el: Don't set limit for indent length if the value of
5514         wl-summary-indent-length-limit is nil.
5515         If the value of wl-summary-width is nil, it means only that the width
5516         of summary is unlimited (nil doesn't mean that the indent length is
5517         unlimited).
5518
5519         * wl-thread.el: Ditto.
5520
5521 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5522
5523         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5524         be nil, nil means never confirm.
5525         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5526
5527 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5530         means unlimited).
5531
5532 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5535         Use `with-temp-buffer'.
5536
5537 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5540         with new backquote style).
5541         (wl-folder-get-entity-from-buffer): Ditto.
5542
5543 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5544
5545         * wl-version.el (nemacs-version): Eliminated.
5546         (wl-extended-emacs-version2): Ignore nemacs.
5547         (wl-extended-emacs-version3): Ditto.
5548
5549 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5550
5551         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5552         (wl-draft-add-in-reply-to): New variable.
5553         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5554         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5555         (wl-draft-yank-from-mail-reply-buffer): Use
5556         `wl-draft-add-in-reply-to'.
5557         (wl-draft-insert-current-message): Ditto.
5558
5559 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5560
5561         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5562         typo (kill->hide).
5563         (wl-message-buffer-prefetch-folder-type-list): Added elements
5564         `mark' and `cache' instead of `internal'.
5565
5566 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5569         resume msgdb directory.
5570
5571 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl.el (wl-exit): Call `wl-acap-exit'.
5574
5575         * wl-summary.el (wl-summary-message-string): New function.
5576         (wl-summary-reedit): Use it.
5577         (wl-summary-resend-bounced-mail): Remove needless let.
5578         (wl-summary-supersedes-message): Ditto.
5579         (wl-summary-save): Ditto.
5580
5581         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5582         (wl-acap-init): Set it.
5583         (wl-acap-exit): New function.
5584
5585 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5586
5587         * wl.el (wl-init): Revert (require 'mime-setup). move from
5588         toplevel.
5589
5590 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5591
5592         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5593         local variables.  Add error when guess function return invalid
5594         value.
5595
5596 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5597
5598         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5599         Change local variable name.
5600         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5601         (wl-folder-get-newsgroups): Return nil when non-news folder.
5602         * wl-summary.el (wl-summary-write-current-folder): State through
5603         when guess-list return nil.
5604         (wl-summary-write-current-folder-functions): Fixed docstring.
5605
5606         * wl.el (wl-exit): Changed confirm message.
5607
5608         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5609         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5610
5611         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5612
5613 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5614
5615         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5616         user option (Renamed from wl-cache-prefetch-folder-type-list).
5617         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5618         from wl-cache-prefetch-folder-list).
5619
5620         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5621         Move to wl-vars.el.
5622         (wl-message-buffer-prefetch-p): Changed to enable
5623         `wl-message-buffer-prefetch-folder-list'.
5624
5625         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5626         `ignore-cache'.
5627
5628 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5629
5630         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5631         `part-top' and `part-bottom'.
5632         (wl-draft-config-sub-part-top): New function.
5633         (wl-draft-config-sub-part-bottom): New function.
5634
5635 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5638
5639 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5640
5641         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5642
5643 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5646
5647         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5648         (wl-summary-write-current-folder): Ditto.
5649
5650 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-folder.el (wl-folder-get-newsgroups): Use
5653         `elmo-folder-newsgroups'.
5654
5655 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5656
5657         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5658         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5659         `wl-draft-config-sub-header-bottom'.
5660
5661 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5662
5663         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5664         localnews folder.
5665
5666 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-summary.el (wl-summary-mode): Undo last change.
5669
5670         * wl-folder.el (wl-folder-mode): Ditto.
5671
5672 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-summary.el (wl-summary-mode): Locally set
5675         truncate-partial-window-width to nil.
5676         (for XEmacs)
5677
5678         * wl-folder.el (wl-folder-mode): Ditto.
5679
5680 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5683
5684 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5687         number.
5688
5689         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5690
5691         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5692
5693         * Version number is increased to 2.7.6.
5694
5695 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5696
5697         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5698
5699 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * wl-summary.el (wl-summary-sync-update): Enclose network
5702         related portion with `unwind-protect'.
5703
5704 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5705
5706         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5707
5708 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5711         element.
5712         * wl-vars.el (wl-message-body-button-alist): Ditto.
5713
5714         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5715         max match length.
5716         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5717
5718         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5719         for the max match length;
5720         Use 4th element value for the button string regexp group.
5721
5722         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5723         candidate exists, prompt to select.
5724
5725 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5726
5727         * wl-summary.el (wl-summary-jump-to-msg): Search before
5728         calibration point by `beginning-of-line'.
5729
5730 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5733         for access group.
5734
5735 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-message.el (wl-message-display-internal): Bind
5738         `default-mime-charset'.
5739
5740         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5741
5742         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5743
5744         * Version number is increased to 2.7.5.
5745
5746 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5747
5748         * wl-expire.el (wl-summary-archive): Fixed;
5749         Use `elmo-folder-name-internal'.
5750
5751 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5752
5753         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5754         from `elmo-folder-move-messages' caller.
5755         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5756
5757         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5758         related portions are changed).
5759
5760 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5761
5762         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5763         counter.
5764
5765 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5768         buffer local and set it to nil.
5769
5770         * wl-message.el (wl-message-redisplay): Ditto.
5771
5772 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-summary.el (wl-summary-mark-as-important): If message is
5775         already cached, set messag as read, otherwise encache and mark as read.
5776
5777 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5780         point-min.
5781
5782 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5785         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5786         a keymap.
5787
5788 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5791         parent.
5792
5793         * wl-mule.el (wl-message-define-keymap): Ditto.
5794
5795         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5796
5797         * wl-xmas.el (wl-message-display-internal-hook): Define.
5798         (wl-xmas-setup-message-toolbar): Define as function.
5799         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5800         (wl-message-overload-functions): Abolished.
5801         (wl-message-define-keymap): New function.
5802
5803         * wl-vars.el (wl-message-display-internal-hook): New variable.
5804         (wl-message-header-button-alist): New variable (Renamed from
5805         wl-highlight-message-header-button-alist).
5806         (wl-message-body-button-alist): Ditto.
5807
5808         * wl-mule.el (wl-message-define-keymap): New function.
5809         (wl-message-overload-functions): Abolished.
5810
5811         * wl-message.el (wl-message-add-buttons-to-body): New function.
5812         (wl-message-redisplay): Don't call wl-message-overload-functions;
5813         Call wl-message-add-buttons-to-header and
5814         wl-message-add-buttons-to-body.
5815         (wl-message-display-internal): Set keymap argument for
5816         elmo-mime-display-as-is, elmo-mime-message-display;
5817         Run wl-message-display-internal-hook.
5818         (wl-message-refer-article-or-url): Abolished.
5819
5820         * wl-highlight.el (wl-highlight-headers): Don't call
5821         wl-highlight-message-add-buttons-to-header.
5822         (wl-highlight-message-add-buttons-to-header): Abolished.
5823
5824
5825         * wl-e21.el (wl-message-display-internal-hook): Define.
5826         (wl-e21-setup-toolbar): Deleted duplicated binding.
5827         (wl-e21-setup-message-toolbar): Define as function.
5828         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5829         (wl-message-define-keymap): New function.
5830         (wl-message-overload-functions): Abolished.
5831
5832 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5835         and elmo-folder-close.
5836
5837         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5838
5839 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5840
5841         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5842         boolean value.
5843         * wl-draft.el (wl-draft-do-fcc): Ditto.
5844
5845 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5846
5847         * wl-vars.el (wl-fcc-force-as-read): New variable.
5848         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5849         mark copied message as read.
5850
5851 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5852
5853         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5854
5855 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5856
5857         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5858         `wl-summary-target-above' instead of obsolete variable
5859         `wl-summary-temp-above'.
5860
5861         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5862         instead of `make-obsolete-variable'.
5863         * wl-refile.el (toplevel): Ditto.
5864
5865 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5868         with third argument t.
5869         (wl-draft): Set first argument for wl-plugged-init as t.
5870
5871         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5872         definition.
5873
5874 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5875
5876         * wl-vars.el: Tabify.
5877         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5878
5879         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5880         message.
5881
5882 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5883
5884         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5885         and set default to beep.
5886
5887 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5888
5889         * wl-vars.el (wl-draft-truncate-lines): New variable.
5890
5891         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5892         instead of wl-message-truncate-lines for truncate-lines.
5893
5894 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5895
5896         * wl-message.el (wl-message-display-internal): Call
5897         `wl-highlight-message' after `elmo-mime-display-as-is'.
5898
5899         * wl-mime.el (wl-mime-display-text/plain): New function.
5900         (wl-mime-display-header): Ditto.
5901         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5902         body-presentation-method for text/plain;
5903         Register `wl-mime-display-header' as a header-presentation-method;
5904         Don't set up `elmo-message-text-content-inserted-hook' and
5905         `elmo-message-header-inserted-hook'.
5906
5907         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5908         variable.
5909         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5910         as t if flag is 'all-header;
5911         Don't bind `elmo-message-ignored-field-list',
5912         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5913
5914 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5917         for xemacs with non-mule environment.
5918
5919 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5920
5921         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5922         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5923         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5924
5925 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5926
5927         * wl-vars.el (wl-interactive-send): Set default value as t.
5928
5929 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5932         (wl-addrmgr-method-list): Abolished.
5933         (wl-addrmgr-change-method): Follow above change.
5934
5935         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5936
5937 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5938
5939         * wl-vars.el (wl-message-truncate-lines): Change default value
5940         to default-truncate-lines.
5941
5942         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5943
5944 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5945
5946         * wl-vars.el (wl-message-truncate-lines): New variable.
5947
5948         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5949         wl-message-truncate-lines.
5950
5951 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5952
5953         * wl-acap.el (wl-acap-init): Remove period from error message.
5954         (wl-acap-find-acap-service): Remove period from message.
5955
5956 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl.el (wl-check-environment): Undo last change.
5959
5960         * wl-vars.el (wl-from): Changed default value.
5961
5962         * wl-util.el (toplevel): Don't require tm-edit.
5963
5964         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5965         `wl-folder-init';
5966         Don't set mark on mail body.
5967         (wl-draft-reedit): Ditto.
5968
5969         * wl-address.el (wl-address-quote-specials): Define as an alias for
5970         elmo-address-quote-specials.
5971
5972 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5975
5976         * wl-vars.el (wl-from): Set default value as nil.
5977         (wl-organization): Set default value as ORGANIZATION environment
5978         variable.
5979
5980         * wl-draft.el (wl-smtp-extension-bind): Check value of
5981         wl-smtp-connection-type.
5982
5983         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5984         error.
5985
5986 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5987
5988         * Version number is increased to 2.7.4.
5989
5990         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5991         arguments from `wl-highlight-x-face-function' caller.
5992         Use x-face-1.3.6.12 or later.
5993
5994 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5995
5996         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5997
5998 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5999
6000         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6001         (wl-fcc): Fix to accept function.
6002         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6003
6004 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6005
6006         * wl-acap.el (toplevel): Added `product-provide' declare.
6007         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6008
6009 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl.el (wl): Changed order of calling `elmo-init'
6012         and `elmo-folder-init'.
6013
6014 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6015
6016         * wl-mime.el (wl-summary-burst): Extract message when content-type
6017         of root entity is not only `multipart' but also `message/rfc822'.
6018         (wl-summary-burst-subr): Ditto.
6019
6020 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-vars.el (toplevel): Require 'custom.
6023         (wl-trash-folder): Added to `wl-setting' group.
6024
6025         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6026         exists.
6027         (wl-addrmgr-draw): Insert empty line when no entry exists.
6028
6029         * wl-mule.el (wl-message-wheel-up): Fixed.
6030         (wl-message-wheel-down): Ditto.
6031
6032 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6033
6034         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6035         config is an anonymous lambda expression.
6036
6037 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6040         when Mule 2 is running.
6041
6042 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6045
6046 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6049         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6050
6051         * wl-address.el (wl-address-specials-regexp): Eliminated.
6052         (wl-address-quote-specials): Rewrite.
6053
6054 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6057         shy-groups for regexp.
6058
6059         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6060         character classes and Perl style shy-groups for regexp.
6061         (wl-highlight-plugged-current-line): Use Posix style character
6062         classes for regexp.
6063         (wl-e21-highlight-folder-by-numbers): Ditto.
6064         (wl-e21-display-image-p): Use `display-images-p' instead of
6065         `display-graphic-p'.
6066         (display-images-p): Make an alias to `display-graphic-p' if it is
6067         not available.  It is for Emacs version prior to 21.0.105.
6068
6069         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6070         `display-graphic-p'.
6071         (wl-demo-image-type-alist): Ditto.
6072         (display-images-p): Make an alias to `display-graphic-p' if it is
6073         not available.  It is for Emacs version prior to 21.0.105.
6074
6075 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6078         support.
6079         (wl-generate-user-agent-string): Ditto.
6080
6081         * wl-version.el (wl-version): Update docsting.
6082         (wl-version-status): Ditto.
6083
6084 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6085
6086         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6087         21.0.105.  For Emacs 21.0.104 or earlier.
6088
6089 2001-09-03  Takuo KITAME <kitame@northeye.org>
6090
6091         * wl-e21.el (wl-plugged-init-icons): Use
6092         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6093         (wl-biff-init-icons): Ditto.
6094
6095 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-highlight.el (wl-highlight-summary-current-line):
6098         Fixed highlighting refile/copy destination.
6099
6100         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6101         (wl-acap-store): Encode string by wl-acap-coding-system.
6102
6103 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-acap.el (toplevel): Check and require 'un-define before
6106         'xemacs-ucs;
6107          Added checking for UTF-2000.
6108
6109 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6110
6111         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6112         Don't enclose with `eval-and-compile'.
6113
6114         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6115         wl-init is non-nil.
6116
6117         * wl-draft.el (wl-draft): Ditto.
6118
6119         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6120
6121         * wl-acap.el (toplevel): Require 'wl.
6122         (wl-acap-store): Call `elmo-init'.
6123
6124         * wl.el (wl): Changed position of `wl-check-environment'.
6125         (toplevel): Added autoload setting for wl-acap.
6126
6127         * wl-vars.el (wl-setting): New custom group.
6128         (wl-from): Added wl-setting group.
6129         (wl-user-mail-address-list): Ditto.
6130         (wl-organization): Ditto.
6131         (wl-subscribed-mailing-list): Ditto.
6132         (wl-envelope-from): Ditto.
6133         (wl-smtp-posting-user): Ditto.
6134         (wl-smtp-posting-server): Ditto.
6135         (wl-smtp-posting-port): Ditto.
6136         (wl-smtp-authenticate-type): Ditto.
6137         (wl-pop-before-smtp-user): Ditto.
6138         (wl-pop-before-smtp-server): Ditto.
6139         (wl-pop-before-smtp-port): Ditto.
6140         (wl-pop-before-smtp-authenticate-type): Ditto.
6141         (wl-nntp-posting-server): Ditto.
6142         (wl-nntp-posting-user): Ditto.
6143         (wl-nntp-posting-port): Ditto.
6144         (wl-fetch-confirm-threshold): Ditto.
6145         (wl-prefetch-threshold): Ditto.
6146         (wl-thread-insert-opened): Ditto.
6147         (wl-ldap-server): Ditto.
6148         (wl-ldap-port): Ditto.
6149         (wl-ldap-base): Ditto.
6150         (wl-ldap-objectclass): Ditto.
6151         (wl-use-ldap): Ditto.
6152         (wl-draft-config-alist): Ditto.
6153         (wl-draft-config-matchone): Ditto.
6154         (wl-template-alist): Ditto.
6155         (wl-message-sort-field-list): Ditto.
6156         (wl-message-ignored-field-list): Ditto.
6157         (wl-message-visible-field-list): Ditto.
6158         (wl-interactive-send): Ditto.
6159         (wl-summary-move-order): Ditto.
6160         (wl-auto-select-first): Ditto.
6161         (wl-auto-select-next): Ditto.
6162         (wl-interactive-save-folders): Ditto.
6163
6164         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6165         Initialization codes are moved from wl-local-folder-init.
6166         (wl-local-folder-init): Follow the change above.
6167         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6168
6169         * wl-acap.el: New file.
6170
6171         * Version number is increased to 2.7.3.
6172
6173 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6174
6175         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6176
6177 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6178
6179         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6180         (wl-addrmgr-address-entry-list): Ditto.
6181
6182 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-e21.el (wl-draft-mode-map): Removed binding for
6185         `wl-draft-insert-x-face-field'.
6186
6187         * wl-mule.el (wl-draft-mode-map): Ditto.
6188
6189         * wl-xmas.el (wl-draft-mode-map): Ditto.
6190
6191         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6192         (wl-cs-autoconv): Ditto.
6193         (wl-cs-local): Ditto.
6194         (wl-use-scoring): Ditto.
6195         (wl-mime-charset): Ditto.
6196         (wl-folder-check-async): Ditto.
6197
6198         * wl.el (toplevel): Ignore nemacs and tm.
6199         (wl-exit): Ditto.
6200
6201         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6202         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6203         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6204         instead of wl-address-petname-add-or-change.
6205         (wl-summary-edit-addresses-subr): Use wl-address-delete
6206         instead of wl-address-petname-delete.
6207
6208         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6209
6210         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6211         if error occured.
6212
6213         * wl-message.el (require): Remove tm support.
6214
6215         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6216
6217         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6218         (wl-folder-jump-to-current-entity): Ditto.
6219         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6220
6221         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6222         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6223         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6224
6225         * wl-mule.el (wl-draft-key-setup): Ditto.
6226
6227         * wl-xmas.el (wl-draft-key-setup): Ditto.
6228
6229         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6230         (wl-draft-std11-parse-addresses): New function.
6231         (wl-draft-parse-mailbox-list): Use it.
6232         (wl-draft): Ignore nemacs.
6233         (wl-draft-reedit): Ditto.
6234
6235         * wl-addrmgr.el: New file.
6236         (Original is wl-rcpt.el written by
6237         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6238         Thanks Kitamoto-san.)
6239
6240         * wl-address.el (wl-address-make-address-list): Modified parsing
6241         process.
6242         (wl-address-delete): Renamed from `wl-address-petname-delete';
6243         Modify wl-address-list too.
6244         (wl-address-add-or-change): Renamed from
6245         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6246
6247 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6248
6249         * wl-highlight.el (wl-highlight-summary-current-line):
6250           Work with transient-mark-mode
6251
6252 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * Version number is increased to 2.7.2.
6255
6256         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6257         instead of elmo-dop-queue-method.
6258
6259 2001-08-06  SAITO Atsunori <sai@yedo.com>
6260
6261         * wl-vars.el (wl-ldap-objectclass): New user option.
6262
6263         * wl-address.el (wl-ldap-make-filter): Use it.
6264
6265 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6268
6269 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl-folder.el (wl-folder): redisplay after folder insertion.
6272
6273         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6274
6275         * wl-summary.el (wl-summary-sync-update):
6276         Change status mark only when new-msgdb exists.
6277         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6278
6279 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-summary.el (wl-summary-open-folder): New function.
6282         (wl-summary-goto-folder-subr): Use it.
6283         (wl-summary-mark-as-important): Fix;
6284         Encache only when no cache exists.
6285
6286 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6289         Use with-current-buffer.
6290
6291 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6292
6293         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6294         before call `get-buffer'. Fixed parenthesis.
6295         (wl-score-get-header-entry): Clear message and help window when
6296         keyboard quit.
6297         (wl-score-edit-insert-header): Ditto.
6298
6299 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6302         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6303         (wl-default-draft-cite): Fix.
6304
6305         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6306         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6307
6308 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-message.el (wl-message-prev-page): Do same bahavior
6311         as summary when it is called in the message buffer.
6312         (wl-message-next-page): Ditto.
6313
6314 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-summary.el (wl-summary-forward): Use cache if it is not
6317         section cache.
6318
6319 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6322         Removed redundant require of elmo-vars.
6323         (wl-biff-state-indicator-on): Changed default value for
6324         xemacs with non-mule environment.
6325
6326         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6327         wl-message-buffer is nil;
6328         Hide progress bar after moving messages.
6329
6330 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6333         message at cursor point is deleted.
6334
6335 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-vars.el: Changed file coding system to euc-japan.
6338         Added -*-coding:-*- magic to the first line.
6339
6340         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6341         Search parent from the first message.
6342
6343         * Version number is increased to 2.7.1.
6344
6345 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6346
6347         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6348
6349 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6352         refile/delete execution.
6353
6354         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6355         Fixed docstring.
6356
6357 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6358
6359         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6360         do update process;
6361         Don't update marks when update process is interrupted.
6362
6363 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-reply): Fixed problem when
6366         wl-draft-use-frame is non-nil.
6367         (wl-summary-forward): Ditto.
6368
6369         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6370         as nil.
6371         (wl-folder-mark-as-read-all-entity): Ditto.
6372         (wl-folder-prefetch-entity): Ditto.
6373
6374         * wl.el (wl): Check environment before wl-init.
6375
6376         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6377         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6378         instead of wl-summary-collect-unread.
6379         (wl-summary-reply): Split message window.
6380
6381 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6384         only if current language environment is japanese,
6385
6386         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6387         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6388         (wl-folder-goto-folder-subr): Ditto.
6389
6390         * wl-draft.el (wl-draft-dispatch-message): Call
6391         `elmo-file-cache-get-path'.
6392
6393 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-summary.el (wl-summary-cursor-move): If return value of
6396         wl-summary-next-message is not number, don't jump.
6397
6398 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-summary.el (wl-summary-buffer-next-message-function): New
6401         variable.
6402         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6403         if it is bound.
6404
6405         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6406         string.
6407
6408         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6409         (wl-plugged-drawing): Ditto.
6410
6411 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6414         process.
6415         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6416         with unwind-protect.
6417
6418         * wl.el (wl-init): Require mime-setup.
6419         (wl-check-environment): Don't require mime-setup.
6420
6421         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6422         instead of elmo-folder-type.
6423
6424         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6425         value as nil.
6426
6427 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * Version number is increased to 2.7.0.
6430
6431         * wl-version.el (wl-version): Changed codename.
6432
6433         * wl-summary.el (wl-summary-delete-cache): Fixed.
6434
6435         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6436         Workaround for net folders.
6437         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6438
6439         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6440         value to nil (According to the patch from
6441         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6442
6443         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6444         of elmo-folder-close.
6445
6446 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6447
6448         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6449         for postfix.
6450
6451 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-summary.el (wl-summary-resend-message): Fixed.
6454
6455         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6456         Call wl-draft with `from' argument if its address is included in
6457         `wl-user-mail-address-list'.
6458         (wl-draft): Added `from' argument.
6459
6460         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6461         non-nil.
6462         (wl): Don't show demo if wl-demo is nil.
6463
6464         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6465         wl-summary-use-frame.
6466
6467         * wl-vars.el (wl-summary-use-frame): New user option.
6468         (wl-folder-use-frame): Changed docstring.
6469
6470         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6471         non-nil.
6472         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6473         wl-summary-use-frame.
6474
6475         * wl-vars.el (wl-folder-use-frame): New user option.
6476
6477         * wl-summary.el (wl-summary-exit): Back to folder frame if
6478         wl-folder-use-frame is non-nil.
6479         (wl-summary-redisplay-internal): Ignore cache if current folder
6480         is draft folder,
6481         (wl-summary-redisplay-no-mime): Ditto.
6482         (wl-summary-redisplay-all-header): Ditto.
6483
6484         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6485         if wl-folder-use-frame is non-nil.
6486
6487 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-summary.el (wl-summary-sync-update): Bind
6490         elmo-folder-update-threshold.
6491         (wl-summary-mark-as-important): Enclosed server mark processing
6492         with `save-match-data'.
6493
6494         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6495         only when it is already defined.
6496
6497 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6498
6499         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6500         name of folder exclude localdir is wrong.
6501         * wl-folder.el (wl-folder-sync-entity):
6502         Set `wl-summary-always-sticky-folder-list' as nil.
6503         (wl-folder-mark-as-read-all-entity): Ditto.
6504         (wl-folder-prefetch-entity): Ditto.
6505
6506 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6507
6508         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6509         instead of `wl-summary-write-current-newsgroup'.
6510
6511 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6512
6513         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6514         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6515         non-nil and selected message is important, do not display.
6516
6517 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6518
6519         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6520
6521 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6524
6525         * wl-summary.el (wl-summary-mark-as-important): Set message number
6526         using wl-summary-message-number.
6527
6528 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6529
6530         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6531         destination folder is 'null.
6532
6533 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6536         New function.
6537         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6538         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6539         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6540
6541 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl-mime.el (wl-mime-setup): Added setting for
6544         `mime-setup-signature-key-alist' to avoid overriding key bind for
6545         `wl-draft-send'.
6546
6547         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6548         for `wl-draft-send'.
6549         * wl-mule.el (wl-draft-overload-functions): Ditto.
6550         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6551         * wl-draft.el (wl-draft-send): Ditto.
6552
6553         * wl-message.el (wl-message-display-internal):
6554         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6555         (Patch is provided by <kita@coe.nttdata.co.jp>).
6556
6557 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6560
6561 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl.el (wl): Fix for wl-demo.
6564
6565 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6566
6567         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6568
6569 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6570
6571         * wl-folder.el (wl-folder-prefetch-entity): Use
6572         `wl-folder-get-elmo-folder'.
6573         (wl-folder-count-incorporates): Do not use
6574         `wl-folder-get-elmo-folder'.
6575
6576 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6579         instead of `elmo-folder-get-type'.
6580
6581 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6582
6583         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6584         position on Subject: field.
6585         (Advised by Mito <mit@nines.nec.co.jp>)
6586
6587 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6588
6589         * wl-folder.el (wl-folder-prefetch-entity): Use
6590         `wl-folder-get-elmo-folder'.
6591
6592 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6595
6596         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6597         `process-duplicates' slot.
6598
6599         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6600         if detection failed.
6601
6602 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6603
6604         * wl-version.el (wl-version-status): Set to "alpha".
6605
6606 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6609         Check wl-message-buffer lives before set-buffer.
6610
6611 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6612
6613         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6614         called in folder mode.
6615         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6616         * wl-summary.el (wl-summary-exit-pre-hook): Run
6617         `wl-summary-exit-pre-hook' before exit summary mode.
6618
6619 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6620
6621         * wl-version.el (wl-version-status): New variable.
6622         (wl-version-status-alist): Removed.
6623         (wl-version-status): Rule included.
6624
6625 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6628         @sponichi.
6629
6630         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6631         when `mail-reply-buffer' is buffer-local variable.
6632         (Reported by <kita@coe.nttdata.co.jp>).
6633
6634 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-vars.el (toplevel): Require 'elmo-util.
6637
6638 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6641         (All other related portions are changed)
6642
6643         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6644
6645         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6646
6647 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6648
6649         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6650
6651 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6654         Delete other windows to avoid an error.
6655         Use `point-marker' instead of `point' to remember the start point
6656         of body.
6657
6658         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6659
6660         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6661         number not to exceed all message number.
6662
6663 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6664
6665         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6666         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6667
6668 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * wl-summary.el (wl-summary-sync-force-update): Added argument
6671         no-check.
6672         (wl-summary-sync-update): Ditto.
6673         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6674         with `no-check'.
6675
6676         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6677         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6678         already running.
6679
6680 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6681
6682         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6683         `dst-folder-arg'.
6684         (wl-expire-archive-number1): Diito.
6685         (wl-expire-archive-number2): Diito.
6686         (wl-expire-archive-Date): Diito.
6687         (wl-archive-number1): Diito.
6688         (wl-archive-number2): Diito.
6689         (wl-archive-date): Diito.
6690         (wl-archive-folder-p): New function.
6691         (wl-summary-expire): Support of expand folder name at
6692         wl-expire-alist.
6693         * wl-util.el (wl-expand-newtext): Renamed from
6694         `wl-refile-expand-newtext'.
6695
6696 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6697
6698         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6699         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6700         `(elmo-msgdb-get-overview msgdb)'.
6701         (wl-summary-prefetch): Bind match data before call
6702         `wl-summay-prefetch-msg'.
6703         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6704         'off if `wl-summary-buffer-disp-msg' is non-nil.
6705         Fixed problem that couldn't show only one new or unread message when
6706         enter folder.
6707         (wl-summary-reply): Don't call `split-window-vertically' and other
6708         window.
6709
6710 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-expire.el (wl-expire-refile): Fixed.
6713
6714 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6717
6718         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6719         biff notification is removed.
6720
6721         * wl.el (wl): Changed position of `elmo-init'.
6722
6723         * wl-draft.el (wl-default-draft-cite): Use date field
6724         on the citation buffer.
6725
6726         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6727
6728         * wl-xmas.el (wl-folder-internal-icon-list): Added
6729         `wl-folder-shimbun-image'.
6730
6731         * wl-e21.el (wl-folder-internal-icon-list): Added
6732         `wl-folder-shimbun-image'.
6733
6734 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl.el (wl-init): Eliminated argument.
6737         (wl): Rewrite.
6738
6739         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6740         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6741         instead of `elmo-folder-msgdb-internal'.
6742         (wl-summary-sync-update): Ditto.
6743         (wl-summary-flush-pending-append-operations): Eliminated.
6744         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6745         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6746         `elmo-folder-open'.
6747
6748         * wl-mime.el (wl-summary-burst): Fixed.
6749
6750         * wl-folder.el (wl-folder-info-save): Check data type.
6751
6752         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6753         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6754         instead of `elmo-folder-msgdb-internal'.
6755         (wl-expire-hide): Ditto.
6756
6757
6758         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6759
6760 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6761
6762         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6763
6764 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6767
6768 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6769
6770         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6771         Fixed `match-beginning' argument mismatch.
6772
6773 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6774
6775         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6776         the default value.
6777
6778 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6781         instead of `elmo-nntp-default-port'.
6782
6783         * wl-vars.el: Fixed some doc strings.
6784
6785 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-summary.el (wl-summary-prefetch-msg): Use
6788         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6789
6790         * wl-vars.el: Define *-func as obsolete variable using
6791         `elmo-define-obsolete-variable'.
6792
6793         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6794         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6795         instead of `wl-message-buffer-prefetch-threshold'.
6796
6797         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6798
6799         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6800
6801         * wl-draft.el (wl-caesar-region-func): Ditto.
6802
6803         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6804         Keep unread status in elmo-folder-move-messages.
6805         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6806
6807 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6808
6809         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6810         `wl-summary-buffer-exit-func'
6811         (wl-summary-buffer-message-redisplay-function): Renamed from
6812         `wl-summary-buffer-message-redisplay-func'
6813         (wl-summary-buffer-next-folder-function): Renamed from
6814         `wl-summary-buffer-next-folder-func'.
6815         (wl-summary-buffer-prev-folder-function): Renamed from
6816         `wl-summary-buffer-prev-folder-func'.
6817         (wl-summary-get-petname-function): Renamed from
6818         `wl-summary-get-petname-func'.
6819
6820         * wl-score.el (wl-score-edit-exit-function): Renamed from
6821         `wl-score-edit-exit-func'.
6822
6823         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6824         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6825
6826         * wl-util.el (wl-load-profile-function): Renamed from
6827         `wl-load-profile-func'.
6828
6829         * wl-folder.el (wl-folder-completion-function): Renamed from
6830         `wl-folder-completion-func'.
6831         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6832
6833         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6834         `wl-expire-archive-get-folder-func'.
6835         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6836         (wl-draft-send-mail-function): Renamed from
6837         `wl-draft-send-mail-func'.
6838         (wl-draft-send-news-function): Renamed from
6839         `wl-draft-send-news-func'.
6840         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6841         (wl-generate-mailer-string-function): Renamed from
6842         `wl-generate-mailer-string-func'.
6843         (wl-highlight-signature-search-function): Renamed from
6844         `wl-highlight-signature-search-func'.
6845         (wl-highlight-x-face-function): Renamed from
6846         `wl-highlight-x-face-func'
6847         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6848         (wl-ps-print-buffer-function): Renamed from
6849         `wl-ps-print-buffer-func'
6850         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6851         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6852         (wl-summary-subject-filter-function): Renamed from
6853         `wl-summary-subject-filter-func'.
6854
6855         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6856         `wl-draft-queue-flush-send-func'
6857         (wl-draft-cite-function): Renamed from
6858         `wl-draft-cite-func'
6859
6860         * wl-address.el (wl-address-init-function): Renamed from
6861         `wl-address-init-func'.
6862
6863 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-draft.el (wl-draft-queue-flush): Don't call
6866         `elmo-dop-unlock-message'.
6867         * wl-draft.el (wl-draft-queue-append): Don't call
6868         `elmo-dop-lock-message'.
6869
6870         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6871         (wl-summary-buffer-folder-name): Ditto.
6872         (wl-summary-message-regexp): Added '-' (all other related portions
6873         are changed).
6874         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6875         wl-summary-buffer-folder-name.
6876
6877 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6878
6879         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6880         the number of mails in the folder buffer is not updated by wl-biff.
6881
6882 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6885         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6886
6887 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-summary.el (wl-summary-next-message):
6890         Return next message number when wl-summary-move-order is nil.
6891
6892 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6893
6894         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6895         `wl-summary-move-spec-alist'.
6896         (wl-summary-move-spec-unplugged-alist): New variable
6897         (Move spec for unplugged status).
6898         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6899         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6900
6901 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6902
6903         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6904         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6905
6906 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6907
6908         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6909         simple quotation to quote the anonymous function.
6910         * tm-wl.el (wl-draft-preview-message): Ditto.
6911
6912 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6913
6914         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6915         Eliminate redundant `save-excursion'.
6916         (wl-highlight-summary-current-line): Ditto.
6917
6918         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6919         accessing match data when `looking-at' failed.
6920
6921         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6922         `elmo-match-string' where users don't care about the speed.
6923         (wl-draft-save): Ditto.
6924
6925 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * wl-util.el (wl-regexp-opt): New function.
6928
6929         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6930         number from `wl-summary-buffer-number-list'.
6931         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6932         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6933         (wl-summary-move-spec-alist): Changed default setting.
6934
6935 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6936
6937         * wl-vars.el (wl-biff-notify-hook): New hook.
6938         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6939         the arrival of new mail.
6940         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6941         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6942
6943 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6946
6947 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6950
6951         * Version number is increased to 2.5.8.
6952
6953         * wl-thread.el (toplevel): require 'cl.
6954         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6955         (wl-thread-make-number-list): New function.
6956         (wl-thread-entity-make-number-list-from-children): Ditto.
6957         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6958         (wl-thread-entity-insert-as-children): Likewise.
6959         (wl-thread-delete-message): Likewise.
6960         (wl-meaning-of-mark): Eliminated.
6961         (wl-thread-next-failure-mark-p): Ditto.
6962         (wl-thread-entity-get-mark): Ditto.
6963         (wl-thread-meaning-alist-get-result): Ditto.
6964         (wl-thread-entity-check-prev-mark): Ditto.
6965         (wl-thread-entity-check-next-mark): Ditto.
6966         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6967         (wl-thread-entity-get-prev-marked-entity): Ditto.
6968         (wl-thread-get-prev-unread): Ditto.
6969         (wl-thread-jump-to-prev-unread): Ditto.
6970         (wl-thread-get-next-unread): Ditto.
6971         (wl-thread-jump-to-next-unread): Ditto.
6972         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6973         (wl-thread-entity-get-next-marked-entity): Ditto.
6974
6975         * wl-summary.el (wl-summary-buffer-number-list):
6976         New bufer-local variable.
6977         (wl-summary-switch-to-clone-buffer): Clone
6978         `wl-summary-buffer-number-list'.
6979         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6980         (wl-summary-cursor-move-regex): Eliminated.
6981         (wl-summary-cursor-up): Rewrite.
6982         (wl-summary-cursor-down): Ditto.
6983         (wl-summary-mode-spec-alist): New variable.
6984         (wl-summary-next-message): New inline function.
6985         (wl-summary-cursor-move): New function.
6986         (wl-summary-default-get-next-msg): Rewrite.
6987         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6988         (wl-summary-rescan): Ditto.
6989         (wl-summary-sync-all-init): Ditto.
6990         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6991         summary is not thread view.
6992         (wl-summary-sync-update): Ditto.
6993         (wl-summary-rescan): Ditto.
6994         (wl-summary-make-number-list): New function.
6995
6996         * wl-draft.el: "FCC" -> "Fcc".
6997
6998 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-highlight.el (wl-highlight-summary-window):
7001         Call `set-buffer-modified-p'.
7002
7003         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7004         (wl): Call `elmo-init' and fix.
7005
7006         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7007         Use new variables.
7008
7009         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7010
7011 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7014
7015 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7016
7017         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7018
7019 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7020
7021         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7022         `wl-use-toolbar' nor `display-graphic-p'.
7023         (wl-e21-setup-message-toolbar): Ditto.
7024         (wl-e21-setup-summary-toolbar): Ditto.
7025         (wl-e21-setup-folder-toolbar): Ditto.
7026
7027         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7028         (wl-plugged-init-icons): Ditto.
7029
7030         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7031         `display-graphic-p'.
7032         (wl-plugged-set-folder-icon): Ditto.
7033         (wl-highlight-plugged-current-line): Ditto.
7034         (wl-highlight-folder-current-line): Ditto.
7035         (wl-e21-highlight-folder-group-line): Ditto.
7036         (wl-e21-setup-toolbar): Ditto.
7037         (wl-e21-display-image-p): New macro.
7038
7039         * wl-demo.el (wl-demo): Simplified.
7040         (wl-demo-image-type-alist): Use `image-type-available-p' for
7041         checking whether the image type `xbm' is available.
7042
7043 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7046         (wl-summary-input-range): Ditto.
7047
7048 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-summary.el (wl-summary-edit-addresses): Use
7051         `wl-summary-get-original-buffer'
7052         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7053         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7054         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7055         (wl-summary-get-newsgroups): Eliminated.
7056         (wl-summary-set-crosspost): Ditto.
7057         (wl-summary-is-crosspost-folder): Ditto.
7058         (wl-crosspost-alist-load): Ditto.
7059         (wl-crosspost-alist-save): Ditto.
7060
7061         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7062         `elmo-setup-subscribed-newsgroups' instead of
7063         `elmo-nntp-make-groups-hashtb'.
7064         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7065         instead of `wl-crosspost-alist-save'.
7066
7067         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7068         of `elmo-folder-message-appendable-p'.
7069         (wl-mime-header-presentation-method): Eliminated.
7070
7071         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7072         (Error occurs in emacs21).
7073
7074         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7075         the current buffer).
7076
7077         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7078         instead of `wl-crosspost-alist-save'.
7079         (wl-init): `elmo-crosspost-message-alist-load'
7080         instead of `wl-crosspost-alist-load'
7081
7082         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7083         (wl-parse-newsgroups): Likewise.
7084         (wl-biff-notify): Run `wl-biff-notify-hook'.
7085
7086 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7089
7090         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7091         when `wl-summary-lazy-highlight' is non-nil.
7092         (wl-summary-goto-folder-subr): Highlight only when
7093         `wl-summary-lazy-highlight' is non-nil.
7094
7095         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7096         Don't display progress and highlight temp-mark when
7097         `wl-summary-lazy-highlight' is non-nil.
7098         (wl-highlight-summary-window): New function.
7099         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7100
7101 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7102
7103         * wl-summary.el (wl-summary-sync): Change `all-visible'
7104         from `all-shown'
7105         (wl-summary-input-range): Ditto.
7106
7107 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7108
7109         * wl-e21.el (wl-highlight-folder-current-line): Call
7110         `wl-folder-init-icons' when folder icons have not been initialized.
7111
7112         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7113
7114         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7115         (wl-demo-image-type-alist): New macro.
7116
7117 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7118
7119         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7120         display does not support graphics.
7121         (wl-plugged-init-icons): Ditto.
7122         (wl-folder-init-icons): Ditto.
7123
7124         * wl-demo.el (wl-demo): Chech closely whether the display
7125         supports graphics.
7126
7127 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-summary.el (wl-summary-get-original-buffer): New function.
7130         (wl-summary-set-crosspost): Use it.
7131         (wl-summary-target-mark-uudecode): Ditto.
7132         (wl-summary-reedit): Ditto.
7133         (wl-summary-resend-bounced-mail): Ditto.
7134         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7135         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7136
7137         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7138         (wl-message-display-internal): Ditto.
7139
7140 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7143
7144 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-summary.el (wl-summary-save-view): Renamed from
7147         `wl-summary-save-status'.
7148
7149 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7150
7151         * wl-summary.el (wl-summary-sync): Added `all-shown'
7152
7153 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7154
7155         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7156
7157 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7160
7161 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7162
7163         * wl-highlight.el (wl-highlight-summary-line-string): Use
7164         `zerop' instead of `= 0'.
7165         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7166
7167         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7168         for comparing numbers.
7169         (wl-template-prev): Use `zerop' instead of `eq 0'.
7170
7171         * wl-draft.el (wl-draft-insert-current-message): Use
7172         `with-current-buffer' instead of `save-excursion'.
7173         Use `zerop' instead of `eq 0'.
7174
7175 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7176
7177         * wl-draft.el (wl-draft-insert-ccs): New function.
7178         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7179         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7180
7181 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7184
7185 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-expire.el (wl-expire-refile): Don't call
7188         elmo-msgdb-add-msgs-to-seen-list;
7189         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7190         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7191
7192 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-message.el (wl-message-prev-page): Ignore errors while
7195         scroll-down.
7196
7197 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-mime.el: Use elmo-original-message-mode instead of
7200         mmelmo-original-mode.
7201
7202         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7203         `elmo-folder-get-spec';
7204         (wl-fldmgr-add-completion-all-completions):
7205         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7206
7207         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7208         of `elmo-folder-get-type'.
7209
7210         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7211         `elmo-folder-get-spec';
7212         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7213         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7214         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7215         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7216         `elmo-read-msg-no-cache';
7217         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7218         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7219         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7220         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7221         `elmo-cache-save';
7222         (wl-draft-reedit): Use `elmo-message-file-name'.
7223
7224         * wl-expire.el: Use `elmo-folder-name-internal';
7225         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7226         Use macro `wl-summary-buffer-msgdb' instead of variable
7227         `wl-summary-buffer-msgdb';
7228         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7229         Use macro `wl-summary-buffer-folder-name' instead of variable
7230         `wl-summary-buffer-folder-name'.
7231         * wl-score.el: Likewise.
7232
7233         * wl-message.el: Rewrite for new message buffer cache mechanism.
7234         (wl-message-buffer-cache-buffer-get): New macro.
7235         (wl-message-buffer-cache-folder-get): Ditto.
7236         (wl-message-buffer-cache-message-get): Ditto.
7237         (wl-message-buffer-cache-entry-make): Ditto.
7238         (wl-message-buffer-cache-hit): Ditto.
7239         (wl-message-buffer-cache-sort): New function.
7240         (wl-message-buffer-cache-add): Ditto.
7241         (wl-message-buffer-cache-delete): Ditto.
7242         (wl-message-buffer-cache-clean-up): Ditto.
7243         (wl-message-buffer-window): Rewrite.
7244         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7245         (wl-message-buffer-display): New function.
7246         (wl-message-display-internal): New function.
7247
7248 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-folder.el: Use `elmo-folder-name-internal';
7251         Use `wl-folder-get-elmo-folder';
7252         Use `elmo-folder-list-messages' instead of
7253         `elmo-list-folder';
7254         Use `elmo-folder-get-primitive-list' instead of
7255         `elmo-folder-get-primitive-spec-list';
7256         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7257         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7258         Use `elmo-folder-create' instead of `elmo-create-folder'.
7259         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7260         (wl-folder-get-elmo-folder): New macro.
7261         (wl-folder-elmo-folder-cache-get): Ditto.
7262         (wl-folder-elmo-folder-cache-put): Ditto.
7263         (wl-folder-suspend): Call `elmo-quit'.
7264
7265         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7266         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7267         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7268         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7269         (toplevel): require 'cl.
7270         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7271
7272         * wl-summary.el: Rewrite to use new elmo interface.
7273
7274 \f
7275 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-mime.el (wl-draft-preview-message):
7278         Run `wl-draft-send-hook' before collecting recipients information;
7279         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7280
7281         * tm-wl.el (wl-draft-preview-message): Ditto.
7282
7283 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7286         wrong recipients are displayed when forwarded message.
7287
7288 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * Version number is increased to 2.5.7.
7291
7292 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7293
7294         * wl-message.el (wl-message-next-page): Bind
7295         `window-pixel-scroll-increment' to nil while scrolling up.
7296
7297 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * wl-vars.el (wl-save-hook): New hook.
7300         * wl.el (wl-save): Call `wl-save-hook'.
7301
7302 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7303
7304         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7305         Argument WITH-ARG instead of NO-ARG (negative mean).
7306         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7307         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7308         * wl-message.el (wl-message-follow-current-entity): Likewise.
7309
7310 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7311
7312         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7313         FROM was optional argument.
7314         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7315
7316 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7317
7318         * Version number is increased to 2.5.6.
7319
7320 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7321
7322         * wl-version.el (wl-version-show): Removed.
7323         (wl-version): Add `interactive'.
7324
7325 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7326
7327         * wl-summary.el (wl-summary-get-petname-func): New variable.
7328         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7329         instead of `wl-address-get-petname-1'.
7330         (wl-summary-simple-from): Ditto.
7331
7332         * wl-address.el (wl-address-get-petname-1): Define as function.
7333
7334 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7337         field in the original message.
7338         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7339
7340 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7341
7342         * wl-expire.el (wl-expire-hide):
7343         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7344
7345 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7348         find decoder for To, Cc, and Subject.
7349
7350 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7353         for checking `elmo-use-buffer-cache'.
7354         (wl-summary-mark-as-important): Fixed typo in comment.
7355
7356 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7359         field in the original message.
7360         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7361
7362 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7363
7364         * wl-expire.el (wl-expire-hide):
7365         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7366
7367 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7370         find decoder for To, Cc, and Subject.
7371
7372 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * Version number is increased to 2.5.5.
7375
7376         * wl-address.el (wl-address-specials-regexp): New constant.
7377         (wl-address-quote-specials): Use it.
7378
7379 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-summary.el (wl-summary-rescan):
7382         Call `wl-summary-buffer-number-column-detect'.
7383         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7384
7385         * wl-message.el (wl-message-mode-map): Define.
7386         (wl-message-decode): Use it as local-map.
7387
7388 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7391         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7392
7393 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7396
7397         * wl-mule.el (wl-read-event-char): Ditto.
7398
7399         * wl-e21.el (wl-read-event-char): Ditto.
7400
7401         * wl-nemacs.el (wl-read-event-char): Ditto.
7402         (read-event): Removed.
7403
7404         * wl-util.el (toplevel): Removed dummy definition of
7405         `read-event'.
7406         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7407
7408 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7409
7410         * wl-nemacs.el (elmo-archive-call-process): Moved to
7411         elmo-archive.el.
7412
7413 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7414
7415         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7416         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7417
7418         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7419         instead of magic-number 6.  Use `not' instead of `null' for symbol
7420         `nil' check (not empty list).
7421         (wl-draft-insert-x-face-field): Fixed paren style.
7422
7423         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7424         one-branch conditional statement, instead of `and' and `if'.
7425         (wl-draft-forward): Likewise.
7426         (wl-draft-add-references): Likewise.
7427         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7428
7429         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7430         conditional steatment.  Use `cond' instead of `if'.
7431         (wl-draft-confirm): Likewise.
7432
7433 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7434
7435         * wl-version.el (wl-version-show): Use `product-string-1'
7436         instead of `wl-version'.
7437         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7438
7439         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7440
7441 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7442
7443         * wl-highlight.el (wl-highlight-headers): Revert
7444         `wl-highlight-x-face-func' argument (`beg' and `end').
7445
7446 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl.el (toplevel): Move `product-provide' declare.
7449         * wl-demo.el (toplevel): Ditto.
7450         * wl-dnd.el (toplevel): Ditto.
7451         * wl-highlight.el (toplevel): Ditto.
7452         * wl-message.el (toplevel): Ditto.
7453         * wl-refile.el (toplevel): Ditto.
7454         * wl-util.el (toplevel): Ditto.
7455
7456 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7459         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7460         (wl-thread-close-all): keep cursor position.
7461
7462 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7463
7464         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7465         (eq x 0).
7466         (wl-generate-user-agent-string-1): Fix conditional statement.
7467
7468 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7469
7470         * wl.el (wl-check-environment): Additional check for
7471         'wl-local-domain' and `wl-message-id-domain'.
7472
7473 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7474
7475         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7476
7477 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7478
7479         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7480         instead of `smtp-sasl-user-realm'.
7481
7482 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7483
7484         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7485
7486 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7487
7488         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7489         to the default value as well as `eword-lexical-analyzer'.
7490
7491 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7492
7493         * wl-version.el (wl-extended-emacs-version,
7494         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7495         `elmo-match-string' instead of `wl-match-string'.
7496
7497 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7498
7499         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7500         docstring.
7501
7502 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7503
7504         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7505
7506 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7507
7508         * wl-highlight.el (wl-highlight-headers): Remove
7509         `wl-highlight-x-face-func' argument (`beg' and `end').
7510
7511 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-summary.el (wl-summary-mark-as-important):
7514         Remove cache if folder is local.
7515
7516 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7517
7518         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7519         to get existing e-mail address string.
7520
7521 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-version.el (wl-generate-user-agent-string): Commentary.
7524         (wl-generate-user-agent-string-1): Use `when' for
7525         one-branch conditional statement, instead of `and' and `if'.
7526         (wl-extended-emacs-version, wl-extended-emacs-version2,
7527         wl-extended-emacs-version3): Ditto.
7528
7529 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7532         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7533         condition-case; Remove initialization.
7534         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7535         (wl-summary-sync-update3): Added argument `sync-all';
7536         Eliminated local variable `msgdb';
7537         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7538         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7539         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7540
7541 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7542
7543         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7544         connection before call `wl-draft-send-mail-with-smtp'.
7545
7546 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * Version number is increased to 2.5.4.
7549
7550 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7551
7552         * wl.el (wl-check-environment): Additional check for
7553         'wl-local-domain' and `wl-message-id-domain'.
7554
7555 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7558         buffer as command specific.
7559         (wl-folder-mark-as-read-all-entity): Ditto.
7560         (wl-folder-prefetch-entity): Ditto.
7561         (wl-folder-drop-unsync-entity): Ditto.
7562
7563         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7564         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7565         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7566
7567         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7568         save-excursion.
7569
7570 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * Version number is increased to 2.5.3.
7573
7574         * wl-summary.el (wl-summary-save-view-cache):
7575         Delete duplicated `write-region';
7576         Use `write-region-as-binary' instead of `as-binary-output-file' and
7577         `write-region'.
7578
7579 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7580
7581         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7582
7583 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7586         instead of `smtp-via-smtp'.
7587
7588 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7589
7590         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7591
7592 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7593
7594         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7595         instead of `smtp-sasl-user-realm'.
7596
7597 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7598
7599         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7600
7601 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7602
7603         * Version number is increased to 2.5.2.
7604
7605 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7608         does not exist.
7609         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7610         (wl-biff-start): Call `timer-activate' if timer already exists.
7611
7612         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7613         only when it is bound as function.
7614
7615 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * Version number is increased to 2.5.1.
7618
7619 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7622         Print refile/copy destination.
7623
7624 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7627         queue-flush-only is non-nil.
7628
7629         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7630
7631         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7632         checking cache folder.
7633
7634 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7635
7636         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7637         `regexp-quote'.
7638
7639 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7640
7641         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7642         function.
7643         * wl-summary.el (wl-summary-write-current-folder-functions):
7644         Change default value.  Use it.
7645
7646 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * Version number is increased to 2.5.0.
7649
7650         * wl-version.el (wl-version): Changed codename.
7651
7652 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7655         (wl-summary-supersedes-message): Ditto.
7656
7657 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7658
7659         * wl-refile.el (wl-refile-guess-functions): Renamed from
7660         `wl-refile-guess-func-list'.
7661
7662 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7665         Fixed problem when no rule was matched.
7666
7667 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7668
7669         * wl-summary.el (wl-summary-get-mark): Fixed
7670         `wl-summary-buffer-target-mark' check logic.
7671
7672 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7673
7674         * wl-folder.el (wl-folder-write-current-folder): Added group
7675         folder check.
7676
7677         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7678         `wl-summary-write-current-newsgroup'.
7679         (wl-summary-write-current-folder-functions): New variable.
7680         * wl-folder.el (wl-folder-get-newsgroups): New function.
7681         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7682         (wl-folder-write-current-folder): Renamed from
7683         `wl-folder-write-current-newsgroup'.
7684
7685 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7686
7687         * Version number is increased to 2.3.93.
7688
7689 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7692         (wl-ldap-make-matched-value-list): Ditto.
7693         (wl-ldap-alias-safe-string): Split e-mail address.
7694
7695         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7696         petname folder default was selected.
7697         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7698         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7699
7700 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7703         to `wl-draft-config-exec'.
7704
7705         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7706         instead of calling `wl-draft-config-exec';
7707         Process group-list and show recipients in minibuffer.
7708
7709         * tm-wl.el (wl-draft-preview-message): Ditto.
7710
7711 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7712
7713         * wl.el (toplevel): Added (C) to copyright notice, and
7714         sync Author header.
7715         * tm-wl.el (toplevel): Ditto.
7716         * wl-address.el (toplevel): Ditto.
7717         * wl-demo.el (toplevel): Ditto.
7718         * wl-dnd.el (toplevel): Ditto.
7719         * wl-draft.el (toplevel): Ditto.
7720         * wl-e21.el (toplevel): Ditto.
7721         * wl-expire.el (toplevel): Ditto.
7722         * wl-folder.el (toplevel): Ditto.
7723         * wl-highlight.el (toplevel): Ditto.
7724         * wl-message.el (toplevel): Ditto.
7725         * wl-mime.el (toplevel): Ditto.
7726         * wl-mule.el (toplevel): Ditto.
7727         * wl-nemacs.el (toplevel): Ditto.
7728         * wl-refile.el (toplevel): Ditto.
7729         * wl-score.el (toplevel): Ditto.
7730         * wl-summary.el (toplevel): Ditto.
7731         * wl-template.el (toplevel): Ditto.
7732         * wl-thread.el (toplevel): Ditto.
7733         * wl-util.el (toplevel): Ditto.
7734         * wl-vars.el (toplevel): Ditto.
7735         * wl-xmas.el (toplevel): Ditto.
7736
7737 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7738
7739         * wl.el (wl-init): Added comment about `wl-init-hook'.
7740         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7741         * wl-vars.el (wl-init-hook): Added docs.
7742         (wl-make-plugged-hook): Removed useless docs.
7743         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7744         * wl-xmas.el (toplevel): Ditto.
7745
7746 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7747
7748         * wl-address.el (toplevel): Fixed multiple Author header format.
7749         * wl-demo.el (toplevel): Ditto.
7750         * wl-draft.el (toplevel): Ditto.
7751         * wl-folder.el (toplevel): Ditto.
7752         * wl-summary.el (toplevel): Ditto.
7753         * wl-thread.el (toplevel): Ditto.
7754         * wl-util.el (toplevel): Ditto.
7755         * wl-vars.el (toplevel): Ditto.
7756         * wl-version.el (toplevel): Ditto.
7757         * wl-xmas.el (toplevel): Ditto.
7758         * wl.el (toplevel): Ditto.
7759
7760         * wl-version.el (toplevel): Added require `elmo-version' for
7761         `product-version-as-string'.
7762
7763 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-vars.el (wl-draft-send-hook): Changed default value to
7766         '(wl-draft-config-exec).
7767
7768         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7769         explicitly.
7770         (wl-draft): Set `wl-draft-config-exec-flag' before running
7771         `wl-mail-setup-hook'.
7772
7773         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7774         `wl-biff-init-icons' to `wl-init-hook' instead of
7775         `wl-make-plugged-hook'.
7776         (Because if `wl-draft' command is invoked at first,
7777         they are not initialized)
7778         Updated copyright notice.
7779
7780         * wl-e21.el (toplevel): Ditto;
7781
7782         * wl-demo.el (toplevel): Updated copyright notice.
7783         * wl-address.el (toplevel): Ditto.
7784         * wl-draft.el (toplevel): Ditto.
7785         * wl-version.el (toplevel): Ditto.
7786         * wl-folder.el (toplevel): Ditto.
7787         * wl-summary.el (toplevel): Ditto.
7788         * wl-thread.el (toplevel): Ditto.
7789         * wl-util.el (toplevel): Ditto.
7790         * wl-vars.el (toplevel): Ditto.
7791         * wl.el (toplevel): Ditto.
7792
7793 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-highlight.el (wl-highlight-message): Fixed problem of
7796         highlighting failure which occured when the last field contains
7797         multiple lines in the draft buffer.
7798
7799         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7800         `wl-biff-start' if plugged.
7801
7802         * wl-util.el (wl-biff-check-folder): New function.
7803         (wl-biff-check-folders): Don't set session name prefix.
7804         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7805         (wl-biff-check-folder-async): Ditto.
7806
7807         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7808         in email address.
7809
7810 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7811
7812         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7813
7814         * wl-draft.el (wl-draft-strip-subject-re): New function.
7815
7816         * wl-draft.el (wl-draft-reply): Use it.
7817
7818 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-message.el (wl-mmelmo-message-redisplay): Use
7821         `mime-display-message' instead of `wl-mime-display-message'.
7822
7823         * wl-mime.el (toplevel): Removed compatibility workaround
7824         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7825         (wl-mime-display-message): Abolished.
7826         (wl-mime-entity-read-field): Ditto.
7827         (wl-mime-combine-message/partial-pieces): Use
7828         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7829
7830 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7831
7832         * wl-template.el: Doc fixes.
7833
7834 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7835
7836         * wl-e21.el (wl-message-overload-functions): Do nothing if
7837         `current-local-map' is not available.
7838         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7839
7840 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7841
7842         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7843         representation.
7844
7845         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7846         number.
7847         (wl-fldmgr-save-folders): Don't use `format' when insert
7848         `wl-fldmgr-folders-header'.
7849
7850 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7851
7852         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7853
7854 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-highlight.el (wl-highlight-message):
7857         Use `std11-field-end' to detect end point of the header field.
7858         Refer `wl-highlight-max-header-size'.
7859
7860         * wl-vars.el (wl-highlight-max-header-size): New variable.
7861
7862         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7863
7864         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7865         Set `for-draft' argument of wl-highlight-headers.
7866         (wl-draft): Ditto.
7867         (wl-draft-reedit): Ditto.
7868         (wl-user-agent-compose-internal): Ditto.
7869
7870 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7871
7872         * wl-message.el (wl-message-add-button): Use overlay.
7873
7874 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7877
7878         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7879         problem when group-list content is nothing.
7880         (Reported by Mito <mit@nines.nec.co.jp>)
7881
7882 2000-10-18  SAITO Atsunori <sai@yedo.com>
7883
7884         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7885
7886 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7887
7888         * tm-wl.el (toplevel): Use product-provide.
7889
7890 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * Version number is increased to 2.3.92.
7893
7894 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7895
7896         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7897         title text, use `display' property for left margin under Emacs 21.
7898
7899         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7900         properties.
7901         (wl-plugged-init-icons): Ditto.
7902
7903 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7904
7905         * wl.el (wl-save-status, wl-init): Remove last period in
7906         "...done." message.
7907         * tm-wl.el (wl-summary-burst): Ditto.
7908         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7909         wl-summary-resume-cache-status,
7910         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7911         wl-summary-sync-update3, wl-summary-highlight-msgs,
7912         wl-summary-flush-pending-append-operations,
7913         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7914         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7915         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7916         wl-thread-open-all): Ditto.
7917         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7918         * wl-mime.el (wl-summary-burst): Ditto.
7919         * wl-highlight.el (wl-highlight-summary): Ditto.
7920         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7921         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7922         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7923         * wl-address.el (wl-local-address-init): Ditto.
7924
7925 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7926
7927         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7928         `add-text-properties'.
7929         (wl-plugged-init-icons): Ditto.
7930         (wl-folder-init-icons): Use `propertize' instead of
7931         `put-text-property'.
7932         (wl-plugged-set-folder-icon): Ditto.
7933         (wl-e21-highlight-folder-group-line): Ditto.
7934
7935 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-version.el (wl-version-status-alist): New variable.
7938         (wl-version-status): New function.
7939
7940         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7941         "Cc" part of the case "Reply-To".
7942
7943         * wl-draft.el (wl-draft-reply): Use result of
7944         `eword-extract-address-components'.
7945
7946         * wl-demo.el (wl-demo-icon-name): New constant.
7947         (wl-logo-xpm): Use it.
7948         (wl-logo-xbm): Ditto.
7949         (wl-logo-bitmap): Ditto.
7950
7951         * Version number is increased to 2.3.91.
7952
7953 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7954
7955         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7956         (wl-extended-emacs-version, wl-extended-emacs-version2,
7957         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7958         docstring.
7959
7960         * wl-version.el (wl-generate-user-agent-string-1): New function.
7961         (wl-generate-user-agent-string): Use it.
7962
7963         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7964         `mime-edit-insert-user-agent-field'.
7965         (wl-generate-user-agent-string): Check
7966         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7967
7968         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7969         instead of `if', when verbose case.
7970
7971 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * wl-expire.el (wl-summary-expire): Fix.
7974
7975 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7976
7977         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7978         and `elmo-lost+found-folder' if 'wl-draft.
7979         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7980
7981 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-expire.el (wl-summary-expire): Change messages.
7984         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7985         `deleing-info' instead of "Deleting..."
7986
7987 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7988
7989         * wl-summary.el (wl-summary-refile-subr): Fix.
7990
7991 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7994         if pipe folder.
7995
7996 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7997
7998         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7999
8000 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8001
8002         * wl-expire.el (wl-expire-hide): New function.
8003         (wl-summary-expire): Add `hide'.
8004
8005 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-vars.el (wl-draft-reply-without-argument-list):
8008         Changed default value to consider `Reply-To:'.
8009         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8010
8011         * Version number is increased to 2.3.90.
8012
8013         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8014         elmo-imap4-get-session with unwind-protect.
8015         Don't cause error.
8016         (wl-summary-sync-marks): Don't check plugged nor folder type.
8017         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8018         (Always keep current buffer).
8019
8020 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8021
8022         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8023         Enclose with `save-excursion'.
8024
8025 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8026
8027         * wl-version.el (wl-version): Remove interactive.
8028
8029 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8030
8031         * wl-version.el (wl-generate-user-agent-string): Use
8032         `product-string-verbose' instead of `product-string-1'.
8033
8034 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl-vars.el (wl-draft-use-cache): New variable.
8037         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8038         if wl-draft-use-cache is non-nil.
8039
8040 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8041
8042         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8043         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8044
8045 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8048         (wl-thread-msg-mark-as-unread): Ditto.
8049
8050         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8051         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8052         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8053         Don't set mark in summary if return value of `elmo-mark-as-read'
8054         is nil.
8055         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8056         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8057         instead of `wl-thread-msg-mark-as-read'.
8058         (wl-summary-mark-as-unread-region): Ditto.
8059         (wl-summary-target-mark-mark-as-read): Ditto.
8060
8061         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8062
8063 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8066
8067         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8068
8069 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8072         face.
8073
8074 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8075
8076         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8077         `running-xemacs'.
8078
8079 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8080
8081         * wl-version.el (toplevel): Use `product-version-as-string' for
8082         set verstion-string, if defined.
8083
8084         * wl-version.el (wl-version-show): Insert string at point, when
8085         call with argument.
8086
8087         * wl-version.el (wl-generate-user-agent-string): Use
8088         `product-string-1' instead of `wl-appname', `wl-version' and
8089         `wl-codename'.
8090
8091 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8092
8093         * wl-address.el (toplevel): Use product-provide.
8094         * wl-demo.el (toplevel): Ditto.
8095         * wl-dnd.el (toplevel): Ditto.
8096         * wl-draft.el (toplevel): Ditto.
8097         * wl-e21.el (toplevel): Ditto.
8098         * wl-expire.el (toplevel): Ditto.
8099         * wl-fldmgr.el (toplevel): Ditto.
8100         * wl-folder.el (toplevel): Ditto.
8101         * wl-highlight.el (toplevel): Ditto.
8102         * wl-message.el (toplevel): Ditto.
8103         * wl-mime.el (toplevel): Ditto.
8104         * wl-mule.el (toplevel): Ditto.
8105         * wl-nemacs.el (toplevel): Ditto.
8106         * wl-refile.el (toplevel): Ditto.
8107         * wl-score.el (toplevel): Ditto.
8108         * wl-summary.el (toplevel): Ditto.
8109         * wl-template.el (toplevel): Ditto.
8110         * wl-thread.el (toplevel): Ditto.
8111         * wl-util.el (toplevel): Ditto.
8112         * wl-vars.el (toplevel): Ditto.
8113         * wl-xmas.el (toplevel): Ditto.
8114         * wl.el (toplevel): Ditto.
8115
8116 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8117
8118         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8119         instead of product.
8120
8121         * wl-version.el (wl-version): Compile time evalution elmo-version.
8122
8123 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8124
8125         * wl-summary.el (wl-summary-sync-force-update): Append queue
8126         `mark-as-read'if unplugged.
8127
8128 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8129
8130         * wl-version.el: New file.  Use product.el.
8131         * wl.el: add (require 'wl-version).
8132         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8133         for ~/.folders header.
8134         (wl-fldmgr-folders-header): Changed.
8135         * wl-demo.el (wl-demo): Use product.el.
8136
8137         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8138         wl-version.el.
8139         * wl-util.el (wl-version, wl-version-show): Ditto.
8140
8141         * wl-util.el (wl-generate-user-agent-string,
8142         wl-extended-emacs-version, wl-extended-emacs-version2,
8143         wl-extended-emacs-version3): Move to wl-version.el.
8144         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8145         xemacs-codename, mime-edit-insert-user-agent-field,
8146         mime-edit-user-agent-value, mime-editor/version,
8147         mime-editor/codename): Compile warning killer move to
8148         wl-version.el
8149
8150 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-summary.el (wl-summary-refile-subr): Fix.
8153
8154 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8157         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8158
8159 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8160
8161         * wl.el (wl-check-environment): Check too many `@'.
8162
8163 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8164
8165         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8166
8167 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8168
8169         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8170         wl-draft-reply-myself-without-argument-list): Add variables.
8171         * wl-draft.el (wl-draft-reply): Use it.
8172
8173 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8174
8175         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8176         the 5th argument of `elmo-network-get-spec'.
8177
8178         * wl-thread.el (wl-thread-reparent-children): New inline function.
8179         (wl-thread-delete-message): Use it.
8180
8181         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8182         (wl-summary-score-update-all-lines): Don't use `dolist'.
8183
8184 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8185
8186         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8187         (require 'elmo-msgdb) for inline function.
8188
8189 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8190
8191         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8192
8193 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl-score.el (wl-score-headers): Fix for the confusing macro
8196         `elmo-kill-buffer'.
8197
8198 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8199
8200         * wl-summary.el: Don't use the 3rd argument of `require' because
8201         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8202         * wl-util.el: Ditto.
8203         * wl-draft.el: Ditto.
8204
8205 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8206
8207         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8208         window system is not used.
8209
8210 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8211
8212         * wl-thread.el: Don't use `mapcar' only for iteration.
8213         (wl-thread-resume-entity): Ditto.
8214         (wl-thread-delete-message): Ditto.
8215
8216         * wl-summary.el: Bind `dragdrop-drop-functions',
8217         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8218         of `require' for `timezone', `easymenu' and `ps-print';
8219         don't use `mapcar' only for iteration.
8220
8221         * wl-util.el: Bind `mule-version', `nemacs-version',
8222         `emacs-beta-version', `xemacs-codename',
8223         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8224         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8225         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8226         only for iteration.
8227
8228         * wl-score.el: Don't use `mapcar' only for iteration.
8229         (wl-score-simplify-buffer-fuzzy): Ditto.
8230         (wl-score-simplify-subject): Ditto.
8231         (wl-score-headers): Ditto.
8232         (wl-summary-score-update-all-lines): Ditto.
8233
8234         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8235         `enable-multibyte-characters' and `mule-version'.
8236
8237         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8238         `mapcar' only for iteration.
8239
8240         * wl-demo.el: Don't use `mapcar' only for iteration.
8241
8242         * wl-folder.el: Don't use `mapcar' only for iteration.
8243         (wl-folder-open-all): Ditto.
8244         (wl-folder-count-incorporates): Ditto.
8245
8246         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8247         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8248
8249         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8250         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8251         `smtp-connection-type'; specify 3rd argument of `require' for
8252         `timezone'; don't use `mapcar' only for iteration.
8253         (wl-draft-clone-local-variables): Don't use `mapcar'.
8254         (wl-draft-generate-clone-buffer): Ditto.
8255         (wl-user-agent-compose-internal): Ditto.
8256
8257         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8258
8259         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8260         (wl-save-status): Ditto.
8261
8262         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8263         for iteration.
8264
8265 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8268         removed `Date'.
8269         (wl-fldmgr-make-filter-default): New user option.
8270
8271         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8272         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8273         (wl-fldmgr-filter-completion-alist): Abolish.
8274
8275         * wl.el (wl): Don't check servers if arg is non-nil.
8276
8277         * wl-draft.el (wl-draft-reply): Set only message-id string to
8278         In-Reply-To field.
8279
8280 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-summary.el (wl-summary-pick): Rewrite.
8283
8284         * wl-draft.el (wl-draft-forward): Get references field from
8285         original buffer.
8286         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8287
8288 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8289
8290         * wl-draft.el (wl-draft-forward): Add references field.
8291
8292 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8295         (wl-draft-reply): Use it.
8296
8297 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8298
8299         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8300         when Emacs 21 is running.
8301
8302         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8303         bindings.
8304
8305 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8306
8307         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8308         XPM icons transparent.
8309
8310         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8311         Emacs 21.
8312
8313 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8316         nil.
8317
8318         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8319         when it is persistent.
8320         (wl-summary-sync-marks): Changed argument for
8321         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8322         (wl-summary-virtual): Use `elmo-read-search-condition'.
8323         (wl-summary-redisplay-internal): If folder is local, mark as read
8324         even when folder is plugged.
8325
8326 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8327
8328         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8329         of `tool-bar-lines' in the frame parameters.
8330         (after-make-frame-functions, post-command-hook): Don't modify the
8331         value.
8332         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8333         wl-e21-tool-bar-lines): Removed.
8334
8335 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8336
8337         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8338         properties `evaporate' and `wl-momentary-overlay' as well.
8339         (wl-highlight-summary-displaying): Ditto.
8340         (wl-delete-all-overlays): Don't delete overlay which does not have
8341         a property `wl-momentary-overlay'.
8342
8343         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8344         `display-mouse-p' and `display-graphic-p'.
8345         (wl-folder-init-icons): Don't search for XBM or the other files.
8346         (wl-plugged-set-folder-icon): Make icons if and only if
8347         `display-graphic-p' returns non-nil.
8348         (wl-highlight-plugged-current-line): Use `before-string' overlay
8349         property to show icon images.
8350         (wl-highlight-folder-current-line): Ditto.
8351         (wl-e21-highlight-folder-group-line): Ditto.
8352         (wl-e21-highlight-folder-by-numbers): Ditto.
8353         (wl-e21-insert-image): Removed.
8354         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8355         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8356         said.
8357         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8358         `wl-e21-force-switch-toolbar'.
8359         (wl-e21-make-icon-image): Removed.
8360         (wl-e21-setup-toolbar): Don't search for XBM files.
8361         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8362         the default value.
8363
8364 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-util.el (wl-biff-check-folder-async): Set
8367         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8368
8369 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8370
8371         * wl-e21.el (after-make-frame-functions): Add
8372         `wl-e21-force-switch-toolbar'.
8373         (wl-e21-force-switch-toolbar): New function force to switch the
8374         toolbar appearance automatically.
8375         (post-command-hook): Add `wl-e21-switch-toolbar'.
8376         (wl-e21-switch-toolbar): New function to switch the toolbar
8377         appearance automatically.
8378         (wl-e21-tool-bar-lines): New buffer local variable.
8379
8380 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-util.el (wl-biff-check-folders-running): New variable.
8383         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8384         (wl-biff-check-folder-async-callback):
8385         Set `wl-biff-check-folders-running'.
8386         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8387         with unwind-protect.
8388
8389         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8390         Enclose `wl-folder-auto-check' with unwind-protect.
8391
8392         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8393         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8394
8395         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8396
8397         * wl-util.el (wl-biff-notify): New inline function.
8398         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8399         locally.
8400         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8401         folder-list' is 1.
8402         Use `wl-biff-notify'.
8403         (wl-biff-check-folder-async-callback): New function.
8404         (wl-biff-check-folder-async): Ditto.
8405
8406         * wl-folder.el (wl-folder): Don't check folders.
8407         (wl-folder-auto-check): New function.
8408
8409 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8410
8411         * wl-util.el (wl-biff-start) [Emacs19+]:
8412         Use `timer-next-integral-multiple-of-time'.
8413         (wl-biff-check-folders): Use `wl-default-folder'
8414         if `wl-biff-check-folder-list' is nil.
8415
8416 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8417
8418         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8419         instead of `elmo-delete-lists'.
8420
8421 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8422
8423         * wl.el (wl-plugged-toggle-all): Set the value of
8424         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8425         (wl-plugged-toggle): Ditto.
8426         (wl-toggle-plugged): Ditto.
8427         (wl-plugged-init): Ditto.
8428
8429         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8430         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8431         instead of `wl-biff-state-indicator-off' and
8432         `wl-biff-state-indicator-on'; don't modify the value and the type
8433         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8434         (wl-plugged-init-icons): Set icons data to
8435         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8436         instead of `wl-plug-state-indicator-off' and
8437         `wl-plug-state-indicator-on'; don't modify the value and the type
8438         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8439
8440         * wl-vars.el (wl-modeline-biff-state-off,
8441         wl-modeline-biff-state-on, wl-modeline-biff-status,
8442         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8443         wl-modeline-plug-status): New internal variables.
8444         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8445         wl-biff-check-interval, wl-biff-check-folder-list): Change
8446         customization group from `wl-folder' to `wl-highlight'.
8447         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8448         wl-show-plug-status-on-modeline): Defcustomized.
8449
8450         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8451         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8452         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8453         a flag to `mode-line-buffer-identification'.
8454
8455         * wl-e21.el (wl-biff-init-icons): Set icons data to
8456         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8457         instead of `wl-biff-state-indicator-off' and
8458         `wl-biff-state-indicator-on'.
8459         (wl-plugged-init-icons): Set icons data to
8460         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8461         instead of `wl-plug-state-indicator-off' and
8462         `wl-plug-state-indicator-on'.
8463
8464 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8465
8466         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8467         excessive titles.
8468
8469 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8470
8471         * wl.el (wl-plugged-mode): Use revised
8472         `wl-mode-line-buffer-identification'.
8473         (wl-plugged-init): Don't use `force-mode-line-update'.
8474
8475         * wl-xmas.el (wl-draft-overload-functions): Use revised
8476         `wl-mode-line-buffer-identification'.
8477         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8478         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8479         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8480         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8481         `wl-make-plugged-hook';
8482         add `wl-folder-init-icons' and `wl-setup-folder' to
8483         `wl-folder-mode-hook'.
8484
8485         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8486         19 as well.
8487         (wl-mode-line-display-priority-list): New user option.
8488         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8489         Defcustomized.
8490         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8491         Add docs.
8492
8493         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8494         start.
8495         (wl-mode-line-buffer-identification): Revised as a function.
8496
8497         * wl-summary.el (wl-summary-mode): Use revised
8498         `wl-mode-line-buffer-identification'; don't call
8499         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8500         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8501         `wl-xmas-setup-summary'.
8502
8503         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8504         `wl-mode-line-buffer-identification'.
8505
8506         * wl-mule.el (wl-draft-overload-functions): Use revised
8507         `wl-mode-line-buffer-identification'.
8508
8509         * wl-folder.el (wl-make-plugged-alist): Don't call
8510         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8511         (wl-folder): Don't call `wl-folder-init-icons' directly.
8512         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8513         `wl-xmas-setup-folder' directly;
8514         use revised `wl-mode-line-buffer-identification'.
8515         (TopLevel): Don't bind `wl-biff-init-icons',
8516         `wl-plugged-init-icons', `wl-folder-init-icons',
8517         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8518
8519         * wl-e21.el (wl-draft-overload-functions): Use revised
8520         `wl-mode-line-buffer-identification'.
8521         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8522         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8523         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8524         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8525         `wl-make-plugged-hook';
8526         add `wl-folder-init-icons' and `wl-setup-folder' to
8527         `wl-folder-mode-hook'.
8528
8529 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8530             Katsumi Yamaoka    <yamaoka@jpl.org>
8531
8532         * wl.el (wl): Call `wl-biff-start'.
8533         (wl-exit): Call `wl-biff-stop'.
8534         (wl-plugged-mode): Show biff in modeline.
8535         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8536
8537         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8538         (wl-biff-init-icons): New function.
8539         (wl-plugged-init-icons): Don't make too much keymaps.
8540         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8541
8542         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8543         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8544         variables.
8545         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8546         options.
8547
8548         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8549         wl-biff-start, wl-biff-stop): New functions.
8550         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8551         (wl-biff-timer-name): New variable.
8552
8553         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8554
8555         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8556         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8557
8558         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8559         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8560
8561         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8562         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8563         `wl-folder-init-icons' to `ignore' if they are not available.
8564         (wl-folder-mode): Show biff in modeline.
8565
8566         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8567         (wl-biff-init-icons): New function.
8568         (wl-plugged-init-icons): Don't make too much keymaps.
8569         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8570
8571 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8572
8573         * wl-vars.el (wl-strict-diff-folders): Customization Type
8574         and doc fix.  Define as a list of regular expressions for
8575         folders or nil.
8576         * wl-folder.el (wl-folder-check-one-entity): Use
8577         `wl-string-match-member' instead of `wl-string-member' for
8578         `wl-strict-diff-folders'.
8579
8580 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8581
8582         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8583         (wl-highlight-folder-current-line): Use it; new implementation.
8584         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8585         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8586         `defsubst' instead of `defun'.
8587
8588         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8589         `wl-highlight-group-folder-by-numbers'; made it can also be a
8590         number.  See info for more details.
8591
8592         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8593         running.
8594
8595         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8596         to bind them.
8597
8598         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8599         (wl-highlight-folder-current-line): New implementation.
8600
8601         * wl-highlight.el (wl-highlight-folder-group-line): New
8602         implementation.
8603         (wl-delete-all-overlays): Rewrite as a marco.
8604         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8605
8606         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8607         running.
8608         (wl-folder-*-glyph): No need to bind them.
8609
8610         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8611         `wl-e21-highlight-folder-group-icon'; rewrite.
8612         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8613         `defsubst' instead of `defun'.
8614         (wl-folder-mode-map): Bind it when compiling.
8615
8616 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8619
8620         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8621
8622 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8625
8626 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8627
8628         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8629         (wl-highlight-folder-current-line): Use it.
8630
8631         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8632         in `id-name'.
8633
8634 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * wl.el: Require `wl-e21' when Emacs 21 is running.
8637
8638         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8639         default when Emacs 21 is running.
8640         (wl-use-highlight-mouse-line): Ditto.
8641         (wl-on-emacs21): New constant.
8642         (wl-on-emacs20): Removed.
8643
8644         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8645         Emacs 21 is running.
8646
8647         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8648         Emacs 21 is running.
8649
8650         * wl-e21.el: New file.
8651
8652 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8653
8654         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8655         (wl-toggle-plugged): Ditto.
8656         (wl-plugged-toggle): Ditto.
8657         (wl-plugged-toggle-all): Ditto.
8658
8659         * wl-vars.el (wl-plug-state-indicator): Refer
8660         `wl-plug-state-indicator-on' indirectly.
8661
8662 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8665         Call `wl-folder-confirm-existence'.
8666
8667         * wl-folder.el (wl-folder-confirm-existence): Added optional
8668         argument `force'.
8669
8670 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8671
8672         * wl-summary.el (wl-summary-refile-subr): Assume
8673         `copy-or-refile' as symbol.
8674         (wl-summary-refile): Follow up above change.
8675         (wl-summary-copy): Ditto.  Doc fix.
8676
8677 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-summary.el (wl-summary-pick): Don't bind
8680         `elmo-search-mime-charset'.
8681
8682         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8683         default using old backquote style.
8684         (wl-search-mime-charset): Abolished.
8685
8686         * wl-highlight.el (wl-highlight-headers):
8687         Call `point' after `re-search-forward'(for Nemacs).
8688
8689         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8690         for elmo-imap4.el.
8691
8692 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8693
8694         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8695         `wl-message-ignored-field-list' instead of
8696         `mime-view-ignored-field-list'.
8697
8698         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8699         Add interactive spec.
8700         (wl-folder-goto-bottom-of-current-folder): Ditto.
8701         (wl-folder-mode-map): Bind them.
8702
8703         * wl-vars.el (wl-message-ignored-field-list): New variable.
8704         (wl-message-visible-field-list): New variable.
8705
8706         * wl-mime.el (wl-mime-header-presentation-method): New function.
8707         (wl-mime-setup): Set header-presentation-method.
8708
8709 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8710
8711         * wl-nemacs.el (wl-draft-overload-functions): Set
8712         `mode-line-buffer-identification' instead of using
8713         `wl-make-modeline'.
8714
8715         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8716         instead of using `wl-make-modeline'.
8717
8718         * wl-xmas.el (wl-plugged-init-icons): Set up
8719         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8720         (wl-make-modeline): Abolish.
8721         (wl-draft-overload-functions): Set
8722         `mode-line-buffer-identification' instead of using
8723         `wl-make-modeline'.
8724
8725         * wl-util.el (wl-make-modeline-subr): Abolish.
8726         (wl-mode-line-buffer-identification): New alias.
8727
8728         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8729         (wl-summary-make-modeline): Abolish.
8730         (wl-summary-buffer-set-folder): Set
8731         `wl-summary-buffer-folder-indicator'.
8732         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8733         of using `wl-make-modeline'.
8734         (wl-summary-switch-to-clone-buffer): Don't set
8735         `mode-line-buffer-identification'.
8736         (wl-summary-goto-folder-subr): Ditto.
8737
8738         * wl-mule.el (wl-draft-overload-functions): Set
8739         `mode-line-buffer-identification' instead of using
8740         `wl-make-modeline'.
8741
8742         * wl-folder.el (wl-folder-mode): Set
8743         `mode-line-buffer-identification' instead of using
8744         `wl-make-modeline'.
8745         (wl-folder): Don't set `mode-line-buffer-identification'.
8746
8747 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8748
8749         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8750         instead of `member' for `wl-refile-guess-func-list' look-ups.
8751         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8752
8753 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8754
8755         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8756         `wl-message-button-dispatcher'.
8757
8758         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8759
8760         * wl-message.el (wl-message-button-dispatcher): Use it.
8761
8762         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8763         "In-Reply-To".
8764
8765         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8766         Bind `case-fold-search' to t.
8767
8768 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8769
8770         * wl-xmas.el (wl-message-overload-functions): Initialize
8771         `wl-message-button-map'.
8772
8773         * wl-mule.el (wl-message-overload-functions): Initialize
8774         `wl-message-button-map'.
8775
8776         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8777
8778         * wl-message.el (wl-message-button-map): New keymap.
8779         (wl-message-add-button): New function.
8780         (wl-message-button-dispatcher): New function.
8781         (wl-message-button-refer-article): New function.
8782
8783         * wl-highlight.el
8784         (wl-highlight-message-add-buttons-to-header): New function.
8785         (wl-highlight-headers): Use it.
8786
8787 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8788
8789         * wl-summary.el (wl-summary-default-from): Use
8790         `wl-address-get-petname-1'.
8791         (wl-summary-simple-from): Ditto.
8792
8793         * wl-address.el (wl-address-get-petname-1): New inline function.
8794         (wl-address-get-petname): Use it.
8795
8796 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8797
8798         * wl-summary.el (wl-summary-default-from): Return full-name part
8799         from the address if no petname was found.
8800         (wl-summary-simple-from): Ditto.
8801
8802         * wl-address.el (wl-address-get-petname): Return nil if no petname
8803         associated with the address was found.
8804
8805 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8806
8807         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8808         display is finished.
8809
8810 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8811
8812         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8813         `elmo-folder-exists-p' argument.
8814
8815 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8816
8817         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8818         the folder.
8819
8820 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8823
8824         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8825         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8826
8827 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8828
8829         * wl-folder.el (wl-folder-create-subr): New function.
8830         (wl-folder-confirm-existence): Use it.
8831         (wl-folder-check-one-entity): Use it.
8832         Check the error symbol is derived from 'elmo-open-error.
8833
8834         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8835         `ignore-error'.
8836
8837 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * wl-util.el (toplevel): Add (eval-when-compile (require
8840         'elmo-util)).  (Maybe `provide' is typo.)
8841
8842 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8845         (I don't know why this was needed.)
8846
8847         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8848         Follow up changes for stream-type.
8849
8850         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8851         (wl-draft-elmo-nntp-send): Ditto.
8852
8853         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8854         (wl-nntp-posting-stream-type): Ditto.
8855         (wl-pop-before-smtp-ssl): Abolished.
8856         (wl-nntp-posting-ssl): Ditto.
8857
8858         * wl-address.el (wl-address-quote-specials): New function.
8859         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8860
8861         * wl-draft.el (wl-draft-reply): Ditto.
8862
8863 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8866         use function `wl-string-match-assoc'.
8867
8868 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8871
8872         * wl-draft.el (wl-draft-deduce-address-list): New function.
8873         (wl-draft-parse-mailbox-list): Ditto.
8874         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8875         instead of `smtp-deduce-address-list'.
8876         (wl-draft-on-field-p): Follow group list.
8877
8878         * wl-address.el (wl-address-concat-token): New function.
8879         (wl-address-string-without-group-list-contents): Ditto.
8880         (wl-complete-field-body): Fixed problem of completion
8881         by japanese petname.
8882         (wl-address-make-completion-list): Rewrite.
8883
8884 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8885
8886         * wl-address.el (wl-address-make-completion-list): Completion by
8887         petname.
8888         (wl-complete-field-body): Likewise.
8889
8890 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8893         contains invalid address syntax.
8894
8895 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8896
8897         * wl-folder.el (wl-folder-check-entity-async): Use
8898         `elmo-nntp-spec-hostname'.
8899
8900 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8901
8902         * wl-summary.el (wl-summary-msgdb-load-async): Use
8903         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8904
8905 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-draft.el (wl-draft-reply): Set argument
8908         `content-transfer-encoding' as nil.
8909
8910 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8911
8912         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8913         `wl-refile-alist'.
8914
8915 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8916
8917         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8918         (wl-draft-edit-string): Ditto.
8919         (wl-draft-forward): Ditto.
8920         * wl-summary.el (wl-summary-write): Ditto.
8921
8922 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-summary.el (wl-summary-sync-update3): Call
8925         `wl-summary-buffer-number-column-detect'.
8926         (wl-summary-buffer-number-column-detect): Search from point-min.
8927
8928 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8931         contains an address which is not included in original to or cc.
8932
8933 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8934
8935         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8936         begin-line does not exist.
8937         * wl-message.el (wl-message-uu-substring): Ditto.
8938
8939 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8942         clear local variables.
8943         (wl-summary-exit): Call `elmo-commit'.
8944         (wl-summary-switch-to-clone-buffer): Call
8945         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8946         (wl-summary-goto-folder-subr): Ditto.
8947
8948         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8949         POP folder.
8950
8951 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8954         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8955         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8956         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8957         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8958         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8959
8960         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8961
8962 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8963
8964         * wl-summary.el (wl-summary-search-by-subject):
8965         Search parent message from the latest one.
8966
8967 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8970         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8971
8972         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8973         New user option.
8974
8975         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8976         if elmo-nntp-use-killed-list is nil.
8977         Use `elmo-msgdb-append-to-killed-list'.
8978         (Append numbers confirmed as disappeared to the killed list.)
8979         (wl-summary-confirm-appends): Don't display negative number.
8980
8981 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8982
8983         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8984
8985 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8988         range is `all'.
8989         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8990         `elmo-list-bigger-diff'.
8991
8992 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8993
8994         * wl-summary.el (wl-summary-buffer-exit-func):
8995         New buffer local variable.
8996         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8997
8998 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8999
9000         * wl-demo.el (wl-demo): Fix the last change.
9001
9002 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9003
9004         * wl-demo.el (wl-demo): Don't use `eval'.
9005
9006 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9007
9008         * wl-summary.el (wl-summary-buffer-thread-modified):
9009         New buffer-local variable.
9010         (wl-summary-set-thread-modified): New function.
9011         (wl-summary-thread-modified-p): New function.
9012         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9013         (wl-summary-yank-saved-message): Use function
9014         `wl-summary-set-thread-modified'
9015         (wl-summary-switch-to-clone-buffer): Add
9016         `wl-summary-buffer-thread-modified'.
9017
9018         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9019         (wl-summary-buffer-mark-saved-hook): Ditto.
9020         * wl-summary.el (wl-summary-msgdb-save): New hook
9021         `wl-summary-buffer-message-saved-hook' and
9022         `wl-summary-buffer-mark-saved-hook'.
9023
9024 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9025
9026         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9027
9028 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9029
9030         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9031         don't hide scroll bars under FSF Emacsen because it may incur an
9032         undesirable redrawing.
9033
9034 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl-draft.el (wl-draft-edit-string): Call
9037         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9038
9039 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9040
9041         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9042
9043 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9044
9045         * wl-summary.el (wl-summary-msgdb-load-async): Call
9046         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9047
9048 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9049
9050         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9051         fringes in demo buffer; center bitmap logo correctly even if old
9052         Mule is used.
9053
9054 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9055
9056         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9057
9058         * wl-refile.el (wl-refile-subject-alist): New variable.
9059         (wl-refile-subject-alist-file-name): Ditto.
9060         (wl-refile-alist-setup): Rewrite.
9061         (wl-refile-alist-save): Use `elmo-object-save'.
9062         Eliminated arguments.
9063         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9064         (wl-refile-guess-by-subject): New function.
9065         (wl-refile-guess-func-list): Added it.
9066
9067 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9070         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9071
9072 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9075         New buffer-local variable.
9076         (wl-summary-buffer-next-folder-func): Ditto.
9077         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9078         if non-nil.
9079         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9080         if non-nil.
9081         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9082         if non-nil.
9083         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9084         if non-nil.
9085
9086 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9087
9088         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9089         permanently in the demo buffer.
9090
9091 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9094         `mime-entity-fetch-field'.
9095
9096         * wl.el (wl-exit): Delete plugged buffer.
9097
9098         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9099         XEmacs has menubar feature.
9100
9101 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9102
9103         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9104         cannot arrive at the beginning of the buffer under old Emacsen.
9105
9106 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-address.el (wl-address-ldap-search):
9109         Call `ldap-search-entries' with `withdn' argument t.
9110         (wl-complete-field-body): Bind completion-ignore-case as t.
9111         Clear ldap search hash when it was sole completion.
9112         Use elmo-string for pattern string.
9113         (wl-ldap-alias-safe-string): Eliminated needless let.
9114
9115 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9116
9117         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9118         (wl-ldap-alias-sep): New constant.
9119         (wl-ldap-search-attribute-type-list): Ditto.
9120         (wl-ldap-get-value): New function.
9121         (wl-ldap-make-filter): Ditto.
9122         (wl-ldap-make-matched-value-list): Ditto.
9123         (wl-ldap-alias-safe-string): Ditto.
9124         (wl-ldap-register-dn-string): Ditto.
9125         (wl-address-ldap-search): Rewrite.
9126
9127 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9128
9129         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9130         thread is deleted.
9131         (wl-thread-delete-line-from-buffer): Ditto.
9132         (wl-thread-get-exist-children): New function.
9133
9134 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9135
9136         * wl-demo.el (wl-demo): Made it to select various image types.
9137         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9138         from `wl-title-logo'.
9139         (wl-logo-ascii): New variable.
9140         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9141         (wl-demo-copyright-notice): New constant.
9142
9143         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9144
9145 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9146
9147         * wl-vars.el (wl-summary-target-above): Renamed from
9148         wl-summary-temp-above.
9149         * wl-score.el (wl-score-get-score-alist): Use it.
9150         (wl-summary-score-update-all-lines): Use it.
9151         * wl-summary.el: Ditto. (make-variable-buffer-local).
9152
9153 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-vars.el (wl-ldap-port): New user option.
9156
9157         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9158         Rewite whole implementation.
9159         (wl-complete-field-body): Fixed.
9160
9161 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9162
9163         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9164         Choose implementation at compile time.
9165
9166 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9167
9168         * wl-address.el (wl-ldap-search-internal): New function.
9169         (wl-complete-field-to): Use it.
9170
9171 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9174         Use `let' instead of `let*'.
9175         Require 'wl-vars.
9176
9177         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9178         Define as defcustom.
9179         (wl-ldap-base): Ditto.
9180         (wl-use-ldap): Ditto.
9181
9182 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9183
9184         * wl-address.el (wl-ldap-search): New function.
9185         (wl-complete-field-body): Use `wl-ldap-search'.
9186         (wl-ldap-server): New variable.
9187         (wl-ldap-base): Ditto.
9188         (wl-use-ldap): Ditto.
9189
9190 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9191
9192         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9193         (Pointed out by Mito <mit@nines.nec.co.jp>).
9194         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9195         buffer-local variables like `wl-summary-redisplay-internal'.
9196         (wl-summary-redisplay-all-header): Likewise.  Update
9197         Summary view too.
9198
9199 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-summary.el (wl-summary-jump-to-parent-message):
9202         Consider prefix argument.
9203
9204         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9205         when closed thread is deleted.
9206
9207 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9208
9209         * wl-summary.el (wl-summary-jump-to-parent-message):
9210         Consider thread modification.
9211
9212 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9213
9214         * wl-message.el (wl-message-normal-get-original-buffer): Use
9215         `save-excursion'.
9216
9217         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9218         (wl-summary-showto-folder-regexp): Ditto.
9219
9220 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9221
9222         * wl-util.el (wl-delete-alist): Doc fix.
9223         (wl-delete-associations): New function.
9224         (wl-inverse-alist): New function.
9225         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9226         Split temporary variables. Use `wl-delete-associations'
9227         and `wl-inverse-alist'.
9228         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9229
9230 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * wl-folder.el (wl-folder-prefetch-entity):
9233         Execute prefetching if new count is unknown.
9234
9235 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9236
9237         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9238
9239         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9240         delete entity.
9241         (wl-thread-set-parent): If insert as top, set linked as nil.
9242
9243         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9244         `wl-thread-cleanup-symbols' when view mode is thread.
9245
9246 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9247
9248         * wl-folder.el (wl-folder-create-folder-entity): Use
9249         with-current-buffer.
9250         (wl-local-folder-init): Call set-buffer to make sure we are in
9251         the Folder buffer. Don't touch buffer-local variables here.
9252         (wl-folder-mode): Initialize buffer-local variables here.
9253
9254         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9255         (wl-folder-entity-assign-id): Ditto.
9256         (wl-folder-create-entity-hashtb): Ditto.
9257         (wl-local-folder-init): Ditto.
9258         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9259
9260 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9261
9262         * wl-summary.el (wl-summary-default-from): Fix probrem when
9263         std11-extract-address-components return (nil "foo@bar").
9264
9265 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9266
9267         * wl-draft.el (wl-draft-clone-local-variables):
9268         Remove redundant `setq'.
9269
9270 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9273         Bind wl-highlight-x-face-func as nil while highlighting header.
9274
9275 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9276
9277         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9278
9279 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9280
9281         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9282         elmo-msgdb-overview-hashtb from copy-variables.
9283         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9284         instead of `elmo-msgdb-overview-get-entity-by-number'.
9285         (wl-summary-auto-refile): Ditto.
9286
9287         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9288         `elmo-msgdb-overview-get-entity' instead of
9289         `elmo-msgdb-search-overview-entity'.  Use
9290         `elmo-msgdb-overview-get-entity' instead of
9291         `elmo-msgdb-overview-get-entity-by-number'.
9292         (wl-thread-insert-entity-sub): Ditto.
9293         (wl-thread-insert-message): Ditto.
9294
9295         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9296         `elmo-msgdb-overview-get-entity'.
9297         (wl-normal-message-redisplay): Ditto.
9298
9299 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9300
9301         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9302         `wl-thread-entities'.
9303         (wl-thread-delete-message): Fix remove top message from
9304         `wl-thread-entity-list'.
9305
9306         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9307         wl-append(nconc), because update-list is broken on Meadow.
9308
9309         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9310         updating process.
9311         (wl-summary-rescan): Ditto.
9312         (wl-summary-sync-update3): Ditto.
9313         * wl-thread.el (wl-thread-set-parent): Renamed from
9314         `wl-summary-set-parent'.
9315         (wl-thread-insert-message): Updating buffer faster.
9316         (wl-thread-delete-message): Updating buffer faster.
9317
9318         * wl-score.el (wl-summary-score-update-all-lines): Changed
9319         interval for display progress gauge.
9320
9321 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9322
9323         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9324         folder always-sticky.
9325         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9326         defmacro.
9327
9328 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-vars.el (wl-draft-add-references): New user option.
9331
9332         * wl-draft.el (wl-draft-add-references): New function.
9333         (wl-draft-yank-from-mail-reply-buffer): Use it.
9334         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9335         as nil.
9336
9337 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9338
9339         * wl-thread.el (wl-thread-update-line-msgs): Called
9340         `wl-thread-update-line-on-buffer-sub'.
9341         (wl-thread-update-line-on-buffer): Delete routine of inserting
9342         thread.
9343         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9344         moved from `wl-thread-update-line-on-buffer'.
9345         Add threshold for displaying progress gauge.
9346         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9347         argument of `wl-thread-update-line-msgs'.
9348         Add threshold for displaying progress gauge.
9349         * wl-folder.el:
9350         Add threshold for displaying progress gauge.
9351         * wl-score.el: Ditto.
9352
9353         * wl-expire.el (wl-summary-expire): Display deleting info.
9354
9355 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9356
9357         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9358         `no-msg'.
9359         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9360         argument of `wl-thread-update-line-msgs'.
9361         (wl-summary-set-parent): Added optional argument `parent-number'.
9362         (wl-summary-buffer-saved-message): New buffer local variable.
9363         (wl-summary-save-current-message): New command.
9364         (wl-summary-yank-saved-message): Ditto.
9365         (wl-summary-mode-map): Added key binding for
9366         `wl-summary-save-current-message' (\ew) and
9367         `wl-summary-yank-saved-message' (\C-y).
9368         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9369
9370 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-summary.el (wl-summary-mode-map): Added key binding for
9373         `wl-summary-set-parent' (ts).
9374
9375 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9376
9377         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9378         subject faster. If thread number is reverse, delayed updating
9379         thread.
9380         (wl-summary-search-by-subject): Ditto.
9381         (wl-summary-put-alike): Ditto.
9382         (wl-summary-get-alike): Ditto.
9383         (wl-summary-insert-headers): Insert header of all overview in
9384         buffer.
9385         (wl-summary-rescan): Delayed updating thread. Kill search subject
9386         buffer for wl-summary-search-by-subject.
9387         (wl-summary-sync-update3): Ditto.
9388         (wl-summary-exit): Ditto.
9389         (wl-summary-goto-bottom-of-current-thread): Change for linked
9390         thread.
9391         (wl-summary-overview-create-summary-line): Change line for linked
9392         thread.
9393
9394         * wl-summary.el (wl-summary-update-thread): Use
9395         wl-thread-maybe-get-children-num.
9396         (wl-summary-set-parent): If change parent, move sub thread.
9397         (wl-summary-redisplay-internal): Add horizontal recenter.
9398         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9399
9400         * wl-thread.el (wl-thread-entity-get-linked): New function.
9401         (wl-thread-entity-set-linked): New function.
9402         (wl-thread-create-entity): Add linked element.
9403         (wl-thread-entity-insert-as-top): Use wl-append.
9404         (wl-thread-maybe-get-children-num): If closing thread, return
9405         children msgs.
9406         (wl-thread-update-line-msgs): Displaying progress message.
9407         (wl-thread-update-line-on-buffer-sub): Use
9408         wl-thread-maybe-get-children-num.
9409         (wl-thread-update-line-on-buffer): If update line is not exists,
9410         insert thread.
9411         (wl-thread-delete-message): If delete top msg of thread, search
9412         parent by subject.
9413         (wl-thread-insert-entity): Use
9414         wl-thread-maybe-get-children-num.
9415
9416         * wl-highlight.el (wl-highlight-summary-current-line): change
9417         sregexp for linked thread.
9418         * wl-util.el (wl-count-lines): Count lines.
9419         (wl-horizontal-recenter): horizontal recenter.
9420         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9421         (wl-score-get-alike): Ditto.
9422         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9423         (wl-subject-length-limit): New variable.
9424         (wl-highlight-thread-indent-string-regexp): Changed for linked
9425         thread.
9426
9427 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9428
9429         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9430         New variable (revival).
9431         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9432         by subject matching if there's no in-reply-to nor references field
9433         (revival).
9434
9435 \f
9436 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9437
9438         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9439         message.
9440
9441 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9442
9443         * wl-summary.el (wl-summary-reply): Return t if there was a
9444         message at cursor point.
9445         Added unwind-protect.
9446         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9447         returns t.
9448         (wl-summary-cancel-message): Do nothing when there's no message at
9449         cursor point.
9450         (wl-summary-forward): Ditto.
9451         (wl-summary-jump-to-parent-message): Ditto.
9452         (wl-summary-reedit): Ditto.
9453         (wl-summary-edit-addresses): Ditto.
9454         (wl-summary-pipe-message): Ditto.
9455         (wl-summary-print-message-with-ps-print): Ditto.
9456         (wl-summary-print-message): Ditto.
9457         (wl-summary-mark-as-important): Ditto.
9458         (wl-summary-mark-as-unread): Ditto.
9459
9460         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9461         message at cursor point.
9462         (wl-summary-reply-with-citation): Remove unwind-protect.
9463
9464         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9465         subject searching feature.
9466         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9467         Eliminated.
9468
9469 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9472         New variable.
9473         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9474         by subject matching if there's no in-reply-to nor references field.
9475
9476         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9477
9478         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9479         when display is finished.
9480         (wl-folder-open-all): Ditto.
9481         (wl-folder-update-access-group): Ditto.
9482         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9483         * wl-thread.el (wl-thread-close-all): Ditto.
9484
9485         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9486         progress gauge only when it was displayed.
9487         * wl-folder.el (wl-folder-insert-entity): Ditto.
9488
9489 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-summary.el (wl-summary-incorporate): Enclose
9492         `wl-summary-sync-force-update' with save-excursion.
9493
9494 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9495
9496         * wl-summary.el (wl-summary-prefetch-region):
9497         Pass current cursor point to `pos-visible-in-window-p' after
9498         moving cursor to the started point.
9499
9500 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9501
9502         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9503
9504         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9505         fields from the forwarding message.
9506         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9507         `ignored-fields'.
9508
9509 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9510
9511         * wl-mime.el (wl-message-request-partial):
9512         Eliminated argument `msgdb'.
9513         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9514         (wl-mime-combine-message/partial-pieces): Likewise.
9515         * tm-wl.el (wl-message-request-partial): Likewise.
9516         (wl-mime-combine-message/partial-pieces): Likewise.
9517
9518 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9519
9520         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9521         when display is finished.
9522
9523 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9524
9525         * wl-summary.el (wl-summary-goto-folder-subr):
9526         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9527
9528 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9529
9530         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9531         when cursor point is visible.
9532
9533 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-expire.el (wl-expire-archive-get-max-number):
9536         Don't use `file-name-directory'.
9537
9538 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-expire.el (wl-expire-archive-get-max-number):
9541         Use `file-name-directory'.
9542
9543 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9544
9545         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9546         only when there is progress.
9547
9548 2000-04-13  Mito <mit@nines.nec.co.jp>
9549
9550         * wl-summary.el (wl-summary-sync-marks): Display progress.
9551
9552 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9553
9554         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9555         (wl-summary-prev): Move cursor regardless of unread status.
9556         (wl-summary-next): Ditto.
9557
9558 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9559
9560         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9561         Added argument `target' and `number'.
9562         * tm-wl.el (wl-summary-burst-subr): New function.
9563         (wl-summary-burst): Use it.
9564
9565 2000-04-10  Mito <mit@nines.nec.co.jp>
9566
9567         * wl-mime.el (wl-burst): New function.
9568         (wl-summary-burst): Use it.
9569
9570 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9571
9572         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9573         as petname when there's no candidate.
9574
9575 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9578         New variable.
9579         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9580
9581         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9582
9583         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9584
9585 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9588         Use substring of `original' instead of buffer-substring.
9589         (wl-refile-evaluate-rule):
9590         Set `original' argument of wl-refile-expand-newtext.
9591
9592         * wl-summary.el
9593         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9594         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9595         (wl-summary-auto-refile): Check existence of destination folder just
9596         before marking.
9597
9598 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9599
9600         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9601         when wl-refile-get-field-value return nil.
9602
9603 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9604
9605         * wl-refile.el
9606         (wl-refile-expand-newtext): New function imported from Gnus.
9607         (wl-refile-evaluate-rule): Use it.
9608
9609 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9610
9611         * wl-summary.el (wl-summary-print-destination):
9612         Duplicate folder string to avoid putting text-property on
9613         original string.
9614
9615         * wl-refile.el (wl-refile-get-field-value): New function.
9616         (wl-refile-evaluate-rule): New function;
9617         Evaluate refile rule recursively.
9618         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9619         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9620         New function; Check existence of a target folder recursively.
9621         (wl-summary-auto-refile-check-refile-rule-alist):
9622         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9623
9624 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9625
9626         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9627
9628         * wl-folder.el (wl-create-folder-entity-from-buffer):
9629         Fixed problem when '}' character is contained in folder name.
9630
9631         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9632
9633 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9634
9635         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9636         (wl-fldmgr-add-completion-all-completions):
9637         Use wl-fldmgr-add-completion-hashtb.
9638
9639 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9640
9641         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9642         wl-fldmgr-add-completion-subr): New functions.
9643         * wl-folder.el (wl-folder-completion-func): New variable.
9644         * wl-summary.el (wl-summary-read-folder):
9645         Use wl-folder-completion-func.
9646
9647         * wl-refile.el: Eliminate throw & catch.
9648
9649         * wl.el (wl-plugged-sending-queue-status): Fixed.
9650
9651 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9652
9653         * wl-draft.el (wl-draft): Put category property on
9654         mail-header-separator.