1583e133ca615d6228ea359a3d7ac7b7b8c6f41d
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
4         in original message buffer.
5         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
6         buffer.
7
8 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
9
10         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
11
12 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
15
16 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
17
18         * wl-action.el (wl-summary-exec-action-refile): Display a done message
19         when actions succeeded.
20         (wl-summary-exec-action-copy): Likewise.
21
22 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
23
24         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
25         there is switch-to-buffer at the end of wl-message-select-buffer.
26         (wl-summary-reply): Ditto.
27
28 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-summary.el (wl-summary-forward): Put subject in original
31         message buffer as argument of wl-draft-forward.
32         * wl-draft.el (wl-draft-forward): Decode subject as in
33         wl-draft-reply.
34
35 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
36
37         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
38         a folder under access group.
39
40 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
41
42         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
43         wl-message-buffer-display.
44
45         * wl-util.el (wl-set-save-drafts): Fix typo.
46
47 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
50         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
51         wl-highlight-logo-face to set the bg color of an xbm image; fixed
52         the way to measure the width of a bitmap image; don't put face on
53         ascii and bitmap images; put the mark which should not use the
54         variable-pitch face on ascii and bitmap images.
55         (wl-demo-setup-properties): Don't use the variable-pitch face on
56         ascii and bitmap images; made it work on Emacs 20 and earlier.
57         (wl-demo-insert-text): End with a newline at the bottom; don't put
58         face on text.
59
60         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
61
62 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
65
66         * wl-util.el (wl-save-drafts): Moved from sample setting.
67         (wl-set-save-drafts): New function to set idle timer.
68         * wl-draft.el (wl-draft): Call it.
69         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
70
71 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
72
73         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
74         a summary which has toggle display status off.
75
76 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-draft.el (wl-draft-do-fcc): No cache save.
79
80 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-summary.el (elmo-event-handler-flag-changed): Use
83         `set-buffer' instead of `with-current-buffer'.
84
85 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-summary.el (wl-summary-after-resize-function): New function.
88         (wl-summary-mode): Add `wl-summary-after-resize-function' to
89         window-size-change-functions.
90
91 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-draft.el (wl-draft-create-buffer): Bind
94         `change-major-mode-hook' after current buffer is changed.
95
96         * wl-summary.el (wl-summary-buffer-detach): New function.
97         (wl-summary-buffer-set-folder): Call it.
98         (wl-summary-mode): Add `wl-summary-buffer-detach' to
99         change-major-mode-hook and kill-buffer-hook.
100         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
101         (wl-summary-switch-to-clone-buffer): Ditto.
102         (wl-summary-goto-folder-subr): Ditto.
103
104 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
107         after boundp check.
108
109 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
112         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
113         for `kill-buffer'.
114
115         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
116         handler of current buffer from elmo-folder.
117
118 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
119
120         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
121
122 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-summary.el (wl-summary-buffer-event-handler): New internal
125         variable.
126         (wl-summary-event-handler): New class.
127         (elmo-event-handler-flag-changed): Define to update persistent
128         mark.
129         (wl-summary-buffer-set-folder): Register event handler to
130         elmo-folder.
131         (wl-summary-exit): Unregister event handler.
132         (wl-summary-goto-folder-subr): Ditto.
133         (wl-summary-mark-as-read-all): Does not call
134         `wl-summary-update-persistent-mark' directly.
135         (wl-summary-mark-as-read-internal): Ditto.
136         (wl-summary-set-persistent-mark-internal): Ditto.
137         (wl-summary-set-flags-internal): Ditto.
138
139         * Version number is increased to 2.11.33.
140
141 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
144         to nil.
145
146 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-spam.el (wl-spam-setup): Add hook
149         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
150         instead of `wl-summary-prepare-hook'.
151
152         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
153         if folder type is `'flag'.
154         (wl-summary-mark-as-important): Ditto.
155
156 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * wl-address.el (wl-address-minibuffer-history): New variable.
159         (wl-address-minibuffer-local-map): New keymap.
160         (wl-address-read-from-minibuffer): New function.
161
162         * wl-action.el (wl-summary-get-resend-address): Use
163         `wl-address-read-from-minibuffer' instead of `completing-read'.
164
165 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * Version number is increased to 2.11.32.
168
169 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
172         without mule to iso-8859-1.
173         (wl-draft-add-in-reply-to): Add note in description.
174         (wl-draft-add-references): Ditto.
175
176 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
177
178         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
179         definition for `m'.
180         (wl-summary-mode-line-format): Add '[%m]'.
181         (wl-message-mode-line-format-spec-alist): Ditto.
182         (wl-summary-display-mime-mode-list): New variable.
183
184         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
185         from wl-summary-buffer-display-as-is.
186         (wl-summary-buffer-display-all-header): New buffer local variable.
187         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
188         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
189         instead of wl-summary-buffer-display-as-is.
190         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
191         (wl-summary-set-persistent-mark): Ditto.
192         (wl-summary-set-message-buffer-or-redisplay): Just call
193         `wl-summary-redisplay-internal' without optional arguments.
194         (wl-summary-toggle-mime): Rewrite.
195         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
196         (wl-summary-toggle-all-header): New function.
197         (wl-summary-redisplay-internal): Treat mime mode.
198
199         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
200         to wl-mime-preview-follow-no-mime.
201         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
202         accodring to the display-mode.
203
204         * wl-message.el (wl-message-buffer-display-type): Rewrite.
205         (wl-message-buffer-display): Changed argument name from `as-is' to
206         `mode'.
207         (wl-message-display-internal): Ditto;
208         Bind elmo-mime-display-header-analysis according to the mode.
209         (wl-message-display-internal): Put wl-message-display-mime-mode
210         property on entire buffer.
211
212 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
213
214         * wl-draft.el (wl-draft-do-fcc): Undo last change.
215
216 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
217
218         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
219         Don't extract mail address.
220         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
221
222         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
223
224         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
225
226 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
227
228         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
229         wl-fldmgr-cut-entity-list on confirmation.
230
231 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
232
233         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
234         (wl-mime-quit-preview): Check existence of
235         mime-edit-temp-message-buffer here.
236
237 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
240         after deletion.
241
242         * wl-draft.el (wl-draft-send-confirm): Check major-mode
243         before calling wl-mime-quit-preview.
244
245 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * wl-summary.el (wl-summary-pick): If call it with prefix
248         argument, set `delete-marks' as non-nil. Pick from only visible
249         messages.
250         (wl-summary-check-target-mark): New function.
251         (wl-summary-target-mark-mark-as-read): Use it.
252         (wl-summary-target-mark-mark-as-unread): Ditto.
253         (wl-summary-target-mark-operation): Ditto.
254         (wl-summary-target-mark-set-flags): Ditto.
255         (wl-summary-target-mark-save): Ditto.
256         (wl-summary-target-mark-pick): Ditto.
257         (wl-summary-target-mark-forward): Ditto.
258         (wl-summary-target-mark-reply-with-citation): Ditto.
259         (wl-summary-target-mark-print): Ditto.
260         (wl-summary-target-mark-uudecode): Ditto.
261
262         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
263         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
264         with `ask-coding' is non-nil.
265
266 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-thread.el (wl-thread-set-parent): If parent is a message
269         which is identified by references, set linked as nil.
270
271 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
272
273         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
274         (wl-message-mode-line-format-spec-alist): Ditto.
275         (wl-message-mode-line-format): Ditto.
276         (wl-summary-mode-line-format): Ditto for docstring.
277         (wl-summary-no-mime-folder-list): Fix typo.
278
279         * wl-util.el (wl-current-message-buffer): Call
280         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
281
282         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
283         variable.
284         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
285         of `wl-summary-redisplay-no-mime'.
286         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
287         (wl-summary-toggle-mime): New function.
288         (wl-summary-redisplay-all-header): Rewrite.
289         (wl-summary-redisplay-no-mime): Ditto.
290         (wl-summary-redisplay-internal): Added argument `as-is' and
291         `all-header'.
292
293         * wl-refile.el (wl-refile-default-from-folder-path-separator):
294         New variable.
295         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
296         bottom.
297         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
298         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
299         "/" unconditionally.
300
301         * wl-mime.el (wl-draft-yank-current-message-entity): Use
302         wl-mime-preview-follow-no-mime for as-is content.
303         (wl-mime-preview-follow-no-mime): New function.
304         (wl-mime-preview-follow-current-region): Fixed parenthesis.
305
306         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
307         and added `as-is', `all-header'.
308         (wl-message-buffer-display): Ditto.
309         (wl-message-buffer-display-type): New function.
310
311 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
312
313         * wl-vars.el (wl-message-header-button-alist): Change default
314         value.
315         (wl-message-body-button-alist): Ditto.
316
317 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
320
321 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
324
325 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * wl-summary.el (wl-summary-sync-marks): Remove condition which
328         is always true.
329
330 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
333         on null entity.
334
335 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-vars.el (wl-draft-reply-default-position): Fix range.
338
339 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-vars.el (wl-summary-resend-hook): New hook.
342
343         * wl-action.el (wl-summary-exec-action-resend-subr): Run
344         `wl-summary-resend-hook'.
345
346 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
347
348         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
349         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
350         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
351         (wl-summary-new-cached-mark): Changed default value to 'n'.
352         (wl-summary-unread-cached-mark): Changed default value to 'u'.
353         (wl-summary-answered-cached-mark): Changed default value to 'a'.
354         (wl-folder-sync-range-alist): Remove spec for 'flag.
355         (wl-summary-force-prefetch-folder-list): New user option.
356
357         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
358         `wl-summary-toggle-persistent-mark'.
359         (wl-summary-update-mark-and-highlight-window): Don't highlight when
360         number is nil.
361         (wl-summary-mark-as-answered-region): Set interactive argument of
362         `wl-summary-set-persistent-mark-internal'.
363         (wl-summary-mark-as-important-region): Ditto.
364         (wl-summary-unset-persistent-mark): Ditto.
365         (wl-summary-set-persistent-mark): Ditto.
366         (wl-summary-mark-as-answered): Ditto.
367         (wl-summary-mark-as-important): Ditto.
368         (wl-summary-set-persistent-mark-internal): Do nothing
369         when `elmo-message-flag-available-p' is nil.
370         (wl-summary-toggle-persistent-mark): New function.
371         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
372         when the folder matches `wl-summary-force-prefetch-folder-list'.
373
374
375         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
376         when number is nil.
377         (wl-highlight-summary-forwarded-face): New face.
378
379 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
380
381         * Version number is increased to 2.11.31.
382
383 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
384
385         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
386         (wl-biff-check-folder-async): Ditto.
387         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
388
389 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
390
391         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
392         Add an argument `reverse'.  All callers are updated.
393         (wl-summary-sort): Add a prefix argument `reverse' to specify
394         reverse sorting.
395         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
396         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
397         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
398
399 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-message.el (wl-message-redisplay): Does not narrow header if
402         disply-type is all-header or as-is.
403
404         * wl-summary.el (wl-summary-enter-handler): Use
405         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
406
407 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
408
409         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
410         after adding wl-draft-parent-variables.
411         (wl-draft-forward): Ditto.
412
413 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-summary.el (wl-summary-sync-marks): Call
416         `wl-summary-set-persistent-mark' and
417         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
418         (wl-summary-set-persistent-mark-internal): Add 4th argument
419         `no-server'.
420         (wl-summary-unset-persistent-mark): Ditto.
421         (wl-summary-set-persistent-mark): Ditto.
422         (wl-summary-add-flags-internal): Abolish.
423         (wl-summary-remove-flags-internal): Ditto.
424         (wl-summary-mark-as-important-internal): Ditto.
425         (wl-summary-mark-as-important): Use
426         `wl-summary-set-persistent-mark' instead of
427         `wl-summary-add-flags-internal'.
428         (wl-summary-mark-as-important-region): Ditto.
429
430         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
431
432         * wl-summary.el (wl-summary-get-available-flags): New function.
433         (wl-summary-sync-marks): Use it and simplified.
434         (wl-summary-unset-persistent-mark): Use
435         `wl-summary-get-available-flags'.
436         (wl-summary-set-persistent-mark): Ditto.
437
438 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
439
440         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
441         id.
442
443 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-summary.el (wl-summary-enter-handler): If argument is not a
446         number, call `wl-summary-prev-line-content'. Show message when the
447         message is not found.
448
449 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
450
451         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
452         wl-summary-enter-handler.
453         (wl-summary-enter-handler): New command.
454
455         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
456         docstring and custom spec.
457
458         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
459         flags too; Don't treat Cached and New.
460         (wl-summary-set-persistent-mark): Ditto.
461
462         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
463         `wl-folder-set-flag'.
464
465         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
466         instead of `wl-folder-set-flag'.
467
468         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
469         for completion.
470         (wl-summary-set-persistent-mark): Ditto.
471
472         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
473         instead of `wl-draft-quit-preview'.
474
475         * wl-mime.el (toplevel): Avoid compile warning.
476         (wl-mime-quit-preview): New function
477         (formarly defined as `wl-draft-quit-preview').
478         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
479         quitting method.
480
481         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
482
483         * wl-folder.el (wl-folder-set-flag): Renamed from
484         `wl-draft-set-flag-on-parent'.
485
486         * wl-draft.el (wl-draft-quit-preview): New function.
487         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
488         (wl-draft-send): Call `wl-folder-set-flag' instead of
489         `wl-draft-set-flag-on-parent'.
490         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
491
492 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
495         (wl-draft-send): Ditto.
496
497 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
498
499         * wl-vars.el (wl-draft-reply-hook): Changed default value.
500         (wl-draft-kill-pre-hook): Set default value as nil.
501         (wl-summary-reply-hook): Ditto.
502         (wl-draft-kill-flags): Abolish.
503
504         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
505         (wl-draft-parent-variables): Renamed from
506         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
507         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
508         argument; Add wl-draft-parent-variables to
509         wl-draft-config-variables.
510         (wl-draft-reply): Likewise.
511         (wl-draft-kill-flags): Abolish.
512         (wl-draft-send): Call wl-draft-set-flag-on-parent.
513         (wl-draft-set-flag-on-parent): New function.
514         (wl-draft-setup-parent-flag): Ditto.
515
516 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
517
518         * wl-draft.el (wl-draft-kill-flags): Avoid error when
519         `wl-draft-parent-folder' is "".
520
521 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
522
523         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
524         (wl-summary-digit-jump): New function.
525         (Adviced by John Owens and Hiroya Murata)
526
527         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
528         (Adviced by John Owens)
529
530         * wl-xmas.el (wl-message-define-keymap): Ditto.
531
532         * wl-mule.el (wl-message-define-keymap): Ditto.
533
534 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
537         change of return value of elmo-folder-count-flags.
538
539         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
540         (wl-summary-mark-as-read-internal): Ditto.
541         (wl-summary-set-persistent-mark-internal): Ditto.
542         (wl-summary-folder-info-update): Ditto.
543         (wl-summary-sync-update): Fixed the last change.
544
545         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
546
547 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
548
549         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
550         (wl-draft-kill-flags): Fixed docstring.
551
552         * wl-draft.el (wl-draft-kill-flags): New function.
553         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
554
555 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
556
557         * wl-vars.el (wl-reply-hook): Abolish.
558         (wl-draft-reply-hook): New hook.
559         (wl-summary-reply-hook): Ditto.
560         (wl-draft-forward-hook): Ditto.
561         (wl-summary-forward-hook): Ditto.
562         (wl-draft-kill-flags): New variable.
563
564         * wl-summary.el (wl-summary-mark-as-answered-region): Use
565         wl-summary-set-persistent-mark-internal.
566         (wl-summary-sync-marks): Use elmo-preserved-flags.
567         (wl-summary-update-persistent-mark): Make it interactive.
568         (wl-summary-set-persistent-mark-internal): New inline function.
569         (wl-summary-mark-as-answered): Use it.
570         (wl-summary-mark-as-unanswered): Ditto.
571         (wl-summary-unset-persistent-mark): New function.
572         (wl-summary-set-persistent-mark): Ditto.
573         (wl-summary-reply): Don't set answered flag;
574         Run wl-summary-reply-hook instead.
575         (wl-summary-forward): Call wl-draft-forward with number.
576         Run wl-summary-forward-hook.
577
578         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
579         (wl-highlight-summary-line-face-spec): Use it as a default
580         persistent mark face.
581
582         * wl-draft.el (wl-draft-forward): Added optional argument number;
583         Set wl-draft-parent-number; Run wl-draft-forward-hook.
584         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
585         (wl-draft-kill): Use wl-draft-kill-flags.
586
587         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
588
589         * wl-folder.el (wl-folder-check-one-entity): Follow the change
590         of return value of elmo-folder-count-flags.
591
592         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
593
594         * wl-summary.el (wl-summary-count-unread): Ditto.
595         (wl-summary-sync-update): Follow the change above.
596         (wl-summary-force-prefetch): New function.
597
598 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
599
600         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
601         variable `buf' with `let' instead of `setq'.
602
603 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-mime.el (wl-message-delete-current-part): If filename exists,
606         add Content-Disposition heaeder on the deleted part.
607
608 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * wl-draft.el (wl-draft-save): Encode address list under edit by
611         `eword-encode-unstructured-field-body'.
612
613         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
614
615 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
618         wl-current-summary-buffer.
619
620 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
621
622         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
623         `numbers' is ignored.
624
625 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-folder.el (wl-folder-open-folder): Avoid error.
628         Reported by John Owens, [wl-en:815]
629
630         * wl.el (wl): Set timer for biff process even if prefix argument
631         is given or auto-checking is quitted.
632
633         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
634         immediately.
635         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
636         (wl-toggle-plugged): Ditto.
637
638         * wl-vars.el (wl-biff-use-idle-timer): New variable.
639         * wl-util.el (wl-biff-start): Use idle timer if
640         `wl-biff-use-idle-timer' is non-nil.
641
642 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-highlight.el (wl-highlight-message): Fix description.
645
646 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
649         tty.
650
651 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-action.el (wl-summary-exec): Print failure count.
654
655 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
658         to `defun', remove interactive form.
659         Set elmo-message-fetch-confirm when force-reload is non-nil.
660
661 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-summary.el (toplevel): Removed unnecessary autoload.
664
665 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
668         the buffer is generated from another message buffer.
669
670 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
673         extracted from `wl-fldmgr-save-folders'.
674         (wl-fldmgr-delete): Call it after deletion.
675
676 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
679         multi-tty support.
680
681 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
682
683         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
684
685 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
686
687         * wl-summary.el (wl-summary-rescan): Remove unused variables.
688         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
689
690 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
693         unsubscribe list only if argument CLEAR is nil.
694
695 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
696
697         * wl-draft.el (wl-draft-reply): Decode subject before removing
698         Re: prefix.
699
700 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
701
702         * wl-summary.el (wl-summary-sort-by-size): New command.
703
704 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-summary.el (wl-summary-number-list-from-region): New
707         function.
708         (wl-summary-mark-as-read-region): Use it.
709         (wl-summary-mark-as-unread-region): Ditto.
710         (wl-summary-set-flags-region): Ditto and add optional argument
711         remove.
712         (wl-summary-mark-as-answered-region): Ditto.
713         (wl-summary-mark-as-important-region): Ditto.
714         (wl-summary-target-mark-mark-as-important): Added optional
715         argument remove.
716         (wl-summary-target-mark-mark-as-answered): Ditto.
717         (wl-summary-target-mark-set-flags): Ditto.
718
719 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-summary.el (wl-summary-set-flags-region): Call
722         `wl-summary-set-flags-internal' with number list instead of call
723         one by each message.
724         (wl-summary-target-mark-set-flags): Likewise.
725
726 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-summary.el (wl-summary-target-mark-operation): Add optional
729         argument `inverse' and use `wl-summary-delete-all-target-marks'.
730         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
731         (wl-summary-target-mark-mark-as-answered): Likewise.
732
733 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-summary.el (wl-summary-target-mark-forward): Use
736         `wl-summary-delete-all-target-marks' instead of
737         `wl-summary-delete-all-temp-marks'.
738         (wl-summary-target-mark-reply-with-citation): Ditto.
739         (wl-summary-target-mark-uudecode): Ditto.
740         (wl-summary-target-mark-set-flags): Ditto and remove needless
741         cursor move.
742
743 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-summary.el (wl-summary-target-mark-forward): Protect
746         wl-summary-buffer-target-mark-list from nreverse.
747         (wl-summary-target-mark-reply-with-citation): Ditto.
748
749 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-thread.el (wl-thread-update-indent-string-thread): Use
752         `elmo-display-progress-threshold'.
753
754 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
757         check `wl-summary-highlight'.
758         (wl-summary-window-scroll-functions): Respect value of
759         `wl-summary-highlight'.
760         (wl-summary-sync-update): Run hooks
761         `wl-summary-buffer-window-scroll-functions' at any time.
762
763 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
764
765         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
766         from `wl-summary-cleanup-temp-marks'.
767         (wl-summary-cleanup-temp-marks): Abolish argument.
768         * wl.el (wl-save-status): Revert previous change.
769         (wl-execute-temp-marks): New function, call
770         `wl-summary-exec-with-confirmation'.
771         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
772         (wl-folder-save-and-exec-marks): Abolished.
773
774 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-e21.el (wl-e21-display-image-p): Respect
777         `wl-highlight-folder-with-icon'.
778         (wl-e21-highlight-folder-group-line): Highlight mouse line
779         even if wl-e21-display-image-p is nil.
780
781         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
782         Respect value of `wl-summary-highlight'.
783
784         * wl.el (wl-save-status): Remove unused variable.
785
786         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
787         (wl-folder-mode-map): Bind it to "x".
788
789 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
792
793         * wl-thread.el (wl-thread-get-parent-list): Don't check
794         disconnected ancestors, neglecting needless work in
795         `wl-thread-update-indent-string-thread'.
796
797         * wl.el (wl-save): Take prefix argument to execute remaining marks.
798         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
799         argument, add argument default-keep to keep marks by default.
800
801         * Version number is increased to 2.11.30.
802
803         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
804         customization type and docstring.
805         (wl-draft-reply-without-argument-list): Ditto.
806
807 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
810
811         * wl-spam.el (wl-spam-mark-action-list): Ditto.
812
813 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
816
817 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-draft.el (wl-draft-config-exec): Narrow the range of
820         save-excursion so as not to include run-hooks.
821
822 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
825         Clarify that marks are going to be cleared.
826
827 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
830         according to 3rd element of wl-summary-flag-mark.
831
832         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
833
834 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
835
836         * wl-action.el (wl-summary-target-mark-all): Don't set
837         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
838
839 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
842         (wl-forward-subject-prefix): Ditto.
843         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
844         (wl-draft-reply-make-subject): Ditto.
845
846         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
847         `wl-draft-forward'.
848         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
849
850 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-action.el (wl-summary-target-mark-set-action): Stop if
853         target message does not exist.
854
855 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
856
857         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
858         `wl-subject-prefix-regexp'.
859         (wl-subject-forward-prefix-regexp): New variable.
860         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
861         `wl-draft-strip-subject-re' and take regexp as argument.
862         (wl-draft-forward): Use it.
863         (wl-draft-reply): Ditto.
864
865 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
866
867         * wl-e21.el (wl-highlight-plugged-current-line): Change for
868         emacs multi-tty support.
869
870 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
871
872         * wl-e21.el (wl-e21-display-image-p): Don't call
873         `display-images-p'.
874         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
875         support.
876         (wl-highlight-folder-current-line): Ditto.
877         (wl-folder-init-icons): Ditto.
878
879 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
882         the last line of summary in unplugged mode.
883
884 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
885
886         * wl-vars.el (wl-refile-rule-alist): Doc fix.
887
888 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-vars.el (wl-user-mail-address-regexp): New variable.
891         * wl-address.el (wl-address-user-mail-address-p): Use it.
892         (wl-address-delete-user-mail-addresses): Ditto.
893         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
894
895         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
896         (wl-address-delete-user-mail-addresses): Ditto.
897
898         * wl-address.el (wl-address-delete-user-mail-addresses): New
899         function.
900         * wl-refile.el (wl-refile-guess-by-history): Use it.
901         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
902         (wl-draft-make-mail-followup-to): Ditto and fix logic.
903
904         * wl-draft.el (wl-draft-edit-string): To judge sender address,
905         use wl-address-user-mail-address-p.
906
907 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
910         after opening group.
911
912 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
915         of elmo-set-buffer-multibyte.
916
917         * wl-message.el (wl-original-message-mode): Ditto.
918
919         * wl-score.el (wl-score-insert-header): Ditto.
920
921         * wl-summary.el
922         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
923         (wl-summary-goto-folder-subr): Ditto.
924         (wl-summary-insert-headers): Ditto.
925
926         * wl-util.el (wl-set-string-width): Ditto.
927
928         * Version number is increased to 2.11.29.
929
930 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
933         (wl-highlight-summary-line-help-echo-alist): New variable.
934         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
935         into `wl-highlight-summary-line-help-echo' and
936         `wl-highlight-flag-folder-help-echo'.
937         (wl-highlight-summary-line-string): Change accordingly.
938         (wl-highlight-summary-current-line): Ditto.
939
940 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-highlight.el (wl-highlight-message): Ignore white spaces
943         at the beginning of field body (Thanks to Markus Knittig).
944
945         * wl-draft.el (wl-draft-insert-current-message): Also check
946         summary buffer, remove unnecessary tag.
947
948 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-draft.el (wl-draft-insert-current-message): Cause error also
951         when wl-message-buffer is nil.
952
953         * wl-folder.el (wl-folder): Abolish unused argument.
954         Call wl-folder-init when wl-folder-entity is nil.
955         * wl.el (wl): Change accordingly.
956
957 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
960         multibyte string before insert into draft buffer.
961         (wl-draft-create-buffer): Always enable multibyte characters for
962         draft buffer.
963
964         * Version number is increased to 2.11.28.
965
966 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-folder.el (wl-folder-open-close): Handle blank line.
969         (wl-folder-jump-to-current-entity): Ditto.
970
971 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * Version number is increased to 2.11.27.
974
975 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-thread.el (wl-thread-insert-message): When the thread is
978         devided by wl-summary-max-thread-depth, insert line at the end of
979         buffer.
980
981 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * Version number is increased to 2.11.26.
984
985 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
988
989 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
992         value of stream-type and session.
993
994 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * Version number is increased to 2.11.25.
997
998 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
999
1000         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1001         in a quit message.
1002
1003 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1006         (wl-summary-redisplay-no-mime-internal): Ditto.
1007
1008 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1011         * wl-vars.el (wl-smtp-connection-type): Ditto.
1012
1013 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1014
1015         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1016         for the separator line and quote mail-header-separator.
1017
1018 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1021         result message.
1022
1023         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1024         `elmo-multiple-fields-body-list' with boundary as
1025         mail-header-separator.
1026
1027 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1030
1031 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1032
1033         * wl-util.el (wl-list-diff): Remove unused function.
1034
1035         * wl-draft.el (wl-draft-send-confirm): Discard input before
1036         confirmation.
1037
1038 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1041         order of flag and new.
1042
1043 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-vars.el (wl-refile-policy-alist): Abolished.
1046
1047         * wl-action.el (wl-summary-set-action-refile): Follow the change
1048         above.
1049
1050 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * wl-highlight.el (wl-highlight-signature-search): Don't use
1053         re-search-backward for a long word since it is possible to crash
1054         XEmacs because of a bug.
1055
1056 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1057
1058         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1059
1060 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1063         argument for wl-summary-sync-force-update.
1064
1065 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-summary.el (wl-summary-mode-map): Revival of
1068         wl-summary-mark-as-important related bindings;
1069         Bind 'F','tF','mF','rF','m&'.
1070         (wl-summary-mark-as-important-region): Revival.
1071         (wl-summary-target-mark-mark-as-important): Ditto.
1072         (wl-summary-target-mark-operation): New function.
1073         (wl-summary-target-mark-mark-as-answered): Use it.
1074         (wl-summary-decide-flag): Don't set Important as default.
1075         (wl-summary-mark-as-important-internal): Revival.
1076         (wl-summary-mark-as-important): Ditto.
1077
1078         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1079
1080         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1081         instead of facep.
1082
1083 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-dnd.el (wl-dnd-drop-func): Fix.
1086
1087         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1088         mouse-set-point instead of posn-point.
1089
1090         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1091
1092         * wl-mule.el (wl-completing-read-multiple): Ditto.
1093
1094 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-demo.el (face-background-name): Defalias to avoid compile
1097         warning.
1098
1099 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1100
1101         * wl-summary.el (wl-summary-decide-flag): Use
1102         wl-completing-read-multiple instead of completing-read-multiple.
1103
1104         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1105         New alias.
1106
1107         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1108         Use face-background-name instead of face-background.
1109
1110         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1111
1112         * wl-summary.el (wl-summary-save): Use it.
1113         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1114
1115         * wl-mime.el (wl-mime-save-content): Fix last change.
1116
1117 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1118
1119         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1120         New function.
1121         (wl-summary-sort-specs): Added sort.
1122         * wl-mime.el (wl-mime-save-content): Expand file name.
1123
1124 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1125
1126         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1127
1128         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1129
1130 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1133         for flag if it is not defined.
1134
1135 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-e21.el (wl-highlight-folder-current-line): Use
1138         elmo-folder-type-internal when elmo-folder-type returns nil.
1139
1140         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1141
1142         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1143
1144         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1145
1146         * wl-e21.el (wl-summary-toolbar): Ditto.
1147
1148         * wl-vars.el (wl-demo-background-color): Abolished.
1149         (wl-summary-persistent-mark-priority-list): Renamed from
1150         wl-summary-flag-priority-list.
1151         (wl-summary-flag-alist): New user option.
1152         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1153         (wl-message-mode-line-format-spec-alist): Added 'F'.
1154         (wl-message-mode-line-format): Likewise.
1155         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1156         instead of wl-summary-important-mark.
1157         (wl-file-folder-icon): New variable.
1158
1159         * wl-thread.el (wl-thread-set-flags): Renamed from
1160         wl-thread-mark-as-important.
1161
1162         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1163         warning.
1164         (wl-summary-mode-menu-spec): Follow the change of 
1165         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1166         (wl-summary-mode-map): Follow the change of
1167         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1168         (wl-summary-detect-mark-position): Follow the variable name change.
1169         (wl-summary-set-flags-region): New function for the replacement of
1170         wl-summary-mark-as-important-region.
1171         (wl-summary-sync-marks): Sync all global-flags.
1172         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1173         instead of elmo-message-flagged-p.
1174         (wl-summary-persistent-mark-string): Follow the variable name change;
1175         Put wl-summary-flag-mark if the message has global-flag.
1176         (wl-summary-target-mark-set-flags): Renamed from 
1177         wl-summary-target-mark-mark-as-important.
1178         (wl-summary-decide-flag): New function.
1179         (wl-summary-set-flags-internal): Renamed from
1180         wl-summary-mark-as-important-internal.
1181         (wl-summary-add-flags-internal): New function.
1182         (wl-summary-remove-flags-internal): Ditto.
1183         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1184         (wl-summary-mark-as-unimportant): Abolish.
1185         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1186         (wl-summary-next-message): List flagged messages in the msgdb.
1187
1188         * wl-score.el (wl-summary-score-update-all-lines): Use
1189         wl-summary-add-flags-internal instead of 
1190
1191         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1192
1193         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1194         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1195         (wl-message-buffer-require-all-header): Renamed from
1196         wl-message-buffer-all-header-flag (Ditto).
1197         (wl-message-buffer-flag-indicator): New variable.
1198         (wl-message-redisplay): Changed local varibale name from `flag' to
1199         `display-type'; Set up wl-message-buffer-flag-indicator.
1200         (wl-message-buffer-display): Changed varibale name from `flag' to
1201         `display-type'.
1202         (wl-message-display-internal): Likewise.
1203
1204         * wl-highlight.el (wl-highlight-demo-face): Define default background
1205         color.
1206         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1207
1208         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1209
1210         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1211         (wl-demo-setup-properties): Renamed from
1212         `wl-demo-set-background-color'.
1213         (wl-demo): Follow the change above.
1214         
1215         * Version number is increased to 2.11.24.
1216
1217 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-toggle-thread): Call
1220         `wl-summary-rescan' with disable-thread as non-nil.
1221         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1222
1223 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1224
1225         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1226         foreground property of the face.
1227         (wl-demo-insert-text): Don't set up face property here.
1228         (wl-demo): Call wl-demo-set-background-color, anyway.
1229
1230 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-vars.el (wl-demo-background-color): The value can be nil.
1233
1234 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1235
1236         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1237         to wl-summary-wheel-dispatcher.
1238
1239         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1240         wl-message-wheel-dispatcher.
1241         (wl-message-wheel-dispatcher): New function.
1242         (wl-summary-wheel-dispatcher): Ditto.
1243
1244 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-action.el (wl-summary-target-mark-all): List messages which are
1247         not in the killed-list.
1248
1249         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1250         only when the folder is 'flag/important.
1251
1252         * wl-address.el (wl-complete-field-body): Complete if the last
1253         character is a space.
1254
1255 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-folder.el (wl-folder-clear-entity-info): Use
1258         elmo-clear-hash-val.
1259
1260         * wl-fldmgr.el (wl-fldmgr-rename): Set
1261         wl-folder-info-alist-modified as t.
1262
1263 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1266
1267 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1270         (wl-folder-buffer-last-visited-entity-id): New buffer local
1271         variable.
1272         (wl-folder-revisit-last-visited-folder): New function.
1273         (wl-folder-mode-map): Bind it to "C-i".
1274         (wl-folder-set-current-entity-id): Set last visited folder.
1275         * wl-summary.el (wl-summary-exit): Ditto.
1276
1277 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1280         before calling `recenter' in order to cope with an XEmacs bug.
1281
1282 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1285         to the default value.
1286
1287 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1290         change.
1291         (wl-summary-sync-marks): Ditto.
1292         (wl-summary-mark-as-read-internal): Ditto.
1293         (wl-summary-mark-as-answered-internal): Ditto.
1294         (wl-summary-mark-as-important-internal): Ditto.
1295         (wl-summary-reply): Ditto.
1296
1297         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1298         instead of `elmo-folder-unflag-answered'.
1299
1300         * Version number is increased to 2.11.23.
1301
1302         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1303         the last change.
1304
1305 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1306
1307         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1308         Specify "spam" or "good".
1309
1310 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1311
1312         * wl-spam.el (wl-summary-exec-action-spam): Call
1313         wl-folder-confirm-existence for spam folder.
1314         (wl-spam-setup): Bind "mk".
1315
1316 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1319
1320 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1323         destination folder is empty.
1324
1325 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1328         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1329
1330         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1331         (wl-summary-refile-prev-destination-region): New function.
1332         (wl-thread-refile-prev-destination): Ditto.
1333         (wl-summary-target-mark-refile-prev-destination): Ditto.
1334
1335 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1338         (wl-demo-background-color): Changed default value.
1339
1340         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1341         color.
1342
1343         * wl-demo.el (wl-demo-set-background-color): New function.
1344         (wl-demo): Call it.
1345
1346 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1347
1348         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1349         * wl-address.el (wl-address-add-or-change): Don't add empty
1350         address.
1351
1352 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1353
1354         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1355
1356 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * wl-vars.el (wl-demo-image-filter-alist): New variable
1359         (wl-demo-background-color): Ditto.
1360
1361         * wl-demo.el (wl-demo-xpm-set-background): New function.
1362         (wl-demo-image-filter): Ditto.
1363         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1364
1365         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1366
1367         * wl-demo.el (wl-demo-icon-name): Define as function.
1368         (wl-demo-insert-image): Use it.
1369
1370 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1371
1372         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1373
1374 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1375
1376         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1377
1378 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1381
1382 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-thread.el (wl-thread-mark-as-answered): New function.
1385
1386         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1387         answered" entry.
1388         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1389         "r&" and wl-thread-mark-as-answered to "t&".
1390         (wl-summary-mark-as-important-region): Refine to toggle mark.
1391         (wl-summary-mark-as-answered-region): New function.
1392         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1393         and 3rd argument.
1394         (wl-summary-mark-as-important-internal): Likewise.
1395
1396 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-template.el (wl-template-preview): New internal variable.
1399         (wl-template-preview-p): New function.
1400         (wl-template-show): Bind `wl-template-preview' as t.
1401
1402 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1405         `elmo-message-entity-field' with 3rd argument which is non-nil.
1406
1407 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1410         Removed duplicate local bind `folder'.
1411
1412 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1413
1414         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1415
1416 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1419         duplicate definition.
1420
1421 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1424         non-nil, use it; Don't fetch message if there's no message in the
1425         current cursor position.
1426
1427 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-util.el (wl-region-exists-p): Use region-active-p.
1430         (wl-deactivate-region): New function.
1431         * wl-message.el (wl-message-redisplay): Deactivate region.
1432
1433         * wl-summary.el (wl-summary-reply): Call
1434         `wl-summary-set-message-buffer-or-redisplay' instead of
1435         `wl-summary-redisplay-internal', don't move point.
1436
1437 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1440         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1441         by regexp.
1442
1443 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1446         if no need.
1447
1448 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1451         default value to nil.
1452         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1453         `wl-summary-prepare-hook'; Replace refile action to
1454         `wl-summary-exec-action-refile-with-register'.
1455
1456         * Version number is increased to 2.11.22.
1457
1458 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-detect-mark-position): Set
1461         `wl-summary-buffer-weekday-name-lang'.
1462
1463 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1464
1465         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1466         (wl-summary-mark-as-read-all): Ditto.
1467         (wl-summary-delete-messages-on-buffer): Ditto.
1468         (wl-summary-sync-update): Ditto.
1469         (wl-summary-mark-as-read-internal): Ditto.
1470         (wl-summary-mark-as-answered-internal): Ditto.
1471         (wl-summary-update-folder-info): Abolished.
1472
1473 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-summary.el (wl-summary-mark-as-read-all): Use
1476         `wl-summary-update-folder-info' instead of
1477         `wl-folder-update-unread'.
1478
1479 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1480
1481         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1482         `wl-summary-folder-info-update'.
1483         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1484         instead of `wl-summary-folder-info-update'.
1485         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1486         `wl-folder-set-folder-updated'.
1487         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1488         instead of `wl-folder-update-unread'.
1489         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1490         the value of `wl-summary-buffer-unread-count' for the second parameter of
1491         `wl-folder-update-unread'.
1492
1493         * Version number is increased to 2.11.21.
1494
1495 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1496
1497         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1498         a local variable.
1499
1500 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1503         interactively.
1504
1505         * wl-summary.el (wl-summary-mark-as-important-internal): New
1506         internal function.
1507         (wl-summary-mark-as-important): Use it.
1508         (wl-summary-mark-as-unimportant): New function.
1509         (wl-summary-sync-marks): Follow the API change.
1510
1511         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1512
1513         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1514
1515 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1516
1517         * wl-folder.el (wl-folder-update-unread): Re-indent.
1518         Narrow the scope of a local variable.
1519
1520 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1523         (wl-addrmgr-merge-entries): Ditto.
1524         (wl-addrmgr): Added to address entry which exists in draft buffer
1525         if no entry is in original.
1526
1527 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-batch.el: New file.
1530
1531 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1532
1533         * wl-vars.el (wl-use-semi): Remove unused variable.
1534
1535 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1536
1537         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1538         "?".
1539
1540 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1543         wl-summary-new-mark.
1544         (wl-summary-new-cached-mark): New user option.
1545         (wl-summary-score-marks): Follow the change above.
1546         (wl-summary-auto-refile-skip-marks): Ditto.
1547         (wl-summary-incorporate-marks): Ditto.
1548         (wl-summary-expire-reserve-marks): Ditto.
1549
1550         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1551
1552         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1553         (wl-summary-persistent-mark-string): Distinguished between cached
1554         and uncached mark when the message is new.
1555
1556 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-spam.el (wl-spam-domain): Renamed from
1559         `wl-spam-folder-guess-domain'.
1560         (wl-summary-exec-action-spam): Register as spam if domain of the
1561         source folder is good.
1562         (wl-summary-exec-action-refile-with-register): Register message if
1563         domain of the source folder is not undecided.
1564
1565 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1568         detect thread loop.
1569
1570 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1573         and wl-summary-skip-mark-list.
1574
1575 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1578
1579         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1580
1581         * wl-spam.el (toplevel): Require wl-highlight.
1582         (wl-spam-auto-check-policy-alist): Abolish.
1583         (wl-spam-auto-check-folder-regexp-list): New user option.
1584         (wl-spam-auto-check-marks): Ditto.
1585         (wl-spam-mark-action-list): Ditto.
1586         (wl-highlight-summary-spam-face): New face.
1587         (wl-spam-auto-check-message-p): New function.
1588         (wl-spam-map-spam-messages): Fixed message.
1589         (wl-spam-register-spam-messages): Ditto.
1590         (wl-spam-register-good-messages): Ditto.
1591         (wl-summary-spam-map): Add and remove keybind.
1592         (wl-summary-target-mark-spam): Abolish.
1593         (wl-summary-refile-spam): Ditto.
1594         (wl-summary-test-spam): New function.
1595         (wl-summary-mark-spam): Ditto.
1596         (wl-summary-auto-check-spam): Follow the above change.
1597         (wl-summary-exec-action-spam): New function.
1598         (wl-summary-exec-action-refile-with-register): Fixed message.
1599         (wl-message-check-spam): New function.
1600         (wl-spam-setup): Ditto.
1601         (toplevel): Call it if this file is loaded interactivity.
1602
1603         * Version number is increased to 2.11.20.
1604
1605 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1608         when new optional argument `force' is non nil or modified.
1609
1610 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl.el (toplevel): Require wl-spam when compile.
1613         (wl-save-status): Call wl-spam-save-status.
1614
1615         * wl-spam.el (wl-spam-register-spam-messages): New function.
1616         (wl-spam-register-good-messages): Ditto.
1617         (wl-spam-save-status): Ditto.
1618         (wl-summary-mode-map): Bind
1619         wl-summary-target-mark-register-as-spam to "ms" and
1620         wl-summary-target-mark-register-as-good to "mn".
1621         (wl-summary-register-as-spam): Abolish optional argument; Use
1622         wl-spam-register-spam-messages.
1623         (wl-summary-register-as-spam-all): Use
1624         wl-spam-register-spam-messages.
1625         (wl-summary-register-as-good): Abolish optional argument; Use
1626         wl-spam-register-good-messages.
1627         (wl-summary-register-as-good-all): Use
1628         wl-spam-register-good-messages.
1629         (wl-summary-target-mark-register-as-spam): New funtion.
1630         (wl-summary-target-mark-register-as-good): Ditto.
1631
1632 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * wl-spam.el: New file.
1635
1636 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1639
1640         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1641         (wl-summary-auto-refile): Call wl-refile-guess with
1642         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1643
1644 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1645
1646         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1647         with disable-thread argument non-nil.
1648
1649 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-summary.el (wl-summary-rescan): Added optional argument
1652         disable-thread.
1653         (wl-summary-sync): Call wl-summary-rescan with argument
1654         disable-thread.
1655         (wl-summary-input-range): Added new range `rescan-thread'.
1656
1657 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1658
1659         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1660
1661 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1664         internal variable.
1665         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1666         wl-summary-search-parent-by-subject-regexp and
1667         wl-summary-divide-thread-when-subject-changed as nil.
1668         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1669         (wl-summary-insert-thread): Search parent entity from
1670         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1671         thread loop.
1672
1673 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1676
1677         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1678
1679         * wl-util.el (wl-require-update-all-folder-p): New function.
1680         (wl-get-assoc-list-value): Added `function' to match directive.
1681         (wl-collect-draft): Rewrite.
1682
1683         * wl-summary.el (wl-summary-sync-update): Clear faces
1684         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1685         are non-nil.
1686         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1687         argument as function.
1688         (wl-summary-input-range): Ditto.
1689
1690         * wl-folder.el (wl-draft-get-folder): New function.
1691         (wl-folder-get-elmo-folder): Consider draft folder.
1692
1693         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1694         (wl-draft-buffer-message-number): New buffer local variable.
1695         (wl-draft-folder-internal): New internal variable.
1696         (wl-draft-delete): Rewrite.
1697         (wl-draft-save): Ditto.
1698         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1699         wl-folder-get-elmo-folder.
1700         (wl-draft-config-info-operation): Ditto.
1701         (wl-jump-to-draft-folder): Ditto.
1702         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1703         (wl-draft-reedit): Rewrite.
1704
1705         * Version number is increased to 2.11.19.
1706         
1707 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1708
1709         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1710         variable.
1711
1712 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1715         Use ignore-errors instead of unwind-protect.
1716
1717 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1718
1719         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1720         for updating `wl-thread-entity-list'.
1721
1722 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1723
1724         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1725         parameter from calling `wl-thread-entity-get-older-brothers' and
1726         `wl-thread-entity-get-younger-brothers'.
1727         Replace nested `append' with a single one.
1728
1729 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-summary.el (wl-summary-mode): Don't use the return value of
1732         `make-local-hook'.
1733
1734 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1735
1736         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1737         instead of `let*'.
1738         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1739         of local variables.
1740
1741 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1744         Renamed from wl-summary-window-scroll-functions.
1745         (wl-summary-window-scroll-functions): Don't set to variable.
1746         (wl-summary-display-top): Use run-hooks.
1747         (wl-summary-display-bottom): Ditto.
1748         (wl-summary-toggle-disp-msg): Ditto.
1749         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1750         Use it instead of wl-summary-window-scroll-functions.
1751         (wl-summary-goto-folder-subr): Don't call
1752         wl-summary-window-scroll-functions, use
1753         wl-summary-buffer-window-scroll-functions instead.
1754
1755 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1758         make-local-variable.
1759
1760 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1761
1762         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1763         set-buffer-modified-p.
1764         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1765         (wl-summary-display-bottom): Ditto.
1766         (wl-summary-toggle-disp-msg): Ditto.
1767
1768 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1771
1772         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1773         (wl-summary-forward): Use elmo-message-entity-field instead of
1774         elmo-message-field.
1775
1776         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1777
1778 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-summary.el (wl-summary-window-scroll-functions): No use
1781         `append'.
1782
1783 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1786         function.
1787         (wl-summary-window-scroll-functions): Call it when both
1788         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1789         (wl-summary-temp-mark): Added optional argument number.
1790         (wl-summary-message-mark): Added optional argument flag.
1791         (wl-summary-persistent-mark): Added optional argument number and flag.
1792         (wl-summary-update-persistent-mark): Ditto.
1793         (wl-summary-update-status-marks): Set "r" for interactive spec.
1794
1795         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1796         argument number and flag.
1797
1798         * wl-action.el (wl-summary-registered-temp-mark): 
1799         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1800
1801 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1804         internal variable (buffer local).
1805         (wl-summary-window-scroll-functions): New function.
1806         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1807         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1808         as nil.
1809         (wl-summary-update-status-marks): Added arguments beg, end and
1810         check.
1811         (wl-summary-update-mark-window): Use function.
1812         (wl-summary-sync-update): Follow the change above.
1813         (wl-summary-switch-to-clone-buffer): Copy
1814         wl-summary-buffer-unsync-mark-number-list.
1815         (wl-summary-goto-folder-subr): Set
1816         wl-summary-buffer-unsync-mark-number-list and
1817         use wl-summary-window-scroll-functions instead of
1818         wl-summary-lazy-highlight.
1819
1820         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1821
1822 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1825
1826         * wl-summary.el (wl-summary-update-persistent-mark): Call
1827         wl-summary-set-message-modified.
1828
1829         * wl-summary.el (wl-summary-sync-update): Don't call
1830         wl-summary-update-status-marks.
1831
1832         * Version number is increased to 2.11.18.
1833
1834 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1837         (wl-message-next-page): Ditto.
1838
1839 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1840
1841         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1842         local variable.  Change the order of a collected list into the
1843         same as the specified range.  Remove nil from a collected list.
1844
1845 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1846
1847         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1848         argument for elmo-folder-list-messages.
1849
1850 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1851
1852         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1853         change (wl-summary-count-unreads return a list instead of a cons
1854         cell).
1855
1856 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1857
1858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1859         `wl-summary-folder-info-update'.
1860
1861 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-summary.el (wl-summary-set-message-modified): No use
1864         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1865         (wl-summary-set-mark-modified): Abolish.
1866         (wl-summary-mark-modified-p): Ditto.
1867         (wl-summary-save-view): Follow the change above.
1868
1869         * wl-expire.el (wl-summary-expire): Likewise.
1870
1871 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1872
1873         * wl-summary.el (wl-summary-detect-mark-position): Use
1874         modb-entity-handler.
1875         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1876
1877         * Version number is increased to 2.11.17.
1878
1879 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1882         entity field value.
1883         (wl-summary-prefetch-msg): Ditto.
1884         (wl-summary-print-message-with-ps-print): Ditto.
1885
1886 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1889         for dummy entity.
1890         (wl-summary-insert-thread): Use elmo-message-entity-field.
1891         (wl-summary-update-thread): Use elmo-message-entity-field and
1892         elmo-message-entity-number.
1893         (wl-summary-line-number):  Use elmo-message-entity-number.
1894         (wl-summary-line-size): Use elmo-message-entity-field.
1895         (wl-summary-line-subject): Ditto.
1896         (wl-summary-line-from): Ditto.
1897         (wl-summary-line-attached): Ditto.
1898         (wl-summary-create-line): Ditto.
1899         (wl-summary-create-line): Use elmo-message-entity-number.
1900         (wl-summary-print-message-with-ps-print): Use
1901         elmo-message-entity-field.
1902
1903 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1906         change in elmo-msgdb-make-message-entity.
1907         (wl-summary-buffer-set-folder): Don't call
1908         wl-summary-detect-mark-position here.
1909         (wl-summary-rescan): Call elmo-message-entity-number.
1910         (wl-summary-sync-update): Ditto.
1911         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1912
1913         * wl-score.el (wl-score-header-index): Redefine 2th element.
1914         (wl-score-overview-entity-get-extra): Abolish.
1915         (wl-score-ov-entity-get): Rewrite.
1916         (wl-score-string-index<, wl-score-string-func<): Abolish.
1917         (wl-score-string<): New function.
1918         (wl-score-string-sort): Use it.
1919
1920         * wl-refile.el (wl-refile-guess-by-history): Use
1921         elmo-message-entity-field.
1922         (wl-refile-guess-by-from): Ditto.
1923         (wl-refile-guess-by-msgid): Ditto.
1924
1925         * Version number is increased to 2.11.16.
1926
1927 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1928
1929         * wl-folder.el (wl-folder-confirm-existence): Don't call
1930         file-exists-p if msgdb-path is nil.
1931         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1932         `wl-read-folder-hist' to `wl-read-folder-history'.
1933
1934 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1935
1936         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1937         `y-or-n-p'.
1938
1939 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * wl-score.el (wl-score-headers): Don't use
1942         elmo-folder-do-each-message-entity.
1943
1944         * Version number is increased to 2.11.15.
1945
1946 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-summary.el (wl-summary-delete-all-msgs): Use
1949         elmo-folder-move-messages instead of elmo-folder-delete-messages
1950         and elmo-folder-detach-messages.
1951         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1952
1953         * wl-expire.el (wl-expire-delete): Ditto.
1954         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1955
1956 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1957
1958         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1959         (wl-message-header-narrowing-fields): Ditto.
1960         (wl-message-header-narrowing-lines): Ditto.
1961         (wl-message-header-narrowing-string): Ditto.
1962
1963         * wl-summary.el (wl-summary-mode-map): Bind
1964         wl-summary-toggle-header-narrowing to "C-cC-f".
1965         (wl-summary-toggle-header-narrowing): New function.
1966
1967         * wl-message.el (wl-message-buffer-create): Call
1968         wl-message-header-narrowing-setup.
1969         (wl-message-redisplay): Call wl-message-header-narrowing.
1970         (wl-message-header-narrowing): New function.
1971         (wl-message-header-narrowing-map): New keymap.
1972         (wl-message-header-narrowing-widen-map): New keymap.
1973         (wl-message-header-narrowing-again-at-mouse): New function.
1974         (wl-message-header-narrowing-1): Ditto.
1975         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1976         (wl-message-header-narrowing-setup): Ditto.
1977         (wl-message-header-narrowing-toggle): Ditto.
1978         
1979         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1980
1981         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1982         'flag as all.
1983         (wl-use-flag-folder-help-echo): New user option.
1984
1985         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1986         wl-summary-highlight as nil.
1987         (wl-summary-set-mark-modified): Follow the API change.
1988         (wl-summary-mark-modified-p): Ditto.
1989         (wl-summary-mark-as-read-all): Ditto.
1990         (wl-summary-sync-marks): Don't call
1991         elmo-folder-list-messages-with-global-mark.
1992         (wl-summary-mark-as-read-internal): Follow the API change.
1993         (wl-summary-mark-as-answered-internal): Ditto.
1994         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1995         Follow the API change.
1996         (wl-summary-create-line): Call with number argument.
1997         (wl-summary-reply): Follow the API change.
1998
1999         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2000         function.
2001         (wl-highlight-summary-line-string): Call it when
2002         wl-use-flag-folder-help-echo is non-nil.
2003         (wl-highlight-summary-current-line): Ditto.
2004         (elmo-flag-folder-referrer): Added autoload setting.
2005
2006         * wl-draft.el (wl-draft-kill): Follow the API change.
2007
2008         * Version number is increased to 2.11.14.
2009         
2010 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2013
2014 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * Version number is increased to 2.11.13.
2017
2018 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * wl-draft.el (wl-draft-previous-history-element): Fixed
2021         unbalanced parenthesis and bind unbound local variables.
2022
2023 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2024
2025         * wl-draft.el (wl-draft-previous-history-element): New function.
2026         (wl-draft-next-history-element): Ditto.
2027         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2028         them to M-p and M-n.
2029
2030 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2031
2032         * Version number is increased to 2.11.12.
2033
2034 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-draft.el (wl-draft-hide): Select buffer-window.
2037
2038 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2039
2040         * wl-summary.el (wl-summary-narrow-to-region): New function.
2041         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2042         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2043         (wl-summary-save-region): Use it.
2044         * wl-action.el (wl-summary-collect-numbers-region)
2045         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2046
2047 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-folder.el (wl-folder-count-incorporates): Don't use
2050         `elmo-msgdb-mark-load'
2051
2052         * Version number is increased to 2.11.11.
2053
2054 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2057         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2058
2059 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2062
2063 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * Version number is increased to 2.11.10.
2066
2067 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * wl-mime.el (wl-draft-attribute-value): Fixed.
2070
2071 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-util.el (wl-copy-local-variables): New function.
2074
2075         * wl-mime.el (wl-draft-attribute-recipients): New function.
2076         (wl-draft-attribute-envelope-from): Ditto.
2077         (wl-draft-attribute-smtp-posting-server): Ditto.
2078         (wl-draft-attribute-smtp-posting-port): Ditto.
2079         (wl-draft-attribute-value): Ditto.
2080         (wl-draft-preview-message): Use it to get value for
2081         attributes. Reflect result of `wl-draft-config'.
2082
2083         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2084         and call `wl-summary-mark-as-read' before to call
2085         `wl-summary-unset-mark'.
2086         (wl-summary-target-mark-mark-as-unread): Likewise.
2087         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2088
2089 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-mime.el (wl-draft-preview-message): Use actual value for
2092         attributes; Fix for small window.
2093
2094 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-refile.el (wl-refile-get-field-value): Call
2097         `elmo-message-entity-field' with 3rd argument is non-nil.
2098
2099 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-vars.el (wl-draft-preview-attributes): New user option.
2102         (wl-draft-preview-attributes-list): Ditto.
2103         (wl-draft-preview-attributes-buffer-lines): Ditto.
2104         (wl-draft-preview-attributes-buffer-name): Ditto.
2105
2106         * wl-mime.el (wl-draft-preview-message): Display attributes.
2107
2108 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-summary.el (wl-summary-detect-mark-position): Bind
2111         wl-summary-flag-priority-list to '(new).
2112
2113 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2116         funtion.
2117         (wl-highlight-summary-line-string): Use it.
2118         (wl-highlight-summary-current-line): Ditto.
2119
2120 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2123         line even when the mark string is not changed.
2124
2125         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2126         argument change in the wl-summary-create-line.
2127         (wl-thread-insert-entity-sub): Ditto.
2128
2129         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2130         argument change in the wl-summary-create-line.
2131         (wl-summary-insert-sequential): Ditto.
2132         (wl-summary-update-thread): Ditto.
2133         (wl-summary-persistent-mark-string): New inline function.
2134         (wl-summary-message-mark): Use it.
2135         (wl-summary-create-line): Abolish argument wl-persistent-mark
2136         and added wl-flags, wl-cached.
2137
2138         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2139         mark to flags.
2140         (wl-highlight-summary-current-line): Decide the face not by the 
2141         persistent mark but flags.
2142
2143 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2146         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2147         wl-summary-read-uncached-mark): Revive.
2148         (wl-summary-answered-cached-mark,
2149         wl-summary-answered-uncached-mark): New user option.
2150         (wl-summary-score-marks): Follow the change above.
2151         (wl-summary-auto-refile-skip-marks): Ditto.
2152         (wl-summary-incorporate-marks): Ditto.
2153         (wl-summary-expire-reserve-marks): Ditto.
2154         (wl-summary-flag-priority-list): New user option.
2155
2156         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2157         changes.
2158         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2159         of elmo-message-mark.
2160         (wl-summary-mark-as-read-internal): Ditto.
2161         (wl-summary-mark-as-answered): Ditto.
2162         (wl-summary-mark-as-important): Ditto.
2163         (wl-summary-redisplay-internal): Ditto.
2164         (wl-summary-redisplay-no-mime-internal): Ditto.
2165         (wl-summary-message-mark): New function.
2166         (wl-summary-insert-sequential): Use wl-summary-message-mark
2167         instead of elmo-message-mark.
2168         (wl-summary-update-thread): Ditto.
2169         (wl-summary-persistent-mark): Ditto.
2170         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2171         instead of elmo-message-mark.
2172
2173         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2174         wl-summary-message-mark instead of elmo-message-mark.
2175         (wl-thread-insert-entity-sub): Ditto.
2176         (wl-thread-get-children-msgs-uncached): Ditto.
2177
2178         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2179         variable name changes.
2180         (wl-highlight-summary-current-line): Ditto.
2181
2182         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2183         wl-summary-message-mark instead of elmo-message-mark.
2184
2185         * wl-expire.el (wl-expire-message-p): Ditto.
2186
2187         * wl-score.el (wl-score-headers): Ditto.
2188
2189         * Version number is increased to 2.11.9.
2190
2191         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2192         (wl-summary-sync-update): Follow the change above.
2193         (wl-summary-switch-to-clone-buffer): Ditto.
2194         (wl-summary-open-folder): Ditto.
2195
2196 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2197
2198         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2199         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2200
2201         * Version number is increased to 2.11.8.
2202
2203         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2204
2205         * wl-expire.el (wl-expire-refile): Follow the API change on
2206         `elmo-folder-move-messages'.
2207         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2208
2209         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2210         (wl-summary-exec-action-refile): Ditto.
2211         (wl-summary-exec-action-copy): Ditto.
2212         (wl-summary-no-auto-refile-message-p): No use
2213         `wl-summary-buffer-msgdb'.
2214         (wl-summary-auto-refile): Ditto.
2215
2216 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2219
2220 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-summary.el (wl-summary-sync): Treat no-sync.
2223
2224         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2225         (wl-default-sync-range): Ditto.
2226
2227 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-refile.el (wl-refile-subject-learn): Call
2230         `elmo-message-entity-field' with 3rd argument is non-nil.
2231         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2232         instead of `elmo-msgdb-overview-entity-get-subject'.
2233
2234 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2237         scan-type is rescan.
2238         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2239         new optional argument force is non-nil.
2240         (wl-summary-save-view-cache): Call it with force argument non-nil.
2241
2242         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2243
2244 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2245
2246         * wl-action.el (wl-summary-print-argument): Fixed last change.
2247
2248 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2251         simplified.
2252         (wl-summary-target-mark-mark-as-unread): Likewise.
2253         (wl-summary-target-mark-mark-as-important): Likewise.
2254
2255 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2258         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2259         (wl-summary-mark-as-important-region): Change accordingly.
2260         (wl-summary-target-mark-mark-as-important): Ditto.
2261
2262 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2265
2266         * wl-action.el (wl-summary-print-argument): Print argument to
2267         right side of window if `wl-summary-print-argument-within-window'
2268         is non-nil.
2269
2270 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2271
2272         * wl-action.el (wl-summary-set-mark): Use
2273         `wl-summary-message-visible-p' to check visibility of the message
2274         and jump to message only when the message line is visible and have
2275         different number; Call wl-summary-unset-mark with number argument.
2276         (wl-summary-unset-mark): 
2277         Use `wl-summary-message-visible-p'
2278         to check visibility of the message and jump to message only when
2279         the message line is visible and have different number;
2280
2281 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2282
2283         * Version number is increased to 2.11.7.
2284
2285         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2286         and wl-folder-summary-line-format.
2287
2288         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2289         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2290         (wl-summary-set-score-mark): Use it.
2291         (wl-summary-target-mark-mark-as-read): Ditto.
2292         (wl-summary-target-mark-mark-as-unread): Ditto.
2293         (wl-summary-target-mark-mark-as-important): Ditto.
2294         (wl-summary-target-mark-msgs): Simplified.
2295         (wl-summary-detect-mark-position): Fixed problem when
2296         summary-line-format no contain persisten/temp mark spec.
2297         (wl-summary-temp-mark): Ditto.
2298         (wl-summary-persistent-mark): Ditto.
2299         (wl-summary-update-persistent-mark): Ditto.
2300
2301         * wl-action.el (wl-summary-set-mark): Ditto.
2302         (wl-summary-unset-mark): Ditto.
2303         All other related portions are changed.
2304
2305 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * Version number is increased to 2.11.6.
2308
2309 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2310
2311         * wl-util.el (wl-current-message-buffer): Define as function;
2312         Don't use the value of wl-messge-buffer.
2313
2314         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2315         persistent mark.
2316
2317         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2318         no current message, cause an error.
2319
2320 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-summary.el (wl-summary-set-message-modified): Use
2323         elmo-folder-set-message-modified instead of
2324         elmo-folder-set-message-modified-internal.
2325
2326 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2327
2328         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2329         interactively.
2330         (wl-summary-sync): nokill->entirely.
2331         (wl-summary-sync-marks): Fixed message.
2332         (wl-summary-input-range): Added mark, nokill->entirely.
2333
2334         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2335         messages as read.
2336
2337 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2340         update-noscore.
2341         (wl-summary-sync): Follow the change above.
2342
2343 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-action.el (wl-summary-target-mark-all): Use
2346         elmo-folder-list-messages.
2347
2348 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2349
2350         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2351         (wl-summary-rescan): Set wl-summary-scored as nil.
2352         (wl-summary-sync-force-update): Follow the change above.
2353         (wl-summary-sync): Ditto.
2354         (wl-summary-sync-update): Added argument disable-killed.
2355         (wl-summary-insert-headers): Set visible-only argument for
2356         elmo-folder-list-messages.
2357         (wl-summary-input-range): Added update-nokill, update-noscore,
2358         all-nokill, all-noscore and mark.
2359
2360         * Version number is increased to 2.11.5.
2361
2362         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2363
2364 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2367         (wl-summary-prefetch-region-no-mark): Change accordingly.
2368         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2369
2370 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-address.el (wl-complete-field-to): Abolished.
2373         (wl-complete-address): Completion function for completing-read.
2374         * wl-action.el (wl-summary-get-resend-address): Use it.
2375
2376         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2377         wl-summary-update-mark and abolish unused argument.
2378         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2379         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2380         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2381         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2382         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2383         * wl-draft.el (wl-draft-kill): Ditto.
2384
2385         * wl-summary.el: Remove unused binding of case-fold-search.
2386         (wl-summary-replace-status-marks): Abolished.
2387
2388 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2391         is specified or folder length is zero.
2392
2393 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2396         (wl-folder-archive-current-entity): Ditto.
2397
2398 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2401         retrieving message mark.
2402         (wl-summary-redisplay-internal): Ditto.
2403
2404         * wl-message.el (wl-message-buffer-display): Ignore errors while
2405         retrieving message-id field.
2406
2407         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2408         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2409         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2410         order of the arguments for `wl-expire-message-p'.
2411         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2412
2413         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2414         Check return value of wl-summary-reply.
2415         (wl-summary-reply): Recover window configuration when an error occured.
2416
2417 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-summary.el (wl-summary-resend-message): Abolished, the
2420         feature is inherited by wl-summary-resend (put resend mark).
2421
2422 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2425         wl-message-buffer to nil when the message is hide.
2426
2427 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * .cvsignore: New file.
2430
2431 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-action.el (wl-summary-action-docstring): Add more info.
2434         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2435         duplicate definition.
2436         (wl-summary-define-mark-action): Functions wl-summary-*-region
2437         keep current position.
2438         (wl-summary-unregister-target-mark): Store result to the variable.
2439
2440 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * Version number is increased to 2.11.4.
2443
2444 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2447         wl-summary-delete-all-temp-marks.
2448         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2449
2450         * wl-action.el (wl-summary-set-mark): Changed terminology
2451         refile-destination -> action-argument.
2452         (wl-summary-unset-mark): Ditto.
2453         (wl-summary-remove-argument): Ditto.
2454         (wl-summary-print-argument): Ditto.
2455
2456         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2457         (wl-thread-remove-argument-region): Ditto.
2458         (wl-thread-print-argument-region): Ditto.
2459         (wl-thread-close): Ditto.
2460         (wl-thread-open): Ditto.
2461
2462         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2463         (wl-highlight-refile-destination-face is abolished)
2464         (wl-highlight-action-argument-string): Ditto.
2465         (wl-highlight-summary-current-line): Highlight action argument.
2466
2467         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2468         color for light backgrounds.
2469         (wl-highlight-summary-answered-face): Ditto.
2470
2471 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2472
2473         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2474
2475         * wl-score.el (wl-summary-score-update-all-lines): Use
2476         wl-summary-set-mark.
2477         (wl-summary-score-update-all-lines): Kill expunged messages.
2478
2479         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2480
2481 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2482
2483         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2484         directly.
2485         (wl-score-overview-entity-get-lines): Ditto.
2486         (wl-score-overview-entity-get-xref): Ditto.
2487         (wl-score-get-latest-msgs): Ditto.
2488         (wl-summary-rescore): Ditto.
2489
2490         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2491         to "&".
2492         (wl-summary-mark-as-answered-internal): New inline function.
2493         (wl-summary-mark-as-answered): New function.
2494         (wl-summary-mark-as-unanswered): Ditto.
2495         (wl-summary-sync-marks): Modified for answered-mark synching.
2496
2497 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-action.el (wl-summary-set-mark): Fixed last change.
2500
2501 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2502
2503         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2504         behavior of wl-summary-unread-message-hook
2505         (Pointed out by akira yamada <akira@arika.org>).
2506
2507 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2510         wl-summary-delete.
2511         * wl-xmas.el (wl-summary-toolbar): Ditto.
2512
2513         * wl-action.el (wl-summary-set-mark): Don't override current
2514         temp-mark.
2515
2516         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2517
2518 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2521         (wl-refile-msgid-learn): Ditto.
2522         (wl-refile-get-field-value): Ditto.
2523
2524         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2525
2526         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2527         (wl-expire-delete-reserved-messages): Renamed from
2528         wl-expire-reserve-marked-msgs-from-list.
2529         (wl-expire-delete): Removed argument `msgdb'.
2530         (wl-expire-refile): Ditto.
2531         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2532         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2533         mark-alist as argument.
2534         (wl-expire-archive-number1): Removed argument `msgdb'.
2535         (wl-expire-archive-number2): Ditto.
2536         (wl-expire-archive-date): Ditto.
2537         (wl-expire-localdir-date): Ditto.
2538         (wl-expire-hide): Ditto.
2539         (wl-archive-number1): Ditto.
2540         (wl-archive-number2): Ditto.
2541         (wl-archive-date): Ditto.
2542         (wl-archive-folder): Ditto.
2543         All other related portions are changed.
2544
2545 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2548         mean move up and down. (suggested by Takashi Kawachi)
2549
2550 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-acap.el (toplevel): Don't require un-define.
2553
2554 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-thread.el (wl-thread-delete-message): Always update
2557         wl-summary-buffer-number-list.
2558
2559         * wl-action.el (wl-summary-print-destination): 
2560         Do nothing when folder is nil.
2561
2562 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2563
2564         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2565         persistent mark when prefetch is succeeded.
2566
2567 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2568
2569         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2570         instead of elmo-msgdb-delete-msgs.
2571         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2572         (wl-expire-hide): Ditto.
2573
2574         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2575
2576         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2577         elmo-msgdb interface.
2578         (wl-thread-get-exist-children): Likewise.
2579         (wl-thread-insert-message): Likewise.
2580         (wl-thread-msg-mark-as-important): Likewise.
2581         (wl-thread-insert-entity-sub): Likewise.
2582         (wl-thread-get-children-msgs-uncached): Likewise.
2583
2584         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2585         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2586         (wl-summary-sync-update): Likewise.
2587         (wl-summary-auto-select-msg-p): Likewise.
2588         (wl-summary-update-thread): Likewise.
2589         (wl-summary-mark-as-important): Likewise.
2590         (wl-summary-jump-to-msg-internal): Likewise.
2591         (wl-summary-redisplay-internal): Likewise.
2592         (wl-summary-print-message-with-ps-print): Likewise.
2593         (wl-summary-folder-info-update): Likewise.
2594
2595         * wl-folder.el (wl-folder-check-one-entity):
2596         elmo-folder-count-flags instead of wl-summary-count-unread.
2597
2598         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2599
2600         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2601
2602         * wl-summary.el (wl-summary-set-message-modified): 
2603         Call wl-summary-set-mark-modified.
2604         (wl-summary-delete-messages-on-buffer): Call
2605         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2606         (wl-summary-sync-update): Call elmo-folder-length instead of
2607         elmo-folder-messages.
2608         (wl-summary-insert-headers): Don't call
2609         elmo-folder-list-message-entities.
2610
2611 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-action.el (wl-summary-define-mark-action): Call
2614         `wl-summary-set-mark' with argument `data'.
2615         (wl-summary-auto-refile): Fixed order of arguments when call
2616         `wl-summary-refile'.
2617
2618 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2621
2622         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2623
2624         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2625         (Renamed from wl-highlight-summary-deleted-face).
2626         (wl-highlight-summary-resend-face): New face.
2627
2628         (wl-highlight-summary-deleted-face): Renamed from
2629         wl-highlight-summary-erased-face.
2630
2631         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2632
2633         * wl-action.el (wl-summary-get-resend-address): New function.
2634         (wl-summary-exec-action-resend): Ditto.
2635         (wl-summary-exec-action-resend-subr): Ditto.
2636
2637         * w-thread.el (wl-thread-copy): Removed definition.
2638         (wl-thread-refile): Ditto.
2639         (wl-thread-delete): Ditto.
2640         (wl-thread-target-mark): Ditto.
2641
2642         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2643         (wl-summary-target-mark-set-action): Fixed.
2644         (wl-summary-define-mark-action): Fixed quotation.
2645         (wl-summary-move-mark-list-messages): Display message.
2646         (wl-summary-define-mark-action): Define thread functions.
2647         (wl-summary-exec-action-refile): Changed message.
2648         (wl-summary-exec): Ditto.
2649
2650 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2651         
2652         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2653         '%%'.
2654
2655 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl.el (toplevel): Require wl-action.
2658         (wl-init): Call wl-summary-define-mark-action.
2659
2660         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2661
2662         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2663         wl-summary-delete and wl-summary-erase.
2664         (wl-summary-mode-map): Ditto.
2665
2666         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2667         wl-delete-folder-alist.
2668
2669         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2670         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2671         (toplevel): Moved mark & action related functions to the wl-action.el.
2672
2673         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2674         in wl-summary-mark-action-list.
2675         (wl-highlight-summary-current-line): Ditto.
2676
2677         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2678         empty lines.
2679
2680         * wl-action.el: New file. 
2681
2682 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-summary.el (wl-summary-target-mark-replace): New function.
2685         (wl-summary-target-mark-prefetch): Use it.
2686         (wl-summary-target-mark-delete): Ditto.
2687         (toplevel): Rearranged definition order.
2688         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2689         (wl-summary-target-mark-erase): Rewrite.
2690         (wl-summary-erase-region): New function.
2691         (wl-summary-exec-action-erase): Changed message.
2692         (wl-summary-move-mark-list-messages): New function.
2693         (wl-summary-exec-action-delete): Use it.
2694         (wl-summary-exec-action-erase): Ditto.
2695
2696         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2697         (wl-summary-skip-mark-list): Added "d".
2698
2699         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2700         while searching.
2701
2702         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2703         and define using defcustom;
2704         Define 4th element as a face.
2705         
2706         * wl-summary.el (wl-summary-incorporate): Use 
2707         `wl-summary-prefetch-region-no-mark' instead of
2708         `wl-summary-prefetch-region'.
2709         (wl-summary-prefetch-region-no-mark): Revival of old
2710         `wl-summary-prefetch-region'.
2711         (wl-summary-mark-action-list): Moved to wl-vars.el
2712
2713         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2714         face according to the `wl-summary-mark-action-list'.
2715         (wl-highlight-summary-current-line): Ditto;
2716         Removed destination highlighting.
2717
2718         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2719         (wl-highlight-summary-line-string): Highlight for "i" mark.
2720         (wl-highlight-summary-current-line): Ditto.
2721
2722         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2723         no destination.
2724
2725         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2726         exists, just go ahead.
2727         (wl-summary-prefetch-region): Rewrite.
2728         (wl-summary-prefetch): Ditto.
2729         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2730         (wl-summary-exec-action-prefetch): New function.
2731         (wl-summary-target-mark-prefetch): Rewrite.
2732
2733 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2736         (wl-highlight-summary-line-string): Added "d" and "D".
2737         (wl-highlight-summary-current-line): Ditto.
2738
2739         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2740         in wl-summary.el.
2741         (wl-thread-insert-entity-sub): Ditto.
2742         (wl-thread-remove-destination-region): Ditto.
2743         (wl-thread-print-destination-region): Ditto.
2744
2745         * wl-summary.el (wl-summary-buffer-refile-list,
2746         wl-summary-buffer-delete-list,
2747         wl-summary-buffer-copy-list): Abolish.
2748         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2749         All other related portions are changed.
2750         (wl-summary-mark-action-list): New variable.
2751         (wl-summary-set-mark): New function.
2752         (wl-summary-register-target-mark): Ditto.
2753         (wl-summary-unregister-target-mark): Ditto.
2754         (wl-summary-have-target-mark-p): Ditto.
2755         (wl-summary-register-temp-mark): Ditto.
2756         (wl-summary-unregister-temp-mark): Ditto.
2757         (wl-summary-registered-temp-mark): Ditto.
2758         (wl-summary-collect-temp-mark): Ditto.
2759         (wl-summary-unset-mark): Ditto.
2760         (wl-summary-set-target-mark): Ditto.
2761         (wl-summary-unset-target-mark): Ditto.
2762         (wl-summary-set-action-generic): Ditto.
2763         (wl-summary-unset-action-generic): Ditto.
2764         (wl-summary-exec-action-delete): Ditto.
2765         (wl-summary-exec-action-erase): Ditto.
2766         (wl-summary-set-action-refile): Ditto.
2767         (wl-summary-set-action-refile-subr): Ditto.
2768         (wl-summary-unset-action-refile): Ditto.
2769         (wl-summary-make-destination-numbers-list): Ditto.
2770         (wl-summary-exec-action-refile): Ditto.
2771         (wl-summary-set-action-copy): Ditto.
2772         (wl-summary-unset-action-copy): Ditto.
2773         (wl-summary-exec-action-copy): Ditto.
2774         (wl-summary-collect-numbers-region): Ditto.
2775         (wl-summary-delete): Rewrite.
2776         (wl-summary-erase): Ditto.
2777         (wl-summary-remove-destination): Ditto.
2778         (wl-summary-exec): Ditto.
2779         (wl-summary-exec-region): Ditto.
2780         (wl-summary-target-mark-erase): Ditto.
2781         (wl-summary-refile): Ditto.
2782         (wl-summary-copy): Ditto.
2783         (wl-summary-unmark): Ditto.
2784         (wl-summary-delete-all-mark): Ditto.
2785         (wl-summary-mark-line): Don't highlight.
2786         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2787         (wl-summary-target-mark-refile-subr): Rewrite.
2788
2789         (wl-summary-copy-prev-destination): Abolish.
2790
2791 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2792
2793         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2794         default values along the value of wl-on-mule.
2795         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2796         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2797         It is not used anywhere.
2798
2799 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2800
2801         * wl-summary.el (wl-summary-print-destination): Keep position.
2802         (wl-summary-cursor-move-surface): Keep horizontal position.
2803
2804 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2805
2806         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2807         write sendlog.
2808
2809 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2810
2811         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2812         `wl-summary-highlight'.
2813
2814 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2815
2816         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2817         trivial condition for temp-mark.
2818
2819 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2820
2821         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2822         when it hits killed buffer.
2823
2824 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2825
2826         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2827         * wl-news.el.in: `message' and `error' take format string.
2828
2829 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2830
2831         * wl-folder (wl-folder-insert-entity): Display a message,
2832         `...done', when the work finish.
2833         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2834
2835 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-message.el (wl-message-redisplay): Remove unused local
2838         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2839
2840 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2841
2842         * wl-summary.el (wl-summary-replace-status-marks): Disable
2843         interactive use.
2844         (wl-summary-reedit): Check message existence at first.
2845         (wl-summary-mark-line): Fix doc, return value is indefinite.
2846
2847         * wl-highlight.el (wl-highlight-message): Arranged.
2848
2849         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2850         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2851         check temp-mark by wl-summary-temp-mark always.
2852         (wl-highlight-summary): Change accordingly.
2853         * wl-summary.el (wl-summary-mark-as-read-all)
2854         (wl-summary-delete-cache, wl-summary-set-score-mark)
2855         (wl-summary-mark-as-unread, wl-summary-unmark)
2856         (wl-summary-mark-line, wl-summary-mark-as-read)
2857         (wl-summary-mark-as-important): Ditto.
2858
2859         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2860         end of the window if possible.
2861         * wl-summary.el (wl-summary-sync-update): Support lazy
2862         highlighting.
2863         (wl-summary-toggle-disp-msg): Ditto.
2864
2865 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2866
2867         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2868
2869 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2870
2871         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2872         change.
2873
2874 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2877         API.
2878         (wl-summary-sync-update): Ditto.
2879
2880         * wl-score.el (wl-score-get-score-alist): Changed argument.
2881         (wl-summary-rescore-msgs): Likewise.
2882         (wl-summary-score-headers): Likewise.
2883         (wl-score-headers): Likewise;
2884         Use elmo-folder-do-each-message-entity, etc.
2885         (wl-summary-score-effect): Follow the changes above.
2886         (wl-summary-rescore): Ditto.
2887         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2888         (wl-score-get-overview): Abolish.
2889
2890         * wl-summary.el (wl-summary-default-from): Follow the API change in
2891         elmo-msgdb.
2892         (wl-summary-count-unread): Ditto.
2893         (wl-summary-detect-mark-position): Ditto.
2894         (wl-summary-overview-entity-compare-by-date): Ditto.
2895         (wl-summary-overview-entity-compare-by-number): Ditto.
2896         (wl-summary-overview-entity-compare-by-from): Ditto.
2897         (wl-summary-overview-entity-compare-by-subject): Ditto.
2898         (wl-summary-get-list-info): Ditto.
2899         (wl-summary-rescan): Ditto.
2900         (wl-summary-jump-to-msg-by-message-id): Ditto.
2901         (wl-summary-sync-update): Ditto; Removed comment.
2902         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2903         (wl-summary-insert-message): Use wl-summary-insert
2904         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2905         (wl-summary-insert-headers): Changed argument overview to folder.
2906         (wl-summary-search-by-subject): Likewise.
2907         (wl-summary-insert-thread): Renamed from 
2908         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2909
2910         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2911         too.
2912
2913         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2914         wl-string-member.
2915
2916 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2919         elmo-folder-append-buffer.
2920         (wl-draft-queue-append): Likewise.
2921
2922         * wl-mime.el (wl-message-delete-current-part): Ditto.
2923         (wl-summary-burst-subr): Ditto.
2924
2925         * wl-news.el.in (wl-news-send-news): Ditto.
2926
2927 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2930         function.
2931         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2932         (wl-summary-update-mark): Enclose with save-excursion.
2933         (wl-summary-mark-as-read-internal): Fixed last change.
2934         (wl-summary-mark-as-important): Use 3rd argument of
2935         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2936         Don't use elmo-msgdb-set-mark.
2937         (wl-summary-redisplay-internal): If msgdb flag is already read,
2938         just update the mark on buffer.
2939
2940 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2941
2942         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2943         cut visible folder when elmo-folder-delete returns non-nil value.
2944
2945 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2946
2947         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2948         by Kenichi OKADA <okada@opaopa.org>).
2949
2950 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2951
2952         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2953
2954 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2955
2956         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2957         Fixed the last change, search group entity by its real name.
2958         (Thanks to: KOBAYASHI Shinji)
2959
2960 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2961
2962         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2963         (wl-fldmgr-access-display-all): Don't refer visible name.
2964         * wl-expire.el (wl-folder-archive-current-entity)
2965         (wl-folder-expire-current-entity): Ditto.
2966         * wl-folder.el (wl-folder-jump-to-current-entity)
2967         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2968         (wl-folder-open-folder-sub,wl-folder-open-all)
2969         (wl-folder-write-current-folder): Ditto.
2970         (wl-folder-insert-entity): Don't use petname for normal group.
2971         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2972         is the real name.
2973         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2974         Abolished.
2975
2976 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2977
2978         * wl-draft.el (wl-draft-create-buffer): Add
2979         `wl-summary-reply-with-citation'
2980
2981 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2982
2983         * wl-draft.el (wl-draft-reply): Fixed.
2984
2985 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2986
2987         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2988         when `wl-draft-send-confirm-with-preview' is non-nil.
2989         You can scroll up/down by j/k.
2990         (wl-draft-send-confirm-with-preview): New variable (default=t).
2991
2992 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2993
2994         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2995         (wl-fldmgr-save-folders): Fix comment.
2996
2997 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2998
2999         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3000         along the last change in `wl-folder-buffer-group-p'.
3001
3002 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3005         folder.
3006
3007         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3008         the default value.
3009
3010         * wl-mime.el (wl-summary-burst): Update summary only when target
3011         folder equals current folder.
3012
3013 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3014
3015         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3016
3017 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3020         value.
3021
3022 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3025         `map-extents' instead of `extent-at' repeatedly.
3026         (wl-highlight-folder-current-line): Ditto.
3027
3028         * wl-highlight.el: Remove useless dummy functions.
3029
3030 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3031
3032         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3033         (wl-folder-put-folder-property): New function to put text property.
3034         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3035         (wl-folder-insert-entity, wl-folder-update-diff-line)
3036         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3037         * wl-e21.el, wl-xmas.el, wl-mule.el
3038         (wl-highlight-folder-current-line): Ditto.
3039         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3040         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3041         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3042         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3043
3044 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3045
3046         * Version number is increased to 2.11.3.
3047
3048 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3051         Resume current-buffer since it is assumed by remaining tasks.
3052
3053 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3054
3055         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3056         (wl-folder-completion-function): Abolished.
3057         (wl-folder-complete-folder): New function.
3058         (wl-folder-complete-filter-condition): Ditto.
3059         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3060         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3061
3062 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3063
3064         * wl-draft.el (wl-draft-send-confirm): New function.
3065         (wl-draft-send): Use it.
3066
3067         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3068         cursor-in-echo-area while confirming.
3069
3070         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3071
3072         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3073         searching via nntp if wl-summary-search-via-nntp is 'force.
3074         Otherwise, invoke searching in nntp folder only.
3075         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3076
3077         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3078         explicitly for mime-make-text-tag.
3079
3080 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3081
3082         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3083         `mime-make-text-tag' instead of `mime-create-tag'.
3084
3085 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3086
3087         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3088         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3089
3090 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3091
3092         * wl-score.el (wl-score-save): Bind print-length and print-level.
3093         (wl-score-pretty-print): Ditto.
3094         (wl-score-edit-insert-header-entry): Ditto.
3095
3096         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3097         "From" entry to be treated with wl-draft-eword-encode-address-list.
3098         * wl-mime.el (wl-draft-preview-message): Ditto.
3099
3100         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3101         (wl-summary-mark-as-unread): Ditto.
3102         (wl-summary-mark-as-read-region): Change accordingly.
3103         (wl-summary-mark-as-unread-region): Ditto.
3104         (wl-summary-target-mark-mark-as-read): Ditto.
3105         (wl-summary-target-mark-mark-as-unread): Ditto.
3106
3107 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * Version number is increased to 2.11.2.
3110
3111 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3112
3113         * wl-news.el.in (wl-news-previous-version-save): Bind
3114         print-length and print-level.
3115         * wl-thread.el (wl-thread-save-entities): Ditto.
3116         (wl-thread-save-top-list): Bind print-length.
3117
3118 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3119
3120         * wl-highlight.el (wl-highlight-summary-line-string): Use
3121         wl-summary-score-below-mark, wl-summary-score-over-mark.
3122         (wl-highlight-summary-current-line): Ditto.
3123
3124 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3125
3126         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3127         insert it.
3128
3129 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3130
3131         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3132
3133 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3134
3135         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3136         message without msgid.
3137         Rewrite with elmo-folder-move-messages.
3138         Set wl-message-buffer to nil.
3139
3140         * wl-summary.el (wl-summary-erase-subr): New function. Use
3141         elmo-folder-move-messages.
3142         (wl-summary-erase): Call it.
3143         (wl-summary-target-mark-erase): Ditto.
3144
3145 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3148         it is not up-tp-date.
3149
3150 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3153         buffer after calling `wl-summary-goto-folder-subr' without the
3154         argument `interactive'.
3155         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3156
3157 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3158
3159         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3160         `mime-create-tag'. Use `string=' instead of `looking-at'.
3161
3162 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3165         to avoid compile warning.
3166
3167         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3168         entity-id when folder is given.
3169         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3170         save-excursion, use save-selected-window instead.
3171         Select folder buffer window if exists.
3172         (To correct behavior with wl-folder-move-cur-folder.)
3173
3174 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3175
3176         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3177
3178 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3179
3180         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3181         list-count instead of %d.
3182
3183 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3186         (wl-news): Set it.
3187         (wl-news-append-to-folder): Use it.
3188
3189         * wl-news.el.in (wl-news-send-news): Append to specified folder
3190         instead of wl-default-folder.
3191         (wl-news-append-to-folder): Show error message with specified folder.
3192
3193         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3194                 In most major modes, Emacs assumes that any opening
3195                 delimiter found at the left margin is the start of a
3196                 top-level definition, or defun. Therefore, *never put an
3197                 opening delimiter at the left margin unless it should have
3198                 that significance.*
3199
3200         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3201
3202 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3203
3204         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3205
3206 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3207
3208         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3209
3210 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3211
3212         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3213         for sequential numbering case.
3214
3215 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3216
3217         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3218         value.
3219         (wl-draft-reply-without-argument-list): Ditto.
3220         (wl-draft-reply-myself-with-argument-list): Abolish.
3221         (wl-draft-reply-myself-without-argument-list): Ditto.
3222         * wl-draft.el (wl-draft-self-reply-p): New function.
3223         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3224
3225 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3228         (avoid error for the case without byte-compiling)
3229
3230 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3231
3232         * wl-news.el.in (wl-news-append-to-folder): New function.
3233         (wl-news-exit): Rewrite.
3234         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3235
3236 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3237
3238         * wl-draft.el (wl-draft-reply-position): New function.
3239         (wl-draft-reply-position): Fix.
3240         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3241         (wl-summary-target-mark-reply-with-citation): Ditto.
3242         (wl-summary-reply-with-citation): Ditto.
3243         * wl-vars.el (wl-draft-reply-default-position): New variable.
3244
3245 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3246
3247         * wl-draft.el (wl-draft-send): Preview when interactive send.
3248
3249 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3250
3251         * wl-draft.el (wl-draft-reply): Set default position.
3252         * wl-summary.el (wl-summary-reply): Ditto.
3253         (wl-summary-reply-with-citation): Ditto.
3254         (wl-summary-target-mark-reply-with-citation): Ditto.
3255
3256 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3257
3258         * wl-news.el.in (wl-news-lang): Set default value according to
3259         current-language-environment.
3260         (wl-news-append-news): Do nothing when news-list is nil.
3261
3262 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3263
3264         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3265         (wl-news): Change message.
3266         (wl-news-exit): Check buffer.
3267         (wl-news-force-exit): New function.
3268         (wl-news-show-all): New function.
3269         (wl-news-discard-and-exit): Fix.
3270
3271 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3272
3273         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3274         according to current-language-environment.
3275
3276         * wl-news.el.in (wl-news): If arg, show all NEWS after
3277         wl-news-default-previous-version.
3278
3279 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3280
3281         * wl-news.el.in (wl-news-check): Rewritten.
3282         (wl-news-previous-version-load): Change data type.
3283         (wl-news-previous-version-save): Change data type.
3284         (wl-news-append-news): Add return value.
3285         (wl-news-check-news): New function.
3286         (wl-news-already-current-p): New function.
3287         (wl-news-send-news): Rewritten.
3288         (wl-news-mode-map): Add new keybind.
3289         (wl-news): Rewritten.
3290         (wl-news-exit): Rewritten.
3291         (wl-news-discard-and-mail): New function.
3292         (wl-news-send-to-address): Abolished.
3293         * wl.el (wl-init): Delete a message.
3294
3295 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3296
3297         * wl-news.el.in (wl-news-exit): Update previous version.
3298         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3299
3300 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3301
3302         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3303
3304 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3305
3306         * wl-news.el.in (wl-news): New function.
3307         (wl-news-mode): New function.
3308         (wl-news-next-line): New function.
3309         (wl-news-next-page): New function.
3310         (wl-news-exit): New function.
3311         (wl-news-buf-name): New variable.
3312         (wl-news-mode-map): New variable.
3313         (wl-news-winconf): New variable.
3314         (wl-news-append-news): Add an option.
3315
3316 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3317
3318         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3319
3320 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-news.el.in (wl-news-send-to-address): New variable.
3323         (wl-news-send-news): Use it.
3324         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3325         Return updating status.
3326         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3327
3328 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3329
3330         * wl-news.el.in (wl-news-send-news): Delete
3331         Organization and X-Face.
3332
3333 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3334
3335         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3336         (wl-news-append-news): New function.
3337         (wl-news-send-news): New function.
3338
3339 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3340
3341         * Version number is increased to 2.11.1.
3342
3343 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3344
3345         * wl-news.el.in : New file.
3346
3347 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3348
3349         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3350         default value.
3351         (wl-draft-reply-without-argument-list): Ditto.
3352
3353 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3354
3355         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3356         (wl-message-buffer-prefetch-idle-time): Ditto.
3357         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3358
3359 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3360
3361         * wl-thread.el (wl-thread-insert-message): Use
3362         wl-summary-max-thread-depth.
3363
3364         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3365         loop detection.
3366
3367         * wl-message.el (wl-message-buffer-display): Back to the first page
3368         when cache is hit.
3369
3370 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3373
3374         * wl-summary.el (wl-summary-insert-thread-entity):
3375         If the thread depth is reached to wl-summary-max-thread-depth,
3376         divide the thread.
3377
3378 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3379
3380         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3381         for elmo-remove-passwd.
3382
3383 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3386         folder is sticky.
3387         (wl-folder-mark-as-read-all-entity): Ditto.
3388         (wl-folder-prefetch-entity): Ditto.
3389
3390 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3391
3392         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3393
3394 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3397         Delete messages on buffer for unplugged operation.
3398         (wl-summary-erase): Ditto.
3399
3400 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3403         take nil so as not to search parent by subject.
3404
3405 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3406
3407         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3408         (wl-folder-get-next-folder): Ditto.
3409         (wl-folder-get-path): Ditto.
3410
3411 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3414         system and encode the region with it before verifying.
3415
3416 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3417
3418         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3419         system of the echo buffer before decoding.
3420
3421 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3422
3423         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3424         original contents.
3425
3426 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3429         with argument 'any-exists.
3430
3431 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3434         Use `wl-cs-autoconv'.
3435
3436 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3437
3438         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3439         by `mime-view-automatic-conversion'.
3440
3441         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3442         (wl-message-verify-pgp-nonmime): Ditto.
3443         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3444         Bind them to C-c:d and C-c:v respectively.
3445
3446         Merge following code by Teranishi-san from [wl-en:00167].
3447         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3448         (wl-mime-preview-application/pgp-encrypted): Ditto.
3449         (wl-mime-setup): Add entry.
3450
3451 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-summary.el (wl-summary-target-mark-erase): New function.
3454         Bind it to "mD".
3455
3456 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-vars.el (wl-draft-write-file-function): Fix.
3459         (wl-draft-reedit-hook): Changed default value.
3460
3461         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3462         wl-draft-reedit-hook.
3463         (wl-draft-remove-text-plain-tag): New function.
3464         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3465
3466         * wl-vars.el (wl-draft-write-file-function): New user option.
3467
3468         * wl-draft.el (wl-draft-prepare-edit): Use it for
3469         local-write-file-hooks.
3470         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3471
3472         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3473         (wl-draft-insert-mail-header-separator): Return the body beginning
3474         point.
3475         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3476         text/plain.
3477         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3478
3479 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3480
3481         * wl-summary.el (wl-summary-erase): New function to erase message
3482         without moving it to trash. Bind to "D".
3483
3484         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3485         as `keep' unless switch-function.
3486
3487 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3490         message buffer by using `wl-summary-toggle-disp-msg'.
3491         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3492         buffer window.
3493         (wl-summary-supresedes-message): Ditto.
3494
3495         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3496         Do not delete other windows.
3497         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3498         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3499         (wl-draft-create-buffer): Set reply-or-forward also for target
3500         mark commands.
3501
3502 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * wl-draft.el (wl-user-agent-compose): Delete special case for
3505         switch-to-buffer-other-window.
3506
3507         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3508         (wl-summary-forward): Ditto.
3509
3510         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3511         function.
3512         (wl-draft-buffer-style): New use option.
3513
3514         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3515         (wl-draft): Follow the change above.
3516         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3517         wl-draft-buffer-style.
3518         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3519         switch-function.
3520
3521 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3522
3523         * wl-address.el (wl-address-make-completion-entry): Extracted from
3524         `wl-address-make-completion-list'.
3525         (wl-address-enable-strict-loading): New variable.
3526         (wl-address-make-completion-list): Revive petname duplication
3527         inquiry, and enable it if `wl-address-enable-strict-loading'.
3528         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3529
3530 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3531
3532         * wl-message.el (wl-message-get-original-buffer): Avoid
3533         'Selecting deleted buffer' error when original buffer is killed.
3534
3535 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3536
3537         * wl-summary.el (wl-summary-next-message): Use
3538         elmo-message-accessible-p instead of elmo-message-cached-p.
3539
3540 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3543
3544         * wl-thread.el (wl-thread-open-all-unread): Use
3545         elmo-folder-list-flagged instead of
3546         elmo-folder-list-messages-mark-match.
3547
3548         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3549         instead of elmo-folder-list-messages-mark-match.
3550         (wl-summary-move-spec-alist): New variable.
3551         (wl-summary-move-spec-plugged-alist,
3552         wl-summary-move-spec-unplugged-alist): Abolish.
3553         (wl-summary-next-message): Follow the change above.
3554         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3555         with 'no-msg' argument.
3556
3557         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3558         variable.
3559         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3560         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3561         (wl-message-buffer-prefetch-get-next): Follow the change above.
3562
3563 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3564
3565         * wl-version.el (wl-version): Changed codename.
3566
3567         * Version number is increased to 2.11.0.
3568
3569 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3570
3571         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3572         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3573         `wl-draft-config-variables'.
3574         (wl-draft-kill): Fixed problem when the draft is reedit.
3575
3576 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3579         buffer-modified status (Thanks to
3580         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3581
3582 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-util.el (wl-region-exists-p): New function.
3585
3586         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3587         Remove defvars for byte-compile warnings.
3588
3589 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3592         defvar-maybe. Removed unused bind.
3593
3594 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3595
3596         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3597         summary buffer window before creating new frame.
3598         (wl-draft-reply): Ditto.
3599
3600 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3603
3604 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3605
3606         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3607
3608 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3611         instead of `kill-region'.
3612
3613 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3616         (wl-highlight-summary-line-string): Use it.
3617         (wl-highlight-summary-current-line): Ditto.
3618
3619         * wl-mime.el (wl-message-delete-current-part): Check the class of
3620         mime-entity.
3621
3622         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3623
3624         * wl-summary.el (wl-summary-make-number-list): Initialize.
3625         (wl-summary-update-mark): New function.
3626         (wl-summary-reply): Put `answered' mark on the message.
3627         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3628
3629         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3630         (wl-draft-reply): Added optional argument `number';
3631         Set wl-draft-parent-number.
3632         (wl-draft-kill): Delete answered mark if it is a reply.
3633
3634 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3637         that originates in mime-preview-follow-current-entity.
3638         (wl-draft-yank-current-message-entity): Use it if region is active.
3639
3640         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3641         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3642         `wl-message-delete-current-part'.
3643         * wl-mule.el (wl-message-define-keymap): Ditto.
3644         * wl-xmas.el (wl-message-define-keymap): Ditto.
3645
3646 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-mime.el (wl-message-delete-current-part): New function.
3649         (wl-mime-node-id-to-string): Ditto.
3650
3651         * wl-mime.el (wl-message-delete-current-part): Use existing
3652         original buffer which corresponds current mime-view buffer.
3653         (fetched buffer might have different structure, possibly)
3654
3655         * wl-mime.el (wl-message-delete-current-part): Quit if the
3656         message content differs from the actual message.
3657
3658 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3659
3660         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3661         order.
3662         (wl-summary-search-by-subject): Search parent message from tail;
3663         Check the existence of the parent message on the current thread tree.
3664         (wl-summary-update-thread): Check whether the line is inserted.
3665
3666 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-vars.el (wl-summary-line-format): Undo last change.
3669         * wl-summary.el (wl-summary-print-destination): Do not put
3670         invisible property when `wl-summary-width' is nil.
3671         (wl-summary-line-subject-minimum-length): Abolished.
3672         (wl-summary-line-subject): Ditto.
3673
3674 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-vars.el (wl-summary-line-format): Change default value.
3677         (wl-summary-subject-length-limit): Abolished.
3678         * wl-summary.el (wl-summary-line-subject): Ditto.
3679
3680 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-template.el (wl-template-select): Added optional argument.
3683         If optional argument is specified, reverse
3684         `wl-template-visible-select'.
3685
3686 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3687
3688         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3689         Take prefix argument to force asking the destination folder.
3690
3691 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3694         count and update status.
3695
3696 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3697
3698         * wl-summary.el (wl-summary-redisplay-internal): If
3699         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3700         after fetching.
3701
3702 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3705         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3706
3707         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3708
3709 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3712         (All other related portions are changed).
3713         (wl-summary-mark-as-read-all): Rewrite.
3714
3715 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3718         `wl-summary-mark-as-read'.
3719         (wl-summary-mark-as-unread): Rewrite.
3720         (wl-summary-mark-as-read): Added no-modeline argument.
3721         (wl-summary-resume-cache-status): Rewrite.
3722         (wl-summary-exec-subr): Remove unused local variable.
3723
3724 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3727         logic to call `wl-summary-buffer-prev-folder-function'.
3728         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3729
3730 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3733         is nil.
3734
3735 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3736
3737         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3738         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3739         (wl-mime-setup): Add its entry.
3740
3741 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3744         (wl-summary-delete-cache): Likewise.
3745         (wl-summary-mark-as-read): Rewrite.
3746
3747 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3750         `wl-summary-count-unread'.
3751
3752         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3753
3754         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3755
3756 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3759         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3760         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3761         Renamed to the elmo-msgdb-*-mark.
3762         (wl-summary-score-marks): Follow the change above.
3763         (wl-summary-auto-refile-skip-marks): Ditto.
3764         (wl-summary-incorporate-marks): Ditto.
3765         (wl-summary-expire-reserve-marks): Ditto.
3766
3767         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3768         changes.
3769         (wl-thread-insert-top): Changed updating message.
3770
3771         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3772         variable.
3773         (wl-summary-count-unread): Count answered marks.
3774         (wl-summary-rescan): Call wl-summary-insert-message instead of
3775         wl-summary-append-message-func-internal.
3776         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3777         (wl-summary-prefetch-msg): Follow the variable name changes.
3778         (wl-summary-prefetch-region): Ditto.
3779         (wl-summary-mark-as-read-all): Follow the API changes;
3780         Don't call elmo-folder-replace-marks.
3781         (wl-summary-delete-cache): Follow the variable name changes.
3782         (wl-summary-resume-cache-status): Ditto.
3783         (wl-summary-update-status-marks): New function.
3784         (wl-summary-insert-message): New function.
3785         (wl-summary-sync-marks): Follow the variable name changes.
3786         (wl-summary-sync-update): Synchronize to the msgdb, too;
3787         Changed update messages.
3788         (wl-summary-make-number-list): Rewrite.
3789         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3790         (wl-summary-mark-as-unread): Follow the API changes.
3791         (wl-summary-exec-subr): Follow the variable name changes.
3792         (wl-summary-mark-as-read): Ditto.
3793         (wl-summary-move-spec-plugged-alist): Ditto.
3794         (wl-summary-move-spec-unplugged-alist): Ditto.
3795         (wl-summary-cursor-move-surface): Ditto.
3796
3797         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3798         variable name changes.
3799         (wl-highlight-summary-current-line): Ditto.
3800
3801         * wl-expire.el (wl-expire-refile): Follow the API change in
3802         elmo-folder-move-messages.
3803         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3804         (wl-summary-archive): Use elmo-folder-msgdb instead of
3805         elmo-msgdb-load.
3806
3807 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3808
3809         * wl-mime.el (wl-draft-preview-message): Restore the position
3810         before evaluating wl-draft-send-hook in preview buffer.
3811
3812 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3813
3814         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3815         when it creates new draft buffer.
3816
3817         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3818         without argument.
3819
3820         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3821         Evaluate content and if the value is string, insert it.
3822         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3823         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3824         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3825         wl-draft-config-sub-part-bottom): Use it.
3826
3827         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3828         with the folder name. The question was unintelligible when it is
3829         called from wl-save-status.
3830
3831 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3832
3833         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3834         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3835         cannot take second argument).
3836
3837 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3840         as t. Since type and subtype are not case sensitive (RFC 2045).
3841
3842 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-vars.el (wl-message-mode-line-format): New variable.
3845         (wl-message-mode-line-format-spec-alist): Ditto.
3846         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3847         (wl-message-redisplay): Use wl-message-mode-line-format.
3848
3849 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3850
3851         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3852
3853 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-summary.el (wl-summary-default-from): Write description.
3856
3857 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-vars.el (wl-ldap-objectclass): Abolish.
3860
3861         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3862         (wl-ldap-make-filter): Removed condition for objectclass.
3863         (wl-ldap-make-matched-value-list): Remove meaningless process.
3864         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3865         (wl-address-ldap-search): Don't add `*' to `pat' string;
3866         use ignore-errors; added `email';
3867         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3868         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3869         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3870
3871
3872 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3873
3874         * wl-draft.el (wl-draft-parent-folder): Write description.
3875         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3876
3877 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3880         as "" (zero-length string) if no parent.
3881         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3882
3883 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * wl-address.el (wl-address-make-completion-list): Skip duplication
3886         checking.
3887         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3888         `append'.
3889
3890 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3891
3892         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3893         instead of `beginning-of-buffer'.
3894
3895 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3898
3899 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3902         Refer wl-message-buffer-name.
3903         (wl-message-wheel-down): Ditto.
3904
3905 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3906
3907         * wl-vars.el (wl-message-buffer-name): New user option.
3908
3909         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3910         directly instead of making alist dinamically.
3911
3912         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3913         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3914         wl-message-buffer-cache-name.
3915         (wl-message-buffer-cache-clean-up): Ditto.
3916
3917         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3918
3919         * Version number is increased to 2.9.15.
3920
3921 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-vars.el (wl-summary-default-view-alist): New user option.
3924
3925         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3926
3927         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3928         while deleting address.
3929         (wl-draft-delete-myself-from-cc): Ditto.
3930
3931         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3932         If optional argument is specified, reverse sort order.
3933
3934         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3935
3936 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3937
3938         * wl-thread.el (wl-thread-insert-message): Return parent number if
3939         exists.
3940         (wl-thread-update-indent-string-region): Use
3941         wl-thread-update-line-on-buffer-sub instead of
3942         wl-thread-update-line-on-buffer.
3943
3944 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3945
3946         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3947         (wl-folder-close-all): Ditto.
3948
3949 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3950
3951         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3952         and mailing-list:.
3953         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3954         value.
3955         (wl-summary-line-list-info): Print mailing-list name even when 
3956         list-number is empty.
3957
3958 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3961
3962         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3963         (wl-draft-open-file): Ditto.
3964         (wl-draft-random-alphabet): Ditto.
3965
3966         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3967         bindings.
3968
3969 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3972         * wl-vars.el (wl-draft-config-alist): Ditto.
3973
3974 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3975
3976         * Version number is increased to 2.9.14.
3977
3978         * wl.el (wl): Don't set wl-init as nil when error occured while
3979         auto-checking folders.
3980
3981         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3982         `elmo-expand-newtext'.
3983
3984 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3985
3986         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3987         `this-command' so that `wl-folder-goto-folder' contained in
3988         `wl-summary-keep-cursor-command' work.
3989
3990 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3993         message buffer displaying state.
3994
3995 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl-vars.el (wl-summary-default-view): New variable to specify
3998         default value for `wl-summary-buffer-view' instead of using
3999         set-default.
4000         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4001
4002 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4005
4006         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4007
4008 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4009
4010         * wl-vars.el (wl-forward-subject-prefix): New variable.
4011         * wl-draft.el (wl-draft-forward): Use it.
4012
4013 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-message.el (wl-message-prev-page): When it is called without
4016         lines argument, scroll down by wl-message-scroll-amount lines.
4017         (wl-message-next-page): Ditto.
4018         * wl-vars.el (wl-message-scroll-amount): Change default value
4019         to preserve current behavior.
4020
4021 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4022
4023         * wl-summary.el (wl-summary-prefetch-msg): Bind
4024         `wl-message-entity' to call `wl-summary-from-function'.
4025
4026 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-message.el (wl-message-buffer-create): Run
4029         wl-message-buffer-created-hook.
4030
4031 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl-summary.el (wl-summary-sort-specs): New variable.
4034         (wl-summary-default-sort-spec): Ditto.
4035         (wl-summary-sort): Rewrite.
4036         (wl-summary-sort-by-list-info): New function.
4037
4038 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4039
4040         * wl-summary.el (wl-summary-get-list-info): New function.
4041         (wl-summary-sort): Rewrite.
4042         (wl-summary-line-list-info): Ditto.
4043         (wl-summary-line-list-count): Ditto.
4044         (wl-summary-refile-region): Fixed docstring.
4045
4046 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4047
4048         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4049         `wl-folder-entity-hashtb' as completion table.
4050
4051 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4054         only when this command is called interactively; silence the byte-
4055         compiler.
4056
4057 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4058
4059         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4060         active in XEmacs.
4061
4062 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4063
4064         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4065         plural lines.
4066
4067 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4068
4069         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4070         of current line when the cursor is on the header name.
4071         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4072
4073 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4074
4075         * wl-util.el (wl-read-directory-name): Return displayed directory
4076         as the default value also on XEmacs.
4077
4078 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4081         formatting.
4082
4083 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4086         argument and when it is non-nil, check face property before
4087         highlighting for each line.
4088         (wl-highlight-summary-window): Set it.
4089
4090 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4093         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4094
4095         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4096         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4097         (wl-draft-get-fcc-list): Likewise.
4098
4099 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4102         (wl-thread-entity-cur): Ditto.
4103         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4104         wl-thread-indent-regexp setting.
4105         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4106
4107         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4108         wl-summary-lazy-highlight.
4109         (wl-summary-display-bottom): Ditto.
4110
4111         * wl-thread.el (wl-thread-open-close): Likewise.
4112
4113         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4114         from and subject;
4115         Bind wl-draft-use-frame;
4116         Enclose with save-window-excursion;
4117         Use wl-draft-create-buffer instead of with-temp-buffer;
4118         Use wl-draft-prepare-edit;
4119         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4120         Use wl-draft-send instead of wl-draft-raw-send.
4121
4122 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4125         of using wl-from.
4126
4127 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4130         insert-buffer instead of clone-buffer.
4131         (wl-draft-doing-mime-bcc): New variable.
4132         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4133         infinite loop.
4134         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4135
4136         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4137         (wl-draft-mime-bcc-body): Ditto.
4138
4139         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4140         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4141         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4142         wl-draft-do-mime-bcc.
4143         (wl-draft-mime-bcc-field): New function.
4144         (wl-draft-do-mime-bcc): Ditto.
4145
4146         * wl-address.el (wl-address-complete-header-list): New variable.
4147         (wl-address-complete-header-regexp): Changed default value.
4148
4149         * Version number is increased to 2.9.13.
4150
4151 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4154         it is differed.
4155
4156 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4157
4158         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4159         (wl-summary-line-list-count): Ditto.
4160
4161 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4162
4163         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4164         (wl-nntp-posting-function): New variable.
4165         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4166         `wl-nntp-posting-config-alist'.
4167
4168 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4169
4170         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4171         FLIM.
4172
4173 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4174
4175         * wl-summary.el (wl-summary-target-mark-refile-sub):
4176         Remove a nuisance funcall.
4177
4178 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4179
4180         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4181         as t for `try-completion'.
4182
4183 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-summary.el (wl-summary-default-from): Use
4186         wl-address-header-extract-address instead of
4187         std11-extract-address-components.
4188         (wl-summary-simple-from): Ditto.
4189         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4190         (wl-summary-insert-headers): Show message.
4191         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4192         for whole line.
4193         (wl-summary-default-from): Revert last change.
4194         (wl-summary-simple-from): Ditto.
4195         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4196         (wl-summary-mark-as-read-region): Follow the change above.
4197         (wl-summary-sync-marks): Ditto.
4198         (wl-summary-target-mark-mark-as-read): Ditto.
4199         (wl-summary-redisplay-internal): Ditto.
4200         (wl-summary-redisplay-no-mime-internal): Ditto.
4201         (wl-summary-redisplay-all-header): Ditto.
4202         (wl-summary-mark-as-read): Removed argument `cached';
4203         Use current cache status to set cache mark.
4204         (wl-summary-redisplay-internal): Follow the change above.
4205         (wl-summary-redisplay-no-mime-internal): Ditto.
4206         (wl-summary-redisplay-all-header): Ditto.
4207
4208         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4209
4210         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4211         Don't call itself recursively (Adviced by Yamaoka-san).
4212
4213 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4216         bind wl-summary-highlight as nil to avoid error caused by missing
4217         local variables.
4218
4219 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-vars.el (wl-invalid-character-message): New user option.
4222
4223         * wl-util.el (wl-set-string-width): If truncated string-width is
4224         larger than specified width, use `wl-invalid-character-message'.
4225
4226 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4227
4228         * wl-summary.el (wl-summary-prefetch-msg): 
4229         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4230
4231 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-vars.el (wl-summary-check-line-format): New user option.
4234         (wl-summary-line-format-file): Ditto.
4235
4236         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4237         variable.
4238         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4239         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4240         and `wl-summary-view-old-p' to check whether do a rescan or not.
4241         (wl-summary-view-old-p): New function.
4242         (wl-summary-line-format-changed-p): Ditto.
4243         (wl-summary-line-format-save): Ditto.
4244         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4245
4246         * wl-util.el (wl-set-string-width): Avoid using negative number
4247         for make-string.
4248
4249 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4250
4251         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4252         return value.
4253
4254         * wl-util.el (wl-set-string-width): Added optional argument
4255         `padding' (All other related portions are changed).
4256         (wl-line-parse-format): If the first letter of column number is
4257         `0', zero-padding the result (ex: "%05l").
4258
4259         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4260
4261 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4262
4263         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4264         sequential summary view.
4265
4266 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4269         if it doesn't have a -unix version.
4270
4271 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4274
4275 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4278         content.
4279         (wl-draft): Follow the change above.
4280
4281         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4282
4283         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4284         and wl-folder-summary-line-format-alist contain %T and %P.
4285
4286         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4287         (wl-summary-mode-line-format): New user option.
4288         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4289         (wl-summary-line-format): Changed default value.
4290         (wl-summary-lazy-highlight): Changed default value.
4291
4292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4293         change in wl-summary-create-line.
4294         (wl-thread-insert-entity-sub): Ditto.
4295
4296         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4297         (wl-summary-buffer-unread-status): Ditto.
4298         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4299         (wl-summary-buffer-persistent-mark-column): Ditto.
4300         (wl-summary-buffer-mode-line-formatter): Ditto.
4301         (wl-summary-buffer-mode-line): Ditto.
4302         (wl-summary-message-regexp): Abolished.
4303         (All other related portions are changed.)
4304         (wl-summary-detect-mark-position): New function.
4305         (wl-summary-buffer-set-folder): Setup
4306         wl-summary-buffer-mode-line-formatter.
4307         (wl-summary-mode): Setup selective-display;
4308         Setup pre-idle-hook when xemacs.
4309         (wl-summary-update-modeline): Rewrite.
4310         (wl-summary-jump-to-msg): Define as function;
4311         Changed regexp for searching messages.
4312         (wl-summary-message-number): Rewrite.
4313         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4314         Do rescan when old type summary cache.
4315         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4316         (wl-summary-remove-destination): Use '\r' to detect EOL.
4317         (wl-summary-print-destination): Ditto.
4318         (wl-summary-temp-mark): New inline function.
4319         (wl-summary-persistent-mark): Ditto.
4320         (wl-summary-line-number): New function.
4321         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4322         (wl-summary-line-list-count): New function.
4323         (wl-summary-create-line): Added argument persistent-mark.
4324         (All other related portions are changed)
4325         (wl-summary-create-line): Insert '\r'.
4326         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4327         (wl-summary-cursor-move-surface): New inline function.
4328         (wl-summary-prev): Use it.
4329         (wl-summary-next): Ditto.
4330
4331         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4332         wl-summary-message-regexp.
4333         (wl-highlight-summary): Delete progress message.
4334         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4335
4336         * Version number is increased to 2.9.12.
4337
4338 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4341         variable (nil: no minimum).
4342         (wl-summary-line-subject): Add some spaces after subject by
4343         wl-summary-line-subject-minimum-length.
4344
4345 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4346
4347         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4348         and removed `F'.
4349         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4350         change above).
4351
4352 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-summary.el (wl-summary-line-list-count): Reverted.
4355         (example setting in samples/*/dot.wl is also updated)
4356
4357 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4358
4359         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4360
4361         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4362
4363         * wl-vars.el (wl-summary-line-format): Addes some description to the
4364         docstring.
4365
4366         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4367         (wl-summary-line-close-bracket): Ditto.
4368         (wl-summary-line-children-number): Ditto.
4369         (wl-summary-line-thread-indent): Ditto.
4370         (wl-summary-line-children-and-from): Ditto.
4371
4372         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4373         't', 'c', 'F' and added 'C'.
4374
4375         * wl-util.el (wl-set-string-width): Accept negative value.
4376         (wl-line-parse-format): Added "%number(" and "%)".
4377
4378 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-summary.el (wl-summary-line-list-count): Change format of the
4381         return value.
4382
4383 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4384
4385         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4386         from the recent message.el.
4387         (wl-draft-point-in-header-p): Ditto.
4388         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4389         wl-draft-beginning-of-line.
4390         * wl-e21.el (wl-draft-mode-map): Ditto.
4391         * wl-xmas.el (wl-draft-mode-map): Ditto.
4392
4393         * wl-folder.el: Sort macrodefs by dependencies.
4394
4395 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4396
4397         * wl-summary.el (wl-summary-prev): Fixed regexp.
4398         (wl-summary-next): Ditto.
4399
4400 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4403
4404 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4405
4406         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4407         for backward compatibility.
4408
4409 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-summary.el (wl-summary-line-list-count): New function, merged
4412         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4413         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4414         list counts.
4415
4416 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-summary.el (wl-summary-create-line): Ignore errors while
4419         timezone-fix-time.
4420
4421         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4422
4423         * wl-summary.el (wl-summary-sync-update): Ditto.
4424         (wl-summary-default-from): Use wl-message-entity
4425         instead of entity.
4426
4427         * wl-summary.el (wl-summary-create-line): Fix.
4428
4429         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4430         (wl-summary-line-format): New user option.
4431         (wl-folder-summary-line-format-alist): Ditto.
4432         (wl-summary-from-width): Abolished.
4433
4434         * wl-util.el (toplevel): Require 'bytecomp.
4435         (wl-line-parse-format): New function.
4436         (wl-line-formatter-setup): New macro.
4437
4438         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4439         (wl-summary-buffer-line-formatter): New buffer local variable.
4440         (wl-summary-switch-to-clone-buffer): Follow the change above.
4441         (wl-summary-message-regexp): Fix.
4442         (wl-summary-from-func-internal): Abolished.
4443         (wl-summary-subject-func-internal): Ditto.
4444         (wl-summary-subject-filter-func-internal): Ditto.
4445         (All other related portions are changed.)
4446         (wl-summary-buffer-set-folder):
4447         Set up wl-summary-buffer-number-column and 
4448         wl-summary-buffer-line-formatter
4449         (All other related portions are changed.)
4450         (wl-summary-buffer-number-column-detect): Abolished.
4451         (All other related portions are changed.)
4452         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4453         (wl-summary-delete-all-temp-marks-on-buffer): Use
4454         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4455         (wl-summary-target-mark-delete): Ditto.
4456         (wl-summary-target-mark-refile-subr): Ditto.
4457         (wl-summary-target-mark-mark-as-read): Ditto.
4458         (wl-summary-target-mark-mark-as-unread): Ditto.
4459         (wl-summary-target-mark-mark-as-important): Ditto.
4460         (wl-summary-target-mark-save): Ditto.
4461         (wl-summary-replace-status-marks): Renamed from
4462         wl-summary-set-status-marks-on-buffer;
4463         Use wl-summary-message-regexp instead of
4464         wl-summary-buffer-number-regexp.
4465         (wl-summary-sync-update): Follow the change above.
4466         (wl-summary-goto-previous-message-beginning): New function.
4467         (wl-summary-mark-as-unread): Use it.
4468         (wl-summary-mark-as-important): Ditto.
4469         (wl-summary-line-formatter): New variable.
4470         (wl-summary-line-year): New function.
4471         (wl-summary-line-day): Ditto.
4472         (wl-summary-line-day-of-week): Ditto.
4473         (wl-summary-line-hour): Ditto.
4474         (wl-summary-line-minute): Ditto.
4475         (wl-summary-line-open-bracket): Ditto.
4476         (wl-summary-line-close-bracket): Ditto.
4477         (wl-summary-line-children-number): Ditto.
4478         (wl-summary-line-thread-indent): Ditto.
4479         (wl-summary-line-size): Ditto.
4480         (wl-summary-line-subject): Ditto.
4481         (wl-summary-line-from): Ditto.
4482         (wl-summary-line-children-and-from): Ditto.
4483         (wl-summary-create-line): Rewritten.
4484         (wl-summary-format-date): Abolished.
4485
4486         * wl-highlight.el (wl-highlight-summary-current-line): Use
4487         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4488         Use thread structure to detect thread top message.
4489
4490         * wl-draft.el (wl-default-draft-cite): Don't use
4491         wl-summary-from-func-internal.
4492
4493         * wl-refile.el (wl-refile-subject-learn): Don't use
4494         wl-summary-subject-filter-func-internal.
4495         (wl-refile-guess-by-subject): Ditto.
4496
4497         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4498         parameters.
4499
4500         * wl-thread.el (wl-thread-update-indent-string-region):
4501         Use wl-thread-update-line-on-buffer instead of
4502         wl-thread-update-indent-string.
4503         (wl-thread-update-children-number): Redefine using
4504         wl-thread-update-line-on-buffer.
4505         (wl-thread-update-indent-string): Abolished.
4506
4507         * Version number is increased to 2.9.11.
4508
4509 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4512         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4513         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4514
4515         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4516         as nil.
4517
4518         * wl-thread.el (wl-thread-open-all-unread): Use 
4519         elmo-folder-list-messages-mark-match.
4520         (wl-thread-insert-message): Removed argument `mark-alist'.
4521         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4522         elmo-msgdb-set-mark.
4523         (wl-thread-get-children-msgs-uncached): Likewise.
4524         (wl-thread-get-exist-children): Added argument include-self.
4525         (wl-thread-delete-message): Follow the change above.
4526
4527         * wl-summary.el (wl-summary-count-unread): Removed argument.
4528         (wl-summary-rescan): Follow the change above.
4529         (wl-summary-mark-as-read-region): Ditto
4530         (wl-summary-mark-as-unread-region): Ditto.
4531         (wl-summary-delete-messages-on-buffer): Ditto.
4532         (wl-summary-sync-update): Ditto.
4533         (wl-summary-switch-to-clone-buffer): Ditto.
4534         (wl-summary-goto-folder-subr): Ditto.
4535         (wl-summary-target-mark-mark-as-read): Ditto.
4536         (wl-summary-target-mark-mark-as-unread): Ditto.
4537         (wl-summary-target-mark-mark-as-important): Ditto.
4538         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4539         (wl-summary-update-thread): Removed argument `mark-alist'.
4540         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4541         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4542         (wl-summary-resume-cache-status): Likewise.
4543         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4544         elmo-msgdb-set-mark.
4545         (wl-summary-mark-as-read-all): Likewise.
4546         (wl-summary-delete-cache): Ditto.
4547         (wl-summary-auto-select-msg-p): Ditto.
4548         (wl-summary-mark-as-unread): Ditto.
4549         (wl-summary-no-auto-refile-message-p): Ditto.
4550         (wl-summary-mark-as-read): Ditto.
4551         (wl-summary-mark-as-important): Ditto.
4552         (wl-summary-auto-refile): Follow the change above.
4553         (wl-summary-delete-all-marks): Removed.
4554         (wl-summary-resume-marks-and-highlight): Ditto.
4555         (wl-summary-resume-marks): Ditto.
4556         (wl-summary-delete-important-msgs-from-list): Ditto.
4557         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4558
4559         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4560         wl-summary-count-unread.
4561
4562         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4563         (wl-summary-score-update-all-lines): Use
4564         elmo-msgdb-set-mark.
4565
4566 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4569         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4570         (wl-summary-create-line): Renamed from
4571         wl-summary-overview-create-summary-line;
4572         Argument rearrangement.
4573         (wl-summary-update-thread): Follow the change above.
4574
4575         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4576         (wl-thread-insert-entity-sub): Likewise.
4577
4578         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4579         argument `overview', `mark-alist' and added `msgdb'.
4580
4581         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4582
4583         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4584         (wl-summary-rescan): Follow the change above.
4585         (wl-summary-sync-update): Ditto.
4586         (wl-summary-insert-thread-entity): Ditto;
4587         Don't use `let*' in every while loop;
4588         Detect infinite loop of threads.
4589         (wl-summary-update-thread): Removed argument `overview'.
4590
4591         * wl-thread.el (wl-thread-insert-message): Ditto.
4592
4593         * Version number is increased to 2.9.10.
4594
4595         * wl-message.el (wl-message-redisplay): Ignore errors while
4596         wl-message-redisplay-hook.
4597
4598 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4601
4602 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl.el (wl): inhibit-quit while wl-folder.
4605
4606 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4609         while msgdb access.
4610
4611 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4612
4613         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4614         even if no folder is not created.
4615
4616 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4619
4620         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4621         implementation.
4622         (wl-summary-target-mark-thread): Ditto.
4623
4624         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4625
4626 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4627
4628         * wl-util.el (wl-display-bytes): Remove unused function.
4629
4630 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4633         seems critical one (partially reverse the change in 2002/03/17).
4634
4635 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4638         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4639
4640 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4641
4642         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4643         is not writable.
4644         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4645         plugged status instead of `'force' as 2nd argument.
4646
4647         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4648         is not creatable.
4649
4650         * Version number is increased to 2.9.9.
4651
4652 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-summary.el (wl-summary-suspend): New function.
4655
4656 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl.el (wl): Do not check variables if check is nil.
4659         * wl-utils.el (wl-collect-draft): New function.
4660         * wl-folder.el (wl-folder-suspend): Put summary buffers
4661         and draft buffers at the end of buffer list.
4662         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4663
4664 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4665
4666         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4667         loop instead of recursive call.
4668
4669         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4670         2nd argument.
4671
4672 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-draft.el (wl-draft-create-contents): Don't take neither
4675         (function . args) nor (string . something) any more.
4676
4677         * wl-version.el (wl-generate-user-agent-string): Return string
4678         without header symbol.
4679         * wl-draft.el (wl-draft-default-headers): Use it.
4680
4681         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4682         `wl-draft-insert-ccs' and return field value instead of inserting
4683         the header. Abolish cc argument.
4684         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4685
4686         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4687         rather than one with string car.
4688
4689         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4690         * wl-draft.el (wl-draft-create-contents): Add it after the default
4691         headers.
4692
4693         * wl-draft.el (wl-draft-create-contents): For the case of
4694         (symbol-or-string . function) insert header only when the function
4695         returns string value.
4696
4697 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4700         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4701
4702 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl.el (wl-check-environment): Don't check Message-ID when
4705         `wl-insert-message-id' is nil.
4706         Revive checking if `wl-message-id-domain' contains "@".
4707
4708 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl.el (wl-check-environment): Merge examination for "@" at
4711         inappropriate position into the first string-match.
4712
4713         * wl-summary.el (wl-summary-target-mark-print): New function.
4714         (wl-summary-pipe-message-subr): Extracted from
4715         `wl-summary-pipe-message'.
4716         (wl-summary-target-mark-pipe): New function.
4717         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4718         `wl-summary-target-mark-pipe'.
4719
4720 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4723
4724 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl.el (wl-check-environment): Use elmo-warning instead of
4727         error for non-critical ones.
4728         Remove trash folder check.
4729         (wl): Don't ignore error in wl-check-environment.
4730
4731         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4732         check, which is moved from `wl-check-environment'.
4733         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4734
4735 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4738         guess anything, call wl-summary-write.
4739         (wl-summary-write): Create draft with blank To field.
4740         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4741
4742 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4745         argument full as well for wl-folder-write-current-folder.
4746         If wl-*-write-current-folder cannot guess addressee, add blank
4747         To header.
4748         Rewrite condition for positioning cursor.
4749
4750 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4753         summary buffer is present, use it.
4754         (wl-folder-jump-to-previous-summary): Ditto.
4755
4756 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4759
4760         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4761         wl-summary-previous-buffer and wl-summary-next-buffer.
4762
4763         * wl-folder.el (wl-folder-mode-map): Bind
4764         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4765         (wl-folder-jump-to-next-summary): New function.
4766         (wl-folder-jump-to-previous-summary): Ditto.
4767
4768         * wl-draft.el (wl-draft): Rearranged.
4769
4770 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4773         of header.
4774         (wl-draft): Collect arguments for the header as header-alist.
4775         (wl-draft-forward): Arrange arguments for wl-draft.
4776         (wl-draft-reply): Ditto.
4777         (wl-draft-edit-string): Ditto.
4778         * wl-summary.el (wl-summary-write): Ditto.
4779         (wl-summary-write-current-folder): Ditto.
4780
4781         * Version number is increased to 2.9.8.
4782
4783 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4786
4787         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4788
4789         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4790         even if the guess failed.
4791
4792         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4793         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4794         wl-summary-write-current-folder.
4795         * wl-xmas.el: Ditto.
4796
4797 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-summary.el (wl-summary-next-page): Force display message if
4800         message is not displayed yet.
4801         (wl-summary-prev-page): Ditto.
4802
4803 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4804
4805         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4806
4807 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4810         add "Preview Message" and "Save Draft and Exit".
4811
4812 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4815         if addrmgr is called from draft in splitted window.
4816
4817         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4818         * wl-mule.el: Ditto.
4819         * wl-xmas.el: Ditto.
4820
4821 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4824
4825         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4826         * wl-xmas.el (wl-folder-toolbar): Ditto.
4827
4828 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4831         and wl-draft-save-and-exit.
4832         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4833         * wl-xmas.el: Ditto.
4834         * wl-mule.el: Ditto.
4835
4836         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4837         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4838
4839 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4842         lists for saving buffer.
4843
4844 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4847         parent-folder argument instead of it.
4848         (wl-draft-create-buffer): Ditto.
4849         (wl-draft-forward): Ditto.
4850         (wl-draft-reply): Ditto.
4851         * wl-summary.el (wl-summary-write): Ditto.
4852         (wl-summary-write-current-folder): Ditto.
4853
4854         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4855         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4856         Folder buffer after composing.
4857
4858 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4861         header if the file `wl-x-face-file' already contains it.
4862
4863 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4866         folder" entry.
4867         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4868         * wl-e21.el (wl-folder-toolbar): Ditto.
4869         * wl-xmas.el (wl-folder-toolbar): Ditto.
4870
4871 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4874         wl-folder-goto-folder with sticky argument.
4875         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4876
4877 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4880         and wl-summary-previous-buffer.
4881         (wl-summary-next-buffer): New function.
4882         (wl-summary-previous-buffer): Ditto.
4883
4884 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4887         wl-folder-jump-to-current-entity-with-arg.
4888         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4889         `wl-folder-jump-to-current-entity'.
4890         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4891         `wl-summary-goto-folder-sticky'.
4892         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4893         `wl-summary-goto-folder'.
4894         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4895         Unless force-exit, do not clean temp. marks for sticky summary.
4896         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4897
4898 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4901         not entire.
4902
4903 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4906         to `C-x C-s'.
4907         (wl-summary-save-status): New command.
4908         (wl-summary-exit): Don't clean-up temp marks when sticky.
4909         (Applied patch from Nakayama-san [wl: 09548])
4910         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4911         Do nothing when no mark data.
4912         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4913         Call `wl-summary-delete-all-temp-marks' before saving.
4914
4915 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4916
4917         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4918
4919 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4920
4921         * wl.el (wl-check-environment): Also cause error when (system-name)
4922         returns "localhost.localdomain". (Although it doesn't affect because
4923         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4924
4925 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4928         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4929
4930         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4931         value.
4932
4933 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4936         Likewise r-cc-list and r-ng-list.
4937
4938 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4941         only if it is bound as variable.
4942
4943         * wl-mime.el (wl-draft-preview-message): Ditto.
4944
4945 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4946
4947         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4948         needless `goto-char'.
4949
4950         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4951         `wl-summary-redisplay-no-mime-internal' instead of
4952         `wl-summary-redisplay-no-mime'.
4953         (wl-summary-redisplay-no-mime): Changed argument;
4954         Call `wl-summary-redisplay-no-mime-internal'.
4955
4956         * wl-mime.el (wl-draft-preview-message): Bind
4957         `mime-header-encode-method-alist' locally.
4958
4959         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4960         (wl-draft-std11-parse-addresses): Added the first address check.
4961         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4962
4963         * Version number is increased to 2.9.7.
4964
4965 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4968
4969 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4970
4971         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4972         related to scrollbar support, if there is no such a feature
4973         compiled in.
4974
4975 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4976
4977         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4978         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4979         for prefetch.
4980
4981 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-summary.el (wl-summary-pick): Fix for no match.
4984
4985 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4986
4987         * wl-draft.el (wl-draft-save):
4988         Override `mime-header-encode-method-alist'.
4989
4990 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4991
4992         * wl-folder.el (wl-folder-pick): New function.
4993         Define key as "?".
4994
4995 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4996
4997         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4998         Fix for unplugged.
4999
5000 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-folder.el (wl-folder-virtual): New function.
5003         Define key as "V".
5004
5005 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5006
5007         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5008         multi folder if entity is group.
5009
5010 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5013         is nil.
5014
5015 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5018         (wl-summary-target-mark-msgs): Return the number of marked messages.
5019
5020 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5021
5022         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5023         "first:" is specified.
5024
5025 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-vars.el (wl-from): Use return value of function
5028         user-full-name instead of the variable user-full-name since
5029         XEmacs-20.4 doesn't set this variable.
5030
5031 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5034         call `wl' directly.
5035
5036 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5037
5038         * wl-draft.el (wl-draft-reedit): Removed duplicated
5039         switch-to-buffers.
5040
5041 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * wl.el (wl-other-frame): Removed garbages.
5044
5045 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5048
5049         * wl-xmas.el (wl-draft-key-setup): Ditto.
5050
5051         * wl-mule.el (wl-draft-key-setup): Ditto.
5052
5053         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5054         (wl-draft-reedit): Ditto.
5055         (wl-draft-prepare-edit): Add `wl-draft-save' to
5056         `local-write-file-hooks'.
5057         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5058         (wl-draft-reedit): Set buffer-file-name.
5059         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5060
5061
5062         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5063         call it.
5064         (wl-delete-startup-frame-function): New variable.
5065         (wl-other-frame): New function
5066         (Original was written by Yamaoka san [wl: 09239]).
5067
5068         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5069         if `wl-folder-use-frame'.
5070
5071 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5072
5073         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5074
5075 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5076
5077         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5078         New variable.
5079         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5080         (wl-message-buffer-prefetch-get-next): Use them.
5081         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5082
5083 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5086         with unwind-protect.
5087
5088         * wl-draft.el (wl-draft-reedit): Rewrite.
5089         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5090         (wl-draft-save): Insert header separator if it does not exist;
5091         Removed condition-case.
5092
5093         * wl-summary.el (wl-summary-reedit): Revert last change.
5094
5095         * wl-draft.el (wl-draft-save): Rewrite.
5096         (wl-draft-create-buffer): Set buffer-file-name as nil.
5097
5098         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5099
5100         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5101
5102         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5103         nil.
5104
5105 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5108         If count is nil, do not prefetch.
5109         (wl-message-buffer-prefetch-next): Next.
5110
5111 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5112
5113         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5114
5115 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5116
5117         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5118         `delete-backward-char'
5119         (wl-draft-prepare-edit): Check major-mode.
5120         (wl-draft-decode-header): Rewrite.
5121         (wl-draft): Fix.
5122
5123 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5124
5125         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5126
5127 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5130         (wl-message-buffer-prefetch-get-next): Remove size checking.
5131         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5132
5133 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5134
5135         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5136         (wl-draft-default-headers): Fix.
5137
5138 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-draft.el (wl-draft-default-headers): Insert return value of
5141         `wl-generate-mailer-string-function'.
5142
5143 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5146         (wl-draft-insert-mail-header-separator): Ditto.
5147
5148         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5149         again (Reverted the change on 2002-01-17 by OKADA san).
5150
5151 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5152
5153         * wl-draft.el (wl-draft): Rewrite.
5154         (wl-draft-create-buffer): New function.
5155         (wl-draft-create-contents): Ditto.
5156         (wl-draft-prepare-edit): Ditto.
5157         (wl-draft-decode-header): Ditto.
5158         (wl-draft-decode-body): Ditto.
5159         (wl-draft-check-new-line): Ditto.
5160         (wl-draft-default-headers): Ditto.
5161         (wl-draft-insert-mail-header-separator): Ditto.
5162
5163 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5164
5165         * Version number is increased to 2.9.6.
5166
5167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-draft.el (wl-draft-delete-field): Optional argument.
5170         (wl-draft-delete-fields): Ditto.
5171
5172 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5173
5174         * wl-message.el (toplevel): Eliminated byte-compile warning.
5175         for `itimer-function', `delete-timer' and `itimer-list'.
5176
5177 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5178
5179         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5180         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5181         `wl-message-buffer-prefetch-threshold'.
5182         * wl-summary.el (wl-summary-redisplay-internal): Remove
5183         the check of `wl-message-buffer-prefetch-depth'.
5184
5185 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5186
5187         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5188         size of article.
5189         (wl-message-buffer-prefetch-subr): Remove size check.
5190
5191 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5192
5193         * wl-vars.el (wl-plugged): Make customizable.
5194
5195 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5198         (wl-message-buffer-prefetch-set-timer): New function.
5199         (wl-message-buffer-prefetch-get-next): New function.
5200         (wl-message-buffer-prefetch): New function.
5201         (wl-message-buffer-prefetch-next): Rewrite.
5202         (wl-message-buffer-prefetch-subr): Rewrite.
5203         * wl-vars.el (wl-auto-prefetch-first): New variable.
5204         * wl-summary.el (wl-summary-goto-folder-subr): Call
5205         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5206
5207 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5208
5209         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5210         `wl-summary-unread-message-hook'.
5211
5212 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5213
5214         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5215         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5216         if range is `cache-status'.
5217
5218 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5219
5220         * wl-message.el (wl-message-buffer-prefetch-subr):
5221         Improve debug message.
5222
5223 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5224
5225         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5226         `wl-mail-send-pre-hook'.
5227         (wl-draft-send-mail-with-qmail): Ditto.
5228         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5229
5230 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5231
5232         * wl-message.el (wl-message-buffer-prefetch-subr):
5233         Fix for cancel-function-timers bug.
5234         (wl-message-buffer-prefetch-debug): Default value is t.
5235
5236 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5237
5238         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5239         (wl-message-buffer-prefetch-subr): Rewrite.
5240         Rename from `wl-message-buffer-prefetch'.
5241
5242 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5245         (wl-default-draft-cite-decorate-author): Ditto.
5246
5247         * wl-draft.el (wl-draft-cite-function): Removed.
5248         (wl-default-draft-cite-decorate-author): Ditto.
5249
5250 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5251
5252         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5253         (wl-default-draft-cite): Do not arrange author name if the value of
5254         `wl-default-draft-cite-decorate-author' is nil.
5255
5256 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5259
5260         * wl-folder.el (wl-folder-check-one-entity): Don't care
5261         `elmo-folder-use-flag-p'.
5262
5263 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5264
5265         * wl-folder (wl-folder-check-one-entity): Fix
5266         problem if unread is nil.
5267
5268 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5269
5270         * wl-address.el (wl-address-make-completion-list): Check whether
5271         the address is a group list.
5272         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5273
5274 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5275
5276         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5277         The number of the messages of new and unread does not count
5278         correctly.
5279
5280         * wl-summary.el (wl-summary-count-unread): Changed to return
5281         `(new . unread)' instead of total.
5282         (wl-summary-sync-update): Follow the change above.
5283
5284         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5285
5286 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-address.el (wl-address-make-completion-list): Do not enclose
5289         address by " <" and ">" if associated realname is "".
5290         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5291         This is against the promblem with group list in .addresses pointed
5292         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5293
5294 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5295
5296         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5297         message is a format control string.
5298         * wl-expire.el (wl-expire-append-log): Ditto.
5299         * wl-mime.el (wl-summary-burst-subr): Ditto.
5300         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5301         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5302
5303 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5304
5305         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5306         wl.el (wl-check-variables): Rename from `wl-check-type'.
5307         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5308         (wl-check-variables-2): New function.
5309         (wl): Call `wl-check-variables-2'.
5310
5311 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5314         after renaming folder in access group.
5315
5316 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5319         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5320         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5321         (wl-message-buffer-prefetch): Rewrite.
5322         (wl-message-buffer-prefetch-idle-time): Removed.
5323         * wl-summary.el (wl-summary-redisplay-internal):
5324         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5325         Error check for `wl-message-buffer-prefetch-depht'.
5326
5327 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * Version number is increased to 2.9.5.
5330         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5331
5332 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5335         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5336         Based on the patch written by
5337         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5340
5341         * wl-draft.el (wl-draft-raw-send): Fix for
5342         `wl-news-send-pre-hook'
5343
5344 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * wl-utils.el (wl-message-id-function): New variable.
5347         * wl-draft.el (wl-draft-insert-required-fields):
5348         Use `wl-message-id-function'.
5349
5350 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5353         * wl-utils.el (wl-draft-make-message-id-string):
5354         Use `wl-from' for domain part of Message-ID
5355         if `wl-message-id-use-wl-from' if non-nil.
5356         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5357
5358 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl.el (wl): Call `wl-check-type'
5361         Do not 'condition-case'.
5362
5363 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl.el (wl-check-type): New function.
5366         (wl-check-type-variables): New variable.
5367
5368 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5371
5372 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5373
5374         * wl-draft.el (wl-smtp-password-key): New function.
5375         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5376         (wl-draft-send-mail-with-smtp): Ditto.
5377         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5378
5379 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5380
5381         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5382         * wl-utils.el (wl-unique-id-suffix): Remove.
5383
5384 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5385
5386         * Version number is increased to 2.9.4.
5387
5388 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * wl-utils.el (wl-unique-id-suffix): New variable.
5391         (wl-unique-id): Use `wl-unique-id-suffix'
5392
5393 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5394
5395         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5396         instead of `elmo-msgdb-search'.
5397
5398         * Version number is increased to 2.9.3.
5399
5400 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5401
5402         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5403
5404 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5407         (wl-draft-dispatch-message): Changed for send-later.
5408         (wl-draft-queue-flush): Ditto.
5409         (wl-draft): Clear `wl-sent-message-queued'.
5410         (wl-draft-reedit): Ditto.
5411         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5412         * wl-vars.el (wl-draft-force-queuing): New variable.
5413         (wl-draft-force-queuing-mail): New variable.
5414         (wl-draft-force-queuing-news): New variable.
5415
5416 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5417
5418         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5419         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5420
5421 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5422
5423         * Version number is increased to 2.9.2.
5424
5425 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * wl-draft.el (wl-draft-elide-region): New user command.
5428         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5429
5430         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5431         command `wl-draft-elide-region'.
5432         * wl-mule.el: Ditto.
5433         * wl-xmas.el: Ditto.
5434
5435 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5438         (wl-biff-check-folder-async): Removed needless let.
5439
5440 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5443         wl-folder-get-elmo-folder.
5444         (wl-biff-check-folder): Set `biff' argument of
5445         `wl-folder-check-one-entity'.
5446         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5447
5448         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5449         (wl-folder-check-one-entity): Added `biff' argument;
5450         Setup `biff' slot of folder.
5451
5452         * Version number is increased to 2.9.1.
5453
5454 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5457         comment out and fixed.
5458         (wl-fldmgr-add-completion-subr): Ditto.
5459
5460         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5461         and msgdb.
5462
5463         * wl.el (wl-toggle-plugged): Save summary view.
5464
5465 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5468
5469 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5470
5471         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5472
5473 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5476         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5477         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5478
5479         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5480         if it was failed.
5481         (wl-demo): Disable undo in the demo buffer.
5482
5483 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-version.el (wl-version): Changed codename.
5486
5487         * Version number is increased to 2.9.0.
5488
5489 2001-12-14  Takuo KITAME <kitame@northeye.org>
5490
5491         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5492         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5493         (wl-folder-mark-as-read-all-current-entity): Ditto.
5494
5495 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-vars.el (wl-from-width): Define as obsolete variable.
5498         (wl-subject-length-limit): Ditto.
5499
5500         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5501
5502         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5503         wl-summary-save-view.
5504
5505         * wl.el (wl-save-status): Ditto.
5506         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5507
5508         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5509         (wl-summary-exit): Follow the change above.
5510         (wl-summary-goto-folder-subr): Ditto.
5511
5512         * wl-folder.el (wl-folder-create-subr): Don't use
5513         `elmo-folder-creatable-p'.
5514
5515 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5518
5519 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5522         rather than bitmap on Emacs 21.
5523         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5524         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5525         for xbm if the new redisplay engine is not available.
5526
5527 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-folder.el (wl-folder-init-hook): New hook.
5530         (wl-folder-init): Run `wl-folder-init-hook'.
5531
5532 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5535
5536 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-acap.el (wl-acap-cache-filename): New variable.
5539         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5540         (wl-acap-init): Use cache if no ACAP server found.
5541
5542 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5543
5544         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5545         `wl-acap-original-msgdb-dir'.
5546
5547         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5548         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5549
5550         * wl-mime.el (wl-mime-save-directory): Renamed from
5551         `wl-mime-save-dir'.
5552
5553 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5556
5557         * wl-demo.el: Require `path-util'.
5558         (wl-demo-bitmap-mule-available-p): New internal variable.
5559         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5560         `module-installed-p' instead.
5561         (wl-demo-insert-image): Use *.img file for a bitmap image.
5562         (wl-demo): Don't call the ascii demo recursively.
5563
5564 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5565
5566         * Version number is increased to 2.7.7.
5567
5568 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl.el (wl-exit): Eliminated byte-compile warning.
5571
5572 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5573
5574         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5575         obsolete variable using `elmo-define-obsolete-variable'.
5576         (wl-fetch-confirm-threshold): Ditto.
5577         (wl-cache-prefetch-folder-type-list): Ditto.
5578         (wl-cache-prefetch-folder-list): Ditto.
5579
5580 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5583         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5584         (wl-demo-insert-image): New function.
5585         (wl-demo-insert-text): New function.
5586         (wl-demo-image-type-alist): Redefine as a function.
5587         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5588         (wl-demo-with-temp-file-buffer): Removed.
5589         (wl-logo-xpm): Removed.
5590         (wl-logo-xbm): Removed.
5591         (wl-logo-bitmap): Removed.
5592
5593 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5594
5595         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5596         (wl-expire-localdir-get-folder-function): New user option.
5597         (wl-expire-localdir-get-folder): New function.
5598         (wl-expire-localdir-date): Ditto.
5599
5600 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5601
5602         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5603         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5604         Fixed unread number mismatch when all-unread < unread.
5605
5606 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5609         (wl-fetch-confirm-threshold): Ditto.
5610
5611         * wl-summary.el (wl-summary-confirm-appends): Removed.
5612         (wl-summary-sync-update): Don't refer
5613         `wl-summary-update-confirm-threshold' (It is now abolished).
5614
5615         * wl-message.el (wl-message-display-internal): Don't refer
5616         `wl-fetch-confirm-threshold' (It is now abolished).
5617
5618 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5621
5622 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5625         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5626         Change default value to nil.
5627         (wl-summary-indent-length-limit): The value can be nil, nil means
5628         unlimited.
5629
5630         * wl-summary.el: Don't set limit for indent length if the value of
5631         wl-summary-indent-length-limit is nil.
5632         If the value of wl-summary-width is nil, it means only that the width
5633         of summary is unlimited (nil doesn't mean that the indent length is
5634         unlimited).
5635
5636         * wl-thread.el: Ditto.
5637
5638 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5639
5640         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5641         be nil, nil means never confirm.
5642         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5643
5644 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5647         means unlimited).
5648
5649 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5652         Use `with-temp-buffer'.
5653
5654 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5657         with new backquote style).
5658         (wl-folder-get-entity-from-buffer): Ditto.
5659
5660 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5661
5662         * wl-version.el (nemacs-version): Eliminated.
5663         (wl-extended-emacs-version2): Ignore nemacs.
5664         (wl-extended-emacs-version3): Ditto.
5665
5666 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5667
5668         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5669         (wl-draft-add-in-reply-to): New variable.
5670         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5671         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5672         (wl-draft-yank-from-mail-reply-buffer): Use
5673         `wl-draft-add-in-reply-to'.
5674         (wl-draft-insert-current-message): Ditto.
5675
5676 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5677
5678         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5679         typo (kill->hide).
5680         (wl-message-buffer-prefetch-folder-type-list): Added elements
5681         `mark' and `cache' instead of `internal'.
5682
5683 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5686         resume msgdb directory.
5687
5688 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5689
5690         * wl.el (wl-exit): Call `wl-acap-exit'.
5691
5692         * wl-summary.el (wl-summary-message-string): New function.
5693         (wl-summary-reedit): Use it.
5694         (wl-summary-resend-bounced-mail): Remove needless let.
5695         (wl-summary-supersedes-message): Ditto.
5696         (wl-summary-save): Ditto.
5697
5698         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5699         (wl-acap-init): Set it.
5700         (wl-acap-exit): New function.
5701
5702 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5703
5704         * wl.el (wl-init): Revert (require 'mime-setup). move from
5705         toplevel.
5706
5707 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5708
5709         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5710         local variables.  Add error when guess function return invalid
5711         value.
5712
5713 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5714
5715         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5716         Change local variable name.
5717         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5718         (wl-folder-get-newsgroups): Return nil when non-news folder.
5719         * wl-summary.el (wl-summary-write-current-folder): State through
5720         when guess-list return nil.
5721         (wl-summary-write-current-folder-functions): Fixed docstring.
5722
5723         * wl.el (wl-exit): Changed confirm message.
5724
5725         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5726         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5727
5728         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5729
5730 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5731
5732         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5733         user option (Renamed from wl-cache-prefetch-folder-type-list).
5734         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5735         from wl-cache-prefetch-folder-list).
5736
5737         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5738         Move to wl-vars.el.
5739         (wl-message-buffer-prefetch-p): Changed to enable
5740         `wl-message-buffer-prefetch-folder-list'.
5741
5742         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5743         `ignore-cache'.
5744
5745 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5746
5747         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5748         `part-top' and `part-bottom'.
5749         (wl-draft-config-sub-part-top): New function.
5750         (wl-draft-config-sub-part-bottom): New function.
5751
5752 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5755
5756 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5757
5758         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5759
5760 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5761
5762         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5763
5764         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5765         (wl-summary-write-current-folder): Ditto.
5766
5767 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * wl-folder.el (wl-folder-get-newsgroups): Use
5770         `elmo-folder-newsgroups'.
5771
5772 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5773
5774         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5775         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5776         `wl-draft-config-sub-header-bottom'.
5777
5778 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5779
5780         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5781         localnews folder.
5782
5783 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-summary.el (wl-summary-mode): Undo last change.
5786
5787         * wl-folder.el (wl-folder-mode): Ditto.
5788
5789 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-summary.el (wl-summary-mode): Locally set
5792         truncate-partial-window-width to nil.
5793         (for XEmacs)
5794
5795         * wl-folder.el (wl-folder-mode): Ditto.
5796
5797 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5800
5801 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5804         number.
5805
5806         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5807
5808         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5809
5810         * Version number is increased to 2.7.6.
5811
5812 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5815
5816 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-sync-update): Enclose network
5819         related portion with `unwind-protect'.
5820
5821 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5822
5823         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5824
5825 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5828         element.
5829         * wl-vars.el (wl-message-body-button-alist): Ditto.
5830
5831         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5832         max match length.
5833         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5834
5835         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5836         for the max match length;
5837         Use 4th element value for the button string regexp group.
5838
5839         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5840         candidate exists, prompt to select.
5841
5842 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5843
5844         * wl-summary.el (wl-summary-jump-to-msg): Search before
5845         calibration point by `beginning-of-line'.
5846
5847 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5848
5849         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5850         for access group.
5851
5852 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5853
5854         * wl-message.el (wl-message-display-internal): Bind
5855         `default-mime-charset'.
5856
5857         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5858
5859         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5860
5861         * Version number is increased to 2.7.5.
5862
5863 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5864
5865         * wl-expire.el (wl-summary-archive): Fixed;
5866         Use `elmo-folder-name-internal'.
5867
5868 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5869
5870         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5871         from `elmo-folder-move-messages' caller.
5872         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5873
5874         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5875         related portions are changed).
5876
5877 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5878
5879         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5880         counter.
5881
5882 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5883
5884         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5885         buffer local and set it to nil.
5886
5887         * wl-message.el (wl-message-redisplay): Ditto.
5888
5889 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-summary.el (wl-summary-mark-as-important): If message is
5892         already cached, set messag as read, otherwise encache and mark as read.
5893
5894 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5897         point-min.
5898
5899 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5902         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5903         a keymap.
5904
5905 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5906
5907         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5908         parent.
5909
5910         * wl-mule.el (wl-message-define-keymap): Ditto.
5911
5912         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5913
5914         * wl-xmas.el (wl-message-display-internal-hook): Define.
5915         (wl-xmas-setup-message-toolbar): Define as function.
5916         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5917         (wl-message-overload-functions): Abolished.
5918         (wl-message-define-keymap): New function.
5919
5920         * wl-vars.el (wl-message-display-internal-hook): New variable.
5921         (wl-message-header-button-alist): New variable (Renamed from
5922         wl-highlight-message-header-button-alist).
5923         (wl-message-body-button-alist): Ditto.
5924
5925         * wl-mule.el (wl-message-define-keymap): New function.
5926         (wl-message-overload-functions): Abolished.
5927
5928         * wl-message.el (wl-message-add-buttons-to-body): New function.
5929         (wl-message-redisplay): Don't call wl-message-overload-functions;
5930         Call wl-message-add-buttons-to-header and
5931         wl-message-add-buttons-to-body.
5932         (wl-message-display-internal): Set keymap argument for
5933         elmo-mime-display-as-is, elmo-mime-message-display;
5934         Run wl-message-display-internal-hook.
5935         (wl-message-refer-article-or-url): Abolished.
5936
5937         * wl-highlight.el (wl-highlight-headers): Don't call
5938         wl-highlight-message-add-buttons-to-header.
5939         (wl-highlight-message-add-buttons-to-header): Abolished.
5940
5941
5942         * wl-e21.el (wl-message-display-internal-hook): Define.
5943         (wl-e21-setup-toolbar): Deleted duplicated binding.
5944         (wl-e21-setup-message-toolbar): Define as function.
5945         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5946         (wl-message-define-keymap): New function.
5947         (wl-message-overload-functions): Abolished.
5948
5949 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5952         and elmo-folder-close.
5953
5954         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5955
5956 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5957
5958         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5959         boolean value.
5960         * wl-draft.el (wl-draft-do-fcc): Ditto.
5961
5962 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5963
5964         * wl-vars.el (wl-fcc-force-as-read): New variable.
5965         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5966         mark copied message as read.
5967
5968 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5969
5970         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5971
5972 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5973
5974         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5975         `wl-summary-target-above' instead of obsolete variable
5976         `wl-summary-temp-above'.
5977
5978         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5979         instead of `make-obsolete-variable'.
5980         * wl-refile.el (toplevel): Ditto.
5981
5982 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5985         with third argument t.
5986         (wl-draft): Set first argument for wl-plugged-init as t.
5987
5988         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5989         definition.
5990
5991 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5992
5993         * wl-vars.el: Tabify.
5994         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5995
5996         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5997         message.
5998
5999 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6002         and set default to beep.
6003
6004 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6005
6006         * wl-vars.el (wl-draft-truncate-lines): New variable.
6007
6008         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6009         instead of wl-message-truncate-lines for truncate-lines.
6010
6011 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-message.el (wl-message-display-internal): Call
6014         `wl-highlight-message' after `elmo-mime-display-as-is'.
6015
6016         * wl-mime.el (wl-mime-display-text/plain): New function.
6017         (wl-mime-display-header): Ditto.
6018         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6019         body-presentation-method for text/plain;
6020         Register `wl-mime-display-header' as a header-presentation-method;
6021         Don't set up `elmo-message-text-content-inserted-hook' and
6022         `elmo-message-header-inserted-hook'.
6023
6024         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6025         variable.
6026         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6027         as t if flag is 'all-header;
6028         Don't bind `elmo-message-ignored-field-list',
6029         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6030
6031 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6034         for xemacs with non-mule environment.
6035
6036 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6037
6038         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6039         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6040         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6041
6042 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6043
6044         * wl-vars.el (wl-interactive-send): Set default value as t.
6045
6046 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6049         (wl-addrmgr-method-list): Abolished.
6050         (wl-addrmgr-change-method): Follow above change.
6051
6052         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6053
6054 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-vars.el (wl-message-truncate-lines): Change default value
6057         to default-truncate-lines.
6058
6059         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6060
6061 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl-vars.el (wl-message-truncate-lines): New variable.
6064
6065         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6066         wl-message-truncate-lines.
6067
6068 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6069
6070         * wl-acap.el (wl-acap-init): Remove period from error message.
6071         (wl-acap-find-acap-service): Remove period from message.
6072
6073 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl.el (wl-check-environment): Undo last change.
6076
6077         * wl-vars.el (wl-from): Changed default value.
6078
6079         * wl-util.el (toplevel): Don't require tm-edit.
6080
6081         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6082         `wl-folder-init';
6083         Don't set mark on mail body.
6084         (wl-draft-reedit): Ditto.
6085
6086         * wl-address.el (wl-address-quote-specials): Define as an alias for
6087         elmo-address-quote-specials.
6088
6089 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6090
6091         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6092
6093         * wl-vars.el (wl-from): Set default value as nil.
6094         (wl-organization): Set default value as ORGANIZATION environment
6095         variable.
6096
6097         * wl-draft.el (wl-smtp-extension-bind): Check value of
6098         wl-smtp-connection-type.
6099
6100         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6101         error.
6102
6103 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6104
6105         * Version number is increased to 2.7.4.
6106
6107         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6108         arguments from `wl-highlight-x-face-function' caller.
6109         Use x-face-1.3.6.12 or later.
6110
6111 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6112
6113         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6114
6115 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6118         (wl-fcc): Fix to accept function.
6119         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6120
6121 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6122
6123         * wl-acap.el (toplevel): Added `product-provide' declare.
6124         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6125
6126 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * wl.el (wl): Changed order of calling `elmo-init'
6129         and `elmo-folder-init'.
6130
6131 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6132
6133         * wl-mime.el (wl-summary-burst): Extract message when content-type
6134         of root entity is not only `multipart' but also `message/rfc822'.
6135         (wl-summary-burst-subr): Ditto.
6136
6137 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-vars.el (toplevel): Require 'custom.
6140         (wl-trash-folder): Added to `wl-setting' group.
6141
6142         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6143         exists.
6144         (wl-addrmgr-draw): Insert empty line when no entry exists.
6145
6146         * wl-mule.el (wl-message-wheel-up): Fixed.
6147         (wl-message-wheel-down): Ditto.
6148
6149 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6150
6151         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6152         config is an anonymous lambda expression.
6153
6154 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6157         when Mule 2 is running.
6158
6159 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6162
6163 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6164
6165         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6166         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6167
6168         * wl-address.el (wl-address-specials-regexp): Eliminated.
6169         (wl-address-quote-specials): Rewrite.
6170
6171 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6174         shy-groups for regexp.
6175
6176         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6177         character classes and Perl style shy-groups for regexp.
6178         (wl-highlight-plugged-current-line): Use Posix style character
6179         classes for regexp.
6180         (wl-e21-highlight-folder-by-numbers): Ditto.
6181         (wl-e21-display-image-p): Use `display-images-p' instead of
6182         `display-graphic-p'.
6183         (display-images-p): Make an alias to `display-graphic-p' if it is
6184         not available.  It is for Emacs version prior to 21.0.105.
6185
6186         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6187         `display-graphic-p'.
6188         (wl-demo-image-type-alist): Ditto.
6189         (display-images-p): Make an alias to `display-graphic-p' if it is
6190         not available.  It is for Emacs version prior to 21.0.105.
6191
6192 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6193
6194         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6195         support.
6196         (wl-generate-user-agent-string): Ditto.
6197
6198         * wl-version.el (wl-version): Update docsting.
6199         (wl-version-status): Ditto.
6200
6201 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6202
6203         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6204         21.0.105.  For Emacs 21.0.104 or earlier.
6205
6206 2001-09-03  Takuo KITAME <kitame@northeye.org>
6207
6208         * wl-e21.el (wl-plugged-init-icons): Use
6209         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6210         (wl-biff-init-icons): Ditto.
6211
6212 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-highlight.el (wl-highlight-summary-current-line):
6215         Fixed highlighting refile/copy destination.
6216
6217         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6218         (wl-acap-store): Encode string by wl-acap-coding-system.
6219
6220 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-acap.el (toplevel): Check and require 'un-define before
6223         'xemacs-ucs;
6224          Added checking for UTF-2000.
6225
6226 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6229         Don't enclose with `eval-and-compile'.
6230
6231         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6232         wl-init is non-nil.
6233
6234         * wl-draft.el (wl-draft): Ditto.
6235
6236         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6237
6238         * wl-acap.el (toplevel): Require 'wl.
6239         (wl-acap-store): Call `elmo-init'.
6240
6241         * wl.el (wl): Changed position of `wl-check-environment'.
6242         (toplevel): Added autoload setting for wl-acap.
6243
6244         * wl-vars.el (wl-setting): New custom group.
6245         (wl-from): Added wl-setting group.
6246         (wl-user-mail-address-list): Ditto.
6247         (wl-organization): Ditto.
6248         (wl-subscribed-mailing-list): Ditto.
6249         (wl-envelope-from): Ditto.
6250         (wl-smtp-posting-user): Ditto.
6251         (wl-smtp-posting-server): Ditto.
6252         (wl-smtp-posting-port): Ditto.
6253         (wl-smtp-authenticate-type): Ditto.
6254         (wl-pop-before-smtp-user): Ditto.
6255         (wl-pop-before-smtp-server): Ditto.
6256         (wl-pop-before-smtp-port): Ditto.
6257         (wl-pop-before-smtp-authenticate-type): Ditto.
6258         (wl-nntp-posting-server): Ditto.
6259         (wl-nntp-posting-user): Ditto.
6260         (wl-nntp-posting-port): Ditto.
6261         (wl-fetch-confirm-threshold): Ditto.
6262         (wl-prefetch-threshold): Ditto.
6263         (wl-thread-insert-opened): Ditto.
6264         (wl-ldap-server): Ditto.
6265         (wl-ldap-port): Ditto.
6266         (wl-ldap-base): Ditto.
6267         (wl-ldap-objectclass): Ditto.
6268         (wl-use-ldap): Ditto.
6269         (wl-draft-config-alist): Ditto.
6270         (wl-draft-config-matchone): Ditto.
6271         (wl-template-alist): Ditto.
6272         (wl-message-sort-field-list): Ditto.
6273         (wl-message-ignored-field-list): Ditto.
6274         (wl-message-visible-field-list): Ditto.
6275         (wl-interactive-send): Ditto.
6276         (wl-summary-move-order): Ditto.
6277         (wl-auto-select-first): Ditto.
6278         (wl-auto-select-next): Ditto.
6279         (wl-interactive-save-folders): Ditto.
6280
6281         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6282         Initialization codes are moved from wl-local-folder-init.
6283         (wl-local-folder-init): Follow the change above.
6284         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6285
6286         * wl-acap.el: New file.
6287
6288         * Version number is increased to 2.7.3.
6289
6290 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6293
6294 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6297         (wl-addrmgr-address-entry-list): Ditto.
6298
6299 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-e21.el (wl-draft-mode-map): Removed binding for
6302         `wl-draft-insert-x-face-field'.
6303
6304         * wl-mule.el (wl-draft-mode-map): Ditto.
6305
6306         * wl-xmas.el (wl-draft-mode-map): Ditto.
6307
6308         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6309         (wl-cs-autoconv): Ditto.
6310         (wl-cs-local): Ditto.
6311         (wl-use-scoring): Ditto.
6312         (wl-mime-charset): Ditto.
6313         (wl-folder-check-async): Ditto.
6314
6315         * wl.el (toplevel): Ignore nemacs and tm.
6316         (wl-exit): Ditto.
6317
6318         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6319         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6320         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6321         instead of wl-address-petname-add-or-change.
6322         (wl-summary-edit-addresses-subr): Use wl-address-delete
6323         instead of wl-address-petname-delete.
6324
6325         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6326
6327         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6328         if error occured.
6329
6330         * wl-message.el (require): Remove tm support.
6331
6332         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6333
6334         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6335         (wl-folder-jump-to-current-entity): Ditto.
6336         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6337
6338         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6339         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6340         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6341
6342         * wl-mule.el (wl-draft-key-setup): Ditto.
6343
6344         * wl-xmas.el (wl-draft-key-setup): Ditto.
6345
6346         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6347         (wl-draft-std11-parse-addresses): New function.
6348         (wl-draft-parse-mailbox-list): Use it.
6349         (wl-draft): Ignore nemacs.
6350         (wl-draft-reedit): Ditto.
6351
6352         * wl-addrmgr.el: New file.
6353         (Original is wl-rcpt.el written by
6354         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6355         Thanks Kitamoto-san.)
6356
6357         * wl-address.el (wl-address-make-address-list): Modified parsing
6358         process.
6359         (wl-address-delete): Renamed from `wl-address-petname-delete';
6360         Modify wl-address-list too.
6361         (wl-address-add-or-change): Renamed from
6362         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6363
6364 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6365
6366         * wl-highlight.el (wl-highlight-summary-current-line):
6367           Work with transient-mark-mode
6368
6369 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * Version number is increased to 2.7.2.
6372
6373         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6374         instead of elmo-dop-queue-method.
6375
6376 2001-08-06  SAITO Atsunori <sai@yedo.com>
6377
6378         * wl-vars.el (wl-ldap-objectclass): New user option.
6379
6380         * wl-address.el (wl-ldap-make-filter): Use it.
6381
6382 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6385
6386 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-folder.el (wl-folder): redisplay after folder insertion.
6389
6390         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6391
6392         * wl-summary.el (wl-summary-sync-update):
6393         Change status mark only when new-msgdb exists.
6394         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6395
6396 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-summary.el (wl-summary-open-folder): New function.
6399         (wl-summary-goto-folder-subr): Use it.
6400         (wl-summary-mark-as-important): Fix;
6401         Encache only when no cache exists.
6402
6403 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6406         Use with-current-buffer.
6407
6408 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6409
6410         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6411         before call `get-buffer'. Fixed parenthesis.
6412         (wl-score-get-header-entry): Clear message and help window when
6413         keyboard quit.
6414         (wl-score-edit-insert-header): Ditto.
6415
6416 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6419         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6420         (wl-default-draft-cite): Fix.
6421
6422         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6423         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6424
6425 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-message.el (wl-message-prev-page): Do same bahavior
6428         as summary when it is called in the message buffer.
6429         (wl-message-next-page): Ditto.
6430
6431 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-forward): Use cache if it is not
6434         section cache.
6435
6436 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6439         Removed redundant require of elmo-vars.
6440         (wl-biff-state-indicator-on): Changed default value for
6441         xemacs with non-mule environment.
6442
6443         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6444         wl-message-buffer is nil;
6445         Hide progress bar after moving messages.
6446
6447 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6450         message at cursor point is deleted.
6451
6452 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-vars.el: Changed file coding system to euc-japan.
6455         Added -*-coding:-*- magic to the first line.
6456
6457         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6458         Search parent from the first message.
6459
6460         * Version number is increased to 2.7.1.
6461
6462 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6463
6464         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6465
6466 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6469         refile/delete execution.
6470
6471         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6472         Fixed docstring.
6473
6474 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6477         do update process;
6478         Don't update marks when update process is interrupted.
6479
6480 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-summary.el (wl-summary-reply): Fixed problem when
6483         wl-draft-use-frame is non-nil.
6484         (wl-summary-forward): Ditto.
6485
6486         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6487         as nil.
6488         (wl-folder-mark-as-read-all-entity): Ditto.
6489         (wl-folder-prefetch-entity): Ditto.
6490
6491         * wl.el (wl): Check environment before wl-init.
6492
6493         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6494         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6495         instead of wl-summary-collect-unread.
6496         (wl-summary-reply): Split message window.
6497
6498 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6501         only if current language environment is japanese,
6502
6503         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6504         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6505         (wl-folder-goto-folder-subr): Ditto.
6506
6507         * wl-draft.el (wl-draft-dispatch-message): Call
6508         `elmo-file-cache-get-path'.
6509
6510 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-summary.el (wl-summary-cursor-move): If return value of
6513         wl-summary-next-message is not number, don't jump.
6514
6515 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-summary.el (wl-summary-buffer-next-message-function): New
6518         variable.
6519         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6520         if it is bound.
6521
6522         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6523         string.
6524
6525         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6526         (wl-plugged-drawing): Ditto.
6527
6528 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6531         process.
6532         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6533         with unwind-protect.
6534
6535         * wl.el (wl-init): Require mime-setup.
6536         (wl-check-environment): Don't require mime-setup.
6537
6538         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6539         instead of elmo-folder-type.
6540
6541         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6542         value as nil.
6543
6544 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * Version number is increased to 2.7.0.
6547
6548         * wl-version.el (wl-version): Changed codename.
6549
6550         * wl-summary.el (wl-summary-delete-cache): Fixed.
6551
6552         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6553         Workaround for net folders.
6554         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6555
6556         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6557         value to nil (According to the patch from
6558         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6559
6560         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6561         of elmo-folder-close.
6562
6563 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6564
6565         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6566         for postfix.
6567
6568 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-summary.el (wl-summary-resend-message): Fixed.
6571
6572         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6573         Call wl-draft with `from' argument if its address is included in
6574         `wl-user-mail-address-list'.
6575         (wl-draft): Added `from' argument.
6576
6577         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6578         non-nil.
6579         (wl): Don't show demo if wl-demo is nil.
6580
6581         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6582         wl-summary-use-frame.
6583
6584         * wl-vars.el (wl-summary-use-frame): New user option.
6585         (wl-folder-use-frame): Changed docstring.
6586
6587         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6588         non-nil.
6589         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6590         wl-summary-use-frame.
6591
6592         * wl-vars.el (wl-folder-use-frame): New user option.
6593
6594         * wl-summary.el (wl-summary-exit): Back to folder frame if
6595         wl-folder-use-frame is non-nil.
6596         (wl-summary-redisplay-internal): Ignore cache if current folder
6597         is draft folder,
6598         (wl-summary-redisplay-no-mime): Ditto.
6599         (wl-summary-redisplay-all-header): Ditto.
6600
6601         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6602         if wl-folder-use-frame is non-nil.
6603
6604 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6605
6606         * wl-summary.el (wl-summary-sync-update): Bind
6607         elmo-folder-update-threshold.
6608         (wl-summary-mark-as-important): Enclosed server mark processing
6609         with `save-match-data'.
6610
6611         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6612         only when it is already defined.
6613
6614 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6615
6616         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6617         name of folder exclude localdir is wrong.
6618         * wl-folder.el (wl-folder-sync-entity):
6619         Set `wl-summary-always-sticky-folder-list' as nil.
6620         (wl-folder-mark-as-read-all-entity): Ditto.
6621         (wl-folder-prefetch-entity): Ditto.
6622
6623 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6626         instead of `wl-summary-write-current-newsgroup'.
6627
6628 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6629
6630         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6631         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6632         non-nil and selected message is important, do not display.
6633
6634 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6635
6636         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6637
6638 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6641
6642         * wl-summary.el (wl-summary-mark-as-important): Set message number
6643         using wl-summary-message-number.
6644
6645 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6648         destination folder is 'null.
6649
6650 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6651
6652         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6653         New function.
6654         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6655         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6656         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6657
6658 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * wl-mime.el (wl-mime-setup): Added setting for
6661         `mime-setup-signature-key-alist' to avoid overriding key bind for
6662         `wl-draft-send'.
6663
6664         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6665         for `wl-draft-send'.
6666         * wl-mule.el (wl-draft-overload-functions): Ditto.
6667         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6668         * wl-draft.el (wl-draft-send): Ditto.
6669
6670         * wl-message.el (wl-message-display-internal):
6671         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6672         (Patch is provided by <kita@coe.nttdata.co.jp>).
6673
6674 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6677
6678 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl.el (wl): Fix for wl-demo.
6681
6682 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6685
6686 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-folder.el (wl-folder-prefetch-entity): Use
6689         `wl-folder-get-elmo-folder'.
6690         (wl-folder-count-incorporates): Do not use
6691         `wl-folder-get-elmo-folder'.
6692
6693 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6696         instead of `elmo-folder-get-type'.
6697
6698 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6699
6700         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6701         position on Subject: field.
6702         (Advised by Mito <mit@nines.nec.co.jp>)
6703
6704 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6705
6706         * wl-folder.el (wl-folder-prefetch-entity): Use
6707         `wl-folder-get-elmo-folder'.
6708
6709 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6712
6713         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6714         `process-duplicates' slot.
6715
6716         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6717         if detection failed.
6718
6719 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6720
6721         * wl-version.el (wl-version-status): Set to "alpha".
6722
6723 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6726         Check wl-message-buffer lives before set-buffer.
6727
6728 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6729
6730         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6731         called in folder mode.
6732         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6733         * wl-summary.el (wl-summary-exit-pre-hook): Run
6734         `wl-summary-exit-pre-hook' before exit summary mode.
6735
6736 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6737
6738         * wl-version.el (wl-version-status): New variable.
6739         (wl-version-status-alist): Removed.
6740         (wl-version-status): Rule included.
6741
6742 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6745         @sponichi.
6746
6747         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6748         when `mail-reply-buffer' is buffer-local variable.
6749         (Reported by <kita@coe.nttdata.co.jp>).
6750
6751 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6752
6753         * wl-vars.el (toplevel): Require 'elmo-util.
6754
6755 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6756
6757         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6758         (All other related portions are changed)
6759
6760         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6761
6762         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6763
6764 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6765
6766         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6767
6768 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6771         Delete other windows to avoid an error.
6772         Use `point-marker' instead of `point' to remember the start point
6773         of body.
6774
6775         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6776
6777         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6778         number not to exceed all message number.
6779
6780 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6781
6782         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6783         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6784
6785 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-summary.el (wl-summary-sync-force-update): Added argument
6788         no-check.
6789         (wl-summary-sync-update): Ditto.
6790         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6791         with `no-check'.
6792
6793         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6794         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6795         already running.
6796
6797 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6798
6799         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6800         `dst-folder-arg'.
6801         (wl-expire-archive-number1): Diito.
6802         (wl-expire-archive-number2): Diito.
6803         (wl-expire-archive-Date): Diito.
6804         (wl-archive-number1): Diito.
6805         (wl-archive-number2): Diito.
6806         (wl-archive-date): Diito.
6807         (wl-archive-folder-p): New function.
6808         (wl-summary-expire): Support of expand folder name at
6809         wl-expire-alist.
6810         * wl-util.el (wl-expand-newtext): Renamed from
6811         `wl-refile-expand-newtext'.
6812
6813 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6814
6815         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6816         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6817         `(elmo-msgdb-get-overview msgdb)'.
6818         (wl-summary-prefetch): Bind match data before call
6819         `wl-summay-prefetch-msg'.
6820         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6821         'off if `wl-summary-buffer-disp-msg' is non-nil.
6822         Fixed problem that couldn't show only one new or unread message when
6823         enter folder.
6824         (wl-summary-reply): Don't call `split-window-vertically' and other
6825         window.
6826
6827 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-expire.el (wl-expire-refile): Fixed.
6830
6831 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6834
6835         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6836         biff notification is removed.
6837
6838         * wl.el (wl): Changed position of `elmo-init'.
6839
6840         * wl-draft.el (wl-default-draft-cite): Use date field
6841         on the citation buffer.
6842
6843         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6844
6845         * wl-xmas.el (wl-folder-internal-icon-list): Added
6846         `wl-folder-shimbun-image'.
6847
6848         * wl-e21.el (wl-folder-internal-icon-list): Added
6849         `wl-folder-shimbun-image'.
6850
6851 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl.el (wl-init): Eliminated argument.
6854         (wl): Rewrite.
6855
6856         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6857         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6858         instead of `elmo-folder-msgdb-internal'.
6859         (wl-summary-sync-update): Ditto.
6860         (wl-summary-flush-pending-append-operations): Eliminated.
6861         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6862         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6863         `elmo-folder-open'.
6864
6865         * wl-mime.el (wl-summary-burst): Fixed.
6866
6867         * wl-folder.el (wl-folder-info-save): Check data type.
6868
6869         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6870         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6871         instead of `elmo-folder-msgdb-internal'.
6872         (wl-expire-hide): Ditto.
6873
6874
6875         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6876
6877 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6878
6879         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6880
6881 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6884
6885 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6886
6887         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6888         Fixed `match-beginning' argument mismatch.
6889
6890 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6891
6892         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6893         the default value.
6894
6895 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6898         instead of `elmo-nntp-default-port'.
6899
6900         * wl-vars.el: Fixed some doc strings.
6901
6902 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-summary.el (wl-summary-prefetch-msg): Use
6905         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6906
6907         * wl-vars.el: Define *-func as obsolete variable using
6908         `elmo-define-obsolete-variable'.
6909
6910         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6911         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6912         instead of `wl-message-buffer-prefetch-threshold'.
6913
6914         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6915
6916         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6917
6918         * wl-draft.el (wl-caesar-region-func): Ditto.
6919
6920         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6921         Keep unread status in elmo-folder-move-messages.
6922         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6923
6924 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6925
6926         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6927         `wl-summary-buffer-exit-func'
6928         (wl-summary-buffer-message-redisplay-function): Renamed from
6929         `wl-summary-buffer-message-redisplay-func'
6930         (wl-summary-buffer-next-folder-function): Renamed from
6931         `wl-summary-buffer-next-folder-func'.
6932         (wl-summary-buffer-prev-folder-function): Renamed from
6933         `wl-summary-buffer-prev-folder-func'.
6934         (wl-summary-get-petname-function): Renamed from
6935         `wl-summary-get-petname-func'.
6936
6937         * wl-score.el (wl-score-edit-exit-function): Renamed from
6938         `wl-score-edit-exit-func'.
6939
6940         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6941         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6942
6943         * wl-util.el (wl-load-profile-function): Renamed from
6944         `wl-load-profile-func'.
6945
6946         * wl-folder.el (wl-folder-completion-function): Renamed from
6947         `wl-folder-completion-func'.
6948         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6949
6950         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6951         `wl-expire-archive-get-folder-func'.
6952         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6953         (wl-draft-send-mail-function): Renamed from
6954         `wl-draft-send-mail-func'.
6955         (wl-draft-send-news-function): Renamed from
6956         `wl-draft-send-news-func'.
6957         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6958         (wl-generate-mailer-string-function): Renamed from
6959         `wl-generate-mailer-string-func'.
6960         (wl-highlight-signature-search-function): Renamed from
6961         `wl-highlight-signature-search-func'.
6962         (wl-highlight-x-face-function): Renamed from
6963         `wl-highlight-x-face-func'
6964         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6965         (wl-ps-print-buffer-function): Renamed from
6966         `wl-ps-print-buffer-func'
6967         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6968         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6969         (wl-summary-subject-filter-function): Renamed from
6970         `wl-summary-subject-filter-func'.
6971
6972         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6973         `wl-draft-queue-flush-send-func'
6974         (wl-draft-cite-function): Renamed from
6975         `wl-draft-cite-func'
6976
6977         * wl-address.el (wl-address-init-function): Renamed from
6978         `wl-address-init-func'.
6979
6980 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-draft.el (wl-draft-queue-flush): Don't call
6983         `elmo-dop-unlock-message'.
6984         * wl-draft.el (wl-draft-queue-append): Don't call
6985         `elmo-dop-lock-message'.
6986
6987         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6988         (wl-summary-buffer-folder-name): Ditto.
6989         (wl-summary-message-regexp): Added '-' (all other related portions
6990         are changed).
6991         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6992         wl-summary-buffer-folder-name.
6993
6994 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6995
6996         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6997         the number of mails in the folder buffer is not updated by wl-biff.
6998
6999 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7002         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7003
7004 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-summary.el (wl-summary-next-message):
7007         Return next message number when wl-summary-move-order is nil.
7008
7009 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7010
7011         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7012         `wl-summary-move-spec-alist'.
7013         (wl-summary-move-spec-unplugged-alist): New variable
7014         (Move spec for unplugged status).
7015         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7016         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7017
7018 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7019
7020         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7021         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7022
7023 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7024
7025         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7026         simple quotation to quote the anonymous function.
7027         * tm-wl.el (wl-draft-preview-message): Ditto.
7028
7029 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7030
7031         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7032         Eliminate redundant `save-excursion'.
7033         (wl-highlight-summary-current-line): Ditto.
7034
7035         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7036         accessing match data when `looking-at' failed.
7037
7038         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7039         `elmo-match-string' where users don't care about the speed.
7040         (wl-draft-save): Ditto.
7041
7042 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl-util.el (wl-regexp-opt): New function.
7045
7046         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7047         number from `wl-summary-buffer-number-list'.
7048         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7049         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7050         (wl-summary-move-spec-alist): Changed default setting.
7051
7052 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7053
7054         * wl-vars.el (wl-biff-notify-hook): New hook.
7055         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7056         the arrival of new mail.
7057         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7058         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7059
7060 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7063
7064 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7067
7068         * Version number is increased to 2.5.8.
7069
7070         * wl-thread.el (toplevel): require 'cl.
7071         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7072         (wl-thread-make-number-list): New function.
7073         (wl-thread-entity-make-number-list-from-children): Ditto.
7074         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7075         (wl-thread-entity-insert-as-children): Likewise.
7076         (wl-thread-delete-message): Likewise.
7077         (wl-meaning-of-mark): Eliminated.
7078         (wl-thread-next-failure-mark-p): Ditto.
7079         (wl-thread-entity-get-mark): Ditto.
7080         (wl-thread-meaning-alist-get-result): Ditto.
7081         (wl-thread-entity-check-prev-mark): Ditto.
7082         (wl-thread-entity-check-next-mark): Ditto.
7083         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7084         (wl-thread-entity-get-prev-marked-entity): Ditto.
7085         (wl-thread-get-prev-unread): Ditto.
7086         (wl-thread-jump-to-prev-unread): Ditto.
7087         (wl-thread-get-next-unread): Ditto.
7088         (wl-thread-jump-to-next-unread): Ditto.
7089         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7090         (wl-thread-entity-get-next-marked-entity): Ditto.
7091
7092         * wl-summary.el (wl-summary-buffer-number-list):
7093         New bufer-local variable.
7094         (wl-summary-switch-to-clone-buffer): Clone
7095         `wl-summary-buffer-number-list'.
7096         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7097         (wl-summary-cursor-move-regex): Eliminated.
7098         (wl-summary-cursor-up): Rewrite.
7099         (wl-summary-cursor-down): Ditto.
7100         (wl-summary-mode-spec-alist): New variable.
7101         (wl-summary-next-message): New inline function.
7102         (wl-summary-cursor-move): New function.
7103         (wl-summary-default-get-next-msg): Rewrite.
7104         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7105         (wl-summary-rescan): Ditto.
7106         (wl-summary-sync-all-init): Ditto.
7107         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7108         summary is not thread view.
7109         (wl-summary-sync-update): Ditto.
7110         (wl-summary-rescan): Ditto.
7111         (wl-summary-make-number-list): New function.
7112
7113         * wl-draft.el: "FCC" -> "Fcc".
7114
7115 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-highlight.el (wl-highlight-summary-window):
7118         Call `set-buffer-modified-p'.
7119
7120         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7121         (wl): Call `elmo-init' and fix.
7122
7123         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7124         Use new variables.
7125
7126         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7127
7128 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7131
7132 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7133
7134         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7135
7136 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7137
7138         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7139         `wl-use-toolbar' nor `display-graphic-p'.
7140         (wl-e21-setup-message-toolbar): Ditto.
7141         (wl-e21-setup-summary-toolbar): Ditto.
7142         (wl-e21-setup-folder-toolbar): Ditto.
7143
7144         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7145         (wl-plugged-init-icons): Ditto.
7146
7147         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7148         `display-graphic-p'.
7149         (wl-plugged-set-folder-icon): Ditto.
7150         (wl-highlight-plugged-current-line): Ditto.
7151         (wl-highlight-folder-current-line): Ditto.
7152         (wl-e21-highlight-folder-group-line): Ditto.
7153         (wl-e21-setup-toolbar): Ditto.
7154         (wl-e21-display-image-p): New macro.
7155
7156         * wl-demo.el (wl-demo): Simplified.
7157         (wl-demo-image-type-alist): Use `image-type-available-p' for
7158         checking whether the image type `xbm' is available.
7159
7160 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7163         (wl-summary-input-range): Ditto.
7164
7165 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-summary.el (wl-summary-edit-addresses): Use
7168         `wl-summary-get-original-buffer'
7169         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7170         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7171         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7172         (wl-summary-get-newsgroups): Eliminated.
7173         (wl-summary-set-crosspost): Ditto.
7174         (wl-summary-is-crosspost-folder): Ditto.
7175         (wl-crosspost-alist-load): Ditto.
7176         (wl-crosspost-alist-save): Ditto.
7177
7178         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7179         `elmo-setup-subscribed-newsgroups' instead of
7180         `elmo-nntp-make-groups-hashtb'.
7181         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7182         instead of `wl-crosspost-alist-save'.
7183
7184         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7185         of `elmo-folder-message-appendable-p'.
7186         (wl-mime-header-presentation-method): Eliminated.
7187
7188         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7189         (Error occurs in emacs21).
7190
7191         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7192         the current buffer).
7193
7194         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7195         instead of `wl-crosspost-alist-save'.
7196         (wl-init): `elmo-crosspost-message-alist-load'
7197         instead of `wl-crosspost-alist-load'
7198
7199         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7200         (wl-parse-newsgroups): Likewise.
7201         (wl-biff-notify): Run `wl-biff-notify-hook'.
7202
7203 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7206
7207         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7208         when `wl-summary-lazy-highlight' is non-nil.
7209         (wl-summary-goto-folder-subr): Highlight only when
7210         `wl-summary-lazy-highlight' is non-nil.
7211
7212         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7213         Don't display progress and highlight temp-mark when
7214         `wl-summary-lazy-highlight' is non-nil.
7215         (wl-highlight-summary-window): New function.
7216         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7217
7218 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7219
7220         * wl-summary.el (wl-summary-sync): Change `all-visible'
7221         from `all-shown'
7222         (wl-summary-input-range): Ditto.
7223
7224 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7225
7226         * wl-e21.el (wl-highlight-folder-current-line): Call
7227         `wl-folder-init-icons' when folder icons have not been initialized.
7228
7229         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7230
7231         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7232         (wl-demo-image-type-alist): New macro.
7233
7234 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7235
7236         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7237         display does not support graphics.
7238         (wl-plugged-init-icons): Ditto.
7239         (wl-folder-init-icons): Ditto.
7240
7241         * wl-demo.el (wl-demo): Chech closely whether the display
7242         supports graphics.
7243
7244 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * wl-summary.el (wl-summary-get-original-buffer): New function.
7247         (wl-summary-set-crosspost): Use it.
7248         (wl-summary-target-mark-uudecode): Ditto.
7249         (wl-summary-reedit): Ditto.
7250         (wl-summary-resend-bounced-mail): Ditto.
7251         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7252         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7253
7254         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7255         (wl-message-display-internal): Ditto.
7256
7257 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7260
7261 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-summary.el (wl-summary-save-view): Renamed from
7264         `wl-summary-save-status'.
7265
7266 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * wl-summary.el (wl-summary-sync): Added `all-shown'
7269
7270 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7273
7274 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7275
7276         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7277
7278 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7279
7280         * wl-highlight.el (wl-highlight-summary-line-string): Use
7281         `zerop' instead of `= 0'.
7282         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7283
7284         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7285         for comparing numbers.
7286         (wl-template-prev): Use `zerop' instead of `eq 0'.
7287
7288         * wl-draft.el (wl-draft-insert-current-message): Use
7289         `with-current-buffer' instead of `save-excursion'.
7290         Use `zerop' instead of `eq 0'.
7291
7292 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7293
7294         * wl-draft.el (wl-draft-insert-ccs): New function.
7295         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7296         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7297
7298 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7301
7302 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-expire.el (wl-expire-refile): Don't call
7305         elmo-msgdb-add-msgs-to-seen-list;
7306         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7307         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7308
7309 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-message.el (wl-message-prev-page): Ignore errors while
7312         scroll-down.
7313
7314 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-mime.el: Use elmo-original-message-mode instead of
7317         mmelmo-original-mode.
7318
7319         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7320         `elmo-folder-get-spec';
7321         (wl-fldmgr-add-completion-all-completions):
7322         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7323
7324         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7325         of `elmo-folder-get-type'.
7326
7327         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7328         `elmo-folder-get-spec';
7329         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7330         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7331         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7332         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7333         `elmo-read-msg-no-cache';
7334         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7335         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7336         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7337         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7338         `elmo-cache-save';
7339         (wl-draft-reedit): Use `elmo-message-file-name'.
7340
7341         * wl-expire.el: Use `elmo-folder-name-internal';
7342         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7343         Use macro `wl-summary-buffer-msgdb' instead of variable
7344         `wl-summary-buffer-msgdb';
7345         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7346         Use macro `wl-summary-buffer-folder-name' instead of variable
7347         `wl-summary-buffer-folder-name'.
7348         * wl-score.el: Likewise.
7349
7350         * wl-message.el: Rewrite for new message buffer cache mechanism.
7351         (wl-message-buffer-cache-buffer-get): New macro.
7352         (wl-message-buffer-cache-folder-get): Ditto.
7353         (wl-message-buffer-cache-message-get): Ditto.
7354         (wl-message-buffer-cache-entry-make): Ditto.
7355         (wl-message-buffer-cache-hit): Ditto.
7356         (wl-message-buffer-cache-sort): New function.
7357         (wl-message-buffer-cache-add): Ditto.
7358         (wl-message-buffer-cache-delete): Ditto.
7359         (wl-message-buffer-cache-clean-up): Ditto.
7360         (wl-message-buffer-window): Rewrite.
7361         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7362         (wl-message-buffer-display): New function.
7363         (wl-message-display-internal): New function.
7364
7365 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7366
7367         * wl-folder.el: Use `elmo-folder-name-internal';
7368         Use `wl-folder-get-elmo-folder';
7369         Use `elmo-folder-list-messages' instead of
7370         `elmo-list-folder';
7371         Use `elmo-folder-get-primitive-list' instead of
7372         `elmo-folder-get-primitive-spec-list';
7373         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7374         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7375         Use `elmo-folder-create' instead of `elmo-create-folder'.
7376         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7377         (wl-folder-get-elmo-folder): New macro.
7378         (wl-folder-elmo-folder-cache-get): Ditto.
7379         (wl-folder-elmo-folder-cache-put): Ditto.
7380         (wl-folder-suspend): Call `elmo-quit'.
7381
7382         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7383         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7384         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7385         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7386         (toplevel): require 'cl.
7387         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7388
7389         * wl-summary.el: Rewrite to use new elmo interface.
7390
7391 \f
7392 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-mime.el (wl-draft-preview-message):
7395         Run `wl-draft-send-hook' before collecting recipients information;
7396         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7397
7398         * tm-wl.el (wl-draft-preview-message): Ditto.
7399
7400 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7403         wrong recipients are displayed when forwarded message.
7404
7405 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * Version number is increased to 2.5.7.
7408
7409 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7410
7411         * wl-message.el (wl-message-next-page): Bind
7412         `window-pixel-scroll-increment' to nil while scrolling up.
7413
7414 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-vars.el (wl-save-hook): New hook.
7417         * wl.el (wl-save): Call `wl-save-hook'.
7418
7419 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7420
7421         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7422         Argument WITH-ARG instead of NO-ARG (negative mean).
7423         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7424         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7425         * wl-message.el (wl-message-follow-current-entity): Likewise.
7426
7427 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7430         FROM was optional argument.
7431         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7432
7433 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7434
7435         * Version number is increased to 2.5.6.
7436
7437 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7438
7439         * wl-version.el (wl-version-show): Removed.
7440         (wl-version): Add `interactive'.
7441
7442 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7443
7444         * wl-summary.el (wl-summary-get-petname-func): New variable.
7445         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7446         instead of `wl-address-get-petname-1'.
7447         (wl-summary-simple-from): Ditto.
7448
7449         * wl-address.el (wl-address-get-petname-1): Define as function.
7450
7451 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7454         field in the original message.
7455         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7456
7457 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7458
7459         * wl-expire.el (wl-expire-hide):
7460         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7461
7462 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7465         find decoder for To, Cc, and Subject.
7466
7467 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7470         for checking `elmo-use-buffer-cache'.
7471         (wl-summary-mark-as-important): Fixed typo in comment.
7472
7473 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7476         field in the original message.
7477         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7478
7479 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7480
7481         * wl-expire.el (wl-expire-hide):
7482         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7483
7484 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7487         find decoder for To, Cc, and Subject.
7488
7489 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * Version number is increased to 2.5.5.
7492
7493         * wl-address.el (wl-address-specials-regexp): New constant.
7494         (wl-address-quote-specials): Use it.
7495
7496 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-summary.el (wl-summary-rescan):
7499         Call `wl-summary-buffer-number-column-detect'.
7500         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7501
7502         * wl-message.el (wl-message-mode-map): Define.
7503         (wl-message-decode): Use it as local-map.
7504
7505 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7508         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7509
7510 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7513
7514         * wl-mule.el (wl-read-event-char): Ditto.
7515
7516         * wl-e21.el (wl-read-event-char): Ditto.
7517
7518         * wl-nemacs.el (wl-read-event-char): Ditto.
7519         (read-event): Removed.
7520
7521         * wl-util.el (toplevel): Removed dummy definition of
7522         `read-event'.
7523         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7524
7525 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7526
7527         * wl-nemacs.el (elmo-archive-call-process): Moved to
7528         elmo-archive.el.
7529
7530 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7531
7532         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7533         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7534
7535         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7536         instead of magic-number 6.  Use `not' instead of `null' for symbol
7537         `nil' check (not empty list).
7538         (wl-draft-insert-x-face-field): Fixed paren style.
7539
7540         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7541         one-branch conditional statement, instead of `and' and `if'.
7542         (wl-draft-forward): Likewise.
7543         (wl-draft-add-references): Likewise.
7544         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7545
7546         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7547         conditional steatment.  Use `cond' instead of `if'.
7548         (wl-draft-confirm): Likewise.
7549
7550 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7551
7552         * wl-version.el (wl-version-show): Use `product-string-1'
7553         instead of `wl-version'.
7554         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7555
7556         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7557
7558 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7559
7560         * wl-highlight.el (wl-highlight-headers): Revert
7561         `wl-highlight-x-face-func' argument (`beg' and `end').
7562
7563 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl.el (toplevel): Move `product-provide' declare.
7566         * wl-demo.el (toplevel): Ditto.
7567         * wl-dnd.el (toplevel): Ditto.
7568         * wl-highlight.el (toplevel): Ditto.
7569         * wl-message.el (toplevel): Ditto.
7570         * wl-refile.el (toplevel): Ditto.
7571         * wl-util.el (toplevel): Ditto.
7572
7573 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7576         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7577         (wl-thread-close-all): keep cursor position.
7578
7579 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7580
7581         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7582         (eq x 0).
7583         (wl-generate-user-agent-string-1): Fix conditional statement.
7584
7585 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7586
7587         * wl.el (wl-check-environment): Additional check for
7588         'wl-local-domain' and `wl-message-id-domain'.
7589
7590 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7591
7592         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7593
7594 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7597         instead of `smtp-sasl-user-realm'.
7598
7599 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7600
7601         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7602
7603 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7604
7605         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7606         to the default value as well as `eword-lexical-analyzer'.
7607
7608 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7609
7610         * wl-version.el (wl-extended-emacs-version,
7611         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7612         `elmo-match-string' instead of `wl-match-string'.
7613
7614 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7617         docstring.
7618
7619 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7620
7621         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7622
7623 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7624
7625         * wl-highlight.el (wl-highlight-headers): Remove
7626         `wl-highlight-x-face-func' argument (`beg' and `end').
7627
7628 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * wl-summary.el (wl-summary-mark-as-important):
7631         Remove cache if folder is local.
7632
7633 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7634
7635         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7636         to get existing e-mail address string.
7637
7638 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * wl-version.el (wl-generate-user-agent-string): Commentary.
7641         (wl-generate-user-agent-string-1): Use `when' for
7642         one-branch conditional statement, instead of `and' and `if'.
7643         (wl-extended-emacs-version, wl-extended-emacs-version2,
7644         wl-extended-emacs-version3): Ditto.
7645
7646 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7649         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7650         condition-case; Remove initialization.
7651         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7652         (wl-summary-sync-update3): Added argument `sync-all';
7653         Eliminated local variable `msgdb';
7654         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7655         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7656         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7657
7658 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7659
7660         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7661         connection before call `wl-draft-send-mail-with-smtp'.
7662
7663 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * Version number is increased to 2.5.4.
7666
7667 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7668
7669         * wl.el (wl-check-environment): Additional check for
7670         'wl-local-domain' and `wl-message-id-domain'.
7671
7672 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7675         buffer as command specific.
7676         (wl-folder-mark-as-read-all-entity): Ditto.
7677         (wl-folder-prefetch-entity): Ditto.
7678         (wl-folder-drop-unsync-entity): Ditto.
7679
7680         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7681         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7682         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7683
7684         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7685         save-excursion.
7686
7687 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * Version number is increased to 2.5.3.
7690
7691         * wl-summary.el (wl-summary-save-view-cache):
7692         Delete duplicated `write-region';
7693         Use `write-region-as-binary' instead of `as-binary-output-file' and
7694         `write-region'.
7695
7696 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7697
7698         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7699
7700 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7703         instead of `smtp-via-smtp'.
7704
7705 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7706
7707         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7708
7709 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7712         instead of `smtp-sasl-user-realm'.
7713
7714 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7715
7716         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7717
7718 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7719
7720         * Version number is increased to 2.5.2.
7721
7722 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7725         does not exist.
7726         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7727         (wl-biff-start): Call `timer-activate' if timer already exists.
7728
7729         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7730         only when it is bound as function.
7731
7732 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * Version number is increased to 2.5.1.
7735
7736 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7739         Print refile/copy destination.
7740
7741 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7744         queue-flush-only is non-nil.
7745
7746         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7747
7748         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7749         checking cache folder.
7750
7751 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7752
7753         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7754         `regexp-quote'.
7755
7756 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7757
7758         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7759         function.
7760         * wl-summary.el (wl-summary-write-current-folder-functions):
7761         Change default value.  Use it.
7762
7763 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * Version number is increased to 2.5.0.
7766
7767         * wl-version.el (wl-version): Changed codename.
7768
7769 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7770
7771         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7772         (wl-summary-supersedes-message): Ditto.
7773
7774 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7775
7776         * wl-refile.el (wl-refile-guess-functions): Renamed from
7777         `wl-refile-guess-func-list'.
7778
7779 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7782         Fixed problem when no rule was matched.
7783
7784 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7785
7786         * wl-summary.el (wl-summary-get-mark): Fixed
7787         `wl-summary-buffer-target-mark' check logic.
7788
7789 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7790
7791         * wl-folder.el (wl-folder-write-current-folder): Added group
7792         folder check.
7793
7794         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7795         `wl-summary-write-current-newsgroup'.
7796         (wl-summary-write-current-folder-functions): New variable.
7797         * wl-folder.el (wl-folder-get-newsgroups): New function.
7798         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7799         (wl-folder-write-current-folder): Renamed from
7800         `wl-folder-write-current-newsgroup'.
7801
7802 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7803
7804         * Version number is increased to 2.3.93.
7805
7806 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7809         (wl-ldap-make-matched-value-list): Ditto.
7810         (wl-ldap-alias-safe-string): Split e-mail address.
7811
7812         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7813         petname folder default was selected.
7814         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7815         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7816
7817 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7820         to `wl-draft-config-exec'.
7821
7822         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7823         instead of calling `wl-draft-config-exec';
7824         Process group-list and show recipients in minibuffer.
7825
7826         * tm-wl.el (wl-draft-preview-message): Ditto.
7827
7828 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7829
7830         * wl.el (toplevel): Added (C) to copyright notice, and
7831         sync Author header.
7832         * tm-wl.el (toplevel): Ditto.
7833         * wl-address.el (toplevel): Ditto.
7834         * wl-demo.el (toplevel): Ditto.
7835         * wl-dnd.el (toplevel): Ditto.
7836         * wl-draft.el (toplevel): Ditto.
7837         * wl-e21.el (toplevel): Ditto.
7838         * wl-expire.el (toplevel): Ditto.
7839         * wl-folder.el (toplevel): Ditto.
7840         * wl-highlight.el (toplevel): Ditto.
7841         * wl-message.el (toplevel): Ditto.
7842         * wl-mime.el (toplevel): Ditto.
7843         * wl-mule.el (toplevel): Ditto.
7844         * wl-nemacs.el (toplevel): Ditto.
7845         * wl-refile.el (toplevel): Ditto.
7846         * wl-score.el (toplevel): Ditto.
7847         * wl-summary.el (toplevel): Ditto.
7848         * wl-template.el (toplevel): Ditto.
7849         * wl-thread.el (toplevel): Ditto.
7850         * wl-util.el (toplevel): Ditto.
7851         * wl-vars.el (toplevel): Ditto.
7852         * wl-xmas.el (toplevel): Ditto.
7853
7854 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7855
7856         * wl.el (wl-init): Added comment about `wl-init-hook'.
7857         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7858         * wl-vars.el (wl-init-hook): Added docs.
7859         (wl-make-plugged-hook): Removed useless docs.
7860         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7861         * wl-xmas.el (toplevel): Ditto.
7862
7863 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7864
7865         * wl-address.el (toplevel): Fixed multiple Author header format.
7866         * wl-demo.el (toplevel): Ditto.
7867         * wl-draft.el (toplevel): Ditto.
7868         * wl-folder.el (toplevel): Ditto.
7869         * wl-summary.el (toplevel): Ditto.
7870         * wl-thread.el (toplevel): Ditto.
7871         * wl-util.el (toplevel): Ditto.
7872         * wl-vars.el (toplevel): Ditto.
7873         * wl-version.el (toplevel): Ditto.
7874         * wl-xmas.el (toplevel): Ditto.
7875         * wl.el (toplevel): Ditto.
7876
7877         * wl-version.el (toplevel): Added require `elmo-version' for
7878         `product-version-as-string'.
7879
7880 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-vars.el (wl-draft-send-hook): Changed default value to
7883         '(wl-draft-config-exec).
7884
7885         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7886         explicitly.
7887         (wl-draft): Set `wl-draft-config-exec-flag' before running
7888         `wl-mail-setup-hook'.
7889
7890         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7891         `wl-biff-init-icons' to `wl-init-hook' instead of
7892         `wl-make-plugged-hook'.
7893         (Because if `wl-draft' command is invoked at first,
7894         they are not initialized)
7895         Updated copyright notice.
7896
7897         * wl-e21.el (toplevel): Ditto;
7898
7899         * wl-demo.el (toplevel): Updated copyright notice.
7900         * wl-address.el (toplevel): Ditto.
7901         * wl-draft.el (toplevel): Ditto.
7902         * wl-version.el (toplevel): Ditto.
7903         * wl-folder.el (toplevel): Ditto.
7904         * wl-summary.el (toplevel): Ditto.
7905         * wl-thread.el (toplevel): Ditto.
7906         * wl-util.el (toplevel): Ditto.
7907         * wl-vars.el (toplevel): Ditto.
7908         * wl.el (toplevel): Ditto.
7909
7910 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-highlight.el (wl-highlight-message): Fixed problem of
7913         highlighting failure which occured when the last field contains
7914         multiple lines in the draft buffer.
7915
7916         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7917         `wl-biff-start' if plugged.
7918
7919         * wl-util.el (wl-biff-check-folder): New function.
7920         (wl-biff-check-folders): Don't set session name prefix.
7921         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7922         (wl-biff-check-folder-async): Ditto.
7923
7924         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7925         in email address.
7926
7927 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7928
7929         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7930
7931         * wl-draft.el (wl-draft-strip-subject-re): New function.
7932
7933         * wl-draft.el (wl-draft-reply): Use it.
7934
7935 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-message.el (wl-mmelmo-message-redisplay): Use
7938         `mime-display-message' instead of `wl-mime-display-message'.
7939
7940         * wl-mime.el (toplevel): Removed compatibility workaround
7941         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7942         (wl-mime-display-message): Abolished.
7943         (wl-mime-entity-read-field): Ditto.
7944         (wl-mime-combine-message/partial-pieces): Use
7945         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7946
7947 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7948
7949         * wl-template.el: Doc fixes.
7950
7951 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7952
7953         * wl-e21.el (wl-message-overload-functions): Do nothing if
7954         `current-local-map' is not available.
7955         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7956
7957 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7958
7959         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7960         representation.
7961
7962         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7963         number.
7964         (wl-fldmgr-save-folders): Don't use `format' when insert
7965         `wl-fldmgr-folders-header'.
7966
7967 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7968
7969         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7970
7971 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-highlight.el (wl-highlight-message):
7974         Use `std11-field-end' to detect end point of the header field.
7975         Refer `wl-highlight-max-header-size'.
7976
7977         * wl-vars.el (wl-highlight-max-header-size): New variable.
7978
7979         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7980
7981         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7982         Set `for-draft' argument of wl-highlight-headers.
7983         (wl-draft): Ditto.
7984         (wl-draft-reedit): Ditto.
7985         (wl-user-agent-compose-internal): Ditto.
7986
7987 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7988
7989         * wl-message.el (wl-message-add-button): Use overlay.
7990
7991 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7994
7995         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7996         problem when group-list content is nothing.
7997         (Reported by Mito <mit@nines.nec.co.jp>)
7998
7999 2000-10-18  SAITO Atsunori <sai@yedo.com>
8000
8001         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8002
8003 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8004
8005         * tm-wl.el (toplevel): Use product-provide.
8006
8007 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8008
8009         * Version number is increased to 2.3.92.
8010
8011 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8012
8013         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8014         title text, use `display' property for left margin under Emacs 21.
8015
8016         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8017         properties.
8018         (wl-plugged-init-icons): Ditto.
8019
8020 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8021
8022         * wl.el (wl-save-status, wl-init): Remove last period in
8023         "...done." message.
8024         * tm-wl.el (wl-summary-burst): Ditto.
8025         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8026         wl-summary-resume-cache-status,
8027         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8028         wl-summary-sync-update3, wl-summary-highlight-msgs,
8029         wl-summary-flush-pending-append-operations,
8030         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8031         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8032         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8033         wl-thread-open-all): Ditto.
8034         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8035         * wl-mime.el (wl-summary-burst): Ditto.
8036         * wl-highlight.el (wl-highlight-summary): Ditto.
8037         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8038         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8039         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8040         * wl-address.el (wl-local-address-init): Ditto.
8041
8042 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8043
8044         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8045         `add-text-properties'.
8046         (wl-plugged-init-icons): Ditto.
8047         (wl-folder-init-icons): Use `propertize' instead of
8048         `put-text-property'.
8049         (wl-plugged-set-folder-icon): Ditto.
8050         (wl-e21-highlight-folder-group-line): Ditto.
8051
8052 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl-version.el (wl-version-status-alist): New variable.
8055         (wl-version-status): New function.
8056
8057         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8058         "Cc" part of the case "Reply-To".
8059
8060         * wl-draft.el (wl-draft-reply): Use result of
8061         `eword-extract-address-components'.
8062
8063         * wl-demo.el (wl-demo-icon-name): New constant.
8064         (wl-logo-xpm): Use it.
8065         (wl-logo-xbm): Ditto.
8066         (wl-logo-bitmap): Ditto.
8067
8068         * Version number is increased to 2.3.91.
8069
8070 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8071
8072         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8073         (wl-extended-emacs-version, wl-extended-emacs-version2,
8074         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8075         docstring.
8076
8077         * wl-version.el (wl-generate-user-agent-string-1): New function.
8078         (wl-generate-user-agent-string): Use it.
8079
8080         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8081         `mime-edit-insert-user-agent-field'.
8082         (wl-generate-user-agent-string): Check
8083         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8084
8085         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8086         instead of `if', when verbose case.
8087
8088 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8089
8090         * wl-expire.el (wl-summary-expire): Fix.
8091
8092 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8095         and `elmo-lost+found-folder' if 'wl-draft.
8096         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8097
8098 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8099
8100         * wl-expire.el (wl-summary-expire): Change messages.
8101         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8102         `deleing-info' instead of "Deleting..."
8103
8104 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8105
8106         * wl-summary.el (wl-summary-refile-subr): Fix.
8107
8108 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8109
8110         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8111         if pipe folder.
8112
8113 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8114
8115         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8116
8117 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8118
8119         * wl-expire.el (wl-expire-hide): New function.
8120         (wl-summary-expire): Add `hide'.
8121
8122 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-vars.el (wl-draft-reply-without-argument-list):
8125         Changed default value to consider `Reply-To:'.
8126         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8127
8128         * Version number is increased to 2.3.90.
8129
8130         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8131         elmo-imap4-get-session with unwind-protect.
8132         Don't cause error.
8133         (wl-summary-sync-marks): Don't check plugged nor folder type.
8134         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8135         (Always keep current buffer).
8136
8137 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8138
8139         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8140         Enclose with `save-excursion'.
8141
8142 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8143
8144         * wl-version.el (wl-version): Remove interactive.
8145
8146 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8147
8148         * wl-version.el (wl-generate-user-agent-string): Use
8149         `product-string-verbose' instead of `product-string-1'.
8150
8151 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8152
8153         * wl-vars.el (wl-draft-use-cache): New variable.
8154         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8155         if wl-draft-use-cache is non-nil.
8156
8157 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8158
8159         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8160         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8161
8162 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8165         (wl-thread-msg-mark-as-unread): Ditto.
8166
8167         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8168         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8169         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8170         Don't set mark in summary if return value of `elmo-mark-as-read'
8171         is nil.
8172         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8173         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8174         instead of `wl-thread-msg-mark-as-read'.
8175         (wl-summary-mark-as-unread-region): Ditto.
8176         (wl-summary-target-mark-mark-as-read): Ditto.
8177
8178         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8179
8180 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8183
8184         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8185
8186 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8189         face.
8190
8191 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8192
8193         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8194         `running-xemacs'.
8195
8196 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8197
8198         * wl-version.el (toplevel): Use `product-version-as-string' for
8199         set verstion-string, if defined.
8200
8201         * wl-version.el (wl-version-show): Insert string at point, when
8202         call with argument.
8203
8204         * wl-version.el (wl-generate-user-agent-string): Use
8205         `product-string-1' instead of `wl-appname', `wl-version' and
8206         `wl-codename'.
8207
8208 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * wl-address.el (toplevel): Use product-provide.
8211         * wl-demo.el (toplevel): Ditto.
8212         * wl-dnd.el (toplevel): Ditto.
8213         * wl-draft.el (toplevel): Ditto.
8214         * wl-e21.el (toplevel): Ditto.
8215         * wl-expire.el (toplevel): Ditto.
8216         * wl-fldmgr.el (toplevel): Ditto.
8217         * wl-folder.el (toplevel): Ditto.
8218         * wl-highlight.el (toplevel): Ditto.
8219         * wl-message.el (toplevel): Ditto.
8220         * wl-mime.el (toplevel): Ditto.
8221         * wl-mule.el (toplevel): Ditto.
8222         * wl-nemacs.el (toplevel): Ditto.
8223         * wl-refile.el (toplevel): Ditto.
8224         * wl-score.el (toplevel): Ditto.
8225         * wl-summary.el (toplevel): Ditto.
8226         * wl-template.el (toplevel): Ditto.
8227         * wl-thread.el (toplevel): Ditto.
8228         * wl-util.el (toplevel): Ditto.
8229         * wl-vars.el (toplevel): Ditto.
8230         * wl-xmas.el (toplevel): Ditto.
8231         * wl.el (toplevel): Ditto.
8232
8233 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8234
8235         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8236         instead of product.
8237
8238         * wl-version.el (wl-version): Compile time evalution elmo-version.
8239
8240 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8241
8242         * wl-summary.el (wl-summary-sync-force-update): Append queue
8243         `mark-as-read'if unplugged.
8244
8245 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8246
8247         * wl-version.el: New file.  Use product.el.
8248         * wl.el: add (require 'wl-version).
8249         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8250         for ~/.folders header.
8251         (wl-fldmgr-folders-header): Changed.
8252         * wl-demo.el (wl-demo): Use product.el.
8253
8254         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8255         wl-version.el.
8256         * wl-util.el (wl-version, wl-version-show): Ditto.
8257
8258         * wl-util.el (wl-generate-user-agent-string,
8259         wl-extended-emacs-version, wl-extended-emacs-version2,
8260         wl-extended-emacs-version3): Move to wl-version.el.
8261         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8262         xemacs-codename, mime-edit-insert-user-agent-field,
8263         mime-edit-user-agent-value, mime-editor/version,
8264         mime-editor/codename): Compile warning killer move to
8265         wl-version.el
8266
8267 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8268
8269         * wl-summary.el (wl-summary-refile-subr): Fix.
8270
8271 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8274         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8275
8276 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8277
8278         * wl.el (wl-check-environment): Check too many `@'.
8279
8280 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8281
8282         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8283
8284 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8287         wl-draft-reply-myself-without-argument-list): Add variables.
8288         * wl-draft.el (wl-draft-reply): Use it.
8289
8290 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8291
8292         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8293         the 5th argument of `elmo-network-get-spec'.
8294
8295         * wl-thread.el (wl-thread-reparent-children): New inline function.
8296         (wl-thread-delete-message): Use it.
8297
8298         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8299         (wl-summary-score-update-all-lines): Don't use `dolist'.
8300
8301 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8302
8303         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8304         (require 'elmo-msgdb) for inline function.
8305
8306 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8307
8308         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8309
8310 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8311
8312         * wl-score.el (wl-score-headers): Fix for the confusing macro
8313         `elmo-kill-buffer'.
8314
8315 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8316
8317         * wl-summary.el: Don't use the 3rd argument of `require' because
8318         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8319         * wl-util.el: Ditto.
8320         * wl-draft.el: Ditto.
8321
8322 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8325         window system is not used.
8326
8327 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8328
8329         * wl-thread.el: Don't use `mapcar' only for iteration.
8330         (wl-thread-resume-entity): Ditto.
8331         (wl-thread-delete-message): Ditto.
8332
8333         * wl-summary.el: Bind `dragdrop-drop-functions',
8334         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8335         of `require' for `timezone', `easymenu' and `ps-print';
8336         don't use `mapcar' only for iteration.
8337
8338         * wl-util.el: Bind `mule-version', `nemacs-version',
8339         `emacs-beta-version', `xemacs-codename',
8340         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8341         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8342         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8343         only for iteration.
8344
8345         * wl-score.el: Don't use `mapcar' only for iteration.
8346         (wl-score-simplify-buffer-fuzzy): Ditto.
8347         (wl-score-simplify-subject): Ditto.
8348         (wl-score-headers): Ditto.
8349         (wl-summary-score-update-all-lines): Ditto.
8350
8351         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8352         `enable-multibyte-characters' and `mule-version'.
8353
8354         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8355         `mapcar' only for iteration.
8356
8357         * wl-demo.el: Don't use `mapcar' only for iteration.
8358
8359         * wl-folder.el: Don't use `mapcar' only for iteration.
8360         (wl-folder-open-all): Ditto.
8361         (wl-folder-count-incorporates): Ditto.
8362
8363         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8364         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8365
8366         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8367         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8368         `smtp-connection-type'; specify 3rd argument of `require' for
8369         `timezone'; don't use `mapcar' only for iteration.
8370         (wl-draft-clone-local-variables): Don't use `mapcar'.
8371         (wl-draft-generate-clone-buffer): Ditto.
8372         (wl-user-agent-compose-internal): Ditto.
8373
8374         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8375
8376         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8377         (wl-save-status): Ditto.
8378
8379         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8380         for iteration.
8381
8382 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8385         removed `Date'.
8386         (wl-fldmgr-make-filter-default): New user option.
8387
8388         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8389         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8390         (wl-fldmgr-filter-completion-alist): Abolish.
8391
8392         * wl.el (wl): Don't check servers if arg is non-nil.
8393
8394         * wl-draft.el (wl-draft-reply): Set only message-id string to
8395         In-Reply-To field.
8396
8397 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-summary.el (wl-summary-pick): Rewrite.
8400
8401         * wl-draft.el (wl-draft-forward): Get references field from
8402         original buffer.
8403         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8404
8405 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8406
8407         * wl-draft.el (wl-draft-forward): Add references field.
8408
8409 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8412         (wl-draft-reply): Use it.
8413
8414 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8415
8416         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8417         when Emacs 21 is running.
8418
8419         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8420         bindings.
8421
8422 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8423
8424         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8425         XPM icons transparent.
8426
8427         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8428         Emacs 21.
8429
8430 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8433         nil.
8434
8435         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8436         when it is persistent.
8437         (wl-summary-sync-marks): Changed argument for
8438         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8439         (wl-summary-virtual): Use `elmo-read-search-condition'.
8440         (wl-summary-redisplay-internal): If folder is local, mark as read
8441         even when folder is plugged.
8442
8443 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8444
8445         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8446         of `tool-bar-lines' in the frame parameters.
8447         (after-make-frame-functions, post-command-hook): Don't modify the
8448         value.
8449         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8450         wl-e21-tool-bar-lines): Removed.
8451
8452 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8453
8454         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8455         properties `evaporate' and `wl-momentary-overlay' as well.
8456         (wl-highlight-summary-displaying): Ditto.
8457         (wl-delete-all-overlays): Don't delete overlay which does not have
8458         a property `wl-momentary-overlay'.
8459
8460         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8461         `display-mouse-p' and `display-graphic-p'.
8462         (wl-folder-init-icons): Don't search for XBM or the other files.
8463         (wl-plugged-set-folder-icon): Make icons if and only if
8464         `display-graphic-p' returns non-nil.
8465         (wl-highlight-plugged-current-line): Use `before-string' overlay
8466         property to show icon images.
8467         (wl-highlight-folder-current-line): Ditto.
8468         (wl-e21-highlight-folder-group-line): Ditto.
8469         (wl-e21-highlight-folder-by-numbers): Ditto.
8470         (wl-e21-insert-image): Removed.
8471         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8472         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8473         said.
8474         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8475         `wl-e21-force-switch-toolbar'.
8476         (wl-e21-make-icon-image): Removed.
8477         (wl-e21-setup-toolbar): Don't search for XBM files.
8478         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8479         the default value.
8480
8481 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-util.el (wl-biff-check-folder-async): Set
8484         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8485
8486 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8487
8488         * wl-e21.el (after-make-frame-functions): Add
8489         `wl-e21-force-switch-toolbar'.
8490         (wl-e21-force-switch-toolbar): New function force to switch the
8491         toolbar appearance automatically.
8492         (post-command-hook): Add `wl-e21-switch-toolbar'.
8493         (wl-e21-switch-toolbar): New function to switch the toolbar
8494         appearance automatically.
8495         (wl-e21-tool-bar-lines): New buffer local variable.
8496
8497 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-util.el (wl-biff-check-folders-running): New variable.
8500         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8501         (wl-biff-check-folder-async-callback):
8502         Set `wl-biff-check-folders-running'.
8503         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8504         with unwind-protect.
8505
8506         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8507         Enclose `wl-folder-auto-check' with unwind-protect.
8508
8509         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8510         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8511
8512         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8513
8514         * wl-util.el (wl-biff-notify): New inline function.
8515         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8516         locally.
8517         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8518         folder-list' is 1.
8519         Use `wl-biff-notify'.
8520         (wl-biff-check-folder-async-callback): New function.
8521         (wl-biff-check-folder-async): Ditto.
8522
8523         * wl-folder.el (wl-folder): Don't check folders.
8524         (wl-folder-auto-check): New function.
8525
8526 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8527
8528         * wl-util.el (wl-biff-start) [Emacs19+]:
8529         Use `timer-next-integral-multiple-of-time'.
8530         (wl-biff-check-folders): Use `wl-default-folder'
8531         if `wl-biff-check-folder-list' is nil.
8532
8533 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8534
8535         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8536         instead of `elmo-delete-lists'.
8537
8538 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8539
8540         * wl.el (wl-plugged-toggle-all): Set the value of
8541         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8542         (wl-plugged-toggle): Ditto.
8543         (wl-toggle-plugged): Ditto.
8544         (wl-plugged-init): Ditto.
8545
8546         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8547         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8548         instead of `wl-biff-state-indicator-off' and
8549         `wl-biff-state-indicator-on'; don't modify the value and the type
8550         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8551         (wl-plugged-init-icons): Set icons data to
8552         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8553         instead of `wl-plug-state-indicator-off' and
8554         `wl-plug-state-indicator-on'; don't modify the value and the type
8555         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8556
8557         * wl-vars.el (wl-modeline-biff-state-off,
8558         wl-modeline-biff-state-on, wl-modeline-biff-status,
8559         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8560         wl-modeline-plug-status): New internal variables.
8561         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8562         wl-biff-check-interval, wl-biff-check-folder-list): Change
8563         customization group from `wl-folder' to `wl-highlight'.
8564         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8565         wl-show-plug-status-on-modeline): Defcustomized.
8566
8567         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8568         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8569         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8570         a flag to `mode-line-buffer-identification'.
8571
8572         * wl-e21.el (wl-biff-init-icons): Set icons data to
8573         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8574         instead of `wl-biff-state-indicator-off' and
8575         `wl-biff-state-indicator-on'.
8576         (wl-plugged-init-icons): Set icons data to
8577         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8578         instead of `wl-plug-state-indicator-off' and
8579         `wl-plug-state-indicator-on'.
8580
8581 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8582
8583         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8584         excessive titles.
8585
8586 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8587
8588         * wl.el (wl-plugged-mode): Use revised
8589         `wl-mode-line-buffer-identification'.
8590         (wl-plugged-init): Don't use `force-mode-line-update'.
8591
8592         * wl-xmas.el (wl-draft-overload-functions): Use revised
8593         `wl-mode-line-buffer-identification'.
8594         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8595         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8596         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8597         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8598         `wl-make-plugged-hook';
8599         add `wl-folder-init-icons' and `wl-setup-folder' to
8600         `wl-folder-mode-hook'.
8601
8602         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8603         19 as well.
8604         (wl-mode-line-display-priority-list): New user option.
8605         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8606         Defcustomized.
8607         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8608         Add docs.
8609
8610         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8611         start.
8612         (wl-mode-line-buffer-identification): Revised as a function.
8613
8614         * wl-summary.el (wl-summary-mode): Use revised
8615         `wl-mode-line-buffer-identification'; don't call
8616         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8617         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8618         `wl-xmas-setup-summary'.
8619
8620         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8621         `wl-mode-line-buffer-identification'.
8622
8623         * wl-mule.el (wl-draft-overload-functions): Use revised
8624         `wl-mode-line-buffer-identification'.
8625
8626         * wl-folder.el (wl-make-plugged-alist): Don't call
8627         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8628         (wl-folder): Don't call `wl-folder-init-icons' directly.
8629         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8630         `wl-xmas-setup-folder' directly;
8631         use revised `wl-mode-line-buffer-identification'.
8632         (TopLevel): Don't bind `wl-biff-init-icons',
8633         `wl-plugged-init-icons', `wl-folder-init-icons',
8634         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8635
8636         * wl-e21.el (wl-draft-overload-functions): Use revised
8637         `wl-mode-line-buffer-identification'.
8638         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8639         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8640         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8641         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8642         `wl-make-plugged-hook';
8643         add `wl-folder-init-icons' and `wl-setup-folder' to
8644         `wl-folder-mode-hook'.
8645
8646 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8647             Katsumi Yamaoka    <yamaoka@jpl.org>
8648
8649         * wl.el (wl): Call `wl-biff-start'.
8650         (wl-exit): Call `wl-biff-stop'.
8651         (wl-plugged-mode): Show biff in modeline.
8652         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8653
8654         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8655         (wl-biff-init-icons): New function.
8656         (wl-plugged-init-icons): Don't make too much keymaps.
8657         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8658
8659         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8660         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8661         variables.
8662         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8663         options.
8664
8665         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8666         wl-biff-start, wl-biff-stop): New functions.
8667         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8668         (wl-biff-timer-name): New variable.
8669
8670         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8671
8672         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8673         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8674
8675         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8676         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8677
8678         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8679         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8680         `wl-folder-init-icons' to `ignore' if they are not available.
8681         (wl-folder-mode): Show biff in modeline.
8682
8683         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8684         (wl-biff-init-icons): New function.
8685         (wl-plugged-init-icons): Don't make too much keymaps.
8686         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8687
8688 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-vars.el (wl-strict-diff-folders): Customization Type
8691         and doc fix.  Define as a list of regular expressions for
8692         folders or nil.
8693         * wl-folder.el (wl-folder-check-one-entity): Use
8694         `wl-string-match-member' instead of `wl-string-member' for
8695         `wl-strict-diff-folders'.
8696
8697 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8698
8699         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8700         (wl-highlight-folder-current-line): Use it; new implementation.
8701         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8702         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8703         `defsubst' instead of `defun'.
8704
8705         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8706         `wl-highlight-group-folder-by-numbers'; made it can also be a
8707         number.  See info for more details.
8708
8709         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8710         running.
8711
8712         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8713         to bind them.
8714
8715         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8716         (wl-highlight-folder-current-line): New implementation.
8717
8718         * wl-highlight.el (wl-highlight-folder-group-line): New
8719         implementation.
8720         (wl-delete-all-overlays): Rewrite as a marco.
8721         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8722
8723         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8724         running.
8725         (wl-folder-*-glyph): No need to bind them.
8726
8727         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8728         `wl-e21-highlight-folder-group-icon'; rewrite.
8729         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8730         `defsubst' instead of `defun'.
8731         (wl-folder-mode-map): Bind it when compiling.
8732
8733 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8734
8735         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8736
8737         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8738
8739 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8740
8741         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8742
8743 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8744
8745         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8746         (wl-highlight-folder-current-line): Use it.
8747
8748         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8749         in `id-name'.
8750
8751 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8752
8753         * wl.el: Require `wl-e21' when Emacs 21 is running.
8754
8755         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8756         default when Emacs 21 is running.
8757         (wl-use-highlight-mouse-line): Ditto.
8758         (wl-on-emacs21): New constant.
8759         (wl-on-emacs20): Removed.
8760
8761         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8762         Emacs 21 is running.
8763
8764         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8765         Emacs 21 is running.
8766
8767         * wl-e21.el: New file.
8768
8769 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8770
8771         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8772         (wl-toggle-plugged): Ditto.
8773         (wl-plugged-toggle): Ditto.
8774         (wl-plugged-toggle-all): Ditto.
8775
8776         * wl-vars.el (wl-plug-state-indicator): Refer
8777         `wl-plug-state-indicator-on' indirectly.
8778
8779 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8782         Call `wl-folder-confirm-existence'.
8783
8784         * wl-folder.el (wl-folder-confirm-existence): Added optional
8785         argument `force'.
8786
8787 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8788
8789         * wl-summary.el (wl-summary-refile-subr): Assume
8790         `copy-or-refile' as symbol.
8791         (wl-summary-refile): Follow up above change.
8792         (wl-summary-copy): Ditto.  Doc fix.
8793
8794 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8795
8796         * wl-summary.el (wl-summary-pick): Don't bind
8797         `elmo-search-mime-charset'.
8798
8799         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8800         default using old backquote style.
8801         (wl-search-mime-charset): Abolished.
8802
8803         * wl-highlight.el (wl-highlight-headers):
8804         Call `point' after `re-search-forward'(for Nemacs).
8805
8806         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8807         for elmo-imap4.el.
8808
8809 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8810
8811         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8812         `wl-message-ignored-field-list' instead of
8813         `mime-view-ignored-field-list'.
8814
8815         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8816         Add interactive spec.
8817         (wl-folder-goto-bottom-of-current-folder): Ditto.
8818         (wl-folder-mode-map): Bind them.
8819
8820         * wl-vars.el (wl-message-ignored-field-list): New variable.
8821         (wl-message-visible-field-list): New variable.
8822
8823         * wl-mime.el (wl-mime-header-presentation-method): New function.
8824         (wl-mime-setup): Set header-presentation-method.
8825
8826 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8827
8828         * wl-nemacs.el (wl-draft-overload-functions): Set
8829         `mode-line-buffer-identification' instead of using
8830         `wl-make-modeline'.
8831
8832         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8833         instead of using `wl-make-modeline'.
8834
8835         * wl-xmas.el (wl-plugged-init-icons): Set up
8836         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8837         (wl-make-modeline): Abolish.
8838         (wl-draft-overload-functions): Set
8839         `mode-line-buffer-identification' instead of using
8840         `wl-make-modeline'.
8841
8842         * wl-util.el (wl-make-modeline-subr): Abolish.
8843         (wl-mode-line-buffer-identification): New alias.
8844
8845         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8846         (wl-summary-make-modeline): Abolish.
8847         (wl-summary-buffer-set-folder): Set
8848         `wl-summary-buffer-folder-indicator'.
8849         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8850         of using `wl-make-modeline'.
8851         (wl-summary-switch-to-clone-buffer): Don't set
8852         `mode-line-buffer-identification'.
8853         (wl-summary-goto-folder-subr): Ditto.
8854
8855         * wl-mule.el (wl-draft-overload-functions): Set
8856         `mode-line-buffer-identification' instead of using
8857         `wl-make-modeline'.
8858
8859         * wl-folder.el (wl-folder-mode): Set
8860         `mode-line-buffer-identification' instead of using
8861         `wl-make-modeline'.
8862         (wl-folder): Don't set `mode-line-buffer-identification'.
8863
8864 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8865
8866         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8867         instead of `member' for `wl-refile-guess-func-list' look-ups.
8868         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8869
8870 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8871
8872         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8873         `wl-message-button-dispatcher'.
8874
8875         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8876
8877         * wl-message.el (wl-message-button-dispatcher): Use it.
8878
8879         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8880         "In-Reply-To".
8881
8882         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8883         Bind `case-fold-search' to t.
8884
8885 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8886
8887         * wl-xmas.el (wl-message-overload-functions): Initialize
8888         `wl-message-button-map'.
8889
8890         * wl-mule.el (wl-message-overload-functions): Initialize
8891         `wl-message-button-map'.
8892
8893         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8894
8895         * wl-message.el (wl-message-button-map): New keymap.
8896         (wl-message-add-button): New function.
8897         (wl-message-button-dispatcher): New function.
8898         (wl-message-button-refer-article): New function.
8899
8900         * wl-highlight.el
8901         (wl-highlight-message-add-buttons-to-header): New function.
8902         (wl-highlight-headers): Use it.
8903
8904 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8905
8906         * wl-summary.el (wl-summary-default-from): Use
8907         `wl-address-get-petname-1'.
8908         (wl-summary-simple-from): Ditto.
8909
8910         * wl-address.el (wl-address-get-petname-1): New inline function.
8911         (wl-address-get-petname): Use it.
8912
8913 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8914
8915         * wl-summary.el (wl-summary-default-from): Return full-name part
8916         from the address if no petname was found.
8917         (wl-summary-simple-from): Ditto.
8918
8919         * wl-address.el (wl-address-get-petname): Return nil if no petname
8920         associated with the address was found.
8921
8922 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8923
8924         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8925         display is finished.
8926
8927 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8930         `elmo-folder-exists-p' argument.
8931
8932 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8933
8934         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8935         the folder.
8936
8937 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8940
8941         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8942         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8943
8944 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8945
8946         * wl-folder.el (wl-folder-create-subr): New function.
8947         (wl-folder-confirm-existence): Use it.
8948         (wl-folder-check-one-entity): Use it.
8949         Check the error symbol is derived from 'elmo-open-error.
8950
8951         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8952         `ignore-error'.
8953
8954 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8955
8956         * wl-util.el (toplevel): Add (eval-when-compile (require
8957         'elmo-util)).  (Maybe `provide' is typo.)
8958
8959 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8962         (I don't know why this was needed.)
8963
8964         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8965         Follow up changes for stream-type.
8966
8967         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8968         (wl-draft-elmo-nntp-send): Ditto.
8969
8970         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8971         (wl-nntp-posting-stream-type): Ditto.
8972         (wl-pop-before-smtp-ssl): Abolished.
8973         (wl-nntp-posting-ssl): Ditto.
8974
8975         * wl-address.el (wl-address-quote-specials): New function.
8976         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8977
8978         * wl-draft.el (wl-draft-reply): Ditto.
8979
8980 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8981
8982         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8983         use function `wl-string-match-assoc'.
8984
8985 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8988
8989         * wl-draft.el (wl-draft-deduce-address-list): New function.
8990         (wl-draft-parse-mailbox-list): Ditto.
8991         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8992         instead of `smtp-deduce-address-list'.
8993         (wl-draft-on-field-p): Follow group list.
8994
8995         * wl-address.el (wl-address-concat-token): New function.
8996         (wl-address-string-without-group-list-contents): Ditto.
8997         (wl-complete-field-body): Fixed problem of completion
8998         by japanese petname.
8999         (wl-address-make-completion-list): Rewrite.
9000
9001 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9002
9003         * wl-address.el (wl-address-make-completion-list): Completion by
9004         petname.
9005         (wl-complete-field-body): Likewise.
9006
9007 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9010         contains invalid address syntax.
9011
9012 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * wl-folder.el (wl-folder-check-entity-async): Use
9015         `elmo-nntp-spec-hostname'.
9016
9017 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9018
9019         * wl-summary.el (wl-summary-msgdb-load-async): Use
9020         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9021
9022 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-draft.el (wl-draft-reply): Set argument
9025         `content-transfer-encoding' as nil.
9026
9027 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9028
9029         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9030         `wl-refile-alist'.
9031
9032 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9033
9034         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9035         (wl-draft-edit-string): Ditto.
9036         (wl-draft-forward): Ditto.
9037         * wl-summary.el (wl-summary-write): Ditto.
9038
9039 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-summary.el (wl-summary-sync-update3): Call
9042         `wl-summary-buffer-number-column-detect'.
9043         (wl-summary-buffer-number-column-detect): Search from point-min.
9044
9045 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9048         contains an address which is not included in original to or cc.
9049
9050 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9051
9052         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9053         begin-line does not exist.
9054         * wl-message.el (wl-message-uu-substring): Ditto.
9055
9056 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9059         clear local variables.
9060         (wl-summary-exit): Call `elmo-commit'.
9061         (wl-summary-switch-to-clone-buffer): Call
9062         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9063         (wl-summary-goto-folder-subr): Ditto.
9064
9065         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9066         POP folder.
9067
9068 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9071         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9072         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9073         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9074         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9075         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9076
9077         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9078
9079 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9080
9081         * wl-summary.el (wl-summary-search-by-subject):
9082         Search parent message from the latest one.
9083
9084 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9087         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9088
9089         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9090         New user option.
9091
9092         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9093         if elmo-nntp-use-killed-list is nil.
9094         Use `elmo-msgdb-append-to-killed-list'.
9095         (Append numbers confirmed as disappeared to the killed list.)
9096         (wl-summary-confirm-appends): Don't display negative number.
9097
9098 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9099
9100         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9101
9102 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9105         range is `all'.
9106         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9107         `elmo-list-bigger-diff'.
9108
9109 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9110
9111         * wl-summary.el (wl-summary-buffer-exit-func):
9112         New buffer local variable.
9113         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9114
9115 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9116
9117         * wl-demo.el (wl-demo): Fix the last change.
9118
9119 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9120
9121         * wl-demo.el (wl-demo): Don't use `eval'.
9122
9123 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl-summary.el (wl-summary-buffer-thread-modified):
9126         New buffer-local variable.
9127         (wl-summary-set-thread-modified): New function.
9128         (wl-summary-thread-modified-p): New function.
9129         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9130         (wl-summary-yank-saved-message): Use function
9131         `wl-summary-set-thread-modified'
9132         (wl-summary-switch-to-clone-buffer): Add
9133         `wl-summary-buffer-thread-modified'.
9134
9135         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9136         (wl-summary-buffer-mark-saved-hook): Ditto.
9137         * wl-summary.el (wl-summary-msgdb-save): New hook
9138         `wl-summary-buffer-message-saved-hook' and
9139         `wl-summary-buffer-mark-saved-hook'.
9140
9141 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9142
9143         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9144
9145 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9148         don't hide scroll bars under FSF Emacsen because it may incur an
9149         undesirable redrawing.
9150
9151 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9152
9153         * wl-draft.el (wl-draft-edit-string): Call
9154         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9155
9156 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9157
9158         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9159
9160 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9161
9162         * wl-summary.el (wl-summary-msgdb-load-async): Call
9163         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9164
9165 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9166
9167         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9168         fringes in demo buffer; center bitmap logo correctly even if old
9169         Mule is used.
9170
9171 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9172
9173         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9174
9175         * wl-refile.el (wl-refile-subject-alist): New variable.
9176         (wl-refile-subject-alist-file-name): Ditto.
9177         (wl-refile-alist-setup): Rewrite.
9178         (wl-refile-alist-save): Use `elmo-object-save'.
9179         Eliminated arguments.
9180         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9181         (wl-refile-guess-by-subject): New function.
9182         (wl-refile-guess-func-list): Added it.
9183
9184 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9185
9186         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9187         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9188
9189 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9192         New buffer-local variable.
9193         (wl-summary-buffer-next-folder-func): Ditto.
9194         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9195         if non-nil.
9196         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9197         if non-nil.
9198         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9199         if non-nil.
9200         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9201         if non-nil.
9202
9203 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9204
9205         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9206         permanently in the demo buffer.
9207
9208 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9211         `mime-entity-fetch-field'.
9212
9213         * wl.el (wl-exit): Delete plugged buffer.
9214
9215         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9216         XEmacs has menubar feature.
9217
9218 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9219
9220         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9221         cannot arrive at the beginning of the buffer under old Emacsen.
9222
9223 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-address.el (wl-address-ldap-search):
9226         Call `ldap-search-entries' with `withdn' argument t.
9227         (wl-complete-field-body): Bind completion-ignore-case as t.
9228         Clear ldap search hash when it was sole completion.
9229         Use elmo-string for pattern string.
9230         (wl-ldap-alias-safe-string): Eliminated needless let.
9231
9232 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9233
9234         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9235         (wl-ldap-alias-sep): New constant.
9236         (wl-ldap-search-attribute-type-list): Ditto.
9237         (wl-ldap-get-value): New function.
9238         (wl-ldap-make-filter): Ditto.
9239         (wl-ldap-make-matched-value-list): Ditto.
9240         (wl-ldap-alias-safe-string): Ditto.
9241         (wl-ldap-register-dn-string): Ditto.
9242         (wl-address-ldap-search): Rewrite.
9243
9244 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9245
9246         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9247         thread is deleted.
9248         (wl-thread-delete-line-from-buffer): Ditto.
9249         (wl-thread-get-exist-children): New function.
9250
9251 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9252
9253         * wl-demo.el (wl-demo): Made it to select various image types.
9254         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9255         from `wl-title-logo'.
9256         (wl-logo-ascii): New variable.
9257         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9258         (wl-demo-copyright-notice): New constant.
9259
9260         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9261
9262 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9263
9264         * wl-vars.el (wl-summary-target-above): Renamed from
9265         wl-summary-temp-above.
9266         * wl-score.el (wl-score-get-score-alist): Use it.
9267         (wl-summary-score-update-all-lines): Use it.
9268         * wl-summary.el: Ditto. (make-variable-buffer-local).
9269
9270 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-vars.el (wl-ldap-port): New user option.
9273
9274         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9275         Rewite whole implementation.
9276         (wl-complete-field-body): Fixed.
9277
9278 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9279
9280         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9281         Choose implementation at compile time.
9282
9283 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9284
9285         * wl-address.el (wl-ldap-search-internal): New function.
9286         (wl-complete-field-to): Use it.
9287
9288 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9289
9290         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9291         Use `let' instead of `let*'.
9292         Require 'wl-vars.
9293
9294         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9295         Define as defcustom.
9296         (wl-ldap-base): Ditto.
9297         (wl-use-ldap): Ditto.
9298
9299 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9300
9301         * wl-address.el (wl-ldap-search): New function.
9302         (wl-complete-field-body): Use `wl-ldap-search'.
9303         (wl-ldap-server): New variable.
9304         (wl-ldap-base): Ditto.
9305         (wl-use-ldap): Ditto.
9306
9307 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9308
9309         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9310         (Pointed out by Mito <mit@nines.nec.co.jp>).
9311         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9312         buffer-local variables like `wl-summary-redisplay-internal'.
9313         (wl-summary-redisplay-all-header): Likewise.  Update
9314         Summary view too.
9315
9316 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-summary.el (wl-summary-jump-to-parent-message):
9319         Consider prefix argument.
9320
9321         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9322         when closed thread is deleted.
9323
9324 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9325
9326         * wl-summary.el (wl-summary-jump-to-parent-message):
9327         Consider thread modification.
9328
9329 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9330
9331         * wl-message.el (wl-message-normal-get-original-buffer): Use
9332         `save-excursion'.
9333
9334         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9335         (wl-summary-showto-folder-regexp): Ditto.
9336
9337 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9338
9339         * wl-util.el (wl-delete-alist): Doc fix.
9340         (wl-delete-associations): New function.
9341         (wl-inverse-alist): New function.
9342         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9343         Split temporary variables. Use `wl-delete-associations'
9344         and `wl-inverse-alist'.
9345         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9346
9347 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-folder.el (wl-folder-prefetch-entity):
9350         Execute prefetching if new count is unknown.
9351
9352 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9353
9354         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9355
9356         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9357         delete entity.
9358         (wl-thread-set-parent): If insert as top, set linked as nil.
9359
9360         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9361         `wl-thread-cleanup-symbols' when view mode is thread.
9362
9363 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9364
9365         * wl-folder.el (wl-folder-create-folder-entity): Use
9366         with-current-buffer.
9367         (wl-local-folder-init): Call set-buffer to make sure we are in
9368         the Folder buffer. Don't touch buffer-local variables here.
9369         (wl-folder-mode): Initialize buffer-local variables here.
9370
9371         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9372         (wl-folder-entity-assign-id): Ditto.
9373         (wl-folder-create-entity-hashtb): Ditto.
9374         (wl-local-folder-init): Ditto.
9375         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9376
9377 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9378
9379         * wl-summary.el (wl-summary-default-from): Fix probrem when
9380         std11-extract-address-components return (nil "foo@bar").
9381
9382 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9383
9384         * wl-draft.el (wl-draft-clone-local-variables):
9385         Remove redundant `setq'.
9386
9387 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9390         Bind wl-highlight-x-face-func as nil while highlighting header.
9391
9392 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9393
9394         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9395
9396 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9397
9398         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9399         elmo-msgdb-overview-hashtb from copy-variables.
9400         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9401         instead of `elmo-msgdb-overview-get-entity-by-number'.
9402         (wl-summary-auto-refile): Ditto.
9403
9404         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9405         `elmo-msgdb-overview-get-entity' instead of
9406         `elmo-msgdb-search-overview-entity'.  Use
9407         `elmo-msgdb-overview-get-entity' instead of
9408         `elmo-msgdb-overview-get-entity-by-number'.
9409         (wl-thread-insert-entity-sub): Ditto.
9410         (wl-thread-insert-message): Ditto.
9411
9412         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9413         `elmo-msgdb-overview-get-entity'.
9414         (wl-normal-message-redisplay): Ditto.
9415
9416 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9417
9418         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9419         `wl-thread-entities'.
9420         (wl-thread-delete-message): Fix remove top message from
9421         `wl-thread-entity-list'.
9422
9423         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9424         wl-append(nconc), because update-list is broken on Meadow.
9425
9426         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9427         updating process.
9428         (wl-summary-rescan): Ditto.
9429         (wl-summary-sync-update3): Ditto.
9430         * wl-thread.el (wl-thread-set-parent): Renamed from
9431         `wl-summary-set-parent'.
9432         (wl-thread-insert-message): Updating buffer faster.
9433         (wl-thread-delete-message): Updating buffer faster.
9434
9435         * wl-score.el (wl-summary-score-update-all-lines): Changed
9436         interval for display progress gauge.
9437
9438 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9441         folder always-sticky.
9442         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9443         defmacro.
9444
9445 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-vars.el (wl-draft-add-references): New user option.
9448
9449         * wl-draft.el (wl-draft-add-references): New function.
9450         (wl-draft-yank-from-mail-reply-buffer): Use it.
9451         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9452         as nil.
9453
9454 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9455
9456         * wl-thread.el (wl-thread-update-line-msgs): Called
9457         `wl-thread-update-line-on-buffer-sub'.
9458         (wl-thread-update-line-on-buffer): Delete routine of inserting
9459         thread.
9460         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9461         moved from `wl-thread-update-line-on-buffer'.
9462         Add threshold for displaying progress gauge.
9463         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9464         argument of `wl-thread-update-line-msgs'.
9465         Add threshold for displaying progress gauge.
9466         * wl-folder.el:
9467         Add threshold for displaying progress gauge.
9468         * wl-score.el: Ditto.
9469
9470         * wl-expire.el (wl-summary-expire): Display deleting info.
9471
9472 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9473
9474         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9475         `no-msg'.
9476         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9477         argument of `wl-thread-update-line-msgs'.
9478         (wl-summary-set-parent): Added optional argument `parent-number'.
9479         (wl-summary-buffer-saved-message): New buffer local variable.
9480         (wl-summary-save-current-message): New command.
9481         (wl-summary-yank-saved-message): Ditto.
9482         (wl-summary-mode-map): Added key binding for
9483         `wl-summary-save-current-message' (\ew) and
9484         `wl-summary-yank-saved-message' (\C-y).
9485         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9486
9487 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9488
9489         * wl-summary.el (wl-summary-mode-map): Added key binding for
9490         `wl-summary-set-parent' (ts).
9491
9492 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9493
9494         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9495         subject faster. If thread number is reverse, delayed updating
9496         thread.
9497         (wl-summary-search-by-subject): Ditto.
9498         (wl-summary-put-alike): Ditto.
9499         (wl-summary-get-alike): Ditto.
9500         (wl-summary-insert-headers): Insert header of all overview in
9501         buffer.
9502         (wl-summary-rescan): Delayed updating thread. Kill search subject
9503         buffer for wl-summary-search-by-subject.
9504         (wl-summary-sync-update3): Ditto.
9505         (wl-summary-exit): Ditto.
9506         (wl-summary-goto-bottom-of-current-thread): Change for linked
9507         thread.
9508         (wl-summary-overview-create-summary-line): Change line for linked
9509         thread.
9510
9511         * wl-summary.el (wl-summary-update-thread): Use
9512         wl-thread-maybe-get-children-num.
9513         (wl-summary-set-parent): If change parent, move sub thread.
9514         (wl-summary-redisplay-internal): Add horizontal recenter.
9515         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9516
9517         * wl-thread.el (wl-thread-entity-get-linked): New function.
9518         (wl-thread-entity-set-linked): New function.
9519         (wl-thread-create-entity): Add linked element.
9520         (wl-thread-entity-insert-as-top): Use wl-append.
9521         (wl-thread-maybe-get-children-num): If closing thread, return
9522         children msgs.
9523         (wl-thread-update-line-msgs): Displaying progress message.
9524         (wl-thread-update-line-on-buffer-sub): Use
9525         wl-thread-maybe-get-children-num.
9526         (wl-thread-update-line-on-buffer): If update line is not exists,
9527         insert thread.
9528         (wl-thread-delete-message): If delete top msg of thread, search
9529         parent by subject.
9530         (wl-thread-insert-entity): Use
9531         wl-thread-maybe-get-children-num.
9532
9533         * wl-highlight.el (wl-highlight-summary-current-line): change
9534         sregexp for linked thread.
9535         * wl-util.el (wl-count-lines): Count lines.
9536         (wl-horizontal-recenter): horizontal recenter.
9537         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9538         (wl-score-get-alike): Ditto.
9539         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9540         (wl-subject-length-limit): New variable.
9541         (wl-highlight-thread-indent-string-regexp): Changed for linked
9542         thread.
9543
9544 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9547         New variable (revival).
9548         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9549         by subject matching if there's no in-reply-to nor references field
9550         (revival).
9551
9552 \f
9553 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9556         message.
9557
9558 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9559
9560         * wl-summary.el (wl-summary-reply): Return t if there was a
9561         message at cursor point.
9562         Added unwind-protect.
9563         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9564         returns t.
9565         (wl-summary-cancel-message): Do nothing when there's no message at
9566         cursor point.
9567         (wl-summary-forward): Ditto.
9568         (wl-summary-jump-to-parent-message): Ditto.
9569         (wl-summary-reedit): Ditto.
9570         (wl-summary-edit-addresses): Ditto.
9571         (wl-summary-pipe-message): Ditto.
9572         (wl-summary-print-message-with-ps-print): Ditto.
9573         (wl-summary-print-message): Ditto.
9574         (wl-summary-mark-as-important): Ditto.
9575         (wl-summary-mark-as-unread): Ditto.
9576
9577         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9578         message at cursor point.
9579         (wl-summary-reply-with-citation): Remove unwind-protect.
9580
9581         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9582         subject searching feature.
9583         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9584         Eliminated.
9585
9586 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9589         New variable.
9590         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9591         by subject matching if there's no in-reply-to nor references field.
9592
9593         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9594
9595         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9596         when display is finished.
9597         (wl-folder-open-all): Ditto.
9598         (wl-folder-update-access-group): Ditto.
9599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9600         * wl-thread.el (wl-thread-close-all): Ditto.
9601
9602         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9603         progress gauge only when it was displayed.
9604         * wl-folder.el (wl-folder-insert-entity): Ditto.
9605
9606 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-summary.el (wl-summary-incorporate): Enclose
9609         `wl-summary-sync-force-update' with save-excursion.
9610
9611 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9612
9613         * wl-summary.el (wl-summary-prefetch-region):
9614         Pass current cursor point to `pos-visible-in-window-p' after
9615         moving cursor to the started point.
9616
9617 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9618
9619         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9620
9621         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9622         fields from the forwarding message.
9623         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9624         `ignored-fields'.
9625
9626 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9627
9628         * wl-mime.el (wl-message-request-partial):
9629         Eliminated argument `msgdb'.
9630         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9631         (wl-mime-combine-message/partial-pieces): Likewise.
9632         * tm-wl.el (wl-message-request-partial): Likewise.
9633         (wl-mime-combine-message/partial-pieces): Likewise.
9634
9635 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9636
9637         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9638         when display is finished.
9639
9640 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9641
9642         * wl-summary.el (wl-summary-goto-folder-subr):
9643         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9644
9645 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9646
9647         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9648         when cursor point is visible.
9649
9650 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9651
9652         * wl-expire.el (wl-expire-archive-get-max-number):
9653         Don't use `file-name-directory'.
9654
9655 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9656
9657         * wl-expire.el (wl-expire-archive-get-max-number):
9658         Use `file-name-directory'.
9659
9660 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9661
9662         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9663         only when there is progress.
9664
9665 2000-04-13  Mito <mit@nines.nec.co.jp>
9666
9667         * wl-summary.el (wl-summary-sync-marks): Display progress.
9668
9669 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9670
9671         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9672         (wl-summary-prev): Move cursor regardless of unread status.
9673         (wl-summary-next): Ditto.
9674
9675 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9676
9677         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9678         Added argument `target' and `number'.
9679         * tm-wl.el (wl-summary-burst-subr): New function.
9680         (wl-summary-burst): Use it.
9681
9682 2000-04-10  Mito <mit@nines.nec.co.jp>
9683
9684         * wl-mime.el (wl-burst): New function.
9685         (wl-summary-burst): Use it.
9686
9687 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9688
9689         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9690         as petname when there's no candidate.
9691
9692 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9693
9694         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9695         New variable.
9696         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9697
9698         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9699
9700         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9701
9702 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9705         Use substring of `original' instead of buffer-substring.
9706         (wl-refile-evaluate-rule):
9707         Set `original' argument of wl-refile-expand-newtext.
9708
9709         * wl-summary.el
9710         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9711         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9712         (wl-summary-auto-refile): Check existence of destination folder just
9713         before marking.
9714
9715 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9716
9717         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9718         when wl-refile-get-field-value return nil.
9719
9720 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9721
9722         * wl-refile.el
9723         (wl-refile-expand-newtext): New function imported from Gnus.
9724         (wl-refile-evaluate-rule): Use it.
9725
9726 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9727
9728         * wl-summary.el (wl-summary-print-destination):
9729         Duplicate folder string to avoid putting text-property on
9730         original string.
9731
9732         * wl-refile.el (wl-refile-get-field-value): New function.
9733         (wl-refile-evaluate-rule): New function;
9734         Evaluate refile rule recursively.
9735         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9736         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9737         New function; Check existence of a target folder recursively.
9738         (wl-summary-auto-refile-check-refile-rule-alist):
9739         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9740
9741 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9744
9745         * wl-folder.el (wl-create-folder-entity-from-buffer):
9746         Fixed problem when '}' character is contained in folder name.
9747
9748         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9749
9750 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9751
9752         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9753         (wl-fldmgr-add-completion-all-completions):
9754         Use wl-fldmgr-add-completion-hashtb.
9755
9756 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9757
9758         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9759         wl-fldmgr-add-completion-subr): New functions.
9760         * wl-folder.el (wl-folder-completion-func): New variable.
9761         * wl-summary.el (wl-summary-read-folder):
9762         Use wl-folder-completion-func.
9763
9764         * wl-refile.el: Eliminate throw & catch.
9765
9766         * wl.el (wl-plugged-sending-queue-status): Fixed.
9767
9768 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9769
9770         * wl-draft.el (wl-draft): Put category property on
9771         mail-header-separator.