(wl-draft-send): Allow parent-folder as "".
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
4
5 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
8         in original message buffer.
9         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
10         buffer.
11
12 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
15
16 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
19
20 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
21
22         * wl-action.el (wl-summary-exec-action-refile): Display a done message
23         when actions succeeded.
24         (wl-summary-exec-action-copy): Likewise.
25
26 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
27
28         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
29         there is switch-to-buffer at the end of wl-message-select-buffer.
30         (wl-summary-reply): Ditto.
31
32 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
33
34         * wl-summary.el (wl-summary-forward): Put subject in original
35         message buffer as argument of wl-draft-forward.
36         * wl-draft.el (wl-draft-forward): Decode subject as in
37         wl-draft-reply.
38
39 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
42         a folder under access group.
43
44 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
45
46         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
47         wl-message-buffer-display.
48
49         * wl-util.el (wl-set-save-drafts): Fix typo.
50
51 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
54         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
55         wl-highlight-logo-face to set the bg color of an xbm image; fixed
56         the way to measure the width of a bitmap image; don't put face on
57         ascii and bitmap images; put the mark which should not use the
58         variable-pitch face on ascii and bitmap images.
59         (wl-demo-setup-properties): Don't use the variable-pitch face on
60         ascii and bitmap images; made it work on Emacs 20 and earlier.
61         (wl-demo-insert-text): End with a newline at the bottom; don't put
62         face on text.
63
64         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
65
66 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
69
70         * wl-util.el (wl-save-drafts): Moved from sample setting.
71         (wl-set-save-drafts): New function to set idle timer.
72         * wl-draft.el (wl-draft): Call it.
73         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
74
75 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
76
77         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
78         a summary which has toggle display status off.
79
80 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-draft.el (wl-draft-do-fcc): No cache save.
83
84 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl-summary.el (elmo-event-handler-flag-changed): Use
87         `set-buffer' instead of `with-current-buffer'.
88
89 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-summary.el (wl-summary-after-resize-function): New function.
92         (wl-summary-mode): Add `wl-summary-after-resize-function' to
93         window-size-change-functions.
94
95 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-draft.el (wl-draft-create-buffer): Bind
98         `change-major-mode-hook' after current buffer is changed.
99
100         * wl-summary.el (wl-summary-buffer-detach): New function.
101         (wl-summary-buffer-set-folder): Call it.
102         (wl-summary-mode): Add `wl-summary-buffer-detach' to
103         change-major-mode-hook and kill-buffer-hook.
104         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
105         (wl-summary-switch-to-clone-buffer): Ditto.
106         (wl-summary-goto-folder-subr): Ditto.
107
108 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
111         after boundp check.
112
113 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
116         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
117         for `kill-buffer'.
118
119         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
120         handler of current buffer from elmo-folder.
121
122 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
125
126 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * wl-summary.el (wl-summary-buffer-event-handler): New internal
129         variable.
130         (wl-summary-event-handler): New class.
131         (elmo-event-handler-flag-changed): Define to update persistent
132         mark.
133         (wl-summary-buffer-set-folder): Register event handler to
134         elmo-folder.
135         (wl-summary-exit): Unregister event handler.
136         (wl-summary-goto-folder-subr): Ditto.
137         (wl-summary-mark-as-read-all): Does not call
138         `wl-summary-update-persistent-mark' directly.
139         (wl-summary-mark-as-read-internal): Ditto.
140         (wl-summary-set-persistent-mark-internal): Ditto.
141         (wl-summary-set-flags-internal): Ditto.
142
143         * Version number is increased to 2.11.33.
144
145 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
148         to nil.
149
150 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-spam.el (wl-spam-setup): Add hook
153         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
154         instead of `wl-summary-prepare-hook'.
155
156         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
157         if folder type is `'flag'.
158         (wl-summary-mark-as-important): Ditto.
159
160 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
161
162         * wl-address.el (wl-address-minibuffer-history): New variable.
163         (wl-address-minibuffer-local-map): New keymap.
164         (wl-address-read-from-minibuffer): New function.
165
166         * wl-action.el (wl-summary-get-resend-address): Use
167         `wl-address-read-from-minibuffer' instead of `completing-read'.
168
169 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * Version number is increased to 2.11.32.
172
173 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
176         without mule to iso-8859-1.
177         (wl-draft-add-in-reply-to): Add note in description.
178         (wl-draft-add-references): Ditto.
179
180 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
181
182         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
183         definition for `m'.
184         (wl-summary-mode-line-format): Add '[%m]'.
185         (wl-message-mode-line-format-spec-alist): Ditto.
186         (wl-summary-display-mime-mode-list): New variable.
187
188         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
189         from wl-summary-buffer-display-as-is.
190         (wl-summary-buffer-display-all-header): New buffer local variable.
191         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
192         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
193         instead of wl-summary-buffer-display-as-is.
194         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
195         (wl-summary-set-persistent-mark): Ditto.
196         (wl-summary-set-message-buffer-or-redisplay): Just call
197         `wl-summary-redisplay-internal' without optional arguments.
198         (wl-summary-toggle-mime): Rewrite.
199         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
200         (wl-summary-toggle-all-header): New function.
201         (wl-summary-redisplay-internal): Treat mime mode.
202
203         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
204         to wl-mime-preview-follow-no-mime.
205         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
206         accodring to the display-mode.
207
208         * wl-message.el (wl-message-buffer-display-type): Rewrite.
209         (wl-message-buffer-display): Changed argument name from `as-is' to
210         `mode'.
211         (wl-message-display-internal): Ditto;
212         Bind elmo-mime-display-header-analysis according to the mode.
213         (wl-message-display-internal): Put wl-message-display-mime-mode
214         property on entire buffer.
215
216 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
217
218         * wl-draft.el (wl-draft-do-fcc): Undo last change.
219
220 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
221
222         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
223         Don't extract mail address.
224         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
225
226         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
227
228         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
229
230 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
233         wl-fldmgr-cut-entity-list on confirmation.
234
235 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
236
237         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
238         (wl-mime-quit-preview): Check existence of
239         mime-edit-temp-message-buffer here.
240
241 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
244         after deletion.
245
246         * wl-draft.el (wl-draft-send-confirm): Check major-mode
247         before calling wl-mime-quit-preview.
248
249 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-pick): If call it with prefix
252         argument, set `delete-marks' as non-nil. Pick from only visible
253         messages.
254         (wl-summary-check-target-mark): New function.
255         (wl-summary-target-mark-mark-as-read): Use it.
256         (wl-summary-target-mark-mark-as-unread): Ditto.
257         (wl-summary-target-mark-operation): Ditto.
258         (wl-summary-target-mark-set-flags): Ditto.
259         (wl-summary-target-mark-save): Ditto.
260         (wl-summary-target-mark-pick): Ditto.
261         (wl-summary-target-mark-forward): Ditto.
262         (wl-summary-target-mark-reply-with-citation): Ditto.
263         (wl-summary-target-mark-print): Ditto.
264         (wl-summary-target-mark-uudecode): Ditto.
265
266         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
267         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
268         with `ask-coding' is non-nil.
269
270 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-thread.el (wl-thread-set-parent): If parent is a message
273         which is identified by references, set linked as nil.
274
275 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
276
277         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
278         (wl-message-mode-line-format-spec-alist): Ditto.
279         (wl-message-mode-line-format): Ditto.
280         (wl-summary-mode-line-format): Ditto for docstring.
281         (wl-summary-no-mime-folder-list): Fix typo.
282
283         * wl-util.el (wl-current-message-buffer): Call
284         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
285
286         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
287         variable.
288         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
289         of `wl-summary-redisplay-no-mime'.
290         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
291         (wl-summary-toggle-mime): New function.
292         (wl-summary-redisplay-all-header): Rewrite.
293         (wl-summary-redisplay-no-mime): Ditto.
294         (wl-summary-redisplay-internal): Added argument `as-is' and
295         `all-header'.
296
297         * wl-refile.el (wl-refile-default-from-folder-path-separator):
298         New variable.
299         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
300         bottom.
301         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
302         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
303         "/" unconditionally.
304
305         * wl-mime.el (wl-draft-yank-current-message-entity): Use
306         wl-mime-preview-follow-no-mime for as-is content.
307         (wl-mime-preview-follow-no-mime): New function.
308         (wl-mime-preview-follow-current-region): Fixed parenthesis.
309
310         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
311         and added `as-is', `all-header'.
312         (wl-message-buffer-display): Ditto.
313         (wl-message-buffer-display-type): New function.
314
315 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-vars.el (wl-message-header-button-alist): Change default
318         value.
319         (wl-message-body-button-alist): Ditto.
320
321 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
324
325 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
328
329 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-summary.el (wl-summary-sync-marks): Remove condition which
332         is always true.
333
334 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
337         on null entity.
338
339 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-vars.el (wl-draft-reply-default-position): Fix range.
342
343 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-vars.el (wl-summary-resend-hook): New hook.
346
347         * wl-action.el (wl-summary-exec-action-resend-subr): Run
348         `wl-summary-resend-hook'.
349
350 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
351
352         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
353         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
354         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
355         (wl-summary-new-cached-mark): Changed default value to 'n'.
356         (wl-summary-unread-cached-mark): Changed default value to 'u'.
357         (wl-summary-answered-cached-mark): Changed default value to 'a'.
358         (wl-folder-sync-range-alist): Remove spec for 'flag.
359         (wl-summary-force-prefetch-folder-list): New user option.
360
361         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
362         `wl-summary-toggle-persistent-mark'.
363         (wl-summary-update-mark-and-highlight-window): Don't highlight when
364         number is nil.
365         (wl-summary-mark-as-answered-region): Set interactive argument of
366         `wl-summary-set-persistent-mark-internal'.
367         (wl-summary-mark-as-important-region): Ditto.
368         (wl-summary-unset-persistent-mark): Ditto.
369         (wl-summary-set-persistent-mark): Ditto.
370         (wl-summary-mark-as-answered): Ditto.
371         (wl-summary-mark-as-important): Ditto.
372         (wl-summary-set-persistent-mark-internal): Do nothing
373         when `elmo-message-flag-available-p' is nil.
374         (wl-summary-toggle-persistent-mark): New function.
375         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
376         when the folder matches `wl-summary-force-prefetch-folder-list'.
377
378
379         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
380         when number is nil.
381         (wl-highlight-summary-forwarded-face): New face.
382
383 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
384
385         * Version number is increased to 2.11.31.
386
387 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
390         (wl-biff-check-folder-async): Ditto.
391         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
392
393 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
394
395         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
396         Add an argument `reverse'.  All callers are updated.
397         (wl-summary-sort): Add a prefix argument `reverse' to specify
398         reverse sorting.
399         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
400         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
401         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
402
403 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-message.el (wl-message-redisplay): Does not narrow header if
406         disply-type is all-header or as-is.
407
408         * wl-summary.el (wl-summary-enter-handler): Use
409         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
410
411 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
414         after adding wl-draft-parent-variables.
415         (wl-draft-forward): Ditto.
416
417 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-summary.el (wl-summary-sync-marks): Call
420         `wl-summary-set-persistent-mark' and
421         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
422         (wl-summary-set-persistent-mark-internal): Add 4th argument
423         `no-server'.
424         (wl-summary-unset-persistent-mark): Ditto.
425         (wl-summary-set-persistent-mark): Ditto.
426         (wl-summary-add-flags-internal): Abolish.
427         (wl-summary-remove-flags-internal): Ditto.
428         (wl-summary-mark-as-important-internal): Ditto.
429         (wl-summary-mark-as-important): Use
430         `wl-summary-set-persistent-mark' instead of
431         `wl-summary-add-flags-internal'.
432         (wl-summary-mark-as-important-region): Ditto.
433
434         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
435
436         * wl-summary.el (wl-summary-get-available-flags): New function.
437         (wl-summary-sync-marks): Use it and simplified.
438         (wl-summary-unset-persistent-mark): Use
439         `wl-summary-get-available-flags'.
440         (wl-summary-set-persistent-mark): Ditto.
441
442 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
443
444         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
445         id.
446
447 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-summary.el (wl-summary-enter-handler): If argument is not a
450         number, call `wl-summary-prev-line-content'. Show message when the
451         message is not found.
452
453 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
454
455         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
456         wl-summary-enter-handler.
457         (wl-summary-enter-handler): New command.
458
459         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
460         docstring and custom spec.
461
462         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
463         flags too; Don't treat Cached and New.
464         (wl-summary-set-persistent-mark): Ditto.
465
466         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
467         `wl-folder-set-flag'.
468
469         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
470         instead of `wl-folder-set-flag'.
471
472         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
473         for completion.
474         (wl-summary-set-persistent-mark): Ditto.
475
476         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
477         instead of `wl-draft-quit-preview'.
478
479         * wl-mime.el (toplevel): Avoid compile warning.
480         (wl-mime-quit-preview): New function
481         (formarly defined as `wl-draft-quit-preview').
482         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
483         quitting method.
484
485         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
486
487         * wl-folder.el (wl-folder-set-flag): Renamed from
488         `wl-draft-set-flag-on-parent'.
489
490         * wl-draft.el (wl-draft-quit-preview): New function.
491         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
492         (wl-draft-send): Call `wl-folder-set-flag' instead of
493         `wl-draft-set-flag-on-parent'.
494         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
495
496 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
499         (wl-draft-send): Ditto.
500
501 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
502
503         * wl-vars.el (wl-draft-reply-hook): Changed default value.
504         (wl-draft-kill-pre-hook): Set default value as nil.
505         (wl-summary-reply-hook): Ditto.
506         (wl-draft-kill-flags): Abolish.
507
508         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
509         (wl-draft-parent-variables): Renamed from
510         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
511         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
512         argument; Add wl-draft-parent-variables to
513         wl-draft-config-variables.
514         (wl-draft-reply): Likewise.
515         (wl-draft-kill-flags): Abolish.
516         (wl-draft-send): Call wl-draft-set-flag-on-parent.
517         (wl-draft-set-flag-on-parent): New function.
518         (wl-draft-setup-parent-flag): Ditto.
519
520 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
521
522         * wl-draft.el (wl-draft-kill-flags): Avoid error when
523         `wl-draft-parent-folder' is "".
524
525 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
526
527         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
528         (wl-summary-digit-jump): New function.
529         (Adviced by John Owens and Hiroya Murata)
530
531         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
532         (Adviced by John Owens)
533
534         * wl-xmas.el (wl-message-define-keymap): Ditto.
535
536         * wl-mule.el (wl-message-define-keymap): Ditto.
537
538 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
541         change of return value of elmo-folder-count-flags.
542
543         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
544         (wl-summary-mark-as-read-internal): Ditto.
545         (wl-summary-set-persistent-mark-internal): Ditto.
546         (wl-summary-folder-info-update): Ditto.
547         (wl-summary-sync-update): Fixed the last change.
548
549         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
550
551 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
552
553         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
554         (wl-draft-kill-flags): Fixed docstring.
555
556         * wl-draft.el (wl-draft-kill-flags): New function.
557         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
558
559 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
560
561         * wl-vars.el (wl-reply-hook): Abolish.
562         (wl-draft-reply-hook): New hook.
563         (wl-summary-reply-hook): Ditto.
564         (wl-draft-forward-hook): Ditto.
565         (wl-summary-forward-hook): Ditto.
566         (wl-draft-kill-flags): New variable.
567
568         * wl-summary.el (wl-summary-mark-as-answered-region): Use
569         wl-summary-set-persistent-mark-internal.
570         (wl-summary-sync-marks): Use elmo-preserved-flags.
571         (wl-summary-update-persistent-mark): Make it interactive.
572         (wl-summary-set-persistent-mark-internal): New inline function.
573         (wl-summary-mark-as-answered): Use it.
574         (wl-summary-mark-as-unanswered): Ditto.
575         (wl-summary-unset-persistent-mark): New function.
576         (wl-summary-set-persistent-mark): Ditto.
577         (wl-summary-reply): Don't set answered flag;
578         Run wl-summary-reply-hook instead.
579         (wl-summary-forward): Call wl-draft-forward with number.
580         Run wl-summary-forward-hook.
581
582         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
583         (wl-highlight-summary-line-face-spec): Use it as a default
584         persistent mark face.
585
586         * wl-draft.el (wl-draft-forward): Added optional argument number;
587         Set wl-draft-parent-number; Run wl-draft-forward-hook.
588         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
589         (wl-draft-kill): Use wl-draft-kill-flags.
590
591         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
592
593         * wl-folder.el (wl-folder-check-one-entity): Follow the change
594         of return value of elmo-folder-count-flags.
595
596         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
597
598         * wl-summary.el (wl-summary-count-unread): Ditto.
599         (wl-summary-sync-update): Follow the change above.
600         (wl-summary-force-prefetch): New function.
601
602 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
603
604         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
605         variable `buf' with `let' instead of `setq'.
606
607 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-mime.el (wl-message-delete-current-part): If filename exists,
610         add Content-Disposition heaeder on the deleted part.
611
612 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * wl-draft.el (wl-draft-save): Encode address list under edit by
615         `eword-encode-unstructured-field-body'.
616
617         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
618
619 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
620
621         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
622         wl-current-summary-buffer.
623
624 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
625
626         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
627         `numbers' is ignored.
628
629 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-folder.el (wl-folder-open-folder): Avoid error.
632         Reported by John Owens, [wl-en:815]
633
634         * wl.el (wl): Set timer for biff process even if prefix argument
635         is given or auto-checking is quitted.
636
637         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
638         immediately.
639         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
640         (wl-toggle-plugged): Ditto.
641
642         * wl-vars.el (wl-biff-use-idle-timer): New variable.
643         * wl-util.el (wl-biff-start): Use idle timer if
644         `wl-biff-use-idle-timer' is non-nil.
645
646 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-highlight.el (wl-highlight-message): Fix description.
649
650 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
651
652         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
653         tty.
654
655 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-action.el (wl-summary-exec): Print failure count.
658
659 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
662         to `defun', remove interactive form.
663         Set elmo-message-fetch-confirm when force-reload is non-nil.
664
665 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (toplevel): Removed unnecessary autoload.
668
669 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
672         the buffer is generated from another message buffer.
673
674 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
677         extracted from `wl-fldmgr-save-folders'.
678         (wl-fldmgr-delete): Call it after deletion.
679
680 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
683         multi-tty support.
684
685 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
686
687         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
688
689 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
690
691         * wl-summary.el (wl-summary-rescan): Remove unused variables.
692         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
693
694 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
697         unsubscribe list only if argument CLEAR is nil.
698
699 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * wl-draft.el (wl-draft-reply): Decode subject before removing
702         Re: prefix.
703
704 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
705
706         * wl-summary.el (wl-summary-sort-by-size): New command.
707
708 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (wl-summary-number-list-from-region): New
711         function.
712         (wl-summary-mark-as-read-region): Use it.
713         (wl-summary-mark-as-unread-region): Ditto.
714         (wl-summary-set-flags-region): Ditto and add optional argument
715         remove.
716         (wl-summary-mark-as-answered-region): Ditto.
717         (wl-summary-mark-as-important-region): Ditto.
718         (wl-summary-target-mark-mark-as-important): Added optional
719         argument remove.
720         (wl-summary-target-mark-mark-as-answered): Ditto.
721         (wl-summary-target-mark-set-flags): Ditto.
722
723 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-summary.el (wl-summary-set-flags-region): Call
726         `wl-summary-set-flags-internal' with number list instead of call
727         one by each message.
728         (wl-summary-target-mark-set-flags): Likewise.
729
730 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-summary.el (wl-summary-target-mark-operation): Add optional
733         argument `inverse' and use `wl-summary-delete-all-target-marks'.
734         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
735         (wl-summary-target-mark-mark-as-answered): Likewise.
736
737 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
738
739         * wl-summary.el (wl-summary-target-mark-forward): Use
740         `wl-summary-delete-all-target-marks' instead of
741         `wl-summary-delete-all-temp-marks'.
742         (wl-summary-target-mark-reply-with-citation): Ditto.
743         (wl-summary-target-mark-uudecode): Ditto.
744         (wl-summary-target-mark-set-flags): Ditto and remove needless
745         cursor move.
746
747 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-summary.el (wl-summary-target-mark-forward): Protect
750         wl-summary-buffer-target-mark-list from nreverse.
751         (wl-summary-target-mark-reply-with-citation): Ditto.
752
753 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl-thread.el (wl-thread-update-indent-string-thread): Use
756         `elmo-display-progress-threshold'.
757
758 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
761         check `wl-summary-highlight'.
762         (wl-summary-window-scroll-functions): Respect value of
763         `wl-summary-highlight'.
764         (wl-summary-sync-update): Run hooks
765         `wl-summary-buffer-window-scroll-functions' at any time.
766
767 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
770         from `wl-summary-cleanup-temp-marks'.
771         (wl-summary-cleanup-temp-marks): Abolish argument.
772         * wl.el (wl-save-status): Revert previous change.
773         (wl-execute-temp-marks): New function, call
774         `wl-summary-exec-with-confirmation'.
775         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
776         (wl-folder-save-and-exec-marks): Abolished.
777
778 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-e21.el (wl-e21-display-image-p): Respect
781         `wl-highlight-folder-with-icon'.
782         (wl-e21-highlight-folder-group-line): Highlight mouse line
783         even if wl-e21-display-image-p is nil.
784
785         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
786         Respect value of `wl-summary-highlight'.
787
788         * wl.el (wl-save-status): Remove unused variable.
789
790         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
791         (wl-folder-mode-map): Bind it to "x".
792
793 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
796
797         * wl-thread.el (wl-thread-get-parent-list): Don't check
798         disconnected ancestors, neglecting needless work in
799         `wl-thread-update-indent-string-thread'.
800
801         * wl.el (wl-save): Take prefix argument to execute remaining marks.
802         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
803         argument, add argument default-keep to keep marks by default.
804
805         * Version number is increased to 2.11.30.
806
807         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
808         customization type and docstring.
809         (wl-draft-reply-without-argument-list): Ditto.
810
811 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
814
815         * wl-spam.el (wl-spam-mark-action-list): Ditto.
816
817 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
820
821 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-draft.el (wl-draft-config-exec): Narrow the range of
824         save-excursion so as not to include run-hooks.
825
826 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
829         Clarify that marks are going to be cleared.
830
831 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
834         according to 3rd element of wl-summary-flag-mark.
835
836         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
837
838 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-action.el (wl-summary-target-mark-all): Don't set
841         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
842
843 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
846         (wl-forward-subject-prefix): Ditto.
847         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
848         (wl-draft-reply-make-subject): Ditto.
849
850         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
851         `wl-draft-forward'.
852         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
853
854 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-action.el (wl-summary-target-mark-set-action): Stop if
857         target message does not exist.
858
859 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
860
861         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
862         `wl-subject-prefix-regexp'.
863         (wl-subject-forward-prefix-regexp): New variable.
864         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
865         `wl-draft-strip-subject-re' and take regexp as argument.
866         (wl-draft-forward): Use it.
867         (wl-draft-reply): Ditto.
868
869 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
870
871         * wl-e21.el (wl-highlight-plugged-current-line): Change for
872         emacs multi-tty support.
873
874 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
875
876         * wl-e21.el (wl-e21-display-image-p): Don't call
877         `display-images-p'.
878         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
879         support.
880         (wl-highlight-folder-current-line): Ditto.
881         (wl-folder-init-icons): Ditto.
882
883 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
886         the last line of summary in unplugged mode.
887
888 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
889
890         * wl-vars.el (wl-refile-rule-alist): Doc fix.
891
892 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-vars.el (wl-user-mail-address-regexp): New variable.
895         * wl-address.el (wl-address-user-mail-address-p): Use it.
896         (wl-address-delete-user-mail-addresses): Ditto.
897         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
898
899         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
900         (wl-address-delete-user-mail-addresses): Ditto.
901
902         * wl-address.el (wl-address-delete-user-mail-addresses): New
903         function.
904         * wl-refile.el (wl-refile-guess-by-history): Use it.
905         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
906         (wl-draft-make-mail-followup-to): Ditto and fix logic.
907
908         * wl-draft.el (wl-draft-edit-string): To judge sender address,
909         use wl-address-user-mail-address-p.
910
911 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
914         after opening group.
915
916 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
919         of elmo-set-buffer-multibyte.
920
921         * wl-message.el (wl-original-message-mode): Ditto.
922
923         * wl-score.el (wl-score-insert-header): Ditto.
924
925         * wl-summary.el
926         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
927         (wl-summary-goto-folder-subr): Ditto.
928         (wl-summary-insert-headers): Ditto.
929
930         * wl-util.el (wl-set-string-width): Ditto.
931
932         * Version number is increased to 2.11.29.
933
934 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
937         (wl-highlight-summary-line-help-echo-alist): New variable.
938         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
939         into `wl-highlight-summary-line-help-echo' and
940         `wl-highlight-flag-folder-help-echo'.
941         (wl-highlight-summary-line-string): Change accordingly.
942         (wl-highlight-summary-current-line): Ditto.
943
944 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl-highlight.el (wl-highlight-message): Ignore white spaces
947         at the beginning of field body (Thanks to Markus Knittig).
948
949         * wl-draft.el (wl-draft-insert-current-message): Also check
950         summary buffer, remove unnecessary tag.
951
952 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-draft.el (wl-draft-insert-current-message): Cause error also
955         when wl-message-buffer is nil.
956
957         * wl-folder.el (wl-folder): Abolish unused argument.
958         Call wl-folder-init when wl-folder-entity is nil.
959         * wl.el (wl): Change accordingly.
960
961 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
964         multibyte string before insert into draft buffer.
965         (wl-draft-create-buffer): Always enable multibyte characters for
966         draft buffer.
967
968         * Version number is increased to 2.11.28.
969
970 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-folder.el (wl-folder-open-close): Handle blank line.
973         (wl-folder-jump-to-current-entity): Ditto.
974
975 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * Version number is increased to 2.11.27.
978
979 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-thread.el (wl-thread-insert-message): When the thread is
982         devided by wl-summary-max-thread-depth, insert line at the end of
983         buffer.
984
985 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * Version number is increased to 2.11.26.
988
989 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
992
993 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
994
995         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
996         value of stream-type and session.
997
998 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * Version number is increased to 2.11.25.
1001
1002 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1003
1004         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1005         in a quit message.
1006
1007 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1010         (wl-summary-redisplay-no-mime-internal): Ditto.
1011
1012 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1015         * wl-vars.el (wl-smtp-connection-type): Ditto.
1016
1017 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1018
1019         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1020         for the separator line and quote mail-header-separator.
1021
1022 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1025         result message.
1026
1027         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1028         `elmo-multiple-fields-body-list' with boundary as
1029         mail-header-separator.
1030
1031 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1034
1035 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1036
1037         * wl-util.el (wl-list-diff): Remove unused function.
1038
1039         * wl-draft.el (wl-draft-send-confirm): Discard input before
1040         confirmation.
1041
1042 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1045         order of flag and new.
1046
1047 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-vars.el (wl-refile-policy-alist): Abolished.
1050
1051         * wl-action.el (wl-summary-set-action-refile): Follow the change
1052         above.
1053
1054 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * wl-highlight.el (wl-highlight-signature-search): Don't use
1057         re-search-backward for a long word since it is possible to crash
1058         XEmacs because of a bug.
1059
1060 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1061
1062         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1063
1064 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1065
1066         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1067         argument for wl-summary-sync-force-update.
1068
1069 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1070
1071         * wl-summary.el (wl-summary-mode-map): Revival of
1072         wl-summary-mark-as-important related bindings;
1073         Bind 'F','tF','mF','rF','m&'.
1074         (wl-summary-mark-as-important-region): Revival.
1075         (wl-summary-target-mark-mark-as-important): Ditto.
1076         (wl-summary-target-mark-operation): New function.
1077         (wl-summary-target-mark-mark-as-answered): Use it.
1078         (wl-summary-decide-flag): Don't set Important as default.
1079         (wl-summary-mark-as-important-internal): Revival.
1080         (wl-summary-mark-as-important): Ditto.
1081
1082         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1083
1084         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1085         instead of facep.
1086
1087 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-dnd.el (wl-dnd-drop-func): Fix.
1090
1091         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1092         mouse-set-point instead of posn-point.
1093
1094         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1095
1096         * wl-mule.el (wl-completing-read-multiple): Ditto.
1097
1098 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-demo.el (face-background-name): Defalias to avoid compile
1101         warning.
1102
1103 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * wl-summary.el (wl-summary-decide-flag): Use
1106         wl-completing-read-multiple instead of completing-read-multiple.
1107
1108         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1109         New alias.
1110
1111         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1112         Use face-background-name instead of face-background.
1113
1114         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1115
1116         * wl-summary.el (wl-summary-save): Use it.
1117         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1118
1119         * wl-mime.el (wl-mime-save-content): Fix last change.
1120
1121 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1122
1123         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1124         New function.
1125         (wl-summary-sort-specs): Added sort.
1126         * wl-mime.el (wl-mime-save-content): Expand file name.
1127
1128 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1129
1130         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1131
1132         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1133
1134 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1137         for flag if it is not defined.
1138
1139 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1140
1141         * wl-e21.el (wl-highlight-folder-current-line): Use
1142         elmo-folder-type-internal when elmo-folder-type returns nil.
1143
1144         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1145
1146         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1147
1148         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1149
1150         * wl-e21.el (wl-summary-toolbar): Ditto.
1151
1152         * wl-vars.el (wl-demo-background-color): Abolished.
1153         (wl-summary-persistent-mark-priority-list): Renamed from
1154         wl-summary-flag-priority-list.
1155         (wl-summary-flag-alist): New user option.
1156         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1157         (wl-message-mode-line-format-spec-alist): Added 'F'.
1158         (wl-message-mode-line-format): Likewise.
1159         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1160         instead of wl-summary-important-mark.
1161         (wl-file-folder-icon): New variable.
1162
1163         * wl-thread.el (wl-thread-set-flags): Renamed from
1164         wl-thread-mark-as-important.
1165
1166         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1167         warning.
1168         (wl-summary-mode-menu-spec): Follow the change of 
1169         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1170         (wl-summary-mode-map): Follow the change of
1171         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1172         (wl-summary-detect-mark-position): Follow the variable name change.
1173         (wl-summary-set-flags-region): New function for the replacement of
1174         wl-summary-mark-as-important-region.
1175         (wl-summary-sync-marks): Sync all global-flags.
1176         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1177         instead of elmo-message-flagged-p.
1178         (wl-summary-persistent-mark-string): Follow the variable name change;
1179         Put wl-summary-flag-mark if the message has global-flag.
1180         (wl-summary-target-mark-set-flags): Renamed from 
1181         wl-summary-target-mark-mark-as-important.
1182         (wl-summary-decide-flag): New function.
1183         (wl-summary-set-flags-internal): Renamed from
1184         wl-summary-mark-as-important-internal.
1185         (wl-summary-add-flags-internal): New function.
1186         (wl-summary-remove-flags-internal): Ditto.
1187         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1188         (wl-summary-mark-as-unimportant): Abolish.
1189         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1190         (wl-summary-next-message): List flagged messages in the msgdb.
1191
1192         * wl-score.el (wl-summary-score-update-all-lines): Use
1193         wl-summary-add-flags-internal instead of 
1194
1195         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1196
1197         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1198         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1199         (wl-message-buffer-require-all-header): Renamed from
1200         wl-message-buffer-all-header-flag (Ditto).
1201         (wl-message-buffer-flag-indicator): New variable.
1202         (wl-message-redisplay): Changed local varibale name from `flag' to
1203         `display-type'; Set up wl-message-buffer-flag-indicator.
1204         (wl-message-buffer-display): Changed varibale name from `flag' to
1205         `display-type'.
1206         (wl-message-display-internal): Likewise.
1207
1208         * wl-highlight.el (wl-highlight-demo-face): Define default background
1209         color.
1210         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1211
1212         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1213
1214         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1215         (wl-demo-setup-properties): Renamed from
1216         `wl-demo-set-background-color'.
1217         (wl-demo): Follow the change above.
1218         
1219         * Version number is increased to 2.11.24.
1220
1221 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * wl-summary.el (wl-summary-toggle-thread): Call
1224         `wl-summary-rescan' with disable-thread as non-nil.
1225         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1226
1227 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1230         foreground property of the face.
1231         (wl-demo-insert-text): Don't set up face property here.
1232         (wl-demo): Call wl-demo-set-background-color, anyway.
1233
1234 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1235
1236         * wl-vars.el (wl-demo-background-color): The value can be nil.
1237
1238 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1241         to wl-summary-wheel-dispatcher.
1242
1243         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1244         wl-message-wheel-dispatcher.
1245         (wl-message-wheel-dispatcher): New function.
1246         (wl-summary-wheel-dispatcher): Ditto.
1247
1248 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1249
1250         * wl-action.el (wl-summary-target-mark-all): List messages which are
1251         not in the killed-list.
1252
1253         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1254         only when the folder is 'flag/important.
1255
1256         * wl-address.el (wl-complete-field-body): Complete if the last
1257         character is a space.
1258
1259 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-folder.el (wl-folder-clear-entity-info): Use
1262         elmo-clear-hash-val.
1263
1264         * wl-fldmgr.el (wl-fldmgr-rename): Set
1265         wl-folder-info-alist-modified as t.
1266
1267 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1270
1271 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1274         (wl-folder-buffer-last-visited-entity-id): New buffer local
1275         variable.
1276         (wl-folder-revisit-last-visited-folder): New function.
1277         (wl-folder-mode-map): Bind it to "C-i".
1278         (wl-folder-set-current-entity-id): Set last visited folder.
1279         * wl-summary.el (wl-summary-exit): Ditto.
1280
1281 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1284         before calling `recenter' in order to cope with an XEmacs bug.
1285
1286 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1287
1288         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1289         to the default value.
1290
1291 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1294         change.
1295         (wl-summary-sync-marks): Ditto.
1296         (wl-summary-mark-as-read-internal): Ditto.
1297         (wl-summary-mark-as-answered-internal): Ditto.
1298         (wl-summary-mark-as-important-internal): Ditto.
1299         (wl-summary-reply): Ditto.
1300
1301         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1302         instead of `elmo-folder-unflag-answered'.
1303
1304         * Version number is increased to 2.11.23.
1305
1306         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1307         the last change.
1308
1309 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1310
1311         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1312         Specify "spam" or "good".
1313
1314 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-spam.el (wl-summary-exec-action-spam): Call
1317         wl-folder-confirm-existence for spam folder.
1318         (wl-spam-setup): Bind "mk".
1319
1320 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1323
1324 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1327         destination folder is empty.
1328
1329 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1332         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1333
1334         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1335         (wl-summary-refile-prev-destination-region): New function.
1336         (wl-thread-refile-prev-destination): Ditto.
1337         (wl-summary-target-mark-refile-prev-destination): Ditto.
1338
1339 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1342         (wl-demo-background-color): Changed default value.
1343
1344         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1345         color.
1346
1347         * wl-demo.el (wl-demo-set-background-color): New function.
1348         (wl-demo): Call it.
1349
1350 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1351
1352         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1353         * wl-address.el (wl-address-add-or-change): Don't add empty
1354         address.
1355
1356 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1357
1358         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1359
1360 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-vars.el (wl-demo-image-filter-alist): New variable
1363         (wl-demo-background-color): Ditto.
1364
1365         * wl-demo.el (wl-demo-xpm-set-background): New function.
1366         (wl-demo-image-filter): Ditto.
1367         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1368
1369         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1370
1371         * wl-demo.el (wl-demo-icon-name): Define as function.
1372         (wl-demo-insert-image): Use it.
1373
1374 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1375
1376         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1377
1378 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1379
1380         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1381
1382 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1385
1386 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-thread.el (wl-thread-mark-as-answered): New function.
1389
1390         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1391         answered" entry.
1392         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1393         "r&" and wl-thread-mark-as-answered to "t&".
1394         (wl-summary-mark-as-important-region): Refine to toggle mark.
1395         (wl-summary-mark-as-answered-region): New function.
1396         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1397         and 3rd argument.
1398         (wl-summary-mark-as-important-internal): Likewise.
1399
1400 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-template.el (wl-template-preview): New internal variable.
1403         (wl-template-preview-p): New function.
1404         (wl-template-show): Bind `wl-template-preview' as t.
1405
1406 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1409         `elmo-message-entity-field' with 3rd argument which is non-nil.
1410
1411 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1414         Removed duplicate local bind `folder'.
1415
1416 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1419
1420 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1423         duplicate definition.
1424
1425 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1428         non-nil, use it; Don't fetch message if there's no message in the
1429         current cursor position.
1430
1431 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1432
1433         * wl-util.el (wl-region-exists-p): Use region-active-p.
1434         (wl-deactivate-region): New function.
1435         * wl-message.el (wl-message-redisplay): Deactivate region.
1436
1437         * wl-summary.el (wl-summary-reply): Call
1438         `wl-summary-set-message-buffer-or-redisplay' instead of
1439         `wl-summary-redisplay-internal', don't move point.
1440
1441 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1444         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1445         by regexp.
1446
1447 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1450         if no need.
1451
1452 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1455         default value to nil.
1456         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1457         `wl-summary-prepare-hook'; Replace refile action to
1458         `wl-summary-exec-action-refile-with-register'.
1459
1460         * Version number is increased to 2.11.22.
1461
1462 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-summary.el (wl-summary-detect-mark-position): Set
1465         `wl-summary-buffer-weekday-name-lang'.
1466
1467 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1468
1469         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1470         (wl-summary-mark-as-read-all): Ditto.
1471         (wl-summary-delete-messages-on-buffer): Ditto.
1472         (wl-summary-sync-update): Ditto.
1473         (wl-summary-mark-as-read-internal): Ditto.
1474         (wl-summary-mark-as-answered-internal): Ditto.
1475         (wl-summary-update-folder-info): Abolished.
1476
1477 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (wl-summary-mark-as-read-all): Use
1480         `wl-summary-update-folder-info' instead of
1481         `wl-folder-update-unread'.
1482
1483 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1484
1485         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1486         `wl-summary-folder-info-update'.
1487         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1488         instead of `wl-summary-folder-info-update'.
1489         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1490         `wl-folder-set-folder-updated'.
1491         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1492         instead of `wl-folder-update-unread'.
1493         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1494         the value of `wl-summary-buffer-unread-count' for the second parameter of
1495         `wl-folder-update-unread'.
1496
1497         * Version number is increased to 2.11.21.
1498
1499 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1500
1501         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1502         a local variable.
1503
1504 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1507         interactively.
1508
1509         * wl-summary.el (wl-summary-mark-as-important-internal): New
1510         internal function.
1511         (wl-summary-mark-as-important): Use it.
1512         (wl-summary-mark-as-unimportant): New function.
1513         (wl-summary-sync-marks): Follow the API change.
1514
1515         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1516
1517         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1518
1519 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1520
1521         * wl-folder.el (wl-folder-update-unread): Re-indent.
1522         Narrow the scope of a local variable.
1523
1524 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1527         (wl-addrmgr-merge-entries): Ditto.
1528         (wl-addrmgr): Added to address entry which exists in draft buffer
1529         if no entry is in original.
1530
1531 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1532
1533         * wl-batch.el: New file.
1534
1535 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1536
1537         * wl-vars.el (wl-use-semi): Remove unused variable.
1538
1539 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1542         "?".
1543
1544 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1547         wl-summary-new-mark.
1548         (wl-summary-new-cached-mark): New user option.
1549         (wl-summary-score-marks): Follow the change above.
1550         (wl-summary-auto-refile-skip-marks): Ditto.
1551         (wl-summary-incorporate-marks): Ditto.
1552         (wl-summary-expire-reserve-marks): Ditto.
1553
1554         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1555
1556         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1557         (wl-summary-persistent-mark-string): Distinguished between cached
1558         and uncached mark when the message is new.
1559
1560 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-spam.el (wl-spam-domain): Renamed from
1563         `wl-spam-folder-guess-domain'.
1564         (wl-summary-exec-action-spam): Register as spam if domain of the
1565         source folder is good.
1566         (wl-summary-exec-action-refile-with-register): Register message if
1567         domain of the source folder is not undecided.
1568
1569 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1572         detect thread loop.
1573
1574 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1577         and wl-summary-skip-mark-list.
1578
1579 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1582
1583         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1584
1585         * wl-spam.el (toplevel): Require wl-highlight.
1586         (wl-spam-auto-check-policy-alist): Abolish.
1587         (wl-spam-auto-check-folder-regexp-list): New user option.
1588         (wl-spam-auto-check-marks): Ditto.
1589         (wl-spam-mark-action-list): Ditto.
1590         (wl-highlight-summary-spam-face): New face.
1591         (wl-spam-auto-check-message-p): New function.
1592         (wl-spam-map-spam-messages): Fixed message.
1593         (wl-spam-register-spam-messages): Ditto.
1594         (wl-spam-register-good-messages): Ditto.
1595         (wl-summary-spam-map): Add and remove keybind.
1596         (wl-summary-target-mark-spam): Abolish.
1597         (wl-summary-refile-spam): Ditto.
1598         (wl-summary-test-spam): New function.
1599         (wl-summary-mark-spam): Ditto.
1600         (wl-summary-auto-check-spam): Follow the above change.
1601         (wl-summary-exec-action-spam): New function.
1602         (wl-summary-exec-action-refile-with-register): Fixed message.
1603         (wl-message-check-spam): New function.
1604         (wl-spam-setup): Ditto.
1605         (toplevel): Call it if this file is loaded interactivity.
1606
1607         * Version number is increased to 2.11.20.
1608
1609 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1612         when new optional argument `force' is non nil or modified.
1613
1614 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl.el (toplevel): Require wl-spam when compile.
1617         (wl-save-status): Call wl-spam-save-status.
1618
1619         * wl-spam.el (wl-spam-register-spam-messages): New function.
1620         (wl-spam-register-good-messages): Ditto.
1621         (wl-spam-save-status): Ditto.
1622         (wl-summary-mode-map): Bind
1623         wl-summary-target-mark-register-as-spam to "ms" and
1624         wl-summary-target-mark-register-as-good to "mn".
1625         (wl-summary-register-as-spam): Abolish optional argument; Use
1626         wl-spam-register-spam-messages.
1627         (wl-summary-register-as-spam-all): Use
1628         wl-spam-register-spam-messages.
1629         (wl-summary-register-as-good): Abolish optional argument; Use
1630         wl-spam-register-good-messages.
1631         (wl-summary-register-as-good-all): Use
1632         wl-spam-register-good-messages.
1633         (wl-summary-target-mark-register-as-spam): New funtion.
1634         (wl-summary-target-mark-register-as-good): Ditto.
1635
1636 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-spam.el: New file.
1639
1640 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1643
1644         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1645         (wl-summary-auto-refile): Call wl-refile-guess with
1646         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1647
1648 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1651         with disable-thread argument non-nil.
1652
1653 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * wl-summary.el (wl-summary-rescan): Added optional argument
1656         disable-thread.
1657         (wl-summary-sync): Call wl-summary-rescan with argument
1658         disable-thread.
1659         (wl-summary-input-range): Added new range `rescan-thread'.
1660
1661 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1662
1663         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1664
1665 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1668         internal variable.
1669         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1670         wl-summary-search-parent-by-subject-regexp and
1671         wl-summary-divide-thread-when-subject-changed as nil.
1672         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1673         (wl-summary-insert-thread): Search parent entity from
1674         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1675         thread loop.
1676
1677 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1678
1679         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1680
1681         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1682
1683         * wl-util.el (wl-require-update-all-folder-p): New function.
1684         (wl-get-assoc-list-value): Added `function' to match directive.
1685         (wl-collect-draft): Rewrite.
1686
1687         * wl-summary.el (wl-summary-sync-update): Clear faces
1688         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1689         are non-nil.
1690         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1691         argument as function.
1692         (wl-summary-input-range): Ditto.
1693
1694         * wl-folder.el (wl-draft-get-folder): New function.
1695         (wl-folder-get-elmo-folder): Consider draft folder.
1696
1697         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1698         (wl-draft-buffer-message-number): New buffer local variable.
1699         (wl-draft-folder-internal): New internal variable.
1700         (wl-draft-delete): Rewrite.
1701         (wl-draft-save): Ditto.
1702         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1703         wl-folder-get-elmo-folder.
1704         (wl-draft-config-info-operation): Ditto.
1705         (wl-jump-to-draft-folder): Ditto.
1706         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1707         (wl-draft-reedit): Rewrite.
1708
1709         * Version number is increased to 2.11.19.
1710         
1711 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1712
1713         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1714         variable.
1715
1716 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1719         Use ignore-errors instead of unwind-protect.
1720
1721 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1722
1723         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1724         for updating `wl-thread-entity-list'.
1725
1726 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1727
1728         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1729         parameter from calling `wl-thread-entity-get-older-brothers' and
1730         `wl-thread-entity-get-younger-brothers'.
1731         Replace nested `append' with a single one.
1732
1733 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-summary.el (wl-summary-mode): Don't use the return value of
1736         `make-local-hook'.
1737
1738 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1739
1740         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1741         instead of `let*'.
1742         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1743         of local variables.
1744
1745 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1748         Renamed from wl-summary-window-scroll-functions.
1749         (wl-summary-window-scroll-functions): Don't set to variable.
1750         (wl-summary-display-top): Use run-hooks.
1751         (wl-summary-display-bottom): Ditto.
1752         (wl-summary-toggle-disp-msg): Ditto.
1753         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1754         Use it instead of wl-summary-window-scroll-functions.
1755         (wl-summary-goto-folder-subr): Don't call
1756         wl-summary-window-scroll-functions, use
1757         wl-summary-buffer-window-scroll-functions instead.
1758
1759 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1762         make-local-variable.
1763
1764 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1765
1766         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1767         set-buffer-modified-p.
1768         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1769         (wl-summary-display-bottom): Ditto.
1770         (wl-summary-toggle-disp-msg): Ditto.
1771
1772 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1775
1776         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1777         (wl-summary-forward): Use elmo-message-entity-field instead of
1778         elmo-message-field.
1779
1780         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1781
1782 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * wl-summary.el (wl-summary-window-scroll-functions): No use
1785         `append'.
1786
1787 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1788
1789         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1790         function.
1791         (wl-summary-window-scroll-functions): Call it when both
1792         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1793         (wl-summary-temp-mark): Added optional argument number.
1794         (wl-summary-message-mark): Added optional argument flag.
1795         (wl-summary-persistent-mark): Added optional argument number and flag.
1796         (wl-summary-update-persistent-mark): Ditto.
1797         (wl-summary-update-status-marks): Set "r" for interactive spec.
1798
1799         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1800         argument number and flag.
1801
1802         * wl-action.el (wl-summary-registered-temp-mark): 
1803         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1804
1805 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1808         internal variable (buffer local).
1809         (wl-summary-window-scroll-functions): New function.
1810         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1811         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1812         as nil.
1813         (wl-summary-update-status-marks): Added arguments beg, end and
1814         check.
1815         (wl-summary-update-mark-window): Use function.
1816         (wl-summary-sync-update): Follow the change above.
1817         (wl-summary-switch-to-clone-buffer): Copy
1818         wl-summary-buffer-unsync-mark-number-list.
1819         (wl-summary-goto-folder-subr): Set
1820         wl-summary-buffer-unsync-mark-number-list and
1821         use wl-summary-window-scroll-functions instead of
1822         wl-summary-lazy-highlight.
1823
1824         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1825
1826 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1829
1830         * wl-summary.el (wl-summary-update-persistent-mark): Call
1831         wl-summary-set-message-modified.
1832
1833         * wl-summary.el (wl-summary-sync-update): Don't call
1834         wl-summary-update-status-marks.
1835
1836         * Version number is increased to 2.11.18.
1837
1838 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1839
1840         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1841         (wl-message-next-page): Ditto.
1842
1843 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1844
1845         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1846         local variable.  Change the order of a collected list into the
1847         same as the specified range.  Remove nil from a collected list.
1848
1849 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1852         argument for elmo-folder-list-messages.
1853
1854 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1857         change (wl-summary-count-unreads return a list instead of a cons
1858         cell).
1859
1860 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1861
1862         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1863         `wl-summary-folder-info-update'.
1864
1865 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-summary.el (wl-summary-set-message-modified): No use
1868         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1869         (wl-summary-set-mark-modified): Abolish.
1870         (wl-summary-mark-modified-p): Ditto.
1871         (wl-summary-save-view): Follow the change above.
1872
1873         * wl-expire.el (wl-summary-expire): Likewise.
1874
1875 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1876
1877         * wl-summary.el (wl-summary-detect-mark-position): Use
1878         modb-entity-handler.
1879         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1880
1881         * Version number is increased to 2.11.17.
1882
1883 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1886         entity field value.
1887         (wl-summary-prefetch-msg): Ditto.
1888         (wl-summary-print-message-with-ps-print): Ditto.
1889
1890 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1893         for dummy entity.
1894         (wl-summary-insert-thread): Use elmo-message-entity-field.
1895         (wl-summary-update-thread): Use elmo-message-entity-field and
1896         elmo-message-entity-number.
1897         (wl-summary-line-number):  Use elmo-message-entity-number.
1898         (wl-summary-line-size): Use elmo-message-entity-field.
1899         (wl-summary-line-subject): Ditto.
1900         (wl-summary-line-from): Ditto.
1901         (wl-summary-line-attached): Ditto.
1902         (wl-summary-create-line): Ditto.
1903         (wl-summary-create-line): Use elmo-message-entity-number.
1904         (wl-summary-print-message-with-ps-print): Use
1905         elmo-message-entity-field.
1906
1907 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1910         change in elmo-msgdb-make-message-entity.
1911         (wl-summary-buffer-set-folder): Don't call
1912         wl-summary-detect-mark-position here.
1913         (wl-summary-rescan): Call elmo-message-entity-number.
1914         (wl-summary-sync-update): Ditto.
1915         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1916
1917         * wl-score.el (wl-score-header-index): Redefine 2th element.
1918         (wl-score-overview-entity-get-extra): Abolish.
1919         (wl-score-ov-entity-get): Rewrite.
1920         (wl-score-string-index<, wl-score-string-func<): Abolish.
1921         (wl-score-string<): New function.
1922         (wl-score-string-sort): Use it.
1923
1924         * wl-refile.el (wl-refile-guess-by-history): Use
1925         elmo-message-entity-field.
1926         (wl-refile-guess-by-from): Ditto.
1927         (wl-refile-guess-by-msgid): Ditto.
1928
1929         * Version number is increased to 2.11.16.
1930
1931 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * wl-folder.el (wl-folder-confirm-existence): Don't call
1934         file-exists-p if msgdb-path is nil.
1935         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1936         `wl-read-folder-hist' to `wl-read-folder-history'.
1937
1938 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1939
1940         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1941         `y-or-n-p'.
1942
1943 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-score.el (wl-score-headers): Don't use
1946         elmo-folder-do-each-message-entity.
1947
1948         * Version number is increased to 2.11.15.
1949
1950 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-summary.el (wl-summary-delete-all-msgs): Use
1953         elmo-folder-move-messages instead of elmo-folder-delete-messages
1954         and elmo-folder-detach-messages.
1955         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1956
1957         * wl-expire.el (wl-expire-delete): Ditto.
1958         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1959
1960 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1963         (wl-message-header-narrowing-fields): Ditto.
1964         (wl-message-header-narrowing-lines): Ditto.
1965         (wl-message-header-narrowing-string): Ditto.
1966
1967         * wl-summary.el (wl-summary-mode-map): Bind
1968         wl-summary-toggle-header-narrowing to "C-cC-f".
1969         (wl-summary-toggle-header-narrowing): New function.
1970
1971         * wl-message.el (wl-message-buffer-create): Call
1972         wl-message-header-narrowing-setup.
1973         (wl-message-redisplay): Call wl-message-header-narrowing.
1974         (wl-message-header-narrowing): New function.
1975         (wl-message-header-narrowing-map): New keymap.
1976         (wl-message-header-narrowing-widen-map): New keymap.
1977         (wl-message-header-narrowing-again-at-mouse): New function.
1978         (wl-message-header-narrowing-1): Ditto.
1979         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1980         (wl-message-header-narrowing-setup): Ditto.
1981         (wl-message-header-narrowing-toggle): Ditto.
1982         
1983         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1984
1985         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1986         'flag as all.
1987         (wl-use-flag-folder-help-echo): New user option.
1988
1989         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1990         wl-summary-highlight as nil.
1991         (wl-summary-set-mark-modified): Follow the API change.
1992         (wl-summary-mark-modified-p): Ditto.
1993         (wl-summary-mark-as-read-all): Ditto.
1994         (wl-summary-sync-marks): Don't call
1995         elmo-folder-list-messages-with-global-mark.
1996         (wl-summary-mark-as-read-internal): Follow the API change.
1997         (wl-summary-mark-as-answered-internal): Ditto.
1998         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1999         Follow the API change.
2000         (wl-summary-create-line): Call with number argument.
2001         (wl-summary-reply): Follow the API change.
2002
2003         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2004         function.
2005         (wl-highlight-summary-line-string): Call it when
2006         wl-use-flag-folder-help-echo is non-nil.
2007         (wl-highlight-summary-current-line): Ditto.
2008         (elmo-flag-folder-referrer): Added autoload setting.
2009
2010         * wl-draft.el (wl-draft-kill): Follow the API change.
2011
2012         * Version number is increased to 2.11.14.
2013         
2014 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2017
2018 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * Version number is increased to 2.11.13.
2021
2022 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2023
2024         * wl-draft.el (wl-draft-previous-history-element): Fixed
2025         unbalanced parenthesis and bind unbound local variables.
2026
2027 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-draft.el (wl-draft-previous-history-element): New function.
2030         (wl-draft-next-history-element): Ditto.
2031         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2032         them to M-p and M-n.
2033
2034 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * Version number is increased to 2.11.12.
2037
2038 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2039
2040         * wl-draft.el (wl-draft-hide): Select buffer-window.
2041
2042 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2043
2044         * wl-summary.el (wl-summary-narrow-to-region): New function.
2045         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2046         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2047         (wl-summary-save-region): Use it.
2048         * wl-action.el (wl-summary-collect-numbers-region)
2049         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2050
2051 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2052
2053         * wl-folder.el (wl-folder-count-incorporates): Don't use
2054         `elmo-msgdb-mark-load'
2055
2056         * Version number is increased to 2.11.11.
2057
2058 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2061         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2062
2063 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2066
2067 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * Version number is increased to 2.11.10.
2070
2071 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-mime.el (wl-draft-attribute-value): Fixed.
2074
2075 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-util.el (wl-copy-local-variables): New function.
2078
2079         * wl-mime.el (wl-draft-attribute-recipients): New function.
2080         (wl-draft-attribute-envelope-from): Ditto.
2081         (wl-draft-attribute-smtp-posting-server): Ditto.
2082         (wl-draft-attribute-smtp-posting-port): Ditto.
2083         (wl-draft-attribute-value): Ditto.
2084         (wl-draft-preview-message): Use it to get value for
2085         attributes. Reflect result of `wl-draft-config'.
2086
2087         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2088         and call `wl-summary-mark-as-read' before to call
2089         `wl-summary-unset-mark'.
2090         (wl-summary-target-mark-mark-as-unread): Likewise.
2091         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2092
2093 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2094
2095         * wl-mime.el (wl-draft-preview-message): Use actual value for
2096         attributes; Fix for small window.
2097
2098 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-refile.el (wl-refile-get-field-value): Call
2101         `elmo-message-entity-field' with 3rd argument is non-nil.
2102
2103 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-vars.el (wl-draft-preview-attributes): New user option.
2106         (wl-draft-preview-attributes-list): Ditto.
2107         (wl-draft-preview-attributes-buffer-lines): Ditto.
2108         (wl-draft-preview-attributes-buffer-name): Ditto.
2109
2110         * wl-mime.el (wl-draft-preview-message): Display attributes.
2111
2112 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-detect-mark-position): Bind
2115         wl-summary-flag-priority-list to '(new).
2116
2117 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2120         funtion.
2121         (wl-highlight-summary-line-string): Use it.
2122         (wl-highlight-summary-current-line): Ditto.
2123
2124 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2127         line even when the mark string is not changed.
2128
2129         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2130         argument change in the wl-summary-create-line.
2131         (wl-thread-insert-entity-sub): Ditto.
2132
2133         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2134         argument change in the wl-summary-create-line.
2135         (wl-summary-insert-sequential): Ditto.
2136         (wl-summary-update-thread): Ditto.
2137         (wl-summary-persistent-mark-string): New inline function.
2138         (wl-summary-message-mark): Use it.
2139         (wl-summary-create-line): Abolish argument wl-persistent-mark
2140         and added wl-flags, wl-cached.
2141
2142         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2143         mark to flags.
2144         (wl-highlight-summary-current-line): Decide the face not by the 
2145         persistent mark but flags.
2146
2147 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2150         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2151         wl-summary-read-uncached-mark): Revive.
2152         (wl-summary-answered-cached-mark,
2153         wl-summary-answered-uncached-mark): New user option.
2154         (wl-summary-score-marks): Follow the change above.
2155         (wl-summary-auto-refile-skip-marks): Ditto.
2156         (wl-summary-incorporate-marks): Ditto.
2157         (wl-summary-expire-reserve-marks): Ditto.
2158         (wl-summary-flag-priority-list): New user option.
2159
2160         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2161         changes.
2162         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2163         of elmo-message-mark.
2164         (wl-summary-mark-as-read-internal): Ditto.
2165         (wl-summary-mark-as-answered): Ditto.
2166         (wl-summary-mark-as-important): Ditto.
2167         (wl-summary-redisplay-internal): Ditto.
2168         (wl-summary-redisplay-no-mime-internal): Ditto.
2169         (wl-summary-message-mark): New function.
2170         (wl-summary-insert-sequential): Use wl-summary-message-mark
2171         instead of elmo-message-mark.
2172         (wl-summary-update-thread): Ditto.
2173         (wl-summary-persistent-mark): Ditto.
2174         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2175         instead of elmo-message-mark.
2176
2177         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2178         wl-summary-message-mark instead of elmo-message-mark.
2179         (wl-thread-insert-entity-sub): Ditto.
2180         (wl-thread-get-children-msgs-uncached): Ditto.
2181
2182         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2183         variable name changes.
2184         (wl-highlight-summary-current-line): Ditto.
2185
2186         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2187         wl-summary-message-mark instead of elmo-message-mark.
2188
2189         * wl-expire.el (wl-expire-message-p): Ditto.
2190
2191         * wl-score.el (wl-score-headers): Ditto.
2192
2193         * Version number is increased to 2.11.9.
2194
2195         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2196         (wl-summary-sync-update): Follow the change above.
2197         (wl-summary-switch-to-clone-buffer): Ditto.
2198         (wl-summary-open-folder): Ditto.
2199
2200 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2203         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2204
2205         * Version number is increased to 2.11.8.
2206
2207         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2208
2209         * wl-expire.el (wl-expire-refile): Follow the API change on
2210         `elmo-folder-move-messages'.
2211         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2212
2213         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2214         (wl-summary-exec-action-refile): Ditto.
2215         (wl-summary-exec-action-copy): Ditto.
2216         (wl-summary-no-auto-refile-message-p): No use
2217         `wl-summary-buffer-msgdb'.
2218         (wl-summary-auto-refile): Ditto.
2219
2220 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2223
2224 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-summary.el (wl-summary-sync): Treat no-sync.
2227
2228         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2229         (wl-default-sync-range): Ditto.
2230
2231 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-refile.el (wl-refile-subject-learn): Call
2234         `elmo-message-entity-field' with 3rd argument is non-nil.
2235         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2236         instead of `elmo-msgdb-overview-entity-get-subject'.
2237
2238 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2239
2240         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2241         scan-type is rescan.
2242         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2243         new optional argument force is non-nil.
2244         (wl-summary-save-view-cache): Call it with force argument non-nil.
2245
2246         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2247
2248 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-action.el (wl-summary-print-argument): Fixed last change.
2251
2252 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2255         simplified.
2256         (wl-summary-target-mark-mark-as-unread): Likewise.
2257         (wl-summary-target-mark-mark-as-important): Likewise.
2258
2259 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2262         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2263         (wl-summary-mark-as-important-region): Change accordingly.
2264         (wl-summary-target-mark-mark-as-important): Ditto.
2265
2266 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2269
2270         * wl-action.el (wl-summary-print-argument): Print argument to
2271         right side of window if `wl-summary-print-argument-within-window'
2272         is non-nil.
2273
2274 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2275
2276         * wl-action.el (wl-summary-set-mark): Use
2277         `wl-summary-message-visible-p' to check visibility of the message
2278         and jump to message only when the message line is visible and have
2279         different number; Call wl-summary-unset-mark with number argument.
2280         (wl-summary-unset-mark): 
2281         Use `wl-summary-message-visible-p'
2282         to check visibility of the message and jump to message only when
2283         the message line is visible and have different number;
2284
2285 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2286
2287         * Version number is increased to 2.11.7.
2288
2289         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2290         and wl-folder-summary-line-format.
2291
2292         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2293         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2294         (wl-summary-set-score-mark): Use it.
2295         (wl-summary-target-mark-mark-as-read): Ditto.
2296         (wl-summary-target-mark-mark-as-unread): Ditto.
2297         (wl-summary-target-mark-mark-as-important): Ditto.
2298         (wl-summary-target-mark-msgs): Simplified.
2299         (wl-summary-detect-mark-position): Fixed problem when
2300         summary-line-format no contain persisten/temp mark spec.
2301         (wl-summary-temp-mark): Ditto.
2302         (wl-summary-persistent-mark): Ditto.
2303         (wl-summary-update-persistent-mark): Ditto.
2304
2305         * wl-action.el (wl-summary-set-mark): Ditto.
2306         (wl-summary-unset-mark): Ditto.
2307         All other related portions are changed.
2308
2309 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2310
2311         * Version number is increased to 2.11.6.
2312
2313 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2314
2315         * wl-util.el (wl-current-message-buffer): Define as function;
2316         Don't use the value of wl-messge-buffer.
2317
2318         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2319         persistent mark.
2320
2321         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2322         no current message, cause an error.
2323
2324 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * wl-summary.el (wl-summary-set-message-modified): Use
2327         elmo-folder-set-message-modified instead of
2328         elmo-folder-set-message-modified-internal.
2329
2330 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2331
2332         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2333         interactively.
2334         (wl-summary-sync): nokill->entirely.
2335         (wl-summary-sync-marks): Fixed message.
2336         (wl-summary-input-range): Added mark, nokill->entirely.
2337
2338         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2339         messages as read.
2340
2341 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2344         update-noscore.
2345         (wl-summary-sync): Follow the change above.
2346
2347 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-action.el (wl-summary-target-mark-all): Use
2350         elmo-folder-list-messages.
2351
2352 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2355         (wl-summary-rescan): Set wl-summary-scored as nil.
2356         (wl-summary-sync-force-update): Follow the change above.
2357         (wl-summary-sync): Ditto.
2358         (wl-summary-sync-update): Added argument disable-killed.
2359         (wl-summary-insert-headers): Set visible-only argument for
2360         elmo-folder-list-messages.
2361         (wl-summary-input-range): Added update-nokill, update-noscore,
2362         all-nokill, all-noscore and mark.
2363
2364         * Version number is increased to 2.11.5.
2365
2366         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2367
2368 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2371         (wl-summary-prefetch-region-no-mark): Change accordingly.
2372         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2373
2374 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-address.el (wl-complete-field-to): Abolished.
2377         (wl-complete-address): Completion function for completing-read.
2378         * wl-action.el (wl-summary-get-resend-address): Use it.
2379
2380         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2381         wl-summary-update-mark and abolish unused argument.
2382         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2383         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2384         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2385         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2386         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2387         * wl-draft.el (wl-draft-kill): Ditto.
2388
2389         * wl-summary.el: Remove unused binding of case-fold-search.
2390         (wl-summary-replace-status-marks): Abolished.
2391
2392 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2395         is specified or folder length is zero.
2396
2397 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2400         (wl-folder-archive-current-entity): Ditto.
2401
2402 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2405         retrieving message mark.
2406         (wl-summary-redisplay-internal): Ditto.
2407
2408         * wl-message.el (wl-message-buffer-display): Ignore errors while
2409         retrieving message-id field.
2410
2411         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2412         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2413         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2414         order of the arguments for `wl-expire-message-p'.
2415         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2416
2417         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2418         Check return value of wl-summary-reply.
2419         (wl-summary-reply): Recover window configuration when an error occured.
2420
2421 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-summary.el (wl-summary-resend-message): Abolished, the
2424         feature is inherited by wl-summary-resend (put resend mark).
2425
2426 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2427
2428         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2429         wl-message-buffer to nil when the message is hide.
2430
2431 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * .cvsignore: New file.
2434
2435 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-action.el (wl-summary-action-docstring): Add more info.
2438         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2439         duplicate definition.
2440         (wl-summary-define-mark-action): Functions wl-summary-*-region
2441         keep current position.
2442         (wl-summary-unregister-target-mark): Store result to the variable.
2443
2444 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * Version number is increased to 2.11.4.
2447
2448 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2449
2450         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2451         wl-summary-delete-all-temp-marks.
2452         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2453
2454         * wl-action.el (wl-summary-set-mark): Changed terminology
2455         refile-destination -> action-argument.
2456         (wl-summary-unset-mark): Ditto.
2457         (wl-summary-remove-argument): Ditto.
2458         (wl-summary-print-argument): Ditto.
2459
2460         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2461         (wl-thread-remove-argument-region): Ditto.
2462         (wl-thread-print-argument-region): Ditto.
2463         (wl-thread-close): Ditto.
2464         (wl-thread-open): Ditto.
2465
2466         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2467         (wl-highlight-refile-destination-face is abolished)
2468         (wl-highlight-action-argument-string): Ditto.
2469         (wl-highlight-summary-current-line): Highlight action argument.
2470
2471         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2472         color for light backgrounds.
2473         (wl-highlight-summary-answered-face): Ditto.
2474
2475 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2478
2479         * wl-score.el (wl-summary-score-update-all-lines): Use
2480         wl-summary-set-mark.
2481         (wl-summary-score-update-all-lines): Kill expunged messages.
2482
2483         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2484
2485 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2488         directly.
2489         (wl-score-overview-entity-get-lines): Ditto.
2490         (wl-score-overview-entity-get-xref): Ditto.
2491         (wl-score-get-latest-msgs): Ditto.
2492         (wl-summary-rescore): Ditto.
2493
2494         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2495         to "&".
2496         (wl-summary-mark-as-answered-internal): New inline function.
2497         (wl-summary-mark-as-answered): New function.
2498         (wl-summary-mark-as-unanswered): Ditto.
2499         (wl-summary-sync-marks): Modified for answered-mark synching.
2500
2501 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-action.el (wl-summary-set-mark): Fixed last change.
2504
2505 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2506
2507         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2508         behavior of wl-summary-unread-message-hook
2509         (Pointed out by akira yamada <akira@arika.org>).
2510
2511 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2514         wl-summary-delete.
2515         * wl-xmas.el (wl-summary-toolbar): Ditto.
2516
2517         * wl-action.el (wl-summary-set-mark): Don't override current
2518         temp-mark.
2519
2520         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2521
2522 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2525         (wl-refile-msgid-learn): Ditto.
2526         (wl-refile-get-field-value): Ditto.
2527
2528         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2529
2530         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2531         (wl-expire-delete-reserved-messages): Renamed from
2532         wl-expire-reserve-marked-msgs-from-list.
2533         (wl-expire-delete): Removed argument `msgdb'.
2534         (wl-expire-refile): Ditto.
2535         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2536         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2537         mark-alist as argument.
2538         (wl-expire-archive-number1): Removed argument `msgdb'.
2539         (wl-expire-archive-number2): Ditto.
2540         (wl-expire-archive-date): Ditto.
2541         (wl-expire-localdir-date): Ditto.
2542         (wl-expire-hide): Ditto.
2543         (wl-archive-number1): Ditto.
2544         (wl-archive-number2): Ditto.
2545         (wl-archive-date): Ditto.
2546         (wl-archive-folder): Ditto.
2547         All other related portions are changed.
2548
2549 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2550
2551         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2552         mean move up and down. (suggested by Takashi Kawachi)
2553
2554 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-acap.el (toplevel): Don't require un-define.
2557
2558 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2559
2560         * wl-thread.el (wl-thread-delete-message): Always update
2561         wl-summary-buffer-number-list.
2562
2563         * wl-action.el (wl-summary-print-destination): 
2564         Do nothing when folder is nil.
2565
2566 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2569         persistent mark when prefetch is succeeded.
2570
2571 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2574         instead of elmo-msgdb-delete-msgs.
2575         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2576         (wl-expire-hide): Ditto.
2577
2578         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2579
2580         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2581         elmo-msgdb interface.
2582         (wl-thread-get-exist-children): Likewise.
2583         (wl-thread-insert-message): Likewise.
2584         (wl-thread-msg-mark-as-important): Likewise.
2585         (wl-thread-insert-entity-sub): Likewise.
2586         (wl-thread-get-children-msgs-uncached): Likewise.
2587
2588         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2589         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2590         (wl-summary-sync-update): Likewise.
2591         (wl-summary-auto-select-msg-p): Likewise.
2592         (wl-summary-update-thread): Likewise.
2593         (wl-summary-mark-as-important): Likewise.
2594         (wl-summary-jump-to-msg-internal): Likewise.
2595         (wl-summary-redisplay-internal): Likewise.
2596         (wl-summary-print-message-with-ps-print): Likewise.
2597         (wl-summary-folder-info-update): Likewise.
2598
2599         * wl-folder.el (wl-folder-check-one-entity):
2600         elmo-folder-count-flags instead of wl-summary-count-unread.
2601
2602         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2603
2604         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2605
2606         * wl-summary.el (wl-summary-set-message-modified): 
2607         Call wl-summary-set-mark-modified.
2608         (wl-summary-delete-messages-on-buffer): Call
2609         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2610         (wl-summary-sync-update): Call elmo-folder-length instead of
2611         elmo-folder-messages.
2612         (wl-summary-insert-headers): Don't call
2613         elmo-folder-list-message-entities.
2614
2615 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-action.el (wl-summary-define-mark-action): Call
2618         `wl-summary-set-mark' with argument `data'.
2619         (wl-summary-auto-refile): Fixed order of arguments when call
2620         `wl-summary-refile'.
2621
2622 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2625
2626         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2627
2628         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2629         (Renamed from wl-highlight-summary-deleted-face).
2630         (wl-highlight-summary-resend-face): New face.
2631
2632         (wl-highlight-summary-deleted-face): Renamed from
2633         wl-highlight-summary-erased-face.
2634
2635         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2636
2637         * wl-action.el (wl-summary-get-resend-address): New function.
2638         (wl-summary-exec-action-resend): Ditto.
2639         (wl-summary-exec-action-resend-subr): Ditto.
2640
2641         * w-thread.el (wl-thread-copy): Removed definition.
2642         (wl-thread-refile): Ditto.
2643         (wl-thread-delete): Ditto.
2644         (wl-thread-target-mark): Ditto.
2645
2646         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2647         (wl-summary-target-mark-set-action): Fixed.
2648         (wl-summary-define-mark-action): Fixed quotation.
2649         (wl-summary-move-mark-list-messages): Display message.
2650         (wl-summary-define-mark-action): Define thread functions.
2651         (wl-summary-exec-action-refile): Changed message.
2652         (wl-summary-exec): Ditto.
2653
2654 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2655         
2656         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2657         '%%'.
2658
2659 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl.el (toplevel): Require wl-action.
2662         (wl-init): Call wl-summary-define-mark-action.
2663
2664         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2665
2666         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2667         wl-summary-delete and wl-summary-erase.
2668         (wl-summary-mode-map): Ditto.
2669
2670         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2671         wl-delete-folder-alist.
2672
2673         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2674         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2675         (toplevel): Moved mark & action related functions to the wl-action.el.
2676
2677         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2678         in wl-summary-mark-action-list.
2679         (wl-highlight-summary-current-line): Ditto.
2680
2681         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2682         empty lines.
2683
2684         * wl-action.el: New file. 
2685
2686 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-summary.el (wl-summary-target-mark-replace): New function.
2689         (wl-summary-target-mark-prefetch): Use it.
2690         (wl-summary-target-mark-delete): Ditto.
2691         (toplevel): Rearranged definition order.
2692         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2693         (wl-summary-target-mark-erase): Rewrite.
2694         (wl-summary-erase-region): New function.
2695         (wl-summary-exec-action-erase): Changed message.
2696         (wl-summary-move-mark-list-messages): New function.
2697         (wl-summary-exec-action-delete): Use it.
2698         (wl-summary-exec-action-erase): Ditto.
2699
2700         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2701         (wl-summary-skip-mark-list): Added "d".
2702
2703         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2704         while searching.
2705
2706         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2707         and define using defcustom;
2708         Define 4th element as a face.
2709         
2710         * wl-summary.el (wl-summary-incorporate): Use 
2711         `wl-summary-prefetch-region-no-mark' instead of
2712         `wl-summary-prefetch-region'.
2713         (wl-summary-prefetch-region-no-mark): Revival of old
2714         `wl-summary-prefetch-region'.
2715         (wl-summary-mark-action-list): Moved to wl-vars.el
2716
2717         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2718         face according to the `wl-summary-mark-action-list'.
2719         (wl-highlight-summary-current-line): Ditto;
2720         Removed destination highlighting.
2721
2722         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2723         (wl-highlight-summary-line-string): Highlight for "i" mark.
2724         (wl-highlight-summary-current-line): Ditto.
2725
2726         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2727         no destination.
2728
2729         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2730         exists, just go ahead.
2731         (wl-summary-prefetch-region): Rewrite.
2732         (wl-summary-prefetch): Ditto.
2733         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2734         (wl-summary-exec-action-prefetch): New function.
2735         (wl-summary-target-mark-prefetch): Rewrite.
2736
2737 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2740         (wl-highlight-summary-line-string): Added "d" and "D".
2741         (wl-highlight-summary-current-line): Ditto.
2742
2743         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2744         in wl-summary.el.
2745         (wl-thread-insert-entity-sub): Ditto.
2746         (wl-thread-remove-destination-region): Ditto.
2747         (wl-thread-print-destination-region): Ditto.
2748
2749         * wl-summary.el (wl-summary-buffer-refile-list,
2750         wl-summary-buffer-delete-list,
2751         wl-summary-buffer-copy-list): Abolish.
2752         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2753         All other related portions are changed.
2754         (wl-summary-mark-action-list): New variable.
2755         (wl-summary-set-mark): New function.
2756         (wl-summary-register-target-mark): Ditto.
2757         (wl-summary-unregister-target-mark): Ditto.
2758         (wl-summary-have-target-mark-p): Ditto.
2759         (wl-summary-register-temp-mark): Ditto.
2760         (wl-summary-unregister-temp-mark): Ditto.
2761         (wl-summary-registered-temp-mark): Ditto.
2762         (wl-summary-collect-temp-mark): Ditto.
2763         (wl-summary-unset-mark): Ditto.
2764         (wl-summary-set-target-mark): Ditto.
2765         (wl-summary-unset-target-mark): Ditto.
2766         (wl-summary-set-action-generic): Ditto.
2767         (wl-summary-unset-action-generic): Ditto.
2768         (wl-summary-exec-action-delete): Ditto.
2769         (wl-summary-exec-action-erase): Ditto.
2770         (wl-summary-set-action-refile): Ditto.
2771         (wl-summary-set-action-refile-subr): Ditto.
2772         (wl-summary-unset-action-refile): Ditto.
2773         (wl-summary-make-destination-numbers-list): Ditto.
2774         (wl-summary-exec-action-refile): Ditto.
2775         (wl-summary-set-action-copy): Ditto.
2776         (wl-summary-unset-action-copy): Ditto.
2777         (wl-summary-exec-action-copy): Ditto.
2778         (wl-summary-collect-numbers-region): Ditto.
2779         (wl-summary-delete): Rewrite.
2780         (wl-summary-erase): Ditto.
2781         (wl-summary-remove-destination): Ditto.
2782         (wl-summary-exec): Ditto.
2783         (wl-summary-exec-region): Ditto.
2784         (wl-summary-target-mark-erase): Ditto.
2785         (wl-summary-refile): Ditto.
2786         (wl-summary-copy): Ditto.
2787         (wl-summary-unmark): Ditto.
2788         (wl-summary-delete-all-mark): Ditto.
2789         (wl-summary-mark-line): Don't highlight.
2790         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2791         (wl-summary-target-mark-refile-subr): Rewrite.
2792
2793         (wl-summary-copy-prev-destination): Abolish.
2794
2795 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2796
2797         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2798         default values along the value of wl-on-mule.
2799         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2800         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2801         It is not used anywhere.
2802
2803 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2804
2805         * wl-summary.el (wl-summary-print-destination): Keep position.
2806         (wl-summary-cursor-move-surface): Keep horizontal position.
2807
2808 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2809
2810         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2811         write sendlog.
2812
2813 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2814
2815         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2816         `wl-summary-highlight'.
2817
2818 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2819
2820         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2821         trivial condition for temp-mark.
2822
2823 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2824
2825         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2826         when it hits killed buffer.
2827
2828 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2829
2830         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2831         * wl-news.el.in: `message' and `error' take format string.
2832
2833 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2834
2835         * wl-folder (wl-folder-insert-entity): Display a message,
2836         `...done', when the work finish.
2837         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2838
2839 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2840
2841         * wl-message.el (wl-message-redisplay): Remove unused local
2842         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2843
2844 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2845
2846         * wl-summary.el (wl-summary-replace-status-marks): Disable
2847         interactive use.
2848         (wl-summary-reedit): Check message existence at first.
2849         (wl-summary-mark-line): Fix doc, return value is indefinite.
2850
2851         * wl-highlight.el (wl-highlight-message): Arranged.
2852
2853         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2854         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2855         check temp-mark by wl-summary-temp-mark always.
2856         (wl-highlight-summary): Change accordingly.
2857         * wl-summary.el (wl-summary-mark-as-read-all)
2858         (wl-summary-delete-cache, wl-summary-set-score-mark)
2859         (wl-summary-mark-as-unread, wl-summary-unmark)
2860         (wl-summary-mark-line, wl-summary-mark-as-read)
2861         (wl-summary-mark-as-important): Ditto.
2862
2863         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2864         end of the window if possible.
2865         * wl-summary.el (wl-summary-sync-update): Support lazy
2866         highlighting.
2867         (wl-summary-toggle-disp-msg): Ditto.
2868
2869 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2870
2871         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2872
2873 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874
2875         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2876         change.
2877
2878 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2879
2880         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2881         API.
2882         (wl-summary-sync-update): Ditto.
2883
2884         * wl-score.el (wl-score-get-score-alist): Changed argument.
2885         (wl-summary-rescore-msgs): Likewise.
2886         (wl-summary-score-headers): Likewise.
2887         (wl-score-headers): Likewise;
2888         Use elmo-folder-do-each-message-entity, etc.
2889         (wl-summary-score-effect): Follow the changes above.
2890         (wl-summary-rescore): Ditto.
2891         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2892         (wl-score-get-overview): Abolish.
2893
2894         * wl-summary.el (wl-summary-default-from): Follow the API change in
2895         elmo-msgdb.
2896         (wl-summary-count-unread): Ditto.
2897         (wl-summary-detect-mark-position): Ditto.
2898         (wl-summary-overview-entity-compare-by-date): Ditto.
2899         (wl-summary-overview-entity-compare-by-number): Ditto.
2900         (wl-summary-overview-entity-compare-by-from): Ditto.
2901         (wl-summary-overview-entity-compare-by-subject): Ditto.
2902         (wl-summary-get-list-info): Ditto.
2903         (wl-summary-rescan): Ditto.
2904         (wl-summary-jump-to-msg-by-message-id): Ditto.
2905         (wl-summary-sync-update): Ditto; Removed comment.
2906         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2907         (wl-summary-insert-message): Use wl-summary-insert
2908         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2909         (wl-summary-insert-headers): Changed argument overview to folder.
2910         (wl-summary-search-by-subject): Likewise.
2911         (wl-summary-insert-thread): Renamed from 
2912         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2913
2914         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2915         too.
2916
2917         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2918         wl-string-member.
2919
2920 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2921
2922         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2923         elmo-folder-append-buffer.
2924         (wl-draft-queue-append): Likewise.
2925
2926         * wl-mime.el (wl-message-delete-current-part): Ditto.
2927         (wl-summary-burst-subr): Ditto.
2928
2929         * wl-news.el.in (wl-news-send-news): Ditto.
2930
2931 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2934         function.
2935         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2936         (wl-summary-update-mark): Enclose with save-excursion.
2937         (wl-summary-mark-as-read-internal): Fixed last change.
2938         (wl-summary-mark-as-important): Use 3rd argument of
2939         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2940         Don't use elmo-msgdb-set-mark.
2941         (wl-summary-redisplay-internal): If msgdb flag is already read,
2942         just update the mark on buffer.
2943
2944 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2945
2946         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2947         cut visible folder when elmo-folder-delete returns non-nil value.
2948
2949 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2952         by Kenichi OKADA <okada@opaopa.org>).
2953
2954 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2955
2956         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2957
2958 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2959
2960         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2961         Fixed the last change, search group entity by its real name.
2962         (Thanks to: KOBAYASHI Shinji)
2963
2964 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2965
2966         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2967         (wl-fldmgr-access-display-all): Don't refer visible name.
2968         * wl-expire.el (wl-folder-archive-current-entity)
2969         (wl-folder-expire-current-entity): Ditto.
2970         * wl-folder.el (wl-folder-jump-to-current-entity)
2971         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2972         (wl-folder-open-folder-sub,wl-folder-open-all)
2973         (wl-folder-write-current-folder): Ditto.
2974         (wl-folder-insert-entity): Don't use petname for normal group.
2975         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2976         is the real name.
2977         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2978         Abolished.
2979
2980 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2981
2982         * wl-draft.el (wl-draft-create-buffer): Add
2983         `wl-summary-reply-with-citation'
2984
2985 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2986
2987         * wl-draft.el (wl-draft-reply): Fixed.
2988
2989 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2990
2991         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2992         when `wl-draft-send-confirm-with-preview' is non-nil.
2993         You can scroll up/down by j/k.
2994         (wl-draft-send-confirm-with-preview): New variable (default=t).
2995
2996 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2999         (wl-fldmgr-save-folders): Fix comment.
3000
3001 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3004         along the last change in `wl-folder-buffer-group-p'.
3005
3006 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3009         folder.
3010
3011         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3012         the default value.
3013
3014         * wl-mime.el (wl-summary-burst): Update summary only when target
3015         folder equals current folder.
3016
3017 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3020
3021 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3022
3023         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3024         value.
3025
3026 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3029         `map-extents' instead of `extent-at' repeatedly.
3030         (wl-highlight-folder-current-line): Ditto.
3031
3032         * wl-highlight.el: Remove useless dummy functions.
3033
3034 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3037         (wl-folder-put-folder-property): New function to put text property.
3038         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3039         (wl-folder-insert-entity, wl-folder-update-diff-line)
3040         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3041         * wl-e21.el, wl-xmas.el, wl-mule.el
3042         (wl-highlight-folder-current-line): Ditto.
3043         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3044         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3045         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3046         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3047
3048 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * Version number is increased to 2.11.3.
3051
3052 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3053
3054         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3055         Resume current-buffer since it is assumed by remaining tasks.
3056
3057 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3058
3059         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3060         (wl-folder-completion-function): Abolished.
3061         (wl-folder-complete-folder): New function.
3062         (wl-folder-complete-filter-condition): Ditto.
3063         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3064         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3065
3066 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-draft.el (wl-draft-send-confirm): New function.
3069         (wl-draft-send): Use it.
3070
3071         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3072         cursor-in-echo-area while confirming.
3073
3074         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3075
3076         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3077         searching via nntp if wl-summary-search-via-nntp is 'force.
3078         Otherwise, invoke searching in nntp folder only.
3079         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3080
3081         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3082         explicitly for mime-make-text-tag.
3083
3084 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3085
3086         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3087         `mime-make-text-tag' instead of `mime-create-tag'.
3088
3089 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3092         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3093
3094 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3095
3096         * wl-score.el (wl-score-save): Bind print-length and print-level.
3097         (wl-score-pretty-print): Ditto.
3098         (wl-score-edit-insert-header-entry): Ditto.
3099
3100         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3101         "From" entry to be treated with wl-draft-eword-encode-address-list.
3102         * wl-mime.el (wl-draft-preview-message): Ditto.
3103
3104         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3105         (wl-summary-mark-as-unread): Ditto.
3106         (wl-summary-mark-as-read-region): Change accordingly.
3107         (wl-summary-mark-as-unread-region): Ditto.
3108         (wl-summary-target-mark-mark-as-read): Ditto.
3109         (wl-summary-target-mark-mark-as-unread): Ditto.
3110
3111 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3112
3113         * Version number is increased to 2.11.2.
3114
3115 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3116
3117         * wl-news.el.in (wl-news-previous-version-save): Bind
3118         print-length and print-level.
3119         * wl-thread.el (wl-thread-save-entities): Ditto.
3120         (wl-thread-save-top-list): Bind print-length.
3121
3122 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-highlight.el (wl-highlight-summary-line-string): Use
3125         wl-summary-score-below-mark, wl-summary-score-over-mark.
3126         (wl-highlight-summary-current-line): Ditto.
3127
3128 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3131         insert it.
3132
3133 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3134
3135         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3136
3137 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3138
3139         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3140         message without msgid.
3141         Rewrite with elmo-folder-move-messages.
3142         Set wl-message-buffer to nil.
3143
3144         * wl-summary.el (wl-summary-erase-subr): New function. Use
3145         elmo-folder-move-messages.
3146         (wl-summary-erase): Call it.
3147         (wl-summary-target-mark-erase): Ditto.
3148
3149 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3150
3151         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3152         it is not up-tp-date.
3153
3154 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3157         buffer after calling `wl-summary-goto-folder-subr' without the
3158         argument `interactive'.
3159         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3160
3161 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3162
3163         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3164         `mime-create-tag'. Use `string=' instead of `looking-at'.
3165
3166 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3167
3168         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3169         to avoid compile warning.
3170
3171         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3172         entity-id when folder is given.
3173         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3174         save-excursion, use save-selected-window instead.
3175         Select folder buffer window if exists.
3176         (To correct behavior with wl-folder-move-cur-folder.)
3177
3178 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3179
3180         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3181
3182 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3183
3184         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3185         list-count instead of %d.
3186
3187 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3188
3189         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3190         (wl-news): Set it.
3191         (wl-news-append-to-folder): Use it.
3192
3193         * wl-news.el.in (wl-news-send-news): Append to specified folder
3194         instead of wl-default-folder.
3195         (wl-news-append-to-folder): Show error message with specified folder.
3196
3197         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3198                 In most major modes, Emacs assumes that any opening
3199                 delimiter found at the left margin is the start of a
3200                 top-level definition, or defun. Therefore, *never put an
3201                 opening delimiter at the left margin unless it should have
3202                 that significance.*
3203
3204         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3205
3206 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3207
3208         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3209
3210 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3211
3212         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3213
3214 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3215
3216         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3217         for sequential numbering case.
3218
3219 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3222         value.
3223         (wl-draft-reply-without-argument-list): Ditto.
3224         (wl-draft-reply-myself-with-argument-list): Abolish.
3225         (wl-draft-reply-myself-without-argument-list): Ditto.
3226         * wl-draft.el (wl-draft-self-reply-p): New function.
3227         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3228
3229 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3232         (avoid error for the case without byte-compiling)
3233
3234 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3235
3236         * wl-news.el.in (wl-news-append-to-folder): New function.
3237         (wl-news-exit): Rewrite.
3238         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3239
3240 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3241
3242         * wl-draft.el (wl-draft-reply-position): New function.
3243         (wl-draft-reply-position): Fix.
3244         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3245         (wl-summary-target-mark-reply-with-citation): Ditto.
3246         (wl-summary-reply-with-citation): Ditto.
3247         * wl-vars.el (wl-draft-reply-default-position): New variable.
3248
3249 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3250
3251         * wl-draft.el (wl-draft-send): Preview when interactive send.
3252
3253 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3254
3255         * wl-draft.el (wl-draft-reply): Set default position.
3256         * wl-summary.el (wl-summary-reply): Ditto.
3257         (wl-summary-reply-with-citation): Ditto.
3258         (wl-summary-target-mark-reply-with-citation): Ditto.
3259
3260 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3261
3262         * wl-news.el.in (wl-news-lang): Set default value according to
3263         current-language-environment.
3264         (wl-news-append-news): Do nothing when news-list is nil.
3265
3266 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3267
3268         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3269         (wl-news): Change message.
3270         (wl-news-exit): Check buffer.
3271         (wl-news-force-exit): New function.
3272         (wl-news-show-all): New function.
3273         (wl-news-discard-and-exit): Fix.
3274
3275 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3276
3277         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3278         according to current-language-environment.
3279
3280         * wl-news.el.in (wl-news): If arg, show all NEWS after
3281         wl-news-default-previous-version.
3282
3283 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3284
3285         * wl-news.el.in (wl-news-check): Rewritten.
3286         (wl-news-previous-version-load): Change data type.
3287         (wl-news-previous-version-save): Change data type.
3288         (wl-news-append-news): Add return value.
3289         (wl-news-check-news): New function.
3290         (wl-news-already-current-p): New function.
3291         (wl-news-send-news): Rewritten.
3292         (wl-news-mode-map): Add new keybind.
3293         (wl-news): Rewritten.
3294         (wl-news-exit): Rewritten.
3295         (wl-news-discard-and-mail): New function.
3296         (wl-news-send-to-address): Abolished.
3297         * wl.el (wl-init): Delete a message.
3298
3299 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3300
3301         * wl-news.el.in (wl-news-exit): Update previous version.
3302         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3303
3304 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3305
3306         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3307
3308 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3309
3310         * wl-news.el.in (wl-news): New function.
3311         (wl-news-mode): New function.
3312         (wl-news-next-line): New function.
3313         (wl-news-next-page): New function.
3314         (wl-news-exit): New function.
3315         (wl-news-buf-name): New variable.
3316         (wl-news-mode-map): New variable.
3317         (wl-news-winconf): New variable.
3318         (wl-news-append-news): Add an option.
3319
3320 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3321
3322         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3323
3324 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3325
3326         * wl-news.el.in (wl-news-send-to-address): New variable.
3327         (wl-news-send-news): Use it.
3328         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3329         Return updating status.
3330         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3331
3332 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3333
3334         * wl-news.el.in (wl-news-send-news): Delete
3335         Organization and X-Face.
3336
3337 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3338
3339         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3340         (wl-news-append-news): New function.
3341         (wl-news-send-news): New function.
3342
3343 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3344
3345         * Version number is increased to 2.11.1.
3346
3347 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3348
3349         * wl-news.el.in : New file.
3350
3351 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3352
3353         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3354         default value.
3355         (wl-draft-reply-without-argument-list): Ditto.
3356
3357 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3358
3359         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3360         (wl-message-buffer-prefetch-idle-time): Ditto.
3361         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3362
3363 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-thread.el (wl-thread-insert-message): Use
3366         wl-summary-max-thread-depth.
3367
3368         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3369         loop detection.
3370
3371         * wl-message.el (wl-message-buffer-display): Back to the first page
3372         when cache is hit.
3373
3374 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3377
3378         * wl-summary.el (wl-summary-insert-thread-entity):
3379         If the thread depth is reached to wl-summary-max-thread-depth,
3380         divide the thread.
3381
3382 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3383
3384         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3385         for elmo-remove-passwd.
3386
3387 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3390         folder is sticky.
3391         (wl-folder-mark-as-read-all-entity): Ditto.
3392         (wl-folder-prefetch-entity): Ditto.
3393
3394 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3395
3396         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3397
3398 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3399
3400         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3401         Delete messages on buffer for unplugged operation.
3402         (wl-summary-erase): Ditto.
3403
3404 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3407         take nil so as not to search parent by subject.
3408
3409 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3410
3411         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3412         (wl-folder-get-next-folder): Ditto.
3413         (wl-folder-get-path): Ditto.
3414
3415 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3416
3417         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3418         system and encode the region with it before verifying.
3419
3420 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3423         system of the echo buffer before decoding.
3424
3425 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3426
3427         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3428         original contents.
3429
3430 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3433         with argument 'any-exists.
3434
3435 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3438         Use `wl-cs-autoconv'.
3439
3440 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3443         by `mime-view-automatic-conversion'.
3444
3445         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3446         (wl-message-verify-pgp-nonmime): Ditto.
3447         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3448         Bind them to C-c:d and C-c:v respectively.
3449
3450         Merge following code by Teranishi-san from [wl-en:00167].
3451         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3452         (wl-mime-preview-application/pgp-encrypted): Ditto.
3453         (wl-mime-setup): Add entry.
3454
3455 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * wl-summary.el (wl-summary-target-mark-erase): New function.
3458         Bind it to "mD".
3459
3460 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-vars.el (wl-draft-write-file-function): Fix.
3463         (wl-draft-reedit-hook): Changed default value.
3464
3465         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3466         wl-draft-reedit-hook.
3467         (wl-draft-remove-text-plain-tag): New function.
3468         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3469
3470         * wl-vars.el (wl-draft-write-file-function): New user option.
3471
3472         * wl-draft.el (wl-draft-prepare-edit): Use it for
3473         local-write-file-hooks.
3474         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3475
3476         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3477         (wl-draft-insert-mail-header-separator): Return the body beginning
3478         point.
3479         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3480         text/plain.
3481         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3482
3483 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-summary.el (wl-summary-erase): New function to erase message
3486         without moving it to trash. Bind to "D".
3487
3488         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3489         as `keep' unless switch-function.
3490
3491 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3492
3493         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3494         message buffer by using `wl-summary-toggle-disp-msg'.
3495         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3496         buffer window.
3497         (wl-summary-supresedes-message): Ditto.
3498
3499         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3500         Do not delete other windows.
3501         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3502         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3503         (wl-draft-create-buffer): Set reply-or-forward also for target
3504         mark commands.
3505
3506 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3507
3508         * wl-draft.el (wl-user-agent-compose): Delete special case for
3509         switch-to-buffer-other-window.
3510
3511         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3512         (wl-summary-forward): Ditto.
3513
3514         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3515         function.
3516         (wl-draft-buffer-style): New use option.
3517
3518         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3519         (wl-draft): Follow the change above.
3520         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3521         wl-draft-buffer-style.
3522         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3523         switch-function.
3524
3525 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3526
3527         * wl-address.el (wl-address-make-completion-entry): Extracted from
3528         `wl-address-make-completion-list'.
3529         (wl-address-enable-strict-loading): New variable.
3530         (wl-address-make-completion-list): Revive petname duplication
3531         inquiry, and enable it if `wl-address-enable-strict-loading'.
3532         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3533
3534 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-message.el (wl-message-get-original-buffer): Avoid
3537         'Selecting deleted buffer' error when original buffer is killed.
3538
3539 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-summary.el (wl-summary-next-message): Use
3542         elmo-message-accessible-p instead of elmo-message-cached-p.
3543
3544 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3547
3548         * wl-thread.el (wl-thread-open-all-unread): Use
3549         elmo-folder-list-flagged instead of
3550         elmo-folder-list-messages-mark-match.
3551
3552         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3553         instead of elmo-folder-list-messages-mark-match.
3554         (wl-summary-move-spec-alist): New variable.
3555         (wl-summary-move-spec-plugged-alist,
3556         wl-summary-move-spec-unplugged-alist): Abolish.
3557         (wl-summary-next-message): Follow the change above.
3558         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3559         with 'no-msg' argument.
3560
3561         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3562         variable.
3563         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3564         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3565         (wl-message-buffer-prefetch-get-next): Follow the change above.
3566
3567 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-version.el (wl-version): Changed codename.
3570
3571         * Version number is increased to 2.11.0.
3572
3573 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3574
3575         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3576         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3577         `wl-draft-config-variables'.
3578         (wl-draft-kill): Fixed problem when the draft is reedit.
3579
3580 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3581
3582         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3583         buffer-modified status (Thanks to
3584         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3585
3586 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-util.el (wl-region-exists-p): New function.
3589
3590         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3591         Remove defvars for byte-compile warnings.
3592
3593 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3596         defvar-maybe. Removed unused bind.
3597
3598 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3601         summary buffer window before creating new frame.
3602         (wl-draft-reply): Ditto.
3603
3604 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3605
3606         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3607
3608 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3609
3610         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3611
3612 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3613
3614         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3615         instead of `kill-region'.
3616
3617 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3620         (wl-highlight-summary-line-string): Use it.
3621         (wl-highlight-summary-current-line): Ditto.
3622
3623         * wl-mime.el (wl-message-delete-current-part): Check the class of
3624         mime-entity.
3625
3626         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3627
3628         * wl-summary.el (wl-summary-make-number-list): Initialize.
3629         (wl-summary-update-mark): New function.
3630         (wl-summary-reply): Put `answered' mark on the message.
3631         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3632
3633         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3634         (wl-draft-reply): Added optional argument `number';
3635         Set wl-draft-parent-number.
3636         (wl-draft-kill): Delete answered mark if it is a reply.
3637
3638 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3639
3640         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3641         that originates in mime-preview-follow-current-entity.
3642         (wl-draft-yank-current-message-entity): Use it if region is active.
3643
3644         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3645         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3646         `wl-message-delete-current-part'.
3647         * wl-mule.el (wl-message-define-keymap): Ditto.
3648         * wl-xmas.el (wl-message-define-keymap): Ditto.
3649
3650 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-mime.el (wl-message-delete-current-part): New function.
3653         (wl-mime-node-id-to-string): Ditto.
3654
3655         * wl-mime.el (wl-message-delete-current-part): Use existing
3656         original buffer which corresponds current mime-view buffer.
3657         (fetched buffer might have different structure, possibly)
3658
3659         * wl-mime.el (wl-message-delete-current-part): Quit if the
3660         message content differs from the actual message.
3661
3662 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3665         order.
3666         (wl-summary-search-by-subject): Search parent message from tail;
3667         Check the existence of the parent message on the current thread tree.
3668         (wl-summary-update-thread): Check whether the line is inserted.
3669
3670 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3671
3672         * wl-vars.el (wl-summary-line-format): Undo last change.
3673         * wl-summary.el (wl-summary-print-destination): Do not put
3674         invisible property when `wl-summary-width' is nil.
3675         (wl-summary-line-subject-minimum-length): Abolished.
3676         (wl-summary-line-subject): Ditto.
3677
3678 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-vars.el (wl-summary-line-format): Change default value.
3681         (wl-summary-subject-length-limit): Abolished.
3682         * wl-summary.el (wl-summary-line-subject): Ditto.
3683
3684 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-template.el (wl-template-select): Added optional argument.
3687         If optional argument is specified, reverse
3688         `wl-template-visible-select'.
3689
3690 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3693         Take prefix argument to force asking the destination folder.
3694
3695 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3698         count and update status.
3699
3700 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl-summary.el (wl-summary-redisplay-internal): If
3703         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3704         after fetching.
3705
3706 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3709         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3710
3711         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3712
3713 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3716         (All other related portions are changed).
3717         (wl-summary-mark-as-read-all): Rewrite.
3718
3719 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3722         `wl-summary-mark-as-read'.
3723         (wl-summary-mark-as-unread): Rewrite.
3724         (wl-summary-mark-as-read): Added no-modeline argument.
3725         (wl-summary-resume-cache-status): Rewrite.
3726         (wl-summary-exec-subr): Remove unused local variable.
3727
3728 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3729
3730         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3731         logic to call `wl-summary-buffer-prev-folder-function'.
3732         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3733
3734 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3737         is nil.
3738
3739 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3740
3741         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3742         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3743         (wl-mime-setup): Add its entry.
3744
3745 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3748         (wl-summary-delete-cache): Likewise.
3749         (wl-summary-mark-as-read): Rewrite.
3750
3751 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3754         `wl-summary-count-unread'.
3755
3756         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3757
3758         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3759
3760 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3763         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3764         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3765         Renamed to the elmo-msgdb-*-mark.
3766         (wl-summary-score-marks): Follow the change above.
3767         (wl-summary-auto-refile-skip-marks): Ditto.
3768         (wl-summary-incorporate-marks): Ditto.
3769         (wl-summary-expire-reserve-marks): Ditto.
3770
3771         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3772         changes.
3773         (wl-thread-insert-top): Changed updating message.
3774
3775         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3776         variable.
3777         (wl-summary-count-unread): Count answered marks.
3778         (wl-summary-rescan): Call wl-summary-insert-message instead of
3779         wl-summary-append-message-func-internal.
3780         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3781         (wl-summary-prefetch-msg): Follow the variable name changes.
3782         (wl-summary-prefetch-region): Ditto.
3783         (wl-summary-mark-as-read-all): Follow the API changes;
3784         Don't call elmo-folder-replace-marks.
3785         (wl-summary-delete-cache): Follow the variable name changes.
3786         (wl-summary-resume-cache-status): Ditto.
3787         (wl-summary-update-status-marks): New function.
3788         (wl-summary-insert-message): New function.
3789         (wl-summary-sync-marks): Follow the variable name changes.
3790         (wl-summary-sync-update): Synchronize to the msgdb, too;
3791         Changed update messages.
3792         (wl-summary-make-number-list): Rewrite.
3793         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3794         (wl-summary-mark-as-unread): Follow the API changes.
3795         (wl-summary-exec-subr): Follow the variable name changes.
3796         (wl-summary-mark-as-read): Ditto.
3797         (wl-summary-move-spec-plugged-alist): Ditto.
3798         (wl-summary-move-spec-unplugged-alist): Ditto.
3799         (wl-summary-cursor-move-surface): Ditto.
3800
3801         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3802         variable name changes.
3803         (wl-highlight-summary-current-line): Ditto.
3804
3805         * wl-expire.el (wl-expire-refile): Follow the API change in
3806         elmo-folder-move-messages.
3807         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3808         (wl-summary-archive): Use elmo-folder-msgdb instead of
3809         elmo-msgdb-load.
3810
3811 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-mime.el (wl-draft-preview-message): Restore the position
3814         before evaluating wl-draft-send-hook in preview buffer.
3815
3816 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3817
3818         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3819         when it creates new draft buffer.
3820
3821         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3822         without argument.
3823
3824         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3825         Evaluate content and if the value is string, insert it.
3826         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3827         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3828         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3829         wl-draft-config-sub-part-bottom): Use it.
3830
3831         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3832         with the folder name. The question was unintelligible when it is
3833         called from wl-save-status.
3834
3835 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3836
3837         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3838         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3839         cannot take second argument).
3840
3841 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3844         as t. Since type and subtype are not case sensitive (RFC 2045).
3845
3846 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3847
3848         * wl-vars.el (wl-message-mode-line-format): New variable.
3849         (wl-message-mode-line-format-spec-alist): Ditto.
3850         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3851         (wl-message-redisplay): Use wl-message-mode-line-format.
3852
3853 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3854
3855         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3856
3857 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3858
3859         * wl-summary.el (wl-summary-default-from): Write description.
3860
3861 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-vars.el (wl-ldap-objectclass): Abolish.
3864
3865         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3866         (wl-ldap-make-filter): Removed condition for objectclass.
3867         (wl-ldap-make-matched-value-list): Remove meaningless process.
3868         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3869         (wl-address-ldap-search): Don't add `*' to `pat' string;
3870         use ignore-errors; added `email';
3871         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3872         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3873         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3874
3875
3876 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3877
3878         * wl-draft.el (wl-draft-parent-folder): Write description.
3879         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3880
3881 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3884         as "" (zero-length string) if no parent.
3885         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3886
3887 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-address.el (wl-address-make-completion-list): Skip duplication
3890         checking.
3891         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3892         `append'.
3893
3894 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3895
3896         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3897         instead of `beginning-of-buffer'.
3898
3899 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3902
3903 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3906         Refer wl-message-buffer-name.
3907         (wl-message-wheel-down): Ditto.
3908
3909 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-vars.el (wl-message-buffer-name): New user option.
3912
3913         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3914         directly instead of making alist dinamically.
3915
3916         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3917         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3918         wl-message-buffer-cache-name.
3919         (wl-message-buffer-cache-clean-up): Ditto.
3920
3921         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3922
3923         * Version number is increased to 2.9.15.
3924
3925 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-vars.el (wl-summary-default-view-alist): New user option.
3928
3929         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3930
3931         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3932         while deleting address.
3933         (wl-draft-delete-myself-from-cc): Ditto.
3934
3935         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3936         If optional argument is specified, reverse sort order.
3937
3938         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3939
3940 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-thread.el (wl-thread-insert-message): Return parent number if
3943         exists.
3944         (wl-thread-update-indent-string-region): Use
3945         wl-thread-update-line-on-buffer-sub instead of
3946         wl-thread-update-line-on-buffer.
3947
3948 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3949
3950         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3951         (wl-folder-close-all): Ditto.
3952
3953 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3954
3955         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3956         and mailing-list:.
3957         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3958         value.
3959         (wl-summary-line-list-info): Print mailing-list name even when 
3960         list-number is empty.
3961
3962 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3965
3966         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3967         (wl-draft-open-file): Ditto.
3968         (wl-draft-random-alphabet): Ditto.
3969
3970         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3971         bindings.
3972
3973 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3976         * wl-vars.el (wl-draft-config-alist): Ditto.
3977
3978 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * Version number is increased to 2.9.14.
3981
3982         * wl.el (wl): Don't set wl-init as nil when error occured while
3983         auto-checking folders.
3984
3985         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3986         `elmo-expand-newtext'.
3987
3988 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3989
3990         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3991         `this-command' so that `wl-folder-goto-folder' contained in
3992         `wl-summary-keep-cursor-command' work.
3993
3994 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3997         message buffer displaying state.
3998
3999 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-vars.el (wl-summary-default-view): New variable to specify
4002         default value for `wl-summary-buffer-view' instead of using
4003         set-default.
4004         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4005
4006 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4007
4008         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4009
4010         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4011
4012 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4013
4014         * wl-vars.el (wl-forward-subject-prefix): New variable.
4015         * wl-draft.el (wl-draft-forward): Use it.
4016
4017 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4018
4019         * wl-message.el (wl-message-prev-page): When it is called without
4020         lines argument, scroll down by wl-message-scroll-amount lines.
4021         (wl-message-next-page): Ditto.
4022         * wl-vars.el (wl-message-scroll-amount): Change default value
4023         to preserve current behavior.
4024
4025 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4026
4027         * wl-summary.el (wl-summary-prefetch-msg): Bind
4028         `wl-message-entity' to call `wl-summary-from-function'.
4029
4030 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-message.el (wl-message-buffer-create): Run
4033         wl-message-buffer-created-hook.
4034
4035 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * wl-summary.el (wl-summary-sort-specs): New variable.
4038         (wl-summary-default-sort-spec): Ditto.
4039         (wl-summary-sort): Rewrite.
4040         (wl-summary-sort-by-list-info): New function.
4041
4042 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4043
4044         * wl-summary.el (wl-summary-get-list-info): New function.
4045         (wl-summary-sort): Rewrite.
4046         (wl-summary-line-list-info): Ditto.
4047         (wl-summary-line-list-count): Ditto.
4048         (wl-summary-refile-region): Fixed docstring.
4049
4050 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4051
4052         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4053         `wl-folder-entity-hashtb' as completion table.
4054
4055 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4058         only when this command is called interactively; silence the byte-
4059         compiler.
4060
4061 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4062
4063         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4064         active in XEmacs.
4065
4066 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4067
4068         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4069         plural lines.
4070
4071 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4074         of current line when the cursor is on the header name.
4075         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4076
4077 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4078
4079         * wl-util.el (wl-read-directory-name): Return displayed directory
4080         as the default value also on XEmacs.
4081
4082 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4083
4084         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4085         formatting.
4086
4087 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4088
4089         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4090         argument and when it is non-nil, check face property before
4091         highlighting for each line.
4092         (wl-highlight-summary-window): Set it.
4093
4094 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4097         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4098
4099         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4100         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4101         (wl-draft-get-fcc-list): Likewise.
4102
4103 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4106         (wl-thread-entity-cur): Ditto.
4107         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4108         wl-thread-indent-regexp setting.
4109         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4110
4111         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4112         wl-summary-lazy-highlight.
4113         (wl-summary-display-bottom): Ditto.
4114
4115         * wl-thread.el (wl-thread-open-close): Likewise.
4116
4117         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4118         from and subject;
4119         Bind wl-draft-use-frame;
4120         Enclose with save-window-excursion;
4121         Use wl-draft-create-buffer instead of with-temp-buffer;
4122         Use wl-draft-prepare-edit;
4123         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4124         Use wl-draft-send instead of wl-draft-raw-send.
4125
4126 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4129         of using wl-from.
4130
4131 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4134         insert-buffer instead of clone-buffer.
4135         (wl-draft-doing-mime-bcc): New variable.
4136         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4137         infinite loop.
4138         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4139
4140         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4141         (wl-draft-mime-bcc-body): Ditto.
4142
4143         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4144         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4145         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4146         wl-draft-do-mime-bcc.
4147         (wl-draft-mime-bcc-field): New function.
4148         (wl-draft-do-mime-bcc): Ditto.
4149
4150         * wl-address.el (wl-address-complete-header-list): New variable.
4151         (wl-address-complete-header-regexp): Changed default value.
4152
4153         * Version number is increased to 2.9.13.
4154
4155 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4158         it is differed.
4159
4160 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4161
4162         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4163         (wl-summary-line-list-count): Ditto.
4164
4165 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4166
4167         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4168         (wl-nntp-posting-function): New variable.
4169         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4170         `wl-nntp-posting-config-alist'.
4171
4172 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4175         FLIM.
4176
4177 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4178
4179         * wl-summary.el (wl-summary-target-mark-refile-sub):
4180         Remove a nuisance funcall.
4181
4182 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4185         as t for `try-completion'.
4186
4187 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-summary.el (wl-summary-default-from): Use
4190         wl-address-header-extract-address instead of
4191         std11-extract-address-components.
4192         (wl-summary-simple-from): Ditto.
4193         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4194         (wl-summary-insert-headers): Show message.
4195         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4196         for whole line.
4197         (wl-summary-default-from): Revert last change.
4198         (wl-summary-simple-from): Ditto.
4199         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4200         (wl-summary-mark-as-read-region): Follow the change above.
4201         (wl-summary-sync-marks): Ditto.
4202         (wl-summary-target-mark-mark-as-read): Ditto.
4203         (wl-summary-redisplay-internal): Ditto.
4204         (wl-summary-redisplay-no-mime-internal): Ditto.
4205         (wl-summary-redisplay-all-header): Ditto.
4206         (wl-summary-mark-as-read): Removed argument `cached';
4207         Use current cache status to set cache mark.
4208         (wl-summary-redisplay-internal): Follow the change above.
4209         (wl-summary-redisplay-no-mime-internal): Ditto.
4210         (wl-summary-redisplay-all-header): Ditto.
4211
4212         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4213
4214         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4215         Don't call itself recursively (Adviced by Yamaoka-san).
4216
4217 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4218
4219         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4220         bind wl-summary-highlight as nil to avoid error caused by missing
4221         local variables.
4222
4223 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4224
4225         * wl-vars.el (wl-invalid-character-message): New user option.
4226
4227         * wl-util.el (wl-set-string-width): If truncated string-width is
4228         larger than specified width, use `wl-invalid-character-message'.
4229
4230 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4231
4232         * wl-summary.el (wl-summary-prefetch-msg): 
4233         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4234
4235 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-vars.el (wl-summary-check-line-format): New user option.
4238         (wl-summary-line-format-file): Ditto.
4239
4240         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4241         variable.
4242         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4243         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4244         and `wl-summary-view-old-p' to check whether do a rescan or not.
4245         (wl-summary-view-old-p): New function.
4246         (wl-summary-line-format-changed-p): Ditto.
4247         (wl-summary-line-format-save): Ditto.
4248         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4249
4250         * wl-util.el (wl-set-string-width): Avoid using negative number
4251         for make-string.
4252
4253 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4254
4255         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4256         return value.
4257
4258         * wl-util.el (wl-set-string-width): Added optional argument
4259         `padding' (All other related portions are changed).
4260         (wl-line-parse-format): If the first letter of column number is
4261         `0', zero-padding the result (ex: "%05l").
4262
4263         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4264
4265 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4266
4267         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4268         sequential summary view.
4269
4270 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4273         if it doesn't have a -unix version.
4274
4275 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4278
4279 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4282         content.
4283         (wl-draft): Follow the change above.
4284
4285         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4286
4287         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4288         and wl-folder-summary-line-format-alist contain %T and %P.
4289
4290         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4291         (wl-summary-mode-line-format): New user option.
4292         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4293         (wl-summary-line-format): Changed default value.
4294         (wl-summary-lazy-highlight): Changed default value.
4295
4296         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4297         change in wl-summary-create-line.
4298         (wl-thread-insert-entity-sub): Ditto.
4299
4300         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4301         (wl-summary-buffer-unread-status): Ditto.
4302         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4303         (wl-summary-buffer-persistent-mark-column): Ditto.
4304         (wl-summary-buffer-mode-line-formatter): Ditto.
4305         (wl-summary-buffer-mode-line): Ditto.
4306         (wl-summary-message-regexp): Abolished.
4307         (All other related portions are changed.)
4308         (wl-summary-detect-mark-position): New function.
4309         (wl-summary-buffer-set-folder): Setup
4310         wl-summary-buffer-mode-line-formatter.
4311         (wl-summary-mode): Setup selective-display;
4312         Setup pre-idle-hook when xemacs.
4313         (wl-summary-update-modeline): Rewrite.
4314         (wl-summary-jump-to-msg): Define as function;
4315         Changed regexp for searching messages.
4316         (wl-summary-message-number): Rewrite.
4317         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4318         Do rescan when old type summary cache.
4319         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4320         (wl-summary-remove-destination): Use '\r' to detect EOL.
4321         (wl-summary-print-destination): Ditto.
4322         (wl-summary-temp-mark): New inline function.
4323         (wl-summary-persistent-mark): Ditto.
4324         (wl-summary-line-number): New function.
4325         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4326         (wl-summary-line-list-count): New function.
4327         (wl-summary-create-line): Added argument persistent-mark.
4328         (All other related portions are changed)
4329         (wl-summary-create-line): Insert '\r'.
4330         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4331         (wl-summary-cursor-move-surface): New inline function.
4332         (wl-summary-prev): Use it.
4333         (wl-summary-next): Ditto.
4334
4335         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4336         wl-summary-message-regexp.
4337         (wl-highlight-summary): Delete progress message.
4338         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4339
4340         * Version number is increased to 2.9.12.
4341
4342 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4345         variable (nil: no minimum).
4346         (wl-summary-line-subject): Add some spaces after subject by
4347         wl-summary-line-subject-minimum-length.
4348
4349 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4350
4351         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4352         and removed `F'.
4353         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4354         change above).
4355
4356 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-summary.el (wl-summary-line-list-count): Reverted.
4359         (example setting in samples/*/dot.wl is also updated)
4360
4361 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4364
4365         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4366
4367         * wl-vars.el (wl-summary-line-format): Addes some description to the
4368         docstring.
4369
4370         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4371         (wl-summary-line-close-bracket): Ditto.
4372         (wl-summary-line-children-number): Ditto.
4373         (wl-summary-line-thread-indent): Ditto.
4374         (wl-summary-line-children-and-from): Ditto.
4375
4376         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4377         't', 'c', 'F' and added 'C'.
4378
4379         * wl-util.el (wl-set-string-width): Accept negative value.
4380         (wl-line-parse-format): Added "%number(" and "%)".
4381
4382 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-summary.el (wl-summary-line-list-count): Change format of the
4385         return value.
4386
4387 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4388
4389         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4390         from the recent message.el.
4391         (wl-draft-point-in-header-p): Ditto.
4392         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4393         wl-draft-beginning-of-line.
4394         * wl-e21.el (wl-draft-mode-map): Ditto.
4395         * wl-xmas.el (wl-draft-mode-map): Ditto.
4396
4397         * wl-folder.el: Sort macrodefs by dependencies.
4398
4399 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4400
4401         * wl-summary.el (wl-summary-prev): Fixed regexp.
4402         (wl-summary-next): Ditto.
4403
4404 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4407
4408 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4409
4410         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4411         for backward compatibility.
4412
4413 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-summary.el (wl-summary-line-list-count): New function, merged
4416         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4417         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4418         list counts.
4419
4420 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4421
4422         * wl-summary.el (wl-summary-create-line): Ignore errors while
4423         timezone-fix-time.
4424
4425         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4426
4427         * wl-summary.el (wl-summary-sync-update): Ditto.
4428         (wl-summary-default-from): Use wl-message-entity
4429         instead of entity.
4430
4431         * wl-summary.el (wl-summary-create-line): Fix.
4432
4433         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4434         (wl-summary-line-format): New user option.
4435         (wl-folder-summary-line-format-alist): Ditto.
4436         (wl-summary-from-width): Abolished.
4437
4438         * wl-util.el (toplevel): Require 'bytecomp.
4439         (wl-line-parse-format): New function.
4440         (wl-line-formatter-setup): New macro.
4441
4442         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4443         (wl-summary-buffer-line-formatter): New buffer local variable.
4444         (wl-summary-switch-to-clone-buffer): Follow the change above.
4445         (wl-summary-message-regexp): Fix.
4446         (wl-summary-from-func-internal): Abolished.
4447         (wl-summary-subject-func-internal): Ditto.
4448         (wl-summary-subject-filter-func-internal): Ditto.
4449         (All other related portions are changed.)
4450         (wl-summary-buffer-set-folder):
4451         Set up wl-summary-buffer-number-column and 
4452         wl-summary-buffer-line-formatter
4453         (All other related portions are changed.)
4454         (wl-summary-buffer-number-column-detect): Abolished.
4455         (All other related portions are changed.)
4456         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4457         (wl-summary-delete-all-temp-marks-on-buffer): Use
4458         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4459         (wl-summary-target-mark-delete): Ditto.
4460         (wl-summary-target-mark-refile-subr): Ditto.
4461         (wl-summary-target-mark-mark-as-read): Ditto.
4462         (wl-summary-target-mark-mark-as-unread): Ditto.
4463         (wl-summary-target-mark-mark-as-important): Ditto.
4464         (wl-summary-target-mark-save): Ditto.
4465         (wl-summary-replace-status-marks): Renamed from
4466         wl-summary-set-status-marks-on-buffer;
4467         Use wl-summary-message-regexp instead of
4468         wl-summary-buffer-number-regexp.
4469         (wl-summary-sync-update): Follow the change above.
4470         (wl-summary-goto-previous-message-beginning): New function.
4471         (wl-summary-mark-as-unread): Use it.
4472         (wl-summary-mark-as-important): Ditto.
4473         (wl-summary-line-formatter): New variable.
4474         (wl-summary-line-year): New function.
4475         (wl-summary-line-day): Ditto.
4476         (wl-summary-line-day-of-week): Ditto.
4477         (wl-summary-line-hour): Ditto.
4478         (wl-summary-line-minute): Ditto.
4479         (wl-summary-line-open-bracket): Ditto.
4480         (wl-summary-line-close-bracket): Ditto.
4481         (wl-summary-line-children-number): Ditto.
4482         (wl-summary-line-thread-indent): Ditto.
4483         (wl-summary-line-size): Ditto.
4484         (wl-summary-line-subject): Ditto.
4485         (wl-summary-line-from): Ditto.
4486         (wl-summary-line-children-and-from): Ditto.
4487         (wl-summary-create-line): Rewritten.
4488         (wl-summary-format-date): Abolished.
4489
4490         * wl-highlight.el (wl-highlight-summary-current-line): Use
4491         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4492         Use thread structure to detect thread top message.
4493
4494         * wl-draft.el (wl-default-draft-cite): Don't use
4495         wl-summary-from-func-internal.
4496
4497         * wl-refile.el (wl-refile-subject-learn): Don't use
4498         wl-summary-subject-filter-func-internal.
4499         (wl-refile-guess-by-subject): Ditto.
4500
4501         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4502         parameters.
4503
4504         * wl-thread.el (wl-thread-update-indent-string-region):
4505         Use wl-thread-update-line-on-buffer instead of
4506         wl-thread-update-indent-string.
4507         (wl-thread-update-children-number): Redefine using
4508         wl-thread-update-line-on-buffer.
4509         (wl-thread-update-indent-string): Abolished.
4510
4511         * Version number is increased to 2.9.11.
4512
4513 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4516         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4517         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4518
4519         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4520         as nil.
4521
4522         * wl-thread.el (wl-thread-open-all-unread): Use 
4523         elmo-folder-list-messages-mark-match.
4524         (wl-thread-insert-message): Removed argument `mark-alist'.
4525         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4526         elmo-msgdb-set-mark.
4527         (wl-thread-get-children-msgs-uncached): Likewise.
4528         (wl-thread-get-exist-children): Added argument include-self.
4529         (wl-thread-delete-message): Follow the change above.
4530
4531         * wl-summary.el (wl-summary-count-unread): Removed argument.
4532         (wl-summary-rescan): Follow the change above.
4533         (wl-summary-mark-as-read-region): Ditto
4534         (wl-summary-mark-as-unread-region): Ditto.
4535         (wl-summary-delete-messages-on-buffer): Ditto.
4536         (wl-summary-sync-update): Ditto.
4537         (wl-summary-switch-to-clone-buffer): Ditto.
4538         (wl-summary-goto-folder-subr): Ditto.
4539         (wl-summary-target-mark-mark-as-read): Ditto.
4540         (wl-summary-target-mark-mark-as-unread): Ditto.
4541         (wl-summary-target-mark-mark-as-important): Ditto.
4542         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4543         (wl-summary-update-thread): Removed argument `mark-alist'.
4544         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4545         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4546         (wl-summary-resume-cache-status): Likewise.
4547         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4548         elmo-msgdb-set-mark.
4549         (wl-summary-mark-as-read-all): Likewise.
4550         (wl-summary-delete-cache): Ditto.
4551         (wl-summary-auto-select-msg-p): Ditto.
4552         (wl-summary-mark-as-unread): Ditto.
4553         (wl-summary-no-auto-refile-message-p): Ditto.
4554         (wl-summary-mark-as-read): Ditto.
4555         (wl-summary-mark-as-important): Ditto.
4556         (wl-summary-auto-refile): Follow the change above.
4557         (wl-summary-delete-all-marks): Removed.
4558         (wl-summary-resume-marks-and-highlight): Ditto.
4559         (wl-summary-resume-marks): Ditto.
4560         (wl-summary-delete-important-msgs-from-list): Ditto.
4561         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4562
4563         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4564         wl-summary-count-unread.
4565
4566         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4567         (wl-summary-score-update-all-lines): Use
4568         elmo-msgdb-set-mark.
4569
4570 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4573         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4574         (wl-summary-create-line): Renamed from
4575         wl-summary-overview-create-summary-line;
4576         Argument rearrangement.
4577         (wl-summary-update-thread): Follow the change above.
4578
4579         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4580         (wl-thread-insert-entity-sub): Likewise.
4581
4582         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4583         argument `overview', `mark-alist' and added `msgdb'.
4584
4585         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4586
4587         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4588         (wl-summary-rescan): Follow the change above.
4589         (wl-summary-sync-update): Ditto.
4590         (wl-summary-insert-thread-entity): Ditto;
4591         Don't use `let*' in every while loop;
4592         Detect infinite loop of threads.
4593         (wl-summary-update-thread): Removed argument `overview'.
4594
4595         * wl-thread.el (wl-thread-insert-message): Ditto.
4596
4597         * Version number is increased to 2.9.10.
4598
4599         * wl-message.el (wl-message-redisplay): Ignore errors while
4600         wl-message-redisplay-hook.
4601
4602 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4603
4604         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4605
4606 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl.el (wl): inhibit-quit while wl-folder.
4609
4610 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4613         while msgdb access.
4614
4615 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4616
4617         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4618         even if no folder is not created.
4619
4620 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4621
4622         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4623
4624         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4625         implementation.
4626         (wl-summary-target-mark-thread): Ditto.
4627
4628         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4629
4630 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4631
4632         * wl-util.el (wl-display-bytes): Remove unused function.
4633
4634 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4637         seems critical one (partially reverse the change in 2002/03/17).
4638
4639 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4642         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4643
4644 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4645
4646         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4647         is not writable.
4648         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4649         plugged status instead of `'force' as 2nd argument.
4650
4651         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4652         is not creatable.
4653
4654         * Version number is increased to 2.9.9.
4655
4656 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-summary.el (wl-summary-suspend): New function.
4659
4660 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4661
4662         * wl.el (wl): Do not check variables if check is nil.
4663         * wl-utils.el (wl-collect-draft): New function.
4664         * wl-folder.el (wl-folder-suspend): Put summary buffers
4665         and draft buffers at the end of buffer list.
4666         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4667
4668 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4669
4670         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4671         loop instead of recursive call.
4672
4673         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4674         2nd argument.
4675
4676 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-draft.el (wl-draft-create-contents): Don't take neither
4679         (function . args) nor (string . something) any more.
4680
4681         * wl-version.el (wl-generate-user-agent-string): Return string
4682         without header symbol.
4683         * wl-draft.el (wl-draft-default-headers): Use it.
4684
4685         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4686         `wl-draft-insert-ccs' and return field value instead of inserting
4687         the header. Abolish cc argument.
4688         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4689
4690         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4691         rather than one with string car.
4692
4693         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4694         * wl-draft.el (wl-draft-create-contents): Add it after the default
4695         headers.
4696
4697         * wl-draft.el (wl-draft-create-contents): For the case of
4698         (symbol-or-string . function) insert header only when the function
4699         returns string value.
4700
4701 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4704         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4705
4706 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708         * wl.el (wl-check-environment): Don't check Message-ID when
4709         `wl-insert-message-id' is nil.
4710         Revive checking if `wl-message-id-domain' contains "@".
4711
4712 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * wl.el (wl-check-environment): Merge examination for "@" at
4715         inappropriate position into the first string-match.
4716
4717         * wl-summary.el (wl-summary-target-mark-print): New function.
4718         (wl-summary-pipe-message-subr): Extracted from
4719         `wl-summary-pipe-message'.
4720         (wl-summary-target-mark-pipe): New function.
4721         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4722         `wl-summary-target-mark-pipe'.
4723
4724 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4727
4728 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl.el (wl-check-environment): Use elmo-warning instead of
4731         error for non-critical ones.
4732         Remove trash folder check.
4733         (wl): Don't ignore error in wl-check-environment.
4734
4735         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4736         check, which is moved from `wl-check-environment'.
4737         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4738
4739 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4742         guess anything, call wl-summary-write.
4743         (wl-summary-write): Create draft with blank To field.
4744         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4745
4746 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4749         argument full as well for wl-folder-write-current-folder.
4750         If wl-*-write-current-folder cannot guess addressee, add blank
4751         To header.
4752         Rewrite condition for positioning cursor.
4753
4754 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4757         summary buffer is present, use it.
4758         (wl-folder-jump-to-previous-summary): Ditto.
4759
4760 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4763
4764         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4765         wl-summary-previous-buffer and wl-summary-next-buffer.
4766
4767         * wl-folder.el (wl-folder-mode-map): Bind
4768         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4769         (wl-folder-jump-to-next-summary): New function.
4770         (wl-folder-jump-to-previous-summary): Ditto.
4771
4772         * wl-draft.el (wl-draft): Rearranged.
4773
4774 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4777         of header.
4778         (wl-draft): Collect arguments for the header as header-alist.
4779         (wl-draft-forward): Arrange arguments for wl-draft.
4780         (wl-draft-reply): Ditto.
4781         (wl-draft-edit-string): Ditto.
4782         * wl-summary.el (wl-summary-write): Ditto.
4783         (wl-summary-write-current-folder): Ditto.
4784
4785         * Version number is increased to 2.9.8.
4786
4787 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4790
4791         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4792
4793         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4794         even if the guess failed.
4795
4796         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4797         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4798         wl-summary-write-current-folder.
4799         * wl-xmas.el: Ditto.
4800
4801 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-summary.el (wl-summary-next-page): Force display message if
4804         message is not displayed yet.
4805         (wl-summary-prev-page): Ditto.
4806
4807 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4808
4809         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4810
4811 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4814         add "Preview Message" and "Save Draft and Exit".
4815
4816 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4817
4818         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4819         if addrmgr is called from draft in splitted window.
4820
4821         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4822         * wl-mule.el: Ditto.
4823         * wl-xmas.el: Ditto.
4824
4825 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4828
4829         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4830         * wl-xmas.el (wl-folder-toolbar): Ditto.
4831
4832 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4835         and wl-draft-save-and-exit.
4836         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4837         * wl-xmas.el: Ditto.
4838         * wl-mule.el: Ditto.
4839
4840         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4841         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4842
4843 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4846         lists for saving buffer.
4847
4848 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4851         parent-folder argument instead of it.
4852         (wl-draft-create-buffer): Ditto.
4853         (wl-draft-forward): Ditto.
4854         (wl-draft-reply): Ditto.
4855         * wl-summary.el (wl-summary-write): Ditto.
4856         (wl-summary-write-current-folder): Ditto.
4857
4858         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4859         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4860         Folder buffer after composing.
4861
4862 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4865         header if the file `wl-x-face-file' already contains it.
4866
4867 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4870         folder" entry.
4871         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4872         * wl-e21.el (wl-folder-toolbar): Ditto.
4873         * wl-xmas.el (wl-folder-toolbar): Ditto.
4874
4875 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4878         wl-folder-goto-folder with sticky argument.
4879         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4880
4881 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4884         and wl-summary-previous-buffer.
4885         (wl-summary-next-buffer): New function.
4886         (wl-summary-previous-buffer): Ditto.
4887
4888 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4889
4890         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4891         wl-folder-jump-to-current-entity-with-arg.
4892         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4893         `wl-folder-jump-to-current-entity'.
4894         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4895         `wl-summary-goto-folder-sticky'.
4896         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4897         `wl-summary-goto-folder'.
4898         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4899         Unless force-exit, do not clean temp. marks for sticky summary.
4900         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4901
4902 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4905         not entire.
4906
4907 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4910         to `C-x C-s'.
4911         (wl-summary-save-status): New command.
4912         (wl-summary-exit): Don't clean-up temp marks when sticky.
4913         (Applied patch from Nakayama-san [wl: 09548])
4914         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4915         Do nothing when no mark data.
4916         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4917         Call `wl-summary-delete-all-temp-marks' before saving.
4918
4919 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4920
4921         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4922
4923 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl.el (wl-check-environment): Also cause error when (system-name)
4926         returns "localhost.localdomain". (Although it doesn't affect because
4927         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4928
4929 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4932         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4933
4934         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4935         value.
4936
4937 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4940         Likewise r-cc-list and r-ng-list.
4941
4942 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4945         only if it is bound as variable.
4946
4947         * wl-mime.el (wl-draft-preview-message): Ditto.
4948
4949 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4952         needless `goto-char'.
4953
4954         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4955         `wl-summary-redisplay-no-mime-internal' instead of
4956         `wl-summary-redisplay-no-mime'.
4957         (wl-summary-redisplay-no-mime): Changed argument;
4958         Call `wl-summary-redisplay-no-mime-internal'.
4959
4960         * wl-mime.el (wl-draft-preview-message): Bind
4961         `mime-header-encode-method-alist' locally.
4962
4963         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4964         (wl-draft-std11-parse-addresses): Added the first address check.
4965         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4966
4967         * Version number is increased to 2.9.7.
4968
4969 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4972
4973 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4974
4975         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4976         related to scrollbar support, if there is no such a feature
4977         compiled in.
4978
4979 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4980
4981         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4982         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4983         for prefetch.
4984
4985 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4986
4987         * wl-summary.el (wl-summary-pick): Fix for no match.
4988
4989 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl-draft.el (wl-draft-save):
4992         Override `mime-header-encode-method-alist'.
4993
4994 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-folder.el (wl-folder-pick): New function.
4997         Define key as "?".
4998
4999 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5000
5001         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5002         Fix for unplugged.
5003
5004 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl-folder.el (wl-folder-virtual): New function.
5007         Define key as "V".
5008
5009 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5010
5011         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5012         multi folder if entity is group.
5013
5014 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5015
5016         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5017         is nil.
5018
5019 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5020
5021         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5022         (wl-summary-target-mark-msgs): Return the number of marked messages.
5023
5024 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5025
5026         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5027         "first:" is specified.
5028
5029 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl-vars.el (wl-from): Use return value of function
5032         user-full-name instead of the variable user-full-name since
5033         XEmacs-20.4 doesn't set this variable.
5034
5035 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5038         call `wl' directly.
5039
5040 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5041
5042         * wl-draft.el (wl-draft-reedit): Removed duplicated
5043         switch-to-buffers.
5044
5045 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * wl.el (wl-other-frame): Removed garbages.
5048
5049 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5052
5053         * wl-xmas.el (wl-draft-key-setup): Ditto.
5054
5055         * wl-mule.el (wl-draft-key-setup): Ditto.
5056
5057         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5058         (wl-draft-reedit): Ditto.
5059         (wl-draft-prepare-edit): Add `wl-draft-save' to
5060         `local-write-file-hooks'.
5061         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5062         (wl-draft-reedit): Set buffer-file-name.
5063         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5064
5065
5066         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5067         call it.
5068         (wl-delete-startup-frame-function): New variable.
5069         (wl-other-frame): New function
5070         (Original was written by Yamaoka san [wl: 09239]).
5071
5072         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5073         if `wl-folder-use-frame'.
5074
5075 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5076
5077         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5078
5079 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5080
5081         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5082         New variable.
5083         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5084         (wl-message-buffer-prefetch-get-next): Use them.
5085         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5086
5087 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5090         with unwind-protect.
5091
5092         * wl-draft.el (wl-draft-reedit): Rewrite.
5093         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5094         (wl-draft-save): Insert header separator if it does not exist;
5095         Removed condition-case.
5096
5097         * wl-summary.el (wl-summary-reedit): Revert last change.
5098
5099         * wl-draft.el (wl-draft-save): Rewrite.
5100         (wl-draft-create-buffer): Set buffer-file-name as nil.
5101
5102         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5103
5104         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5105
5106         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5107         nil.
5108
5109 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5110
5111         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5112         If count is nil, do not prefetch.
5113         (wl-message-buffer-prefetch-next): Next.
5114
5115 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5116
5117         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5118
5119 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5120
5121         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5122         `delete-backward-char'
5123         (wl-draft-prepare-edit): Check major-mode.
5124         (wl-draft-decode-header): Rewrite.
5125         (wl-draft): Fix.
5126
5127 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5130
5131 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5132
5133         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5134         (wl-message-buffer-prefetch-get-next): Remove size checking.
5135         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5136
5137 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5138
5139         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5140         (wl-draft-default-headers): Fix.
5141
5142 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-draft.el (wl-draft-default-headers): Insert return value of
5145         `wl-generate-mailer-string-function'.
5146
5147 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5150         (wl-draft-insert-mail-header-separator): Ditto.
5151
5152         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5153         again (Reverted the change on 2002-01-17 by OKADA san).
5154
5155 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5156
5157         * wl-draft.el (wl-draft): Rewrite.
5158         (wl-draft-create-buffer): New function.
5159         (wl-draft-create-contents): Ditto.
5160         (wl-draft-prepare-edit): Ditto.
5161         (wl-draft-decode-header): Ditto.
5162         (wl-draft-decode-body): Ditto.
5163         (wl-draft-check-new-line): Ditto.
5164         (wl-draft-default-headers): Ditto.
5165         (wl-draft-insert-mail-header-separator): Ditto.
5166
5167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * Version number is increased to 2.9.6.
5170
5171 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5172
5173         * wl-draft.el (wl-draft-delete-field): Optional argument.
5174         (wl-draft-delete-fields): Ditto.
5175
5176 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5177
5178         * wl-message.el (toplevel): Eliminated byte-compile warning.
5179         for `itimer-function', `delete-timer' and `itimer-list'.
5180
5181 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5182
5183         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5184         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5185         `wl-message-buffer-prefetch-threshold'.
5186         * wl-summary.el (wl-summary-redisplay-internal): Remove
5187         the check of `wl-message-buffer-prefetch-depth'.
5188
5189 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5190
5191         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5192         size of article.
5193         (wl-message-buffer-prefetch-subr): Remove size check.
5194
5195 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5196
5197         * wl-vars.el (wl-plugged): Make customizable.
5198
5199 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5200
5201         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5202         (wl-message-buffer-prefetch-set-timer): New function.
5203         (wl-message-buffer-prefetch-get-next): New function.
5204         (wl-message-buffer-prefetch): New function.
5205         (wl-message-buffer-prefetch-next): Rewrite.
5206         (wl-message-buffer-prefetch-subr): Rewrite.
5207         * wl-vars.el (wl-auto-prefetch-first): New variable.
5208         * wl-summary.el (wl-summary-goto-folder-subr): Call
5209         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5210
5211 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5212
5213         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5214         `wl-summary-unread-message-hook'.
5215
5216 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5217
5218         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5219         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5220         if range is `cache-status'.
5221
5222 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5223
5224         * wl-message.el (wl-message-buffer-prefetch-subr):
5225         Improve debug message.
5226
5227 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5230         `wl-mail-send-pre-hook'.
5231         (wl-draft-send-mail-with-qmail): Ditto.
5232         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5233
5234 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-message.el (wl-message-buffer-prefetch-subr):
5237         Fix for cancel-function-timers bug.
5238         (wl-message-buffer-prefetch-debug): Default value is t.
5239
5240 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5241
5242         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5243         (wl-message-buffer-prefetch-subr): Rewrite.
5244         Rename from `wl-message-buffer-prefetch'.
5245
5246 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5249         (wl-default-draft-cite-decorate-author): Ditto.
5250
5251         * wl-draft.el (wl-draft-cite-function): Removed.
5252         (wl-default-draft-cite-decorate-author): Ditto.
5253
5254 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5255
5256         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5257         (wl-default-draft-cite): Do not arrange author name if the value of
5258         `wl-default-draft-cite-decorate-author' is nil.
5259
5260 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5263
5264         * wl-folder.el (wl-folder-check-one-entity): Don't care
5265         `elmo-folder-use-flag-p'.
5266
5267 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5268
5269         * wl-folder (wl-folder-check-one-entity): Fix
5270         problem if unread is nil.
5271
5272 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-address.el (wl-address-make-completion-list): Check whether
5275         the address is a group list.
5276         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5277
5278 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5279
5280         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5281         The number of the messages of new and unread does not count
5282         correctly.
5283
5284         * wl-summary.el (wl-summary-count-unread): Changed to return
5285         `(new . unread)' instead of total.
5286         (wl-summary-sync-update): Follow the change above.
5287
5288         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5289
5290 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5291
5292         * wl-address.el (wl-address-make-completion-list): Do not enclose
5293         address by " <" and ">" if associated realname is "".
5294         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5295         This is against the promblem with group list in .addresses pointed
5296         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5297
5298 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5301         message is a format control string.
5302         * wl-expire.el (wl-expire-append-log): Ditto.
5303         * wl-mime.el (wl-summary-burst-subr): Ditto.
5304         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5305         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5306
5307 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5310         wl.el (wl-check-variables): Rename from `wl-check-type'.
5311         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5312         (wl-check-variables-2): New function.
5313         (wl): Call `wl-check-variables-2'.
5314
5315 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5318         after renaming folder in access group.
5319
5320 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5321
5322         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5323         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5324         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5325         (wl-message-buffer-prefetch): Rewrite.
5326         (wl-message-buffer-prefetch-idle-time): Removed.
5327         * wl-summary.el (wl-summary-redisplay-internal):
5328         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5329         Error check for `wl-message-buffer-prefetch-depht'.
5330
5331 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * Version number is increased to 2.9.5.
5334         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5335
5336 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5337
5338         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5339         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5340         Based on the patch written by
5341         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5342
5343 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-raw-send): Fix for
5346         `wl-news-send-pre-hook'
5347
5348 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5349
5350         * wl-utils.el (wl-message-id-function): New variable.
5351         * wl-draft.el (wl-draft-insert-required-fields):
5352         Use `wl-message-id-function'.
5353
5354 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5355
5356         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5357         * wl-utils.el (wl-draft-make-message-id-string):
5358         Use `wl-from' for domain part of Message-ID
5359         if `wl-message-id-use-wl-from' if non-nil.
5360         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5361
5362 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5363
5364         * wl.el (wl): Call `wl-check-type'
5365         Do not 'condition-case'.
5366
5367 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5368
5369         * wl.el (wl-check-type): New function.
5370         (wl-check-type-variables): New variable.
5371
5372 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5373
5374         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5375
5376 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * wl-draft.el (wl-smtp-password-key): New function.
5379         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5380         (wl-draft-send-mail-with-smtp): Ditto.
5381         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5382
5383 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5384
5385         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5386         * wl-utils.el (wl-unique-id-suffix): Remove.
5387
5388 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * Version number is increased to 2.9.4.
5391
5392 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * wl-utils.el (wl-unique-id-suffix): New variable.
5395         (wl-unique-id): Use `wl-unique-id-suffix'
5396
5397 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5398
5399         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5400         instead of `elmo-msgdb-search'.
5401
5402         * Version number is increased to 2.9.3.
5403
5404 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5405
5406         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5407
5408 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5409
5410         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5411         (wl-draft-dispatch-message): Changed for send-later.
5412         (wl-draft-queue-flush): Ditto.
5413         (wl-draft): Clear `wl-sent-message-queued'.
5414         (wl-draft-reedit): Ditto.
5415         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5416         * wl-vars.el (wl-draft-force-queuing): New variable.
5417         (wl-draft-force-queuing-mail): New variable.
5418         (wl-draft-force-queuing-news): New variable.
5419
5420 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5423         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5424
5425 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * Version number is increased to 2.9.2.
5428
5429 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * wl-draft.el (wl-draft-elide-region): New user command.
5432         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5433
5434         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5435         command `wl-draft-elide-region'.
5436         * wl-mule.el: Ditto.
5437         * wl-xmas.el: Ditto.
5438
5439 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5440
5441         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5442         (wl-biff-check-folder-async): Removed needless let.
5443
5444 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5447         wl-folder-get-elmo-folder.
5448         (wl-biff-check-folder): Set `biff' argument of
5449         `wl-folder-check-one-entity'.
5450         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5451
5452         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5453         (wl-folder-check-one-entity): Added `biff' argument;
5454         Setup `biff' slot of folder.
5455
5456         * Version number is increased to 2.9.1.
5457
5458 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5461         comment out and fixed.
5462         (wl-fldmgr-add-completion-subr): Ditto.
5463
5464         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5465         and msgdb.
5466
5467         * wl.el (wl-toggle-plugged): Save summary view.
5468
5469 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5472
5473 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5474
5475         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5476
5477 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5480         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5481         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5482
5483         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5484         if it was failed.
5485         (wl-demo): Disable undo in the demo buffer.
5486
5487 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-version.el (wl-version): Changed codename.
5490
5491         * Version number is increased to 2.9.0.
5492
5493 2001-12-14  Takuo KITAME <kitame@northeye.org>
5494
5495         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5496         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5497         (wl-folder-mark-as-read-all-current-entity): Ditto.
5498
5499 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-vars.el (wl-from-width): Define as obsolete variable.
5502         (wl-subject-length-limit): Ditto.
5503
5504         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5505
5506         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5507         wl-summary-save-view.
5508
5509         * wl.el (wl-save-status): Ditto.
5510         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5511
5512         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5513         (wl-summary-exit): Follow the change above.
5514         (wl-summary-goto-folder-subr): Ditto.
5515
5516         * wl-folder.el (wl-folder-create-subr): Don't use
5517         `elmo-folder-creatable-p'.
5518
5519 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5522
5523 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5526         rather than bitmap on Emacs 21.
5527         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5528         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5529         for xbm if the new redisplay engine is not available.
5530
5531 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-folder.el (wl-folder-init-hook): New hook.
5534         (wl-folder-init): Run `wl-folder-init-hook'.
5535
5536 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5539
5540 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-acap.el (wl-acap-cache-filename): New variable.
5543         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5544         (wl-acap-init): Use cache if no ACAP server found.
5545
5546 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5547
5548         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5549         `wl-acap-original-msgdb-dir'.
5550
5551         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5552         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5553
5554         * wl-mime.el (wl-mime-save-directory): Renamed from
5555         `wl-mime-save-dir'.
5556
5557 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5560
5561         * wl-demo.el: Require `path-util'.
5562         (wl-demo-bitmap-mule-available-p): New internal variable.
5563         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5564         `module-installed-p' instead.
5565         (wl-demo-insert-image): Use *.img file for a bitmap image.
5566         (wl-demo): Don't call the ascii demo recursively.
5567
5568 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5569
5570         * Version number is increased to 2.7.7.
5571
5572 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl.el (wl-exit): Eliminated byte-compile warning.
5575
5576 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5577
5578         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5579         obsolete variable using `elmo-define-obsolete-variable'.
5580         (wl-fetch-confirm-threshold): Ditto.
5581         (wl-cache-prefetch-folder-type-list): Ditto.
5582         (wl-cache-prefetch-folder-list): Ditto.
5583
5584 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5587         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5588         (wl-demo-insert-image): New function.
5589         (wl-demo-insert-text): New function.
5590         (wl-demo-image-type-alist): Redefine as a function.
5591         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5592         (wl-demo-with-temp-file-buffer): Removed.
5593         (wl-logo-xpm): Removed.
5594         (wl-logo-xbm): Removed.
5595         (wl-logo-bitmap): Removed.
5596
5597 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5598
5599         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5600         (wl-expire-localdir-get-folder-function): New user option.
5601         (wl-expire-localdir-get-folder): New function.
5602         (wl-expire-localdir-date): Ditto.
5603
5604 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5605
5606         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5607         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5608         Fixed unread number mismatch when all-unread < unread.
5609
5610 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5613         (wl-fetch-confirm-threshold): Ditto.
5614
5615         * wl-summary.el (wl-summary-confirm-appends): Removed.
5616         (wl-summary-sync-update): Don't refer
5617         `wl-summary-update-confirm-threshold' (It is now abolished).
5618
5619         * wl-message.el (wl-message-display-internal): Don't refer
5620         `wl-fetch-confirm-threshold' (It is now abolished).
5621
5622 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5625
5626 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5627
5628         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5629         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5630         Change default value to nil.
5631         (wl-summary-indent-length-limit): The value can be nil, nil means
5632         unlimited.
5633
5634         * wl-summary.el: Don't set limit for indent length if the value of
5635         wl-summary-indent-length-limit is nil.
5636         If the value of wl-summary-width is nil, it means only that the width
5637         of summary is unlimited (nil doesn't mean that the indent length is
5638         unlimited).
5639
5640         * wl-thread.el: Ditto.
5641
5642 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5643
5644         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5645         be nil, nil means never confirm.
5646         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5647
5648 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5651         means unlimited).
5652
5653 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5656         Use `with-temp-buffer'.
5657
5658 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5661         with new backquote style).
5662         (wl-folder-get-entity-from-buffer): Ditto.
5663
5664 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5665
5666         * wl-version.el (nemacs-version): Eliminated.
5667         (wl-extended-emacs-version2): Ignore nemacs.
5668         (wl-extended-emacs-version3): Ditto.
5669
5670 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5671
5672         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5673         (wl-draft-add-in-reply-to): New variable.
5674         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5675         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5676         (wl-draft-yank-from-mail-reply-buffer): Use
5677         `wl-draft-add-in-reply-to'.
5678         (wl-draft-insert-current-message): Ditto.
5679
5680 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5681
5682         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5683         typo (kill->hide).
5684         (wl-message-buffer-prefetch-folder-type-list): Added elements
5685         `mark' and `cache' instead of `internal'.
5686
5687 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5690         resume msgdb directory.
5691
5692 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl.el (wl-exit): Call `wl-acap-exit'.
5695
5696         * wl-summary.el (wl-summary-message-string): New function.
5697         (wl-summary-reedit): Use it.
5698         (wl-summary-resend-bounced-mail): Remove needless let.
5699         (wl-summary-supersedes-message): Ditto.
5700         (wl-summary-save): Ditto.
5701
5702         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5703         (wl-acap-init): Set it.
5704         (wl-acap-exit): New function.
5705
5706 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5707
5708         * wl.el (wl-init): Revert (require 'mime-setup). move from
5709         toplevel.
5710
5711 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5712
5713         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5714         local variables.  Add error when guess function return invalid
5715         value.
5716
5717 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5718
5719         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5720         Change local variable name.
5721         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5722         (wl-folder-get-newsgroups): Return nil when non-news folder.
5723         * wl-summary.el (wl-summary-write-current-folder): State through
5724         when guess-list return nil.
5725         (wl-summary-write-current-folder-functions): Fixed docstring.
5726
5727         * wl.el (wl-exit): Changed confirm message.
5728
5729         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5730         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5731
5732         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5733
5734 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5735
5736         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5737         user option (Renamed from wl-cache-prefetch-folder-type-list).
5738         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5739         from wl-cache-prefetch-folder-list).
5740
5741         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5742         Move to wl-vars.el.
5743         (wl-message-buffer-prefetch-p): Changed to enable
5744         `wl-message-buffer-prefetch-folder-list'.
5745
5746         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5747         `ignore-cache'.
5748
5749 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5750
5751         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5752         `part-top' and `part-bottom'.
5753         (wl-draft-config-sub-part-top): New function.
5754         (wl-draft-config-sub-part-bottom): New function.
5755
5756 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5759
5760 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5761
5762         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5763
5764 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5767
5768         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5769         (wl-summary-write-current-folder): Ditto.
5770
5771 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-folder.el (wl-folder-get-newsgroups): Use
5774         `elmo-folder-newsgroups'.
5775
5776 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5777
5778         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5779         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5780         `wl-draft-config-sub-header-bottom'.
5781
5782 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5783
5784         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5785         localnews folder.
5786
5787 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-summary.el (wl-summary-mode): Undo last change.
5790
5791         * wl-folder.el (wl-folder-mode): Ditto.
5792
5793 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5794
5795         * wl-summary.el (wl-summary-mode): Locally set
5796         truncate-partial-window-width to nil.
5797         (for XEmacs)
5798
5799         * wl-folder.el (wl-folder-mode): Ditto.
5800
5801 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5804
5805 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5808         number.
5809
5810         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5811
5812         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5813
5814         * Version number is increased to 2.7.6.
5815
5816 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5819
5820 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5821
5822         * wl-summary.el (wl-summary-sync-update): Enclose network
5823         related portion with `unwind-protect'.
5824
5825 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5826
5827         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5828
5829 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5832         element.
5833         * wl-vars.el (wl-message-body-button-alist): Ditto.
5834
5835         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5836         max match length.
5837         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5838
5839         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5840         for the max match length;
5841         Use 4th element value for the button string regexp group.
5842
5843         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5844         candidate exists, prompt to select.
5845
5846 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5847
5848         * wl-summary.el (wl-summary-jump-to-msg): Search before
5849         calibration point by `beginning-of-line'.
5850
5851 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5852
5853         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5854         for access group.
5855
5856 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-message.el (wl-message-display-internal): Bind
5859         `default-mime-charset'.
5860
5861         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5862
5863         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5864
5865         * Version number is increased to 2.7.5.
5866
5867 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5868
5869         * wl-expire.el (wl-summary-archive): Fixed;
5870         Use `elmo-folder-name-internal'.
5871
5872 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5873
5874         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5875         from `elmo-folder-move-messages' caller.
5876         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5877
5878         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5879         related portions are changed).
5880
5881 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5882
5883         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5884         counter.
5885
5886 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5887
5888         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5889         buffer local and set it to nil.
5890
5891         * wl-message.el (wl-message-redisplay): Ditto.
5892
5893 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-summary.el (wl-summary-mark-as-important): If message is
5896         already cached, set messag as read, otherwise encache and mark as read.
5897
5898 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5901         point-min.
5902
5903 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5906         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5907         a keymap.
5908
5909 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5912         parent.
5913
5914         * wl-mule.el (wl-message-define-keymap): Ditto.
5915
5916         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5917
5918         * wl-xmas.el (wl-message-display-internal-hook): Define.
5919         (wl-xmas-setup-message-toolbar): Define as function.
5920         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5921         (wl-message-overload-functions): Abolished.
5922         (wl-message-define-keymap): New function.
5923
5924         * wl-vars.el (wl-message-display-internal-hook): New variable.
5925         (wl-message-header-button-alist): New variable (Renamed from
5926         wl-highlight-message-header-button-alist).
5927         (wl-message-body-button-alist): Ditto.
5928
5929         * wl-mule.el (wl-message-define-keymap): New function.
5930         (wl-message-overload-functions): Abolished.
5931
5932         * wl-message.el (wl-message-add-buttons-to-body): New function.
5933         (wl-message-redisplay): Don't call wl-message-overload-functions;
5934         Call wl-message-add-buttons-to-header and
5935         wl-message-add-buttons-to-body.
5936         (wl-message-display-internal): Set keymap argument for
5937         elmo-mime-display-as-is, elmo-mime-message-display;
5938         Run wl-message-display-internal-hook.
5939         (wl-message-refer-article-or-url): Abolished.
5940
5941         * wl-highlight.el (wl-highlight-headers): Don't call
5942         wl-highlight-message-add-buttons-to-header.
5943         (wl-highlight-message-add-buttons-to-header): Abolished.
5944
5945
5946         * wl-e21.el (wl-message-display-internal-hook): Define.
5947         (wl-e21-setup-toolbar): Deleted duplicated binding.
5948         (wl-e21-setup-message-toolbar): Define as function.
5949         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5950         (wl-message-define-keymap): New function.
5951         (wl-message-overload-functions): Abolished.
5952
5953 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5956         and elmo-folder-close.
5957
5958         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5959
5960 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5961
5962         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5963         boolean value.
5964         * wl-draft.el (wl-draft-do-fcc): Ditto.
5965
5966 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-vars.el (wl-fcc-force-as-read): New variable.
5969         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5970         mark copied message as read.
5971
5972 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5973
5974         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5975
5976 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5977
5978         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5979         `wl-summary-target-above' instead of obsolete variable
5980         `wl-summary-temp-above'.
5981
5982         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5983         instead of `make-obsolete-variable'.
5984         * wl-refile.el (toplevel): Ditto.
5985
5986 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5989         with third argument t.
5990         (wl-draft): Set first argument for wl-plugged-init as t.
5991
5992         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5993         definition.
5994
5995 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5996
5997         * wl-vars.el: Tabify.
5998         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5999
6000         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6001         message.
6002
6003 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6004
6005         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6006         and set default to beep.
6007
6008 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6009
6010         * wl-vars.el (wl-draft-truncate-lines): New variable.
6011
6012         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6013         instead of wl-message-truncate-lines for truncate-lines.
6014
6015 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * wl-message.el (wl-message-display-internal): Call
6018         `wl-highlight-message' after `elmo-mime-display-as-is'.
6019
6020         * wl-mime.el (wl-mime-display-text/plain): New function.
6021         (wl-mime-display-header): Ditto.
6022         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6023         body-presentation-method for text/plain;
6024         Register `wl-mime-display-header' as a header-presentation-method;
6025         Don't set up `elmo-message-text-content-inserted-hook' and
6026         `elmo-message-header-inserted-hook'.
6027
6028         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6029         variable.
6030         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6031         as t if flag is 'all-header;
6032         Don't bind `elmo-message-ignored-field-list',
6033         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6034
6035 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6038         for xemacs with non-mule environment.
6039
6040 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6043         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6044         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6045
6046 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6047
6048         * wl-vars.el (wl-interactive-send): Set default value as t.
6049
6050 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6053         (wl-addrmgr-method-list): Abolished.
6054         (wl-addrmgr-change-method): Follow above change.
6055
6056         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6057
6058 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl-vars.el (wl-message-truncate-lines): Change default value
6061         to default-truncate-lines.
6062
6063         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6064
6065 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl-vars.el (wl-message-truncate-lines): New variable.
6068
6069         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6070         wl-message-truncate-lines.
6071
6072 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6073
6074         * wl-acap.el (wl-acap-init): Remove period from error message.
6075         (wl-acap-find-acap-service): Remove period from message.
6076
6077 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl.el (wl-check-environment): Undo last change.
6080
6081         * wl-vars.el (wl-from): Changed default value.
6082
6083         * wl-util.el (toplevel): Don't require tm-edit.
6084
6085         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6086         `wl-folder-init';
6087         Don't set mark on mail body.
6088         (wl-draft-reedit): Ditto.
6089
6090         * wl-address.el (wl-address-quote-specials): Define as an alias for
6091         elmo-address-quote-specials.
6092
6093 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6096
6097         * wl-vars.el (wl-from): Set default value as nil.
6098         (wl-organization): Set default value as ORGANIZATION environment
6099         variable.
6100
6101         * wl-draft.el (wl-smtp-extension-bind): Check value of
6102         wl-smtp-connection-type.
6103
6104         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6105         error.
6106
6107 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6108
6109         * Version number is increased to 2.7.4.
6110
6111         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6112         arguments from `wl-highlight-x-face-function' caller.
6113         Use x-face-1.3.6.12 or later.
6114
6115 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6116
6117         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6118
6119 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6122         (wl-fcc): Fix to accept function.
6123         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6124
6125 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6126
6127         * wl-acap.el (toplevel): Added `product-provide' declare.
6128         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6129
6130 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl.el (wl): Changed order of calling `elmo-init'
6133         and `elmo-folder-init'.
6134
6135 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6136
6137         * wl-mime.el (wl-summary-burst): Extract message when content-type
6138         of root entity is not only `multipart' but also `message/rfc822'.
6139         (wl-summary-burst-subr): Ditto.
6140
6141 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6142
6143         * wl-vars.el (toplevel): Require 'custom.
6144         (wl-trash-folder): Added to `wl-setting' group.
6145
6146         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6147         exists.
6148         (wl-addrmgr-draw): Insert empty line when no entry exists.
6149
6150         * wl-mule.el (wl-message-wheel-up): Fixed.
6151         (wl-message-wheel-down): Ditto.
6152
6153 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6154
6155         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6156         config is an anonymous lambda expression.
6157
6158 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6161         when Mule 2 is running.
6162
6163 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6164
6165         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6166
6167 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6170         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6171
6172         * wl-address.el (wl-address-specials-regexp): Eliminated.
6173         (wl-address-quote-specials): Rewrite.
6174
6175 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6178         shy-groups for regexp.
6179
6180         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6181         character classes and Perl style shy-groups for regexp.
6182         (wl-highlight-plugged-current-line): Use Posix style character
6183         classes for regexp.
6184         (wl-e21-highlight-folder-by-numbers): Ditto.
6185         (wl-e21-display-image-p): Use `display-images-p' instead of
6186         `display-graphic-p'.
6187         (display-images-p): Make an alias to `display-graphic-p' if it is
6188         not available.  It is for Emacs version prior to 21.0.105.
6189
6190         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6191         `display-graphic-p'.
6192         (wl-demo-image-type-alist): Ditto.
6193         (display-images-p): Make an alias to `display-graphic-p' if it is
6194         not available.  It is for Emacs version prior to 21.0.105.
6195
6196 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6197
6198         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6199         support.
6200         (wl-generate-user-agent-string): Ditto.
6201
6202         * wl-version.el (wl-version): Update docsting.
6203         (wl-version-status): Ditto.
6204
6205 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6206
6207         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6208         21.0.105.  For Emacs 21.0.104 or earlier.
6209
6210 2001-09-03  Takuo KITAME <kitame@northeye.org>
6211
6212         * wl-e21.el (wl-plugged-init-icons): Use
6213         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6214         (wl-biff-init-icons): Ditto.
6215
6216 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-highlight.el (wl-highlight-summary-current-line):
6219         Fixed highlighting refile/copy destination.
6220
6221         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6222         (wl-acap-store): Encode string by wl-acap-coding-system.
6223
6224 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-acap.el (toplevel): Check and require 'un-define before
6227         'xemacs-ucs;
6228          Added checking for UTF-2000.
6229
6230 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6233         Don't enclose with `eval-and-compile'.
6234
6235         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6236         wl-init is non-nil.
6237
6238         * wl-draft.el (wl-draft): Ditto.
6239
6240         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6241
6242         * wl-acap.el (toplevel): Require 'wl.
6243         (wl-acap-store): Call `elmo-init'.
6244
6245         * wl.el (wl): Changed position of `wl-check-environment'.
6246         (toplevel): Added autoload setting for wl-acap.
6247
6248         * wl-vars.el (wl-setting): New custom group.
6249         (wl-from): Added wl-setting group.
6250         (wl-user-mail-address-list): Ditto.
6251         (wl-organization): Ditto.
6252         (wl-subscribed-mailing-list): Ditto.
6253         (wl-envelope-from): Ditto.
6254         (wl-smtp-posting-user): Ditto.
6255         (wl-smtp-posting-server): Ditto.
6256         (wl-smtp-posting-port): Ditto.
6257         (wl-smtp-authenticate-type): Ditto.
6258         (wl-pop-before-smtp-user): Ditto.
6259         (wl-pop-before-smtp-server): Ditto.
6260         (wl-pop-before-smtp-port): Ditto.
6261         (wl-pop-before-smtp-authenticate-type): Ditto.
6262         (wl-nntp-posting-server): Ditto.
6263         (wl-nntp-posting-user): Ditto.
6264         (wl-nntp-posting-port): Ditto.
6265         (wl-fetch-confirm-threshold): Ditto.
6266         (wl-prefetch-threshold): Ditto.
6267         (wl-thread-insert-opened): Ditto.
6268         (wl-ldap-server): Ditto.
6269         (wl-ldap-port): Ditto.
6270         (wl-ldap-base): Ditto.
6271         (wl-ldap-objectclass): Ditto.
6272         (wl-use-ldap): Ditto.
6273         (wl-draft-config-alist): Ditto.
6274         (wl-draft-config-matchone): Ditto.
6275         (wl-template-alist): Ditto.
6276         (wl-message-sort-field-list): Ditto.
6277         (wl-message-ignored-field-list): Ditto.
6278         (wl-message-visible-field-list): Ditto.
6279         (wl-interactive-send): Ditto.
6280         (wl-summary-move-order): Ditto.
6281         (wl-auto-select-first): Ditto.
6282         (wl-auto-select-next): Ditto.
6283         (wl-interactive-save-folders): Ditto.
6284
6285         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6286         Initialization codes are moved from wl-local-folder-init.
6287         (wl-local-folder-init): Follow the change above.
6288         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6289
6290         * wl-acap.el: New file.
6291
6292         * Version number is increased to 2.7.3.
6293
6294 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6297
6298 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6301         (wl-addrmgr-address-entry-list): Ditto.
6302
6303 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-e21.el (wl-draft-mode-map): Removed binding for
6306         `wl-draft-insert-x-face-field'.
6307
6308         * wl-mule.el (wl-draft-mode-map): Ditto.
6309
6310         * wl-xmas.el (wl-draft-mode-map): Ditto.
6311
6312         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6313         (wl-cs-autoconv): Ditto.
6314         (wl-cs-local): Ditto.
6315         (wl-use-scoring): Ditto.
6316         (wl-mime-charset): Ditto.
6317         (wl-folder-check-async): Ditto.
6318
6319         * wl.el (toplevel): Ignore nemacs and tm.
6320         (wl-exit): Ditto.
6321
6322         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6323         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6324         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6325         instead of wl-address-petname-add-or-change.
6326         (wl-summary-edit-addresses-subr): Use wl-address-delete
6327         instead of wl-address-petname-delete.
6328
6329         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6330
6331         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6332         if error occured.
6333
6334         * wl-message.el (require): Remove tm support.
6335
6336         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6337
6338         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6339         (wl-folder-jump-to-current-entity): Ditto.
6340         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6341
6342         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6343         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6344         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6345
6346         * wl-mule.el (wl-draft-key-setup): Ditto.
6347
6348         * wl-xmas.el (wl-draft-key-setup): Ditto.
6349
6350         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6351         (wl-draft-std11-parse-addresses): New function.
6352         (wl-draft-parse-mailbox-list): Use it.
6353         (wl-draft): Ignore nemacs.
6354         (wl-draft-reedit): Ditto.
6355
6356         * wl-addrmgr.el: New file.
6357         (Original is wl-rcpt.el written by
6358         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6359         Thanks Kitamoto-san.)
6360
6361         * wl-address.el (wl-address-make-address-list): Modified parsing
6362         process.
6363         (wl-address-delete): Renamed from `wl-address-petname-delete';
6364         Modify wl-address-list too.
6365         (wl-address-add-or-change): Renamed from
6366         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6367
6368 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6369
6370         * wl-highlight.el (wl-highlight-summary-current-line):
6371           Work with transient-mark-mode
6372
6373 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * Version number is increased to 2.7.2.
6376
6377         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6378         instead of elmo-dop-queue-method.
6379
6380 2001-08-06  SAITO Atsunori <sai@yedo.com>
6381
6382         * wl-vars.el (wl-ldap-objectclass): New user option.
6383
6384         * wl-address.el (wl-ldap-make-filter): Use it.
6385
6386 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6389
6390 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-folder.el (wl-folder): redisplay after folder insertion.
6393
6394         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6395
6396         * wl-summary.el (wl-summary-sync-update):
6397         Change status mark only when new-msgdb exists.
6398         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6399
6400 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-summary.el (wl-summary-open-folder): New function.
6403         (wl-summary-goto-folder-subr): Use it.
6404         (wl-summary-mark-as-important): Fix;
6405         Encache only when no cache exists.
6406
6407 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6410         Use with-current-buffer.
6411
6412 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6413
6414         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6415         before call `get-buffer'. Fixed parenthesis.
6416         (wl-score-get-header-entry): Clear message and help window when
6417         keyboard quit.
6418         (wl-score-edit-insert-header): Ditto.
6419
6420 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6423         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6424         (wl-default-draft-cite): Fix.
6425
6426         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6427         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6428
6429 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-message.el (wl-message-prev-page): Do same bahavior
6432         as summary when it is called in the message buffer.
6433         (wl-message-next-page): Ditto.
6434
6435 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-summary.el (wl-summary-forward): Use cache if it is not
6438         section cache.
6439
6440 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6443         Removed redundant require of elmo-vars.
6444         (wl-biff-state-indicator-on): Changed default value for
6445         xemacs with non-mule environment.
6446
6447         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6448         wl-message-buffer is nil;
6449         Hide progress bar after moving messages.
6450
6451 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6454         message at cursor point is deleted.
6455
6456 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-vars.el: Changed file coding system to euc-japan.
6459         Added -*-coding:-*- magic to the first line.
6460
6461         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6462         Search parent from the first message.
6463
6464         * Version number is increased to 2.7.1.
6465
6466 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6467
6468         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6469
6470 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6473         refile/delete execution.
6474
6475         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6476         Fixed docstring.
6477
6478 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6481         do update process;
6482         Don't update marks when update process is interrupted.
6483
6484 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-summary-reply): Fixed problem when
6487         wl-draft-use-frame is non-nil.
6488         (wl-summary-forward): Ditto.
6489
6490         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6491         as nil.
6492         (wl-folder-mark-as-read-all-entity): Ditto.
6493         (wl-folder-prefetch-entity): Ditto.
6494
6495         * wl.el (wl): Check environment before wl-init.
6496
6497         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6498         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6499         instead of wl-summary-collect-unread.
6500         (wl-summary-reply): Split message window.
6501
6502 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6505         only if current language environment is japanese,
6506
6507         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6508         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6509         (wl-folder-goto-folder-subr): Ditto.
6510
6511         * wl-draft.el (wl-draft-dispatch-message): Call
6512         `elmo-file-cache-get-path'.
6513
6514 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-summary.el (wl-summary-cursor-move): If return value of
6517         wl-summary-next-message is not number, don't jump.
6518
6519 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl-summary.el (wl-summary-buffer-next-message-function): New
6522         variable.
6523         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6524         if it is bound.
6525
6526         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6527         string.
6528
6529         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6530         (wl-plugged-drawing): Ditto.
6531
6532 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6535         process.
6536         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6537         with unwind-protect.
6538
6539         * wl.el (wl-init): Require mime-setup.
6540         (wl-check-environment): Don't require mime-setup.
6541
6542         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6543         instead of elmo-folder-type.
6544
6545         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6546         value as nil.
6547
6548 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * Version number is increased to 2.7.0.
6551
6552         * wl-version.el (wl-version): Changed codename.
6553
6554         * wl-summary.el (wl-summary-delete-cache): Fixed.
6555
6556         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6557         Workaround for net folders.
6558         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6559
6560         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6561         value to nil (According to the patch from
6562         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6563
6564         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6565         of elmo-folder-close.
6566
6567 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6568
6569         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6570         for postfix.
6571
6572 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-summary.el (wl-summary-resend-message): Fixed.
6575
6576         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6577         Call wl-draft with `from' argument if its address is included in
6578         `wl-user-mail-address-list'.
6579         (wl-draft): Added `from' argument.
6580
6581         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6582         non-nil.
6583         (wl): Don't show demo if wl-demo is nil.
6584
6585         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6586         wl-summary-use-frame.
6587
6588         * wl-vars.el (wl-summary-use-frame): New user option.
6589         (wl-folder-use-frame): Changed docstring.
6590
6591         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6592         non-nil.
6593         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6594         wl-summary-use-frame.
6595
6596         * wl-vars.el (wl-folder-use-frame): New user option.
6597
6598         * wl-summary.el (wl-summary-exit): Back to folder frame if
6599         wl-folder-use-frame is non-nil.
6600         (wl-summary-redisplay-internal): Ignore cache if current folder
6601         is draft folder,
6602         (wl-summary-redisplay-no-mime): Ditto.
6603         (wl-summary-redisplay-all-header): Ditto.
6604
6605         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6606         if wl-folder-use-frame is non-nil.
6607
6608 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-summary.el (wl-summary-sync-update): Bind
6611         elmo-folder-update-threshold.
6612         (wl-summary-mark-as-important): Enclosed server mark processing
6613         with `save-match-data'.
6614
6615         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6616         only when it is already defined.
6617
6618 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6619
6620         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6621         name of folder exclude localdir is wrong.
6622         * wl-folder.el (wl-folder-sync-entity):
6623         Set `wl-summary-always-sticky-folder-list' as nil.
6624         (wl-folder-mark-as-read-all-entity): Ditto.
6625         (wl-folder-prefetch-entity): Ditto.
6626
6627 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6630         instead of `wl-summary-write-current-newsgroup'.
6631
6632 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6633
6634         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6635         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6636         non-nil and selected message is important, do not display.
6637
6638 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6641
6642 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6645
6646         * wl-summary.el (wl-summary-mark-as-important): Set message number
6647         using wl-summary-message-number.
6648
6649 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6650
6651         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6652         destination folder is 'null.
6653
6654 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6657         New function.
6658         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6659         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6660         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6661
6662 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-mime.el (wl-mime-setup): Added setting for
6665         `mime-setup-signature-key-alist' to avoid overriding key bind for
6666         `wl-draft-send'.
6667
6668         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6669         for `wl-draft-send'.
6670         * wl-mule.el (wl-draft-overload-functions): Ditto.
6671         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6672         * wl-draft.el (wl-draft-send): Ditto.
6673
6674         * wl-message.el (wl-message-display-internal):
6675         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6676         (Patch is provided by <kita@coe.nttdata.co.jp>).
6677
6678 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6681
6682 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl.el (wl): Fix for wl-demo.
6685
6686 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6689
6690 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6691
6692         * wl-folder.el (wl-folder-prefetch-entity): Use
6693         `wl-folder-get-elmo-folder'.
6694         (wl-folder-count-incorporates): Do not use
6695         `wl-folder-get-elmo-folder'.
6696
6697 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6700         instead of `elmo-folder-get-type'.
6701
6702 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6703
6704         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6705         position on Subject: field.
6706         (Advised by Mito <mit@nines.nec.co.jp>)
6707
6708 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6709
6710         * wl-folder.el (wl-folder-prefetch-entity): Use
6711         `wl-folder-get-elmo-folder'.
6712
6713 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6716
6717         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6718         `process-duplicates' slot.
6719
6720         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6721         if detection failed.
6722
6723 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6724
6725         * wl-version.el (wl-version-status): Set to "alpha".
6726
6727 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6730         Check wl-message-buffer lives before set-buffer.
6731
6732 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6733
6734         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6735         called in folder mode.
6736         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6737         * wl-summary.el (wl-summary-exit-pre-hook): Run
6738         `wl-summary-exit-pre-hook' before exit summary mode.
6739
6740 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6741
6742         * wl-version.el (wl-version-status): New variable.
6743         (wl-version-status-alist): Removed.
6744         (wl-version-status): Rule included.
6745
6746 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6749         @sponichi.
6750
6751         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6752         when `mail-reply-buffer' is buffer-local variable.
6753         (Reported by <kita@coe.nttdata.co.jp>).
6754
6755 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6756
6757         * wl-vars.el (toplevel): Require 'elmo-util.
6758
6759 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6762         (All other related portions are changed)
6763
6764         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6765
6766         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6767
6768 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6769
6770         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6771
6772 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6775         Delete other windows to avoid an error.
6776         Use `point-marker' instead of `point' to remember the start point
6777         of body.
6778
6779         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6780
6781         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6782         number not to exceed all message number.
6783
6784 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6785
6786         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6787         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6788
6789 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-summary.el (wl-summary-sync-force-update): Added argument
6792         no-check.
6793         (wl-summary-sync-update): Ditto.
6794         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6795         with `no-check'.
6796
6797         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6798         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6799         already running.
6800
6801 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6802
6803         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6804         `dst-folder-arg'.
6805         (wl-expire-archive-number1): Diito.
6806         (wl-expire-archive-number2): Diito.
6807         (wl-expire-archive-Date): Diito.
6808         (wl-archive-number1): Diito.
6809         (wl-archive-number2): Diito.
6810         (wl-archive-date): Diito.
6811         (wl-archive-folder-p): New function.
6812         (wl-summary-expire): Support of expand folder name at
6813         wl-expire-alist.
6814         * wl-util.el (wl-expand-newtext): Renamed from
6815         `wl-refile-expand-newtext'.
6816
6817 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6818
6819         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6820         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6821         `(elmo-msgdb-get-overview msgdb)'.
6822         (wl-summary-prefetch): Bind match data before call
6823         `wl-summay-prefetch-msg'.
6824         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6825         'off if `wl-summary-buffer-disp-msg' is non-nil.
6826         Fixed problem that couldn't show only one new or unread message when
6827         enter folder.
6828         (wl-summary-reply): Don't call `split-window-vertically' and other
6829         window.
6830
6831 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-expire.el (wl-expire-refile): Fixed.
6834
6835 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6838
6839         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6840         biff notification is removed.
6841
6842         * wl.el (wl): Changed position of `elmo-init'.
6843
6844         * wl-draft.el (wl-default-draft-cite): Use date field
6845         on the citation buffer.
6846
6847         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6848
6849         * wl-xmas.el (wl-folder-internal-icon-list): Added
6850         `wl-folder-shimbun-image'.
6851
6852         * wl-e21.el (wl-folder-internal-icon-list): Added
6853         `wl-folder-shimbun-image'.
6854
6855 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl.el (wl-init): Eliminated argument.
6858         (wl): Rewrite.
6859
6860         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6861         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6862         instead of `elmo-folder-msgdb-internal'.
6863         (wl-summary-sync-update): Ditto.
6864         (wl-summary-flush-pending-append-operations): Eliminated.
6865         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6866         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6867         `elmo-folder-open'.
6868
6869         * wl-mime.el (wl-summary-burst): Fixed.
6870
6871         * wl-folder.el (wl-folder-info-save): Check data type.
6872
6873         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6874         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6875         instead of `elmo-folder-msgdb-internal'.
6876         (wl-expire-hide): Ditto.
6877
6878
6879         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6880
6881 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6882
6883         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6884
6885 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6886
6887         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6888
6889 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6890
6891         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6892         Fixed `match-beginning' argument mismatch.
6893
6894 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6895
6896         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6897         the default value.
6898
6899 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6902         instead of `elmo-nntp-default-port'.
6903
6904         * wl-vars.el: Fixed some doc strings.
6905
6906 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-summary.el (wl-summary-prefetch-msg): Use
6909         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6910
6911         * wl-vars.el: Define *-func as obsolete variable using
6912         `elmo-define-obsolete-variable'.
6913
6914         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6915         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6916         instead of `wl-message-buffer-prefetch-threshold'.
6917
6918         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6919
6920         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6921
6922         * wl-draft.el (wl-caesar-region-func): Ditto.
6923
6924         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6925         Keep unread status in elmo-folder-move-messages.
6926         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6927
6928 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6929
6930         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6931         `wl-summary-buffer-exit-func'
6932         (wl-summary-buffer-message-redisplay-function): Renamed from
6933         `wl-summary-buffer-message-redisplay-func'
6934         (wl-summary-buffer-next-folder-function): Renamed from
6935         `wl-summary-buffer-next-folder-func'.
6936         (wl-summary-buffer-prev-folder-function): Renamed from
6937         `wl-summary-buffer-prev-folder-func'.
6938         (wl-summary-get-petname-function): Renamed from
6939         `wl-summary-get-petname-func'.
6940
6941         * wl-score.el (wl-score-edit-exit-function): Renamed from
6942         `wl-score-edit-exit-func'.
6943
6944         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6945         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6946
6947         * wl-util.el (wl-load-profile-function): Renamed from
6948         `wl-load-profile-func'.
6949
6950         * wl-folder.el (wl-folder-completion-function): Renamed from
6951         `wl-folder-completion-func'.
6952         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6953
6954         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6955         `wl-expire-archive-get-folder-func'.
6956         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6957         (wl-draft-send-mail-function): Renamed from
6958         `wl-draft-send-mail-func'.
6959         (wl-draft-send-news-function): Renamed from
6960         `wl-draft-send-news-func'.
6961         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6962         (wl-generate-mailer-string-function): Renamed from
6963         `wl-generate-mailer-string-func'.
6964         (wl-highlight-signature-search-function): Renamed from
6965         `wl-highlight-signature-search-func'.
6966         (wl-highlight-x-face-function): Renamed from
6967         `wl-highlight-x-face-func'
6968         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6969         (wl-ps-print-buffer-function): Renamed from
6970         `wl-ps-print-buffer-func'
6971         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6972         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6973         (wl-summary-subject-filter-function): Renamed from
6974         `wl-summary-subject-filter-func'.
6975
6976         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6977         `wl-draft-queue-flush-send-func'
6978         (wl-draft-cite-function): Renamed from
6979         `wl-draft-cite-func'
6980
6981         * wl-address.el (wl-address-init-function): Renamed from
6982         `wl-address-init-func'.
6983
6984 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6985
6986         * wl-draft.el (wl-draft-queue-flush): Don't call
6987         `elmo-dop-unlock-message'.
6988         * wl-draft.el (wl-draft-queue-append): Don't call
6989         `elmo-dop-lock-message'.
6990
6991         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6992         (wl-summary-buffer-folder-name): Ditto.
6993         (wl-summary-message-regexp): Added '-' (all other related portions
6994         are changed).
6995         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6996         wl-summary-buffer-folder-name.
6997
6998 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6999
7000         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7001         the number of mails in the folder buffer is not updated by wl-biff.
7002
7003 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7006         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7007
7008 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-summary.el (wl-summary-next-message):
7011         Return next message number when wl-summary-move-order is nil.
7012
7013 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7014
7015         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7016         `wl-summary-move-spec-alist'.
7017         (wl-summary-move-spec-unplugged-alist): New variable
7018         (Move spec for unplugged status).
7019         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7020         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7021
7022 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7023
7024         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7025         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7026
7027 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7028
7029         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7030         simple quotation to quote the anonymous function.
7031         * tm-wl.el (wl-draft-preview-message): Ditto.
7032
7033 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7034
7035         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7036         Eliminate redundant `save-excursion'.
7037         (wl-highlight-summary-current-line): Ditto.
7038
7039         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7040         accessing match data when `looking-at' failed.
7041
7042         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7043         `elmo-match-string' where users don't care about the speed.
7044         (wl-draft-save): Ditto.
7045
7046 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-util.el (wl-regexp-opt): New function.
7049
7050         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7051         number from `wl-summary-buffer-number-list'.
7052         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7053         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7054         (wl-summary-move-spec-alist): Changed default setting.
7055
7056 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7057
7058         * wl-vars.el (wl-biff-notify-hook): New hook.
7059         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7060         the arrival of new mail.
7061         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7062         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7063
7064 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7067
7068 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7071
7072         * Version number is increased to 2.5.8.
7073
7074         * wl-thread.el (toplevel): require 'cl.
7075         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7076         (wl-thread-make-number-list): New function.
7077         (wl-thread-entity-make-number-list-from-children): Ditto.
7078         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7079         (wl-thread-entity-insert-as-children): Likewise.
7080         (wl-thread-delete-message): Likewise.
7081         (wl-meaning-of-mark): Eliminated.
7082         (wl-thread-next-failure-mark-p): Ditto.
7083         (wl-thread-entity-get-mark): Ditto.
7084         (wl-thread-meaning-alist-get-result): Ditto.
7085         (wl-thread-entity-check-prev-mark): Ditto.
7086         (wl-thread-entity-check-next-mark): Ditto.
7087         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7088         (wl-thread-entity-get-prev-marked-entity): Ditto.
7089         (wl-thread-get-prev-unread): Ditto.
7090         (wl-thread-jump-to-prev-unread): Ditto.
7091         (wl-thread-get-next-unread): Ditto.
7092         (wl-thread-jump-to-next-unread): Ditto.
7093         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7094         (wl-thread-entity-get-next-marked-entity): Ditto.
7095
7096         * wl-summary.el (wl-summary-buffer-number-list):
7097         New bufer-local variable.
7098         (wl-summary-switch-to-clone-buffer): Clone
7099         `wl-summary-buffer-number-list'.
7100         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7101         (wl-summary-cursor-move-regex): Eliminated.
7102         (wl-summary-cursor-up): Rewrite.
7103         (wl-summary-cursor-down): Ditto.
7104         (wl-summary-mode-spec-alist): New variable.
7105         (wl-summary-next-message): New inline function.
7106         (wl-summary-cursor-move): New function.
7107         (wl-summary-default-get-next-msg): Rewrite.
7108         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7109         (wl-summary-rescan): Ditto.
7110         (wl-summary-sync-all-init): Ditto.
7111         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7112         summary is not thread view.
7113         (wl-summary-sync-update): Ditto.
7114         (wl-summary-rescan): Ditto.
7115         (wl-summary-make-number-list): New function.
7116
7117         * wl-draft.el: "FCC" -> "Fcc".
7118
7119 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-highlight.el (wl-highlight-summary-window):
7122         Call `set-buffer-modified-p'.
7123
7124         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7125         (wl): Call `elmo-init' and fix.
7126
7127         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7128         Use new variables.
7129
7130         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7131
7132 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7135
7136 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7137
7138         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7139
7140 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7141
7142         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7143         `wl-use-toolbar' nor `display-graphic-p'.
7144         (wl-e21-setup-message-toolbar): Ditto.
7145         (wl-e21-setup-summary-toolbar): Ditto.
7146         (wl-e21-setup-folder-toolbar): Ditto.
7147
7148         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7149         (wl-plugged-init-icons): Ditto.
7150
7151         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7152         `display-graphic-p'.
7153         (wl-plugged-set-folder-icon): Ditto.
7154         (wl-highlight-plugged-current-line): Ditto.
7155         (wl-highlight-folder-current-line): Ditto.
7156         (wl-e21-highlight-folder-group-line): Ditto.
7157         (wl-e21-setup-toolbar): Ditto.
7158         (wl-e21-display-image-p): New macro.
7159
7160         * wl-demo.el (wl-demo): Simplified.
7161         (wl-demo-image-type-alist): Use `image-type-available-p' for
7162         checking whether the image type `xbm' is available.
7163
7164 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7167         (wl-summary-input-range): Ditto.
7168
7169 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-summary.el (wl-summary-edit-addresses): Use
7172         `wl-summary-get-original-buffer'
7173         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7174         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7175         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7176         (wl-summary-get-newsgroups): Eliminated.
7177         (wl-summary-set-crosspost): Ditto.
7178         (wl-summary-is-crosspost-folder): Ditto.
7179         (wl-crosspost-alist-load): Ditto.
7180         (wl-crosspost-alist-save): Ditto.
7181
7182         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7183         `elmo-setup-subscribed-newsgroups' instead of
7184         `elmo-nntp-make-groups-hashtb'.
7185         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7186         instead of `wl-crosspost-alist-save'.
7187
7188         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7189         of `elmo-folder-message-appendable-p'.
7190         (wl-mime-header-presentation-method): Eliminated.
7191
7192         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7193         (Error occurs in emacs21).
7194
7195         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7196         the current buffer).
7197
7198         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7199         instead of `wl-crosspost-alist-save'.
7200         (wl-init): `elmo-crosspost-message-alist-load'
7201         instead of `wl-crosspost-alist-load'
7202
7203         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7204         (wl-parse-newsgroups): Likewise.
7205         (wl-biff-notify): Run `wl-biff-notify-hook'.
7206
7207 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7210
7211         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7212         when `wl-summary-lazy-highlight' is non-nil.
7213         (wl-summary-goto-folder-subr): Highlight only when
7214         `wl-summary-lazy-highlight' is non-nil.
7215
7216         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7217         Don't display progress and highlight temp-mark when
7218         `wl-summary-lazy-highlight' is non-nil.
7219         (wl-highlight-summary-window): New function.
7220         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7221
7222 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7223
7224         * wl-summary.el (wl-summary-sync): Change `all-visible'
7225         from `all-shown'
7226         (wl-summary-input-range): Ditto.
7227
7228 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7229
7230         * wl-e21.el (wl-highlight-folder-current-line): Call
7231         `wl-folder-init-icons' when folder icons have not been initialized.
7232
7233         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7234
7235         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7236         (wl-demo-image-type-alist): New macro.
7237
7238 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7239
7240         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7241         display does not support graphics.
7242         (wl-plugged-init-icons): Ditto.
7243         (wl-folder-init-icons): Ditto.
7244
7245         * wl-demo.el (wl-demo): Chech closely whether the display
7246         supports graphics.
7247
7248 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-summary.el (wl-summary-get-original-buffer): New function.
7251         (wl-summary-set-crosspost): Use it.
7252         (wl-summary-target-mark-uudecode): Ditto.
7253         (wl-summary-reedit): Ditto.
7254         (wl-summary-resend-bounced-mail): Ditto.
7255         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7256         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7257
7258         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7259         (wl-message-display-internal): Ditto.
7260
7261 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7264
7265 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-save-view): Renamed from
7268         `wl-summary-save-status'.
7269
7270 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-summary.el (wl-summary-sync): Added `all-shown'
7273
7274 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7275
7276         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7277
7278 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7279
7280         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7281
7282 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7283
7284         * wl-highlight.el (wl-highlight-summary-line-string): Use
7285         `zerop' instead of `= 0'.
7286         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7287
7288         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7289         for comparing numbers.
7290         (wl-template-prev): Use `zerop' instead of `eq 0'.
7291
7292         * wl-draft.el (wl-draft-insert-current-message): Use
7293         `with-current-buffer' instead of `save-excursion'.
7294         Use `zerop' instead of `eq 0'.
7295
7296 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7297
7298         * wl-draft.el (wl-draft-insert-ccs): New function.
7299         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7300         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7301
7302 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7305
7306 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7307
7308         * wl-expire.el (wl-expire-refile): Don't call
7309         elmo-msgdb-add-msgs-to-seen-list;
7310         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7311         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7312
7313 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7314
7315         * wl-message.el (wl-message-prev-page): Ignore errors while
7316         scroll-down.
7317
7318 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-mime.el: Use elmo-original-message-mode instead of
7321         mmelmo-original-mode.
7322
7323         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7324         `elmo-folder-get-spec';
7325         (wl-fldmgr-add-completion-all-completions):
7326         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7327
7328         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7329         of `elmo-folder-get-type'.
7330
7331         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7332         `elmo-folder-get-spec';
7333         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7334         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7335         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7336         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7337         `elmo-read-msg-no-cache';
7338         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7339         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7340         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7341         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7342         `elmo-cache-save';
7343         (wl-draft-reedit): Use `elmo-message-file-name'.
7344
7345         * wl-expire.el: Use `elmo-folder-name-internal';
7346         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7347         Use macro `wl-summary-buffer-msgdb' instead of variable
7348         `wl-summary-buffer-msgdb';
7349         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7350         Use macro `wl-summary-buffer-folder-name' instead of variable
7351         `wl-summary-buffer-folder-name'.
7352         * wl-score.el: Likewise.
7353
7354         * wl-message.el: Rewrite for new message buffer cache mechanism.
7355         (wl-message-buffer-cache-buffer-get): New macro.
7356         (wl-message-buffer-cache-folder-get): Ditto.
7357         (wl-message-buffer-cache-message-get): Ditto.
7358         (wl-message-buffer-cache-entry-make): Ditto.
7359         (wl-message-buffer-cache-hit): Ditto.
7360         (wl-message-buffer-cache-sort): New function.
7361         (wl-message-buffer-cache-add): Ditto.
7362         (wl-message-buffer-cache-delete): Ditto.
7363         (wl-message-buffer-cache-clean-up): Ditto.
7364         (wl-message-buffer-window): Rewrite.
7365         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7366         (wl-message-buffer-display): New function.
7367         (wl-message-display-internal): New function.
7368
7369 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-folder.el: Use `elmo-folder-name-internal';
7372         Use `wl-folder-get-elmo-folder';
7373         Use `elmo-folder-list-messages' instead of
7374         `elmo-list-folder';
7375         Use `elmo-folder-get-primitive-list' instead of
7376         `elmo-folder-get-primitive-spec-list';
7377         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7378         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7379         Use `elmo-folder-create' instead of `elmo-create-folder'.
7380         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7381         (wl-folder-get-elmo-folder): New macro.
7382         (wl-folder-elmo-folder-cache-get): Ditto.
7383         (wl-folder-elmo-folder-cache-put): Ditto.
7384         (wl-folder-suspend): Call `elmo-quit'.
7385
7386         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7387         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7388         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7389         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7390         (toplevel): require 'cl.
7391         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7392
7393         * wl-summary.el: Rewrite to use new elmo interface.
7394
7395 \f
7396 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-mime.el (wl-draft-preview-message):
7399         Run `wl-draft-send-hook' before collecting recipients information;
7400         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7401
7402         * tm-wl.el (wl-draft-preview-message): Ditto.
7403
7404 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7407         wrong recipients are displayed when forwarded message.
7408
7409 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * Version number is increased to 2.5.7.
7412
7413 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7414
7415         * wl-message.el (wl-message-next-page): Bind
7416         `window-pixel-scroll-increment' to nil while scrolling up.
7417
7418 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7419
7420         * wl-vars.el (wl-save-hook): New hook.
7421         * wl.el (wl-save): Call `wl-save-hook'.
7422
7423 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7424
7425         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7426         Argument WITH-ARG instead of NO-ARG (negative mean).
7427         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7428         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7429         * wl-message.el (wl-message-follow-current-entity): Likewise.
7430
7431 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7434         FROM was optional argument.
7435         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7436
7437 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7438
7439         * Version number is increased to 2.5.6.
7440
7441 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7442
7443         * wl-version.el (wl-version-show): Removed.
7444         (wl-version): Add `interactive'.
7445
7446 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7447
7448         * wl-summary.el (wl-summary-get-petname-func): New variable.
7449         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7450         instead of `wl-address-get-petname-1'.
7451         (wl-summary-simple-from): Ditto.
7452
7453         * wl-address.el (wl-address-get-petname-1): Define as function.
7454
7455 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7458         field in the original message.
7459         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7460
7461 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7462
7463         * wl-expire.el (wl-expire-hide):
7464         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7465
7466 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7469         find decoder for To, Cc, and Subject.
7470
7471 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7474         for checking `elmo-use-buffer-cache'.
7475         (wl-summary-mark-as-important): Fixed typo in comment.
7476
7477 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7480         field in the original message.
7481         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7482
7483 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7484
7485         * wl-expire.el (wl-expire-hide):
7486         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7487
7488 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7491         find decoder for To, Cc, and Subject.
7492
7493 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * Version number is increased to 2.5.5.
7496
7497         * wl-address.el (wl-address-specials-regexp): New constant.
7498         (wl-address-quote-specials): Use it.
7499
7500 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-summary.el (wl-summary-rescan):
7503         Call `wl-summary-buffer-number-column-detect'.
7504         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7505
7506         * wl-message.el (wl-message-mode-map): Define.
7507         (wl-message-decode): Use it as local-map.
7508
7509 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7512         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7513
7514 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7517
7518         * wl-mule.el (wl-read-event-char): Ditto.
7519
7520         * wl-e21.el (wl-read-event-char): Ditto.
7521
7522         * wl-nemacs.el (wl-read-event-char): Ditto.
7523         (read-event): Removed.
7524
7525         * wl-util.el (toplevel): Removed dummy definition of
7526         `read-event'.
7527         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7528
7529 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7530
7531         * wl-nemacs.el (elmo-archive-call-process): Moved to
7532         elmo-archive.el.
7533
7534 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7537         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7538
7539         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7540         instead of magic-number 6.  Use `not' instead of `null' for symbol
7541         `nil' check (not empty list).
7542         (wl-draft-insert-x-face-field): Fixed paren style.
7543
7544         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7545         one-branch conditional statement, instead of `and' and `if'.
7546         (wl-draft-forward): Likewise.
7547         (wl-draft-add-references): Likewise.
7548         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7549
7550         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7551         conditional steatment.  Use `cond' instead of `if'.
7552         (wl-draft-confirm): Likewise.
7553
7554 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7555
7556         * wl-version.el (wl-version-show): Use `product-string-1'
7557         instead of `wl-version'.
7558         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7559
7560         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7561
7562 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7563
7564         * wl-highlight.el (wl-highlight-headers): Revert
7565         `wl-highlight-x-face-func' argument (`beg' and `end').
7566
7567 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7568
7569         * wl.el (toplevel): Move `product-provide' declare.
7570         * wl-demo.el (toplevel): Ditto.
7571         * wl-dnd.el (toplevel): Ditto.
7572         * wl-highlight.el (toplevel): Ditto.
7573         * wl-message.el (toplevel): Ditto.
7574         * wl-refile.el (toplevel): Ditto.
7575         * wl-util.el (toplevel): Ditto.
7576
7577 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7580         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7581         (wl-thread-close-all): keep cursor position.
7582
7583 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7584
7585         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7586         (eq x 0).
7587         (wl-generate-user-agent-string-1): Fix conditional statement.
7588
7589 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7590
7591         * wl.el (wl-check-environment): Additional check for
7592         'wl-local-domain' and `wl-message-id-domain'.
7593
7594 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7597
7598 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7599
7600         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7601         instead of `smtp-sasl-user-realm'.
7602
7603 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7604
7605         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7606
7607 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7608
7609         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7610         to the default value as well as `eword-lexical-analyzer'.
7611
7612 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7613
7614         * wl-version.el (wl-extended-emacs-version,
7615         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7616         `elmo-match-string' instead of `wl-match-string'.
7617
7618 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7619
7620         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7621         docstring.
7622
7623 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7624
7625         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7626
7627 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7628
7629         * wl-highlight.el (wl-highlight-headers): Remove
7630         `wl-highlight-x-face-func' argument (`beg' and `end').
7631
7632 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7633
7634         * wl-summary.el (wl-summary-mark-as-important):
7635         Remove cache if folder is local.
7636
7637 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7638
7639         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7640         to get existing e-mail address string.
7641
7642 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7643
7644         * wl-version.el (wl-generate-user-agent-string): Commentary.
7645         (wl-generate-user-agent-string-1): Use `when' for
7646         one-branch conditional statement, instead of `and' and `if'.
7647         (wl-extended-emacs-version, wl-extended-emacs-version2,
7648         wl-extended-emacs-version3): Ditto.
7649
7650 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7651
7652         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7653         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7654         condition-case; Remove initialization.
7655         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7656         (wl-summary-sync-update3): Added argument `sync-all';
7657         Eliminated local variable `msgdb';
7658         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7659         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7660         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7661
7662 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7663
7664         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7665         connection before call `wl-draft-send-mail-with-smtp'.
7666
7667 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * Version number is increased to 2.5.4.
7670
7671 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7672
7673         * wl.el (wl-check-environment): Additional check for
7674         'wl-local-domain' and `wl-message-id-domain'.
7675
7676 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7679         buffer as command specific.
7680         (wl-folder-mark-as-read-all-entity): Ditto.
7681         (wl-folder-prefetch-entity): Ditto.
7682         (wl-folder-drop-unsync-entity): Ditto.
7683
7684         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7685         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7686         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7687
7688         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7689         save-excursion.
7690
7691 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * Version number is increased to 2.5.3.
7694
7695         * wl-summary.el (wl-summary-save-view-cache):
7696         Delete duplicated `write-region';
7697         Use `write-region-as-binary' instead of `as-binary-output-file' and
7698         `write-region'.
7699
7700 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7701
7702         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7703
7704 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7707         instead of `smtp-via-smtp'.
7708
7709 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7712
7713 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7714
7715         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7716         instead of `smtp-sasl-user-realm'.
7717
7718 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7719
7720         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7721
7722 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7723
7724         * Version number is increased to 2.5.2.
7725
7726 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7729         does not exist.
7730         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7731         (wl-biff-start): Call `timer-activate' if timer already exists.
7732
7733         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7734         only when it is bound as function.
7735
7736 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * Version number is increased to 2.5.1.
7739
7740 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7743         Print refile/copy destination.
7744
7745 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7748         queue-flush-only is non-nil.
7749
7750         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7751
7752         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7753         checking cache folder.
7754
7755 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7756
7757         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7758         `regexp-quote'.
7759
7760 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7761
7762         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7763         function.
7764         * wl-summary.el (wl-summary-write-current-folder-functions):
7765         Change default value.  Use it.
7766
7767 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * Version number is increased to 2.5.0.
7770
7771         * wl-version.el (wl-version): Changed codename.
7772
7773 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7774
7775         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7776         (wl-summary-supersedes-message): Ditto.
7777
7778 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7779
7780         * wl-refile.el (wl-refile-guess-functions): Renamed from
7781         `wl-refile-guess-func-list'.
7782
7783 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7786         Fixed problem when no rule was matched.
7787
7788 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7789
7790         * wl-summary.el (wl-summary-get-mark): Fixed
7791         `wl-summary-buffer-target-mark' check logic.
7792
7793 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7794
7795         * wl-folder.el (wl-folder-write-current-folder): Added group
7796         folder check.
7797
7798         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7799         `wl-summary-write-current-newsgroup'.
7800         (wl-summary-write-current-folder-functions): New variable.
7801         * wl-folder.el (wl-folder-get-newsgroups): New function.
7802         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7803         (wl-folder-write-current-folder): Renamed from
7804         `wl-folder-write-current-newsgroup'.
7805
7806 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7807
7808         * Version number is increased to 2.3.93.
7809
7810 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7813         (wl-ldap-make-matched-value-list): Ditto.
7814         (wl-ldap-alias-safe-string): Split e-mail address.
7815
7816         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7817         petname folder default was selected.
7818         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7819         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7820
7821 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7824         to `wl-draft-config-exec'.
7825
7826         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7827         instead of calling `wl-draft-config-exec';
7828         Process group-list and show recipients in minibuffer.
7829
7830         * tm-wl.el (wl-draft-preview-message): Ditto.
7831
7832 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7833
7834         * wl.el (toplevel): Added (C) to copyright notice, and
7835         sync Author header.
7836         * tm-wl.el (toplevel): Ditto.
7837         * wl-address.el (toplevel): Ditto.
7838         * wl-demo.el (toplevel): Ditto.
7839         * wl-dnd.el (toplevel): Ditto.
7840         * wl-draft.el (toplevel): Ditto.
7841         * wl-e21.el (toplevel): Ditto.
7842         * wl-expire.el (toplevel): Ditto.
7843         * wl-folder.el (toplevel): Ditto.
7844         * wl-highlight.el (toplevel): Ditto.
7845         * wl-message.el (toplevel): Ditto.
7846         * wl-mime.el (toplevel): Ditto.
7847         * wl-mule.el (toplevel): Ditto.
7848         * wl-nemacs.el (toplevel): Ditto.
7849         * wl-refile.el (toplevel): Ditto.
7850         * wl-score.el (toplevel): Ditto.
7851         * wl-summary.el (toplevel): Ditto.
7852         * wl-template.el (toplevel): Ditto.
7853         * wl-thread.el (toplevel): Ditto.
7854         * wl-util.el (toplevel): Ditto.
7855         * wl-vars.el (toplevel): Ditto.
7856         * wl-xmas.el (toplevel): Ditto.
7857
7858 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7859
7860         * wl.el (wl-init): Added comment about `wl-init-hook'.
7861         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7862         * wl-vars.el (wl-init-hook): Added docs.
7863         (wl-make-plugged-hook): Removed useless docs.
7864         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7865         * wl-xmas.el (toplevel): Ditto.
7866
7867 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-address.el (toplevel): Fixed multiple Author header format.
7870         * wl-demo.el (toplevel): Ditto.
7871         * wl-draft.el (toplevel): Ditto.
7872         * wl-folder.el (toplevel): Ditto.
7873         * wl-summary.el (toplevel): Ditto.
7874         * wl-thread.el (toplevel): Ditto.
7875         * wl-util.el (toplevel): Ditto.
7876         * wl-vars.el (toplevel): Ditto.
7877         * wl-version.el (toplevel): Ditto.
7878         * wl-xmas.el (toplevel): Ditto.
7879         * wl.el (toplevel): Ditto.
7880
7881         * wl-version.el (toplevel): Added require `elmo-version' for
7882         `product-version-as-string'.
7883
7884 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-vars.el (wl-draft-send-hook): Changed default value to
7887         '(wl-draft-config-exec).
7888
7889         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7890         explicitly.
7891         (wl-draft): Set `wl-draft-config-exec-flag' before running
7892         `wl-mail-setup-hook'.
7893
7894         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7895         `wl-biff-init-icons' to `wl-init-hook' instead of
7896         `wl-make-plugged-hook'.
7897         (Because if `wl-draft' command is invoked at first,
7898         they are not initialized)
7899         Updated copyright notice.
7900
7901         * wl-e21.el (toplevel): Ditto;
7902
7903         * wl-demo.el (toplevel): Updated copyright notice.
7904         * wl-address.el (toplevel): Ditto.
7905         * wl-draft.el (toplevel): Ditto.
7906         * wl-version.el (toplevel): Ditto.
7907         * wl-folder.el (toplevel): Ditto.
7908         * wl-summary.el (toplevel): Ditto.
7909         * wl-thread.el (toplevel): Ditto.
7910         * wl-util.el (toplevel): Ditto.
7911         * wl-vars.el (toplevel): Ditto.
7912         * wl.el (toplevel): Ditto.
7913
7914 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-highlight.el (wl-highlight-message): Fixed problem of
7917         highlighting failure which occured when the last field contains
7918         multiple lines in the draft buffer.
7919
7920         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7921         `wl-biff-start' if plugged.
7922
7923         * wl-util.el (wl-biff-check-folder): New function.
7924         (wl-biff-check-folders): Don't set session name prefix.
7925         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7926         (wl-biff-check-folder-async): Ditto.
7927
7928         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7929         in email address.
7930
7931 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7932
7933         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7934
7935         * wl-draft.el (wl-draft-strip-subject-re): New function.
7936
7937         * wl-draft.el (wl-draft-reply): Use it.
7938
7939 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * wl-message.el (wl-mmelmo-message-redisplay): Use
7942         `mime-display-message' instead of `wl-mime-display-message'.
7943
7944         * wl-mime.el (toplevel): Removed compatibility workaround
7945         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7946         (wl-mime-display-message): Abolished.
7947         (wl-mime-entity-read-field): Ditto.
7948         (wl-mime-combine-message/partial-pieces): Use
7949         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7950
7951 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7952
7953         * wl-template.el: Doc fixes.
7954
7955 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7956
7957         * wl-e21.el (wl-message-overload-functions): Do nothing if
7958         `current-local-map' is not available.
7959         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7960
7961 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7962
7963         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7964         representation.
7965
7966         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7967         number.
7968         (wl-fldmgr-save-folders): Don't use `format' when insert
7969         `wl-fldmgr-folders-header'.
7970
7971 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7972
7973         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7974
7975 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-highlight.el (wl-highlight-message):
7978         Use `std11-field-end' to detect end point of the header field.
7979         Refer `wl-highlight-max-header-size'.
7980
7981         * wl-vars.el (wl-highlight-max-header-size): New variable.
7982
7983         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7984
7985         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7986         Set `for-draft' argument of wl-highlight-headers.
7987         (wl-draft): Ditto.
7988         (wl-draft-reedit): Ditto.
7989         (wl-user-agent-compose-internal): Ditto.
7990
7991 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7992
7993         * wl-message.el (wl-message-add-button): Use overlay.
7994
7995 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7998
7999         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8000         problem when group-list content is nothing.
8001         (Reported by Mito <mit@nines.nec.co.jp>)
8002
8003 2000-10-18  SAITO Atsunori <sai@yedo.com>
8004
8005         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8006
8007 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8008
8009         * tm-wl.el (toplevel): Use product-provide.
8010
8011 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * Version number is increased to 2.3.92.
8014
8015 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8016
8017         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8018         title text, use `display' property for left margin under Emacs 21.
8019
8020         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8021         properties.
8022         (wl-plugged-init-icons): Ditto.
8023
8024 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8025
8026         * wl.el (wl-save-status, wl-init): Remove last period in
8027         "...done." message.
8028         * tm-wl.el (wl-summary-burst): Ditto.
8029         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8030         wl-summary-resume-cache-status,
8031         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8032         wl-summary-sync-update3, wl-summary-highlight-msgs,
8033         wl-summary-flush-pending-append-operations,
8034         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8035         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8036         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8037         wl-thread-open-all): Ditto.
8038         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8039         * wl-mime.el (wl-summary-burst): Ditto.
8040         * wl-highlight.el (wl-highlight-summary): Ditto.
8041         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8042         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8043         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8044         * wl-address.el (wl-local-address-init): Ditto.
8045
8046 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8047
8048         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8049         `add-text-properties'.
8050         (wl-plugged-init-icons): Ditto.
8051         (wl-folder-init-icons): Use `propertize' instead of
8052         `put-text-property'.
8053         (wl-plugged-set-folder-icon): Ditto.
8054         (wl-e21-highlight-folder-group-line): Ditto.
8055
8056 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl-version.el (wl-version-status-alist): New variable.
8059         (wl-version-status): New function.
8060
8061         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8062         "Cc" part of the case "Reply-To".
8063
8064         * wl-draft.el (wl-draft-reply): Use result of
8065         `eword-extract-address-components'.
8066
8067         * wl-demo.el (wl-demo-icon-name): New constant.
8068         (wl-logo-xpm): Use it.
8069         (wl-logo-xbm): Ditto.
8070         (wl-logo-bitmap): Ditto.
8071
8072         * Version number is increased to 2.3.91.
8073
8074 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8075
8076         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8077         (wl-extended-emacs-version, wl-extended-emacs-version2,
8078         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8079         docstring.
8080
8081         * wl-version.el (wl-generate-user-agent-string-1): New function.
8082         (wl-generate-user-agent-string): Use it.
8083
8084         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8085         `mime-edit-insert-user-agent-field'.
8086         (wl-generate-user-agent-string): Check
8087         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8088
8089         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8090         instead of `if', when verbose case.
8091
8092 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-expire.el (wl-summary-expire): Fix.
8095
8096 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8099         and `elmo-lost+found-folder' if 'wl-draft.
8100         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8101
8102 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8103
8104         * wl-expire.el (wl-summary-expire): Change messages.
8105         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8106         `deleing-info' instead of "Deleting..."
8107
8108 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8109
8110         * wl-summary.el (wl-summary-refile-subr): Fix.
8111
8112 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8113
8114         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8115         if pipe folder.
8116
8117 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8118
8119         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8120
8121 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8122
8123         * wl-expire.el (wl-expire-hide): New function.
8124         (wl-summary-expire): Add `hide'.
8125
8126 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-vars.el (wl-draft-reply-without-argument-list):
8129         Changed default value to consider `Reply-To:'.
8130         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8131
8132         * Version number is increased to 2.3.90.
8133
8134         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8135         elmo-imap4-get-session with unwind-protect.
8136         Don't cause error.
8137         (wl-summary-sync-marks): Don't check plugged nor folder type.
8138         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8139         (Always keep current buffer).
8140
8141 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8142
8143         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8144         Enclose with `save-excursion'.
8145
8146 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8147
8148         * wl-version.el (wl-version): Remove interactive.
8149
8150 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8151
8152         * wl-version.el (wl-generate-user-agent-string): Use
8153         `product-string-verbose' instead of `product-string-1'.
8154
8155 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-vars.el (wl-draft-use-cache): New variable.
8158         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8159         if wl-draft-use-cache is non-nil.
8160
8161 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8162
8163         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8164         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8165
8166 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8169         (wl-thread-msg-mark-as-unread): Ditto.
8170
8171         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8172         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8173         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8174         Don't set mark in summary if return value of `elmo-mark-as-read'
8175         is nil.
8176         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8177         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8178         instead of `wl-thread-msg-mark-as-read'.
8179         (wl-summary-mark-as-unread-region): Ditto.
8180         (wl-summary-target-mark-mark-as-read): Ditto.
8181
8182         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8183
8184 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8187
8188         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8189
8190 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8193         face.
8194
8195 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8196
8197         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8198         `running-xemacs'.
8199
8200 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8201
8202         * wl-version.el (toplevel): Use `product-version-as-string' for
8203         set verstion-string, if defined.
8204
8205         * wl-version.el (wl-version-show): Insert string at point, when
8206         call with argument.
8207
8208         * wl-version.el (wl-generate-user-agent-string): Use
8209         `product-string-1' instead of `wl-appname', `wl-version' and
8210         `wl-codename'.
8211
8212 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8213
8214         * wl-address.el (toplevel): Use product-provide.
8215         * wl-demo.el (toplevel): Ditto.
8216         * wl-dnd.el (toplevel): Ditto.
8217         * wl-draft.el (toplevel): Ditto.
8218         * wl-e21.el (toplevel): Ditto.
8219         * wl-expire.el (toplevel): Ditto.
8220         * wl-fldmgr.el (toplevel): Ditto.
8221         * wl-folder.el (toplevel): Ditto.
8222         * wl-highlight.el (toplevel): Ditto.
8223         * wl-message.el (toplevel): Ditto.
8224         * wl-mime.el (toplevel): Ditto.
8225         * wl-mule.el (toplevel): Ditto.
8226         * wl-nemacs.el (toplevel): Ditto.
8227         * wl-refile.el (toplevel): Ditto.
8228         * wl-score.el (toplevel): Ditto.
8229         * wl-summary.el (toplevel): Ditto.
8230         * wl-template.el (toplevel): Ditto.
8231         * wl-thread.el (toplevel): Ditto.
8232         * wl-util.el (toplevel): Ditto.
8233         * wl-vars.el (toplevel): Ditto.
8234         * wl-xmas.el (toplevel): Ditto.
8235         * wl.el (toplevel): Ditto.
8236
8237 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8238
8239         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8240         instead of product.
8241
8242         * wl-version.el (wl-version): Compile time evalution elmo-version.
8243
8244 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8245
8246         * wl-summary.el (wl-summary-sync-force-update): Append queue
8247         `mark-as-read'if unplugged.
8248
8249 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8250
8251         * wl-version.el: New file.  Use product.el.
8252         * wl.el: add (require 'wl-version).
8253         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8254         for ~/.folders header.
8255         (wl-fldmgr-folders-header): Changed.
8256         * wl-demo.el (wl-demo): Use product.el.
8257
8258         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8259         wl-version.el.
8260         * wl-util.el (wl-version, wl-version-show): Ditto.
8261
8262         * wl-util.el (wl-generate-user-agent-string,
8263         wl-extended-emacs-version, wl-extended-emacs-version2,
8264         wl-extended-emacs-version3): Move to wl-version.el.
8265         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8266         xemacs-codename, mime-edit-insert-user-agent-field,
8267         mime-edit-user-agent-value, mime-editor/version,
8268         mime-editor/codename): Compile warning killer move to
8269         wl-version.el
8270
8271 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8272
8273         * wl-summary.el (wl-summary-refile-subr): Fix.
8274
8275 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8278         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8279
8280 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8281
8282         * wl.el (wl-check-environment): Check too many `@'.
8283
8284 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8285
8286         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8287
8288 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8289
8290         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8291         wl-draft-reply-myself-without-argument-list): Add variables.
8292         * wl-draft.el (wl-draft-reply): Use it.
8293
8294 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8295
8296         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8297         the 5th argument of `elmo-network-get-spec'.
8298
8299         * wl-thread.el (wl-thread-reparent-children): New inline function.
8300         (wl-thread-delete-message): Use it.
8301
8302         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8303         (wl-summary-score-update-all-lines): Don't use `dolist'.
8304
8305 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8306
8307         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8308         (require 'elmo-msgdb) for inline function.
8309
8310 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8311
8312         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8313
8314 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8315
8316         * wl-score.el (wl-score-headers): Fix for the confusing macro
8317         `elmo-kill-buffer'.
8318
8319 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8320
8321         * wl-summary.el: Don't use the 3rd argument of `require' because
8322         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8323         * wl-util.el: Ditto.
8324         * wl-draft.el: Ditto.
8325
8326 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8327
8328         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8329         window system is not used.
8330
8331 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8332
8333         * wl-thread.el: Don't use `mapcar' only for iteration.
8334         (wl-thread-resume-entity): Ditto.
8335         (wl-thread-delete-message): Ditto.
8336
8337         * wl-summary.el: Bind `dragdrop-drop-functions',
8338         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8339         of `require' for `timezone', `easymenu' and `ps-print';
8340         don't use `mapcar' only for iteration.
8341
8342         * wl-util.el: Bind `mule-version', `nemacs-version',
8343         `emacs-beta-version', `xemacs-codename',
8344         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8345         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8346         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8347         only for iteration.
8348
8349         * wl-score.el: Don't use `mapcar' only for iteration.
8350         (wl-score-simplify-buffer-fuzzy): Ditto.
8351         (wl-score-simplify-subject): Ditto.
8352         (wl-score-headers): Ditto.
8353         (wl-summary-score-update-all-lines): Ditto.
8354
8355         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8356         `enable-multibyte-characters' and `mule-version'.
8357
8358         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8359         `mapcar' only for iteration.
8360
8361         * wl-demo.el: Don't use `mapcar' only for iteration.
8362
8363         * wl-folder.el: Don't use `mapcar' only for iteration.
8364         (wl-folder-open-all): Ditto.
8365         (wl-folder-count-incorporates): Ditto.
8366
8367         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8368         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8369
8370         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8371         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8372         `smtp-connection-type'; specify 3rd argument of `require' for
8373         `timezone'; don't use `mapcar' only for iteration.
8374         (wl-draft-clone-local-variables): Don't use `mapcar'.
8375         (wl-draft-generate-clone-buffer): Ditto.
8376         (wl-user-agent-compose-internal): Ditto.
8377
8378         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8379
8380         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8381         (wl-save-status): Ditto.
8382
8383         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8384         for iteration.
8385
8386 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8389         removed `Date'.
8390         (wl-fldmgr-make-filter-default): New user option.
8391
8392         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8393         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8394         (wl-fldmgr-filter-completion-alist): Abolish.
8395
8396         * wl.el (wl): Don't check servers if arg is non-nil.
8397
8398         * wl-draft.el (wl-draft-reply): Set only message-id string to
8399         In-Reply-To field.
8400
8401 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-summary.el (wl-summary-pick): Rewrite.
8404
8405         * wl-draft.el (wl-draft-forward): Get references field from
8406         original buffer.
8407         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8408
8409 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8410
8411         * wl-draft.el (wl-draft-forward): Add references field.
8412
8413 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8416         (wl-draft-reply): Use it.
8417
8418 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8419
8420         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8421         when Emacs 21 is running.
8422
8423         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8424         bindings.
8425
8426 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8427
8428         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8429         XPM icons transparent.
8430
8431         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8432         Emacs 21.
8433
8434 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8437         nil.
8438
8439         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8440         when it is persistent.
8441         (wl-summary-sync-marks): Changed argument for
8442         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8443         (wl-summary-virtual): Use `elmo-read-search-condition'.
8444         (wl-summary-redisplay-internal): If folder is local, mark as read
8445         even when folder is plugged.
8446
8447 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8448
8449         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8450         of `tool-bar-lines' in the frame parameters.
8451         (after-make-frame-functions, post-command-hook): Don't modify the
8452         value.
8453         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8454         wl-e21-tool-bar-lines): Removed.
8455
8456 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8457
8458         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8459         properties `evaporate' and `wl-momentary-overlay' as well.
8460         (wl-highlight-summary-displaying): Ditto.
8461         (wl-delete-all-overlays): Don't delete overlay which does not have
8462         a property `wl-momentary-overlay'.
8463
8464         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8465         `display-mouse-p' and `display-graphic-p'.
8466         (wl-folder-init-icons): Don't search for XBM or the other files.
8467         (wl-plugged-set-folder-icon): Make icons if and only if
8468         `display-graphic-p' returns non-nil.
8469         (wl-highlight-plugged-current-line): Use `before-string' overlay
8470         property to show icon images.
8471         (wl-highlight-folder-current-line): Ditto.
8472         (wl-e21-highlight-folder-group-line): Ditto.
8473         (wl-e21-highlight-folder-by-numbers): Ditto.
8474         (wl-e21-insert-image): Removed.
8475         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8476         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8477         said.
8478         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8479         `wl-e21-force-switch-toolbar'.
8480         (wl-e21-make-icon-image): Removed.
8481         (wl-e21-setup-toolbar): Don't search for XBM files.
8482         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8483         the default value.
8484
8485 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * wl-util.el (wl-biff-check-folder-async): Set
8488         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8489
8490 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8491
8492         * wl-e21.el (after-make-frame-functions): Add
8493         `wl-e21-force-switch-toolbar'.
8494         (wl-e21-force-switch-toolbar): New function force to switch the
8495         toolbar appearance automatically.
8496         (post-command-hook): Add `wl-e21-switch-toolbar'.
8497         (wl-e21-switch-toolbar): New function to switch the toolbar
8498         appearance automatically.
8499         (wl-e21-tool-bar-lines): New buffer local variable.
8500
8501 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8502
8503         * wl-util.el (wl-biff-check-folders-running): New variable.
8504         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8505         (wl-biff-check-folder-async-callback):
8506         Set `wl-biff-check-folders-running'.
8507         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8508         with unwind-protect.
8509
8510         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8511         Enclose `wl-folder-auto-check' with unwind-protect.
8512
8513         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8514         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8515
8516         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8517
8518         * wl-util.el (wl-biff-notify): New inline function.
8519         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8520         locally.
8521         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8522         folder-list' is 1.
8523         Use `wl-biff-notify'.
8524         (wl-biff-check-folder-async-callback): New function.
8525         (wl-biff-check-folder-async): Ditto.
8526
8527         * wl-folder.el (wl-folder): Don't check folders.
8528         (wl-folder-auto-check): New function.
8529
8530 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8531
8532         * wl-util.el (wl-biff-start) [Emacs19+]:
8533         Use `timer-next-integral-multiple-of-time'.
8534         (wl-biff-check-folders): Use `wl-default-folder'
8535         if `wl-biff-check-folder-list' is nil.
8536
8537 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8538
8539         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8540         instead of `elmo-delete-lists'.
8541
8542 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8543
8544         * wl.el (wl-plugged-toggle-all): Set the value of
8545         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8546         (wl-plugged-toggle): Ditto.
8547         (wl-toggle-plugged): Ditto.
8548         (wl-plugged-init): Ditto.
8549
8550         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8551         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8552         instead of `wl-biff-state-indicator-off' and
8553         `wl-biff-state-indicator-on'; don't modify the value and the type
8554         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8555         (wl-plugged-init-icons): Set icons data to
8556         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8557         instead of `wl-plug-state-indicator-off' and
8558         `wl-plug-state-indicator-on'; don't modify the value and the type
8559         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8560
8561         * wl-vars.el (wl-modeline-biff-state-off,
8562         wl-modeline-biff-state-on, wl-modeline-biff-status,
8563         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8564         wl-modeline-plug-status): New internal variables.
8565         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8566         wl-biff-check-interval, wl-biff-check-folder-list): Change
8567         customization group from `wl-folder' to `wl-highlight'.
8568         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8569         wl-show-plug-status-on-modeline): Defcustomized.
8570
8571         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8572         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8573         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8574         a flag to `mode-line-buffer-identification'.
8575
8576         * wl-e21.el (wl-biff-init-icons): Set icons data to
8577         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8578         instead of `wl-biff-state-indicator-off' and
8579         `wl-biff-state-indicator-on'.
8580         (wl-plugged-init-icons): Set icons data to
8581         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8582         instead of `wl-plug-state-indicator-off' and
8583         `wl-plug-state-indicator-on'.
8584
8585 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8586
8587         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8588         excessive titles.
8589
8590 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8591
8592         * wl.el (wl-plugged-mode): Use revised
8593         `wl-mode-line-buffer-identification'.
8594         (wl-plugged-init): Don't use `force-mode-line-update'.
8595
8596         * wl-xmas.el (wl-draft-overload-functions): Use revised
8597         `wl-mode-line-buffer-identification'.
8598         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8599         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8600         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8601         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8602         `wl-make-plugged-hook';
8603         add `wl-folder-init-icons' and `wl-setup-folder' to
8604         `wl-folder-mode-hook'.
8605
8606         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8607         19 as well.
8608         (wl-mode-line-display-priority-list): New user option.
8609         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8610         Defcustomized.
8611         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8612         Add docs.
8613
8614         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8615         start.
8616         (wl-mode-line-buffer-identification): Revised as a function.
8617
8618         * wl-summary.el (wl-summary-mode): Use revised
8619         `wl-mode-line-buffer-identification'; don't call
8620         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8621         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8622         `wl-xmas-setup-summary'.
8623
8624         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8625         `wl-mode-line-buffer-identification'.
8626
8627         * wl-mule.el (wl-draft-overload-functions): Use revised
8628         `wl-mode-line-buffer-identification'.
8629
8630         * wl-folder.el (wl-make-plugged-alist): Don't call
8631         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8632         (wl-folder): Don't call `wl-folder-init-icons' directly.
8633         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8634         `wl-xmas-setup-folder' directly;
8635         use revised `wl-mode-line-buffer-identification'.
8636         (TopLevel): Don't bind `wl-biff-init-icons',
8637         `wl-plugged-init-icons', `wl-folder-init-icons',
8638         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8639
8640         * wl-e21.el (wl-draft-overload-functions): Use revised
8641         `wl-mode-line-buffer-identification'.
8642         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8643         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8644         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8645         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8646         `wl-make-plugged-hook';
8647         add `wl-folder-init-icons' and `wl-setup-folder' to
8648         `wl-folder-mode-hook'.
8649
8650 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8651             Katsumi Yamaoka    <yamaoka@jpl.org>
8652
8653         * wl.el (wl): Call `wl-biff-start'.
8654         (wl-exit): Call `wl-biff-stop'.
8655         (wl-plugged-mode): Show biff in modeline.
8656         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8657
8658         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8659         (wl-biff-init-icons): New function.
8660         (wl-plugged-init-icons): Don't make too much keymaps.
8661         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8662
8663         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8664         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8665         variables.
8666         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8667         options.
8668
8669         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8670         wl-biff-start, wl-biff-stop): New functions.
8671         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8672         (wl-biff-timer-name): New variable.
8673
8674         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8675
8676         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8677         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8678
8679         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8680         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8681
8682         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8683         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8684         `wl-folder-init-icons' to `ignore' if they are not available.
8685         (wl-folder-mode): Show biff in modeline.
8686
8687         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8688         (wl-biff-init-icons): New function.
8689         (wl-plugged-init-icons): Don't make too much keymaps.
8690         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8691
8692 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8693
8694         * wl-vars.el (wl-strict-diff-folders): Customization Type
8695         and doc fix.  Define as a list of regular expressions for
8696         folders or nil.
8697         * wl-folder.el (wl-folder-check-one-entity): Use
8698         `wl-string-match-member' instead of `wl-string-member' for
8699         `wl-strict-diff-folders'.
8700
8701 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8702
8703         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8704         (wl-highlight-folder-current-line): Use it; new implementation.
8705         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8706         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8707         `defsubst' instead of `defun'.
8708
8709         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8710         `wl-highlight-group-folder-by-numbers'; made it can also be a
8711         number.  See info for more details.
8712
8713         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8714         running.
8715
8716         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8717         to bind them.
8718
8719         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8720         (wl-highlight-folder-current-line): New implementation.
8721
8722         * wl-highlight.el (wl-highlight-folder-group-line): New
8723         implementation.
8724         (wl-delete-all-overlays): Rewrite as a marco.
8725         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8726
8727         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8728         running.
8729         (wl-folder-*-glyph): No need to bind them.
8730
8731         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8732         `wl-e21-highlight-folder-group-icon'; rewrite.
8733         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8734         `defsubst' instead of `defun'.
8735         (wl-folder-mode-map): Bind it when compiling.
8736
8737 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8740
8741         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8742
8743 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8744
8745         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8746
8747 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8748
8749         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8750         (wl-highlight-folder-current-line): Use it.
8751
8752         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8753         in `id-name'.
8754
8755 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8756
8757         * wl.el: Require `wl-e21' when Emacs 21 is running.
8758
8759         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8760         default when Emacs 21 is running.
8761         (wl-use-highlight-mouse-line): Ditto.
8762         (wl-on-emacs21): New constant.
8763         (wl-on-emacs20): Removed.
8764
8765         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8766         Emacs 21 is running.
8767
8768         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8769         Emacs 21 is running.
8770
8771         * wl-e21.el: New file.
8772
8773 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8774
8775         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8776         (wl-toggle-plugged): Ditto.
8777         (wl-plugged-toggle): Ditto.
8778         (wl-plugged-toggle-all): Ditto.
8779
8780         * wl-vars.el (wl-plug-state-indicator): Refer
8781         `wl-plug-state-indicator-on' indirectly.
8782
8783 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8786         Call `wl-folder-confirm-existence'.
8787
8788         * wl-folder.el (wl-folder-confirm-existence): Added optional
8789         argument `force'.
8790
8791 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8792
8793         * wl-summary.el (wl-summary-refile-subr): Assume
8794         `copy-or-refile' as symbol.
8795         (wl-summary-refile): Follow up above change.
8796         (wl-summary-copy): Ditto.  Doc fix.
8797
8798 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-summary.el (wl-summary-pick): Don't bind
8801         `elmo-search-mime-charset'.
8802
8803         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8804         default using old backquote style.
8805         (wl-search-mime-charset): Abolished.
8806
8807         * wl-highlight.el (wl-highlight-headers):
8808         Call `point' after `re-search-forward'(for Nemacs).
8809
8810         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8811         for elmo-imap4.el.
8812
8813 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8814
8815         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8816         `wl-message-ignored-field-list' instead of
8817         `mime-view-ignored-field-list'.
8818
8819         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8820         Add interactive spec.
8821         (wl-folder-goto-bottom-of-current-folder): Ditto.
8822         (wl-folder-mode-map): Bind them.
8823
8824         * wl-vars.el (wl-message-ignored-field-list): New variable.
8825         (wl-message-visible-field-list): New variable.
8826
8827         * wl-mime.el (wl-mime-header-presentation-method): New function.
8828         (wl-mime-setup): Set header-presentation-method.
8829
8830 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8831
8832         * wl-nemacs.el (wl-draft-overload-functions): Set
8833         `mode-line-buffer-identification' instead of using
8834         `wl-make-modeline'.
8835
8836         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8837         instead of using `wl-make-modeline'.
8838
8839         * wl-xmas.el (wl-plugged-init-icons): Set up
8840         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8841         (wl-make-modeline): Abolish.
8842         (wl-draft-overload-functions): Set
8843         `mode-line-buffer-identification' instead of using
8844         `wl-make-modeline'.
8845
8846         * wl-util.el (wl-make-modeline-subr): Abolish.
8847         (wl-mode-line-buffer-identification): New alias.
8848
8849         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8850         (wl-summary-make-modeline): Abolish.
8851         (wl-summary-buffer-set-folder): Set
8852         `wl-summary-buffer-folder-indicator'.
8853         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8854         of using `wl-make-modeline'.
8855         (wl-summary-switch-to-clone-buffer): Don't set
8856         `mode-line-buffer-identification'.
8857         (wl-summary-goto-folder-subr): Ditto.
8858
8859         * wl-mule.el (wl-draft-overload-functions): Set
8860         `mode-line-buffer-identification' instead of using
8861         `wl-make-modeline'.
8862
8863         * wl-folder.el (wl-folder-mode): Set
8864         `mode-line-buffer-identification' instead of using
8865         `wl-make-modeline'.
8866         (wl-folder): Don't set `mode-line-buffer-identification'.
8867
8868 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8869
8870         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8871         instead of `member' for `wl-refile-guess-func-list' look-ups.
8872         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8873
8874 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8875
8876         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8877         `wl-message-button-dispatcher'.
8878
8879         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8880
8881         * wl-message.el (wl-message-button-dispatcher): Use it.
8882
8883         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8884         "In-Reply-To".
8885
8886         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8887         Bind `case-fold-search' to t.
8888
8889 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8890
8891         * wl-xmas.el (wl-message-overload-functions): Initialize
8892         `wl-message-button-map'.
8893
8894         * wl-mule.el (wl-message-overload-functions): Initialize
8895         `wl-message-button-map'.
8896
8897         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8898
8899         * wl-message.el (wl-message-button-map): New keymap.
8900         (wl-message-add-button): New function.
8901         (wl-message-button-dispatcher): New function.
8902         (wl-message-button-refer-article): New function.
8903
8904         * wl-highlight.el
8905         (wl-highlight-message-add-buttons-to-header): New function.
8906         (wl-highlight-headers): Use it.
8907
8908 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8909
8910         * wl-summary.el (wl-summary-default-from): Use
8911         `wl-address-get-petname-1'.
8912         (wl-summary-simple-from): Ditto.
8913
8914         * wl-address.el (wl-address-get-petname-1): New inline function.
8915         (wl-address-get-petname): Use it.
8916
8917 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8918
8919         * wl-summary.el (wl-summary-default-from): Return full-name part
8920         from the address if no petname was found.
8921         (wl-summary-simple-from): Ditto.
8922
8923         * wl-address.el (wl-address-get-petname): Return nil if no petname
8924         associated with the address was found.
8925
8926 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8927
8928         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8929         display is finished.
8930
8931 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8934         `elmo-folder-exists-p' argument.
8935
8936 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8937
8938         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8939         the folder.
8940
8941 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8944
8945         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8946         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8947
8948 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8949
8950         * wl-folder.el (wl-folder-create-subr): New function.
8951         (wl-folder-confirm-existence): Use it.
8952         (wl-folder-check-one-entity): Use it.
8953         Check the error symbol is derived from 'elmo-open-error.
8954
8955         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8956         `ignore-error'.
8957
8958 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * wl-util.el (toplevel): Add (eval-when-compile (require
8961         'elmo-util)).  (Maybe `provide' is typo.)
8962
8963 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8966         (I don't know why this was needed.)
8967
8968         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8969         Follow up changes for stream-type.
8970
8971         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8972         (wl-draft-elmo-nntp-send): Ditto.
8973
8974         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8975         (wl-nntp-posting-stream-type): Ditto.
8976         (wl-pop-before-smtp-ssl): Abolished.
8977         (wl-nntp-posting-ssl): Ditto.
8978
8979         * wl-address.el (wl-address-quote-specials): New function.
8980         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8981
8982         * wl-draft.el (wl-draft-reply): Ditto.
8983
8984 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8987         use function `wl-string-match-assoc'.
8988
8989 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8990
8991         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8992
8993         * wl-draft.el (wl-draft-deduce-address-list): New function.
8994         (wl-draft-parse-mailbox-list): Ditto.
8995         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8996         instead of `smtp-deduce-address-list'.
8997         (wl-draft-on-field-p): Follow group list.
8998
8999         * wl-address.el (wl-address-concat-token): New function.
9000         (wl-address-string-without-group-list-contents): Ditto.
9001         (wl-complete-field-body): Fixed problem of completion
9002         by japanese petname.
9003         (wl-address-make-completion-list): Rewrite.
9004
9005 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9006
9007         * wl-address.el (wl-address-make-completion-list): Completion by
9008         petname.
9009         (wl-complete-field-body): Likewise.
9010
9011 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9014         contains invalid address syntax.
9015
9016 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9017
9018         * wl-folder.el (wl-folder-check-entity-async): Use
9019         `elmo-nntp-spec-hostname'.
9020
9021 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9022
9023         * wl-summary.el (wl-summary-msgdb-load-async): Use
9024         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9025
9026 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-draft.el (wl-draft-reply): Set argument
9029         `content-transfer-encoding' as nil.
9030
9031 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9032
9033         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9034         `wl-refile-alist'.
9035
9036 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9037
9038         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9039         (wl-draft-edit-string): Ditto.
9040         (wl-draft-forward): Ditto.
9041         * wl-summary.el (wl-summary-write): Ditto.
9042
9043 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-summary.el (wl-summary-sync-update3): Call
9046         `wl-summary-buffer-number-column-detect'.
9047         (wl-summary-buffer-number-column-detect): Search from point-min.
9048
9049 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9050
9051         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9052         contains an address which is not included in original to or cc.
9053
9054 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9055
9056         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9057         begin-line does not exist.
9058         * wl-message.el (wl-message-uu-substring): Ditto.
9059
9060 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9063         clear local variables.
9064         (wl-summary-exit): Call `elmo-commit'.
9065         (wl-summary-switch-to-clone-buffer): Call
9066         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9067         (wl-summary-goto-folder-subr): Ditto.
9068
9069         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9070         POP folder.
9071
9072 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9075         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9076         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9077         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9078         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9079         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9080
9081         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9082
9083 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9084
9085         * wl-summary.el (wl-summary-search-by-subject):
9086         Search parent message from the latest one.
9087
9088 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9091         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9092
9093         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9094         New user option.
9095
9096         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9097         if elmo-nntp-use-killed-list is nil.
9098         Use `elmo-msgdb-append-to-killed-list'.
9099         (Append numbers confirmed as disappeared to the killed list.)
9100         (wl-summary-confirm-appends): Don't display negative number.
9101
9102 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9103
9104         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9105
9106 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9109         range is `all'.
9110         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9111         `elmo-list-bigger-diff'.
9112
9113 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-summary.el (wl-summary-buffer-exit-func):
9116         New buffer local variable.
9117         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9118
9119 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9120
9121         * wl-demo.el (wl-demo): Fix the last change.
9122
9123 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9124
9125         * wl-demo.el (wl-demo): Don't use `eval'.
9126
9127 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * wl-summary.el (wl-summary-buffer-thread-modified):
9130         New buffer-local variable.
9131         (wl-summary-set-thread-modified): New function.
9132         (wl-summary-thread-modified-p): New function.
9133         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9134         (wl-summary-yank-saved-message): Use function
9135         `wl-summary-set-thread-modified'
9136         (wl-summary-switch-to-clone-buffer): Add
9137         `wl-summary-buffer-thread-modified'.
9138
9139         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9140         (wl-summary-buffer-mark-saved-hook): Ditto.
9141         * wl-summary.el (wl-summary-msgdb-save): New hook
9142         `wl-summary-buffer-message-saved-hook' and
9143         `wl-summary-buffer-mark-saved-hook'.
9144
9145 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9148
9149 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9150
9151         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9152         don't hide scroll bars under FSF Emacsen because it may incur an
9153         undesirable redrawing.
9154
9155 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9156
9157         * wl-draft.el (wl-draft-edit-string): Call
9158         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9159
9160 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9161
9162         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9163
9164 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9165
9166         * wl-summary.el (wl-summary-msgdb-load-async): Call
9167         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9168
9169 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9170
9171         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9172         fringes in demo buffer; center bitmap logo correctly even if old
9173         Mule is used.
9174
9175 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9176
9177         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9178
9179         * wl-refile.el (wl-refile-subject-alist): New variable.
9180         (wl-refile-subject-alist-file-name): Ditto.
9181         (wl-refile-alist-setup): Rewrite.
9182         (wl-refile-alist-save): Use `elmo-object-save'.
9183         Eliminated arguments.
9184         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9185         (wl-refile-guess-by-subject): New function.
9186         (wl-refile-guess-func-list): Added it.
9187
9188 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9189
9190         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9191         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9192
9193 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9196         New buffer-local variable.
9197         (wl-summary-buffer-next-folder-func): Ditto.
9198         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9199         if non-nil.
9200         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9201         if non-nil.
9202         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9203         if non-nil.
9204         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9205         if non-nil.
9206
9207 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9208
9209         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9210         permanently in the demo buffer.
9211
9212 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9215         `mime-entity-fetch-field'.
9216
9217         * wl.el (wl-exit): Delete plugged buffer.
9218
9219         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9220         XEmacs has menubar feature.
9221
9222 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9223
9224         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9225         cannot arrive at the beginning of the buffer under old Emacsen.
9226
9227 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-address.el (wl-address-ldap-search):
9230         Call `ldap-search-entries' with `withdn' argument t.
9231         (wl-complete-field-body): Bind completion-ignore-case as t.
9232         Clear ldap search hash when it was sole completion.
9233         Use elmo-string for pattern string.
9234         (wl-ldap-alias-safe-string): Eliminated needless let.
9235
9236 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9237
9238         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9239         (wl-ldap-alias-sep): New constant.
9240         (wl-ldap-search-attribute-type-list): Ditto.
9241         (wl-ldap-get-value): New function.
9242         (wl-ldap-make-filter): Ditto.
9243         (wl-ldap-make-matched-value-list): Ditto.
9244         (wl-ldap-alias-safe-string): Ditto.
9245         (wl-ldap-register-dn-string): Ditto.
9246         (wl-address-ldap-search): Rewrite.
9247
9248 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9249
9250         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9251         thread is deleted.
9252         (wl-thread-delete-line-from-buffer): Ditto.
9253         (wl-thread-get-exist-children): New function.
9254
9255 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9256
9257         * wl-demo.el (wl-demo): Made it to select various image types.
9258         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9259         from `wl-title-logo'.
9260         (wl-logo-ascii): New variable.
9261         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9262         (wl-demo-copyright-notice): New constant.
9263
9264         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9265
9266 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9267
9268         * wl-vars.el (wl-summary-target-above): Renamed from
9269         wl-summary-temp-above.
9270         * wl-score.el (wl-score-get-score-alist): Use it.
9271         (wl-summary-score-update-all-lines): Use it.
9272         * wl-summary.el: Ditto. (make-variable-buffer-local).
9273
9274 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * wl-vars.el (wl-ldap-port): New user option.
9277
9278         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9279         Rewite whole implementation.
9280         (wl-complete-field-body): Fixed.
9281
9282 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9283
9284         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9285         Choose implementation at compile time.
9286
9287 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9288
9289         * wl-address.el (wl-ldap-search-internal): New function.
9290         (wl-complete-field-to): Use it.
9291
9292 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9295         Use `let' instead of `let*'.
9296         Require 'wl-vars.
9297
9298         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9299         Define as defcustom.
9300         (wl-ldap-base): Ditto.
9301         (wl-use-ldap): Ditto.
9302
9303 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9304
9305         * wl-address.el (wl-ldap-search): New function.
9306         (wl-complete-field-body): Use `wl-ldap-search'.
9307         (wl-ldap-server): New variable.
9308         (wl-ldap-base): Ditto.
9309         (wl-use-ldap): Ditto.
9310
9311 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9312
9313         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9314         (Pointed out by Mito <mit@nines.nec.co.jp>).
9315         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9316         buffer-local variables like `wl-summary-redisplay-internal'.
9317         (wl-summary-redisplay-all-header): Likewise.  Update
9318         Summary view too.
9319
9320 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9321
9322         * wl-summary.el (wl-summary-jump-to-parent-message):
9323         Consider prefix argument.
9324
9325         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9326         when closed thread is deleted.
9327
9328 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9329
9330         * wl-summary.el (wl-summary-jump-to-parent-message):
9331         Consider thread modification.
9332
9333 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9334
9335         * wl-message.el (wl-message-normal-get-original-buffer): Use
9336         `save-excursion'.
9337
9338         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9339         (wl-summary-showto-folder-regexp): Ditto.
9340
9341 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9342
9343         * wl-util.el (wl-delete-alist): Doc fix.
9344         (wl-delete-associations): New function.
9345         (wl-inverse-alist): New function.
9346         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9347         Split temporary variables. Use `wl-delete-associations'
9348         and `wl-inverse-alist'.
9349         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9350
9351 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-folder.el (wl-folder-prefetch-entity):
9354         Execute prefetching if new count is unknown.
9355
9356 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9357
9358         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9359
9360         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9361         delete entity.
9362         (wl-thread-set-parent): If insert as top, set linked as nil.
9363
9364         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9365         `wl-thread-cleanup-symbols' when view mode is thread.
9366
9367 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9368
9369         * wl-folder.el (wl-folder-create-folder-entity): Use
9370         with-current-buffer.
9371         (wl-local-folder-init): Call set-buffer to make sure we are in
9372         the Folder buffer. Don't touch buffer-local variables here.
9373         (wl-folder-mode): Initialize buffer-local variables here.
9374
9375         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9376         (wl-folder-entity-assign-id): Ditto.
9377         (wl-folder-create-entity-hashtb): Ditto.
9378         (wl-local-folder-init): Ditto.
9379         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9380
9381 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9382
9383         * wl-summary.el (wl-summary-default-from): Fix probrem when
9384         std11-extract-address-components return (nil "foo@bar").
9385
9386 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9387
9388         * wl-draft.el (wl-draft-clone-local-variables):
9389         Remove redundant `setq'.
9390
9391 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9394         Bind wl-highlight-x-face-func as nil while highlighting header.
9395
9396 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9397
9398         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9399
9400 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9401
9402         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9403         elmo-msgdb-overview-hashtb from copy-variables.
9404         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9405         instead of `elmo-msgdb-overview-get-entity-by-number'.
9406         (wl-summary-auto-refile): Ditto.
9407
9408         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9409         `elmo-msgdb-overview-get-entity' instead of
9410         `elmo-msgdb-search-overview-entity'.  Use
9411         `elmo-msgdb-overview-get-entity' instead of
9412         `elmo-msgdb-overview-get-entity-by-number'.
9413         (wl-thread-insert-entity-sub): Ditto.
9414         (wl-thread-insert-message): Ditto.
9415
9416         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9417         `elmo-msgdb-overview-get-entity'.
9418         (wl-normal-message-redisplay): Ditto.
9419
9420 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9421
9422         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9423         `wl-thread-entities'.
9424         (wl-thread-delete-message): Fix remove top message from
9425         `wl-thread-entity-list'.
9426
9427         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9428         wl-append(nconc), because update-list is broken on Meadow.
9429
9430         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9431         updating process.
9432         (wl-summary-rescan): Ditto.
9433         (wl-summary-sync-update3): Ditto.
9434         * wl-thread.el (wl-thread-set-parent): Renamed from
9435         `wl-summary-set-parent'.
9436         (wl-thread-insert-message): Updating buffer faster.
9437         (wl-thread-delete-message): Updating buffer faster.
9438
9439         * wl-score.el (wl-summary-score-update-all-lines): Changed
9440         interval for display progress gauge.
9441
9442 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9443
9444         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9445         folder always-sticky.
9446         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9447         defmacro.
9448
9449 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9450
9451         * wl-vars.el (wl-draft-add-references): New user option.
9452
9453         * wl-draft.el (wl-draft-add-references): New function.
9454         (wl-draft-yank-from-mail-reply-buffer): Use it.
9455         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9456         as nil.
9457
9458 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9459
9460         * wl-thread.el (wl-thread-update-line-msgs): Called
9461         `wl-thread-update-line-on-buffer-sub'.
9462         (wl-thread-update-line-on-buffer): Delete routine of inserting
9463         thread.
9464         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9465         moved from `wl-thread-update-line-on-buffer'.
9466         Add threshold for displaying progress gauge.
9467         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9468         argument of `wl-thread-update-line-msgs'.
9469         Add threshold for displaying progress gauge.
9470         * wl-folder.el:
9471         Add threshold for displaying progress gauge.
9472         * wl-score.el: Ditto.
9473
9474         * wl-expire.el (wl-summary-expire): Display deleting info.
9475
9476 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9479         `no-msg'.
9480         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9481         argument of `wl-thread-update-line-msgs'.
9482         (wl-summary-set-parent): Added optional argument `parent-number'.
9483         (wl-summary-buffer-saved-message): New buffer local variable.
9484         (wl-summary-save-current-message): New command.
9485         (wl-summary-yank-saved-message): Ditto.
9486         (wl-summary-mode-map): Added key binding for
9487         `wl-summary-save-current-message' (\ew) and
9488         `wl-summary-yank-saved-message' (\C-y).
9489         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9490
9491 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9492
9493         * wl-summary.el (wl-summary-mode-map): Added key binding for
9494         `wl-summary-set-parent' (ts).
9495
9496 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9497
9498         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9499         subject faster. If thread number is reverse, delayed updating
9500         thread.
9501         (wl-summary-search-by-subject): Ditto.
9502         (wl-summary-put-alike): Ditto.
9503         (wl-summary-get-alike): Ditto.
9504         (wl-summary-insert-headers): Insert header of all overview in
9505         buffer.
9506         (wl-summary-rescan): Delayed updating thread. Kill search subject
9507         buffer for wl-summary-search-by-subject.
9508         (wl-summary-sync-update3): Ditto.
9509         (wl-summary-exit): Ditto.
9510         (wl-summary-goto-bottom-of-current-thread): Change for linked
9511         thread.
9512         (wl-summary-overview-create-summary-line): Change line for linked
9513         thread.
9514
9515         * wl-summary.el (wl-summary-update-thread): Use
9516         wl-thread-maybe-get-children-num.
9517         (wl-summary-set-parent): If change parent, move sub thread.
9518         (wl-summary-redisplay-internal): Add horizontal recenter.
9519         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9520
9521         * wl-thread.el (wl-thread-entity-get-linked): New function.
9522         (wl-thread-entity-set-linked): New function.
9523         (wl-thread-create-entity): Add linked element.
9524         (wl-thread-entity-insert-as-top): Use wl-append.
9525         (wl-thread-maybe-get-children-num): If closing thread, return
9526         children msgs.
9527         (wl-thread-update-line-msgs): Displaying progress message.
9528         (wl-thread-update-line-on-buffer-sub): Use
9529         wl-thread-maybe-get-children-num.
9530         (wl-thread-update-line-on-buffer): If update line is not exists,
9531         insert thread.
9532         (wl-thread-delete-message): If delete top msg of thread, search
9533         parent by subject.
9534         (wl-thread-insert-entity): Use
9535         wl-thread-maybe-get-children-num.
9536
9537         * wl-highlight.el (wl-highlight-summary-current-line): change
9538         sregexp for linked thread.
9539         * wl-util.el (wl-count-lines): Count lines.
9540         (wl-horizontal-recenter): horizontal recenter.
9541         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9542         (wl-score-get-alike): Ditto.
9543         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9544         (wl-subject-length-limit): New variable.
9545         (wl-highlight-thread-indent-string-regexp): Changed for linked
9546         thread.
9547
9548 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9549
9550         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9551         New variable (revival).
9552         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9553         by subject matching if there's no in-reply-to nor references field
9554         (revival).
9555
9556 \f
9557 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9560         message.
9561
9562 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-summary.el (wl-summary-reply): Return t if there was a
9565         message at cursor point.
9566         Added unwind-protect.
9567         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9568         returns t.
9569         (wl-summary-cancel-message): Do nothing when there's no message at
9570         cursor point.
9571         (wl-summary-forward): Ditto.
9572         (wl-summary-jump-to-parent-message): Ditto.
9573         (wl-summary-reedit): Ditto.
9574         (wl-summary-edit-addresses): Ditto.
9575         (wl-summary-pipe-message): Ditto.
9576         (wl-summary-print-message-with-ps-print): Ditto.
9577         (wl-summary-print-message): Ditto.
9578         (wl-summary-mark-as-important): Ditto.
9579         (wl-summary-mark-as-unread): Ditto.
9580
9581         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9582         message at cursor point.
9583         (wl-summary-reply-with-citation): Remove unwind-protect.
9584
9585         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9586         subject searching feature.
9587         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9588         Eliminated.
9589
9590 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9591
9592         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9593         New variable.
9594         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9595         by subject matching if there's no in-reply-to nor references field.
9596
9597         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9598
9599         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9600         when display is finished.
9601         (wl-folder-open-all): Ditto.
9602         (wl-folder-update-access-group): Ditto.
9603         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9604         * wl-thread.el (wl-thread-close-all): Ditto.
9605
9606         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9607         progress gauge only when it was displayed.
9608         * wl-folder.el (wl-folder-insert-entity): Ditto.
9609
9610 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-summary.el (wl-summary-incorporate): Enclose
9613         `wl-summary-sync-force-update' with save-excursion.
9614
9615 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9616
9617         * wl-summary.el (wl-summary-prefetch-region):
9618         Pass current cursor point to `pos-visible-in-window-p' after
9619         moving cursor to the started point.
9620
9621 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9622
9623         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9624
9625         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9626         fields from the forwarding message.
9627         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9628         `ignored-fields'.
9629
9630 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-mime.el (wl-message-request-partial):
9633         Eliminated argument `msgdb'.
9634         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9635         (wl-mime-combine-message/partial-pieces): Likewise.
9636         * tm-wl.el (wl-message-request-partial): Likewise.
9637         (wl-mime-combine-message/partial-pieces): Likewise.
9638
9639 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9640
9641         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9642         when display is finished.
9643
9644 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9645
9646         * wl-summary.el (wl-summary-goto-folder-subr):
9647         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9648
9649 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9650
9651         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9652         when cursor point is visible.
9653
9654 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9655
9656         * wl-expire.el (wl-expire-archive-get-max-number):
9657         Don't use `file-name-directory'.
9658
9659 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9660
9661         * wl-expire.el (wl-expire-archive-get-max-number):
9662         Use `file-name-directory'.
9663
9664 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9667         only when there is progress.
9668
9669 2000-04-13  Mito <mit@nines.nec.co.jp>
9670
9671         * wl-summary.el (wl-summary-sync-marks): Display progress.
9672
9673 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9676         (wl-summary-prev): Move cursor regardless of unread status.
9677         (wl-summary-next): Ditto.
9678
9679 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9680
9681         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9682         Added argument `target' and `number'.
9683         * tm-wl.el (wl-summary-burst-subr): New function.
9684         (wl-summary-burst): Use it.
9685
9686 2000-04-10  Mito <mit@nines.nec.co.jp>
9687
9688         * wl-mime.el (wl-burst): New function.
9689         (wl-summary-burst): Use it.
9690
9691 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9692
9693         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9694         as petname when there's no candidate.
9695
9696 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9697
9698         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9699         New variable.
9700         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9701
9702         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9703
9704         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9705
9706 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9707
9708         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9709         Use substring of `original' instead of buffer-substring.
9710         (wl-refile-evaluate-rule):
9711         Set `original' argument of wl-refile-expand-newtext.
9712
9713         * wl-summary.el
9714         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9715         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9716         (wl-summary-auto-refile): Check existence of destination folder just
9717         before marking.
9718
9719 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9720
9721         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9722         when wl-refile-get-field-value return nil.
9723
9724 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9725
9726         * wl-refile.el
9727         (wl-refile-expand-newtext): New function imported from Gnus.
9728         (wl-refile-evaluate-rule): Use it.
9729
9730 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9731
9732         * wl-summary.el (wl-summary-print-destination):
9733         Duplicate folder string to avoid putting text-property on
9734         original string.
9735
9736         * wl-refile.el (wl-refile-get-field-value): New function.
9737         (wl-refile-evaluate-rule): New function;
9738         Evaluate refile rule recursively.
9739         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9740         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9741         New function; Check existence of a target folder recursively.
9742         (wl-summary-auto-refile-check-refile-rule-alist):
9743         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9744
9745 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9748
9749         * wl-folder.el (wl-create-folder-entity-from-buffer):
9750         Fixed problem when '}' character is contained in folder name.
9751
9752         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9753
9754 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9755
9756         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9757         (wl-fldmgr-add-completion-all-completions):
9758         Use wl-fldmgr-add-completion-hashtb.
9759
9760 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9761
9762         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9763         wl-fldmgr-add-completion-subr): New functions.
9764         * wl-folder.el (wl-folder-completion-func): New variable.
9765         * wl-summary.el (wl-summary-read-folder):
9766         Use wl-folder-completion-func.
9767
9768         * wl-refile.el: Eliminate throw & catch.
9769
9770         * wl.el (wl-plugged-sending-queue-status): Fixed.
9771
9772 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9773
9774         * wl-draft.el (wl-draft): Put category property on
9775         mail-header-separator.