Synch up with main trunk, and prepare the release 2.12.0.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * 2.12.0 is released.
4
5 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
8         only if the target is group.
9         * wl-folder.el (wl-folder-append-petname): Don't check group name.
10
11 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
12
13         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
14
15 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
16
17         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
18
19         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
20
21 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
22
23         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
24         (Thanks to Yoichi NAKAYAMA).
25
26 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
27
28         * wl-util.el (wl-save-drafts): Restore echo area.
29
30 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
31
32         * Version number is increased to 2.12.0.
33
34         * wl-util.el (wl-biff-check-folder-async): Use
35         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
36
37 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-message.el (wl-message-display-internal): Does not put
40         wl-message-display-type property on message buffer.
41         (wl-message-buffer-display-type): New function.
42
43         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
44
45         * wl-summary.el (wl-summary-mode): Use `dolist' to add
46         `wl-summary-buffer-detach'.
47         (wl-summary-message-display-type): Use
48         `wl-summary-buffer-display-type'.
49
50 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
51
52         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
53         buffer-local.
54
55         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
56         kill-buffer-hook instead of make-local-variable.
57         (wl-draft-preview-message): Set `local' argument of add-hook as t.
58
59 2004-12-12  Scott Renfro <scott@renfro.org>
60
61         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
62         regex for square-branket.
63
64 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
67         `wl-message-mime-analysis-p' with argument `header'.
68
69 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
70
71         * wl-mime.el (wl-draft-yank-current-message-entity): 
72         Switch to no-mime following method according to wl-message-display-type
73         property.
74         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
75
76         * wl-message.el (wl-message-display-internal): 
77         Put wl-message-display-type property on message buffer.
78
79         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
80         (wl-message-display-internal): Ditto;
81
82         * wl-summary.el (wl-summary-toggle-mime): Ditto.
83
84 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl-message.el (wl-message-make-display-type): New function.
87         (wl-message-display-type-property): Ditto.
88         (wl-message-mime-analysys-p): Ditto.
89         (wl-message-display-all-header-p): Ditto.
90         (wl-message-redisplay): Removed argument `as-is', `all-header' and
91         added `display-type'.
92         (wl-message-buffer-display): Likewise.
93         (wl-message-display-internal): Likewise.
94         (wl-message-buffer-display-type): Abolish.
95         (wl-message-buffer-prefetch-subr): Follow the API changed.
96
97         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
98         from wl-summary-buffer-display-all-header and changed default value.
99         (wl-summary-message-display-type): New function.
100         (wl-summary-buffer-display-mime-mode): Ditto.
101         (wl-summary-buffer-display-header-mode): Ditto.
102         (wl-summary-toggle-mime): Rewrite with above functions.
103         (wl-summary-toggle-all-header): Ditto.
104         (wl-summary-redisplay): Force redisplay with default mode.
105         (wl-summary-redisplay-internal): Renamed argument from `mode',
106         `all-header' to `mime-mode', `header-mode'.
107         Use `wl-message-make-display-type'.
108
109         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
110         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
111
112 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
113
114         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
115
116 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
117
118         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
119         in original message buffer.
120         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
121         buffer.
122
123 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
126
127 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
130
131 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
132
133         * wl-action.el (wl-summary-exec-action-refile): Display a done message
134         when actions succeeded.
135         (wl-summary-exec-action-copy): Likewise.
136
137 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
140         there is switch-to-buffer at the end of wl-message-select-buffer.
141         (wl-summary-reply): Ditto.
142
143 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
144
145         * wl-summary.el (wl-summary-forward): Put subject in original
146         message buffer as argument of wl-draft-forward.
147         * wl-draft.el (wl-draft-forward): Decode subject as in
148         wl-draft-reply.
149
150 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
153         a folder under access group.
154
155 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
158         wl-message-buffer-display.
159
160         * wl-util.el (wl-set-save-drafts): Fix typo.
161
162 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
165         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
166         wl-highlight-logo-face to set the bg color of an xbm image; fixed
167         the way to measure the width of a bitmap image; don't put face on
168         ascii and bitmap images; put the mark which should not use the
169         variable-pitch face on ascii and bitmap images.
170         (wl-demo-setup-properties): Don't use the variable-pitch face on
171         ascii and bitmap images; made it work on Emacs 20 and earlier.
172         (wl-demo-insert-text): End with a newline at the bottom; don't put
173         face on text.
174
175         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
176
177 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
180
181         * wl-util.el (wl-save-drafts): Moved from sample setting.
182         (wl-set-save-drafts): New function to set idle timer.
183         * wl-draft.el (wl-draft): Call it.
184         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
185
186 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
187
188         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
189         a summary which has toggle display status off.
190
191 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-draft.el (wl-draft-do-fcc): No cache save.
194
195 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-summary.el (elmo-event-handler-flag-changed): Use
198         `set-buffer' instead of `with-current-buffer'.
199
200 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-summary.el (wl-summary-after-resize-function): New function.
203         (wl-summary-mode): Add `wl-summary-after-resize-function' to
204         window-size-change-functions.
205
206 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-draft.el (wl-draft-create-buffer): Bind
209         `change-major-mode-hook' after current buffer is changed.
210
211         * wl-summary.el (wl-summary-buffer-detach): New function.
212         (wl-summary-buffer-set-folder): Call it.
213         (wl-summary-mode): Add `wl-summary-buffer-detach' to
214         change-major-mode-hook and kill-buffer-hook.
215         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
216         (wl-summary-switch-to-clone-buffer): Ditto.
217         (wl-summary-goto-folder-subr): Ditto.
218
219 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
220
221         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
222         after boundp check.
223
224 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
227         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
228         for `kill-buffer'.
229
230         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
231         handler of current buffer from elmo-folder.
232
233 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
236
237 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-buffer-event-handler): New internal
240         variable.
241         (wl-summary-event-handler): New class.
242         (elmo-event-handler-flag-changed): Define to update persistent
243         mark.
244         (wl-summary-buffer-set-folder): Register event handler to
245         elmo-folder.
246         (wl-summary-exit): Unregister event handler.
247         (wl-summary-goto-folder-subr): Ditto.
248         (wl-summary-mark-as-read-all): Does not call
249         `wl-summary-update-persistent-mark' directly.
250         (wl-summary-mark-as-read-internal): Ditto.
251         (wl-summary-set-persistent-mark-internal): Ditto.
252         (wl-summary-set-flags-internal): Ditto.
253
254         * Version number is increased to 2.11.33.
255
256 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
259         to nil.
260
261 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-spam.el (wl-spam-setup): Add hook
264         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
265         instead of `wl-summary-prepare-hook'.
266
267         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
268         if folder type is `'flag'.
269         (wl-summary-mark-as-important): Ditto.
270
271 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-address.el (wl-address-minibuffer-history): New variable.
274         (wl-address-minibuffer-local-map): New keymap.
275         (wl-address-read-from-minibuffer): New function.
276
277         * wl-action.el (wl-summary-get-resend-address): Use
278         `wl-address-read-from-minibuffer' instead of `completing-read'.
279
280 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * Version number is increased to 2.11.32.
283
284 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
287         without mule to iso-8859-1.
288         (wl-draft-add-in-reply-to): Add note in description.
289         (wl-draft-add-references): Ditto.
290
291 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
292
293         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
294         definition for `m'.
295         (wl-summary-mode-line-format): Add '[%m]'.
296         (wl-message-mode-line-format-spec-alist): Ditto.
297         (wl-summary-display-mime-mode-list): New variable.
298
299         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
300         from wl-summary-buffer-display-as-is.
301         (wl-summary-buffer-display-all-header): New buffer local variable.
302         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
303         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
304         instead of wl-summary-buffer-display-as-is.
305         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
306         (wl-summary-set-persistent-mark): Ditto.
307         (wl-summary-set-message-buffer-or-redisplay): Just call
308         `wl-summary-redisplay-internal' without optional arguments.
309         (wl-summary-toggle-mime): Rewrite.
310         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
311         (wl-summary-toggle-all-header): New function.
312         (wl-summary-redisplay-internal): Treat mime mode.
313
314         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
315         to wl-mime-preview-follow-no-mime.
316         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
317         accodring to the display-mode.
318
319         * wl-message.el (wl-message-buffer-display-type): Rewrite.
320         (wl-message-buffer-display): Changed argument name from `as-is' to
321         `mode'.
322         (wl-message-display-internal): Ditto;
323         Bind elmo-mime-display-header-analysis according to the mode.
324         (wl-message-display-internal): Put wl-message-display-mime-mode
325         property on entire buffer.
326
327 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
328
329         * wl-draft.el (wl-draft-do-fcc): Undo last change.
330
331 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
332
333         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
334         Don't extract mail address.
335         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
336
337         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
338
339         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
340
341 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
344         wl-fldmgr-cut-entity-list on confirmation.
345
346 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
349         (wl-mime-quit-preview): Check existence of
350         mime-edit-temp-message-buffer here.
351
352 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
355         after deletion.
356
357         * wl-draft.el (wl-draft-send-confirm): Check major-mode
358         before calling wl-mime-quit-preview.
359
360 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-pick): If call it with prefix
363         argument, set `delete-marks' as non-nil. Pick from only visible
364         messages.
365         (wl-summary-check-target-mark): New function.
366         (wl-summary-target-mark-mark-as-read): Use it.
367         (wl-summary-target-mark-mark-as-unread): Ditto.
368         (wl-summary-target-mark-operation): Ditto.
369         (wl-summary-target-mark-set-flags): Ditto.
370         (wl-summary-target-mark-save): Ditto.
371         (wl-summary-target-mark-pick): Ditto.
372         (wl-summary-target-mark-forward): Ditto.
373         (wl-summary-target-mark-reply-with-citation): Ditto.
374         (wl-summary-target-mark-print): Ditto.
375         (wl-summary-target-mark-uudecode): Ditto.
376
377         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
378         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
379         with `ask-coding' is non-nil.
380
381 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-thread.el (wl-thread-set-parent): If parent is a message
384         which is identified by references, set linked as nil.
385
386 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
387
388         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
389         (wl-message-mode-line-format-spec-alist): Ditto.
390         (wl-message-mode-line-format): Ditto.
391         (wl-summary-mode-line-format): Ditto for docstring.
392         (wl-summary-no-mime-folder-list): Fix typo.
393
394         * wl-util.el (wl-current-message-buffer): Call
395         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
396
397         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
398         variable.
399         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
400         of `wl-summary-redisplay-no-mime'.
401         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
402         (wl-summary-toggle-mime): New function.
403         (wl-summary-redisplay-all-header): Rewrite.
404         (wl-summary-redisplay-no-mime): Ditto.
405         (wl-summary-redisplay-internal): Added argument `as-is' and
406         `all-header'.
407
408         * wl-refile.el (wl-refile-default-from-folder-path-separator):
409         New variable.
410         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
411         bottom.
412         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
413         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
414         "/" unconditionally.
415
416         * wl-mime.el (wl-draft-yank-current-message-entity): Use
417         wl-mime-preview-follow-no-mime for as-is content.
418         (wl-mime-preview-follow-no-mime): New function.
419         (wl-mime-preview-follow-current-region): Fixed parenthesis.
420
421         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
422         and added `as-is', `all-header'.
423         (wl-message-buffer-display): Ditto.
424         (wl-message-buffer-display-type): New function.
425
426 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
427
428         * wl-vars.el (wl-message-header-button-alist): Change default
429         value.
430         (wl-message-body-button-alist): Ditto.
431
432 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
433
434         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
435
436 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
439
440 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-summary.el (wl-summary-sync-marks): Remove condition which
443         is always true.
444
445 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
448         on null entity.
449
450 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-vars.el (wl-draft-reply-default-position): Fix range.
453
454 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-vars.el (wl-summary-resend-hook): New hook.
457
458         * wl-action.el (wl-summary-exec-action-resend-subr): Run
459         `wl-summary-resend-hook'.
460
461 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
462
463         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
464         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
465         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
466         (wl-summary-new-cached-mark): Changed default value to 'n'.
467         (wl-summary-unread-cached-mark): Changed default value to 'u'.
468         (wl-summary-answered-cached-mark): Changed default value to 'a'.
469         (wl-folder-sync-range-alist): Remove spec for 'flag.
470         (wl-summary-force-prefetch-folder-list): New user option.
471
472         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
473         `wl-summary-toggle-persistent-mark'.
474         (wl-summary-update-mark-and-highlight-window): Don't highlight when
475         number is nil.
476         (wl-summary-mark-as-answered-region): Set interactive argument of
477         `wl-summary-set-persistent-mark-internal'.
478         (wl-summary-mark-as-important-region): Ditto.
479         (wl-summary-unset-persistent-mark): Ditto.
480         (wl-summary-set-persistent-mark): Ditto.
481         (wl-summary-mark-as-answered): Ditto.
482         (wl-summary-mark-as-important): Ditto.
483         (wl-summary-set-persistent-mark-internal): Do nothing
484         when `elmo-message-flag-available-p' is nil.
485         (wl-summary-toggle-persistent-mark): New function.
486         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
487         when the folder matches `wl-summary-force-prefetch-folder-list'.
488
489
490         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
491         when number is nil.
492         (wl-highlight-summary-forwarded-face): New face.
493
494 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * Version number is increased to 2.11.31.
497
498 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
501         (wl-biff-check-folder-async): Ditto.
502         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
503
504 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
505
506         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
507         Add an argument `reverse'.  All callers are updated.
508         (wl-summary-sort): Add a prefix argument `reverse' to specify
509         reverse sorting.
510         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
511         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
512         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
513
514 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-message.el (wl-message-redisplay): Does not narrow header if
517         disply-type is all-header or as-is.
518
519         * wl-summary.el (wl-summary-enter-handler): Use
520         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
521
522 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
523
524         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
525         after adding wl-draft-parent-variables.
526         (wl-draft-forward): Ditto.
527
528 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-summary.el (wl-summary-sync-marks): Call
531         `wl-summary-set-persistent-mark' and
532         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
533         (wl-summary-set-persistent-mark-internal): Add 4th argument
534         `no-server'.
535         (wl-summary-unset-persistent-mark): Ditto.
536         (wl-summary-set-persistent-mark): Ditto.
537         (wl-summary-add-flags-internal): Abolish.
538         (wl-summary-remove-flags-internal): Ditto.
539         (wl-summary-mark-as-important-internal): Ditto.
540         (wl-summary-mark-as-important): Use
541         `wl-summary-set-persistent-mark' instead of
542         `wl-summary-add-flags-internal'.
543         (wl-summary-mark-as-important-region): Ditto.
544
545         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
546
547         * wl-summary.el (wl-summary-get-available-flags): New function.
548         (wl-summary-sync-marks): Use it and simplified.
549         (wl-summary-unset-persistent-mark): Use
550         `wl-summary-get-available-flags'.
551         (wl-summary-set-persistent-mark): Ditto.
552
553 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
554
555         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
556         id.
557
558 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-summary.el (wl-summary-enter-handler): If argument is not a
561         number, call `wl-summary-prev-line-content'. Show message when the
562         message is not found.
563
564 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
565
566         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
567         wl-summary-enter-handler.
568         (wl-summary-enter-handler): New command.
569
570         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
571         docstring and custom spec.
572
573         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
574         flags too; Don't treat Cached and New.
575         (wl-summary-set-persistent-mark): Ditto.
576
577         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
578         `wl-folder-set-flag'.
579
580         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
581         instead of `wl-folder-set-flag'.
582
583         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
584         for completion.
585         (wl-summary-set-persistent-mark): Ditto.
586
587         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
588         instead of `wl-draft-quit-preview'.
589
590         * wl-mime.el (toplevel): Avoid compile warning.
591         (wl-mime-quit-preview): New function
592         (formarly defined as `wl-draft-quit-preview').
593         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
594         quitting method.
595
596         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
597
598         * wl-folder.el (wl-folder-set-flag): Renamed from
599         `wl-draft-set-flag-on-parent'.
600
601         * wl-draft.el (wl-draft-quit-preview): New function.
602         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
603         (wl-draft-send): Call `wl-folder-set-flag' instead of
604         `wl-draft-set-flag-on-parent'.
605         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
606
607 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
610         (wl-draft-send): Ditto.
611
612 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
613
614         * wl-vars.el (wl-draft-reply-hook): Changed default value.
615         (wl-draft-kill-pre-hook): Set default value as nil.
616         (wl-summary-reply-hook): Ditto.
617         (wl-draft-kill-flags): Abolish.
618
619         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
620         (wl-draft-parent-variables): Renamed from
621         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
622         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
623         argument; Add wl-draft-parent-variables to
624         wl-draft-config-variables.
625         (wl-draft-reply): Likewise.
626         (wl-draft-kill-flags): Abolish.
627         (wl-draft-send): Call wl-draft-set-flag-on-parent.
628         (wl-draft-set-flag-on-parent): New function.
629         (wl-draft-setup-parent-flag): Ditto.
630
631 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
632
633         * wl-draft.el (wl-draft-kill-flags): Avoid error when
634         `wl-draft-parent-folder' is "".
635
636 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
639         (wl-summary-digit-jump): New function.
640         (Adviced by John Owens and Hiroya Murata)
641
642         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
643         (Adviced by John Owens)
644
645         * wl-xmas.el (wl-message-define-keymap): Ditto.
646
647         * wl-mule.el (wl-message-define-keymap): Ditto.
648
649 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
652         change of return value of elmo-folder-count-flags.
653
654         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
655         (wl-summary-mark-as-read-internal): Ditto.
656         (wl-summary-set-persistent-mark-internal): Ditto.
657         (wl-summary-folder-info-update): Ditto.
658         (wl-summary-sync-update): Fixed the last change.
659
660         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
661
662 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
663
664         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
665         (wl-draft-kill-flags): Fixed docstring.
666
667         * wl-draft.el (wl-draft-kill-flags): New function.
668         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
669
670 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
671
672         * wl-vars.el (wl-reply-hook): Abolish.
673         (wl-draft-reply-hook): New hook.
674         (wl-summary-reply-hook): Ditto.
675         (wl-draft-forward-hook): Ditto.
676         (wl-summary-forward-hook): Ditto.
677         (wl-draft-kill-flags): New variable.
678
679         * wl-summary.el (wl-summary-mark-as-answered-region): Use
680         wl-summary-set-persistent-mark-internal.
681         (wl-summary-sync-marks): Use elmo-preserved-flags.
682         (wl-summary-update-persistent-mark): Make it interactive.
683         (wl-summary-set-persistent-mark-internal): New inline function.
684         (wl-summary-mark-as-answered): Use it.
685         (wl-summary-mark-as-unanswered): Ditto.
686         (wl-summary-unset-persistent-mark): New function.
687         (wl-summary-set-persistent-mark): Ditto.
688         (wl-summary-reply): Don't set answered flag;
689         Run wl-summary-reply-hook instead.
690         (wl-summary-forward): Call wl-draft-forward with number.
691         Run wl-summary-forward-hook.
692
693         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
694         (wl-highlight-summary-line-face-spec): Use it as a default
695         persistent mark face.
696
697         * wl-draft.el (wl-draft-forward): Added optional argument number;
698         Set wl-draft-parent-number; Run wl-draft-forward-hook.
699         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
700         (wl-draft-kill): Use wl-draft-kill-flags.
701
702         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
703
704         * wl-folder.el (wl-folder-check-one-entity): Follow the change
705         of return value of elmo-folder-count-flags.
706
707         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
708
709         * wl-summary.el (wl-summary-count-unread): Ditto.
710         (wl-summary-sync-update): Follow the change above.
711         (wl-summary-force-prefetch): New function.
712
713 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
714
715         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
716         variable `buf' with `let' instead of `setq'.
717
718 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * wl-mime.el (wl-message-delete-current-part): If filename exists,
721         add Content-Disposition heaeder on the deleted part.
722
723 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-draft.el (wl-draft-save): Encode address list under edit by
726         `eword-encode-unstructured-field-body'.
727
728         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
729
730 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
733         wl-current-summary-buffer.
734
735 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
736
737         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
738         `numbers' is ignored.
739
740 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
741
742         * wl-folder.el (wl-folder-open-folder): Avoid error.
743         Reported by John Owens, [wl-en:815]
744
745         * wl.el (wl): Set timer for biff process even if prefix argument
746         is given or auto-checking is quitted.
747
748         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
749         immediately.
750         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
751         (wl-toggle-plugged): Ditto.
752
753         * wl-vars.el (wl-biff-use-idle-timer): New variable.
754         * wl-util.el (wl-biff-start): Use idle timer if
755         `wl-biff-use-idle-timer' is non-nil.
756
757 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
758
759         * wl-highlight.el (wl-highlight-message): Fix description.
760
761 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
764         tty.
765
766 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-action.el (wl-summary-exec): Print failure count.
769
770 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
773         to `defun', remove interactive form.
774         Set elmo-message-fetch-confirm when force-reload is non-nil.
775
776 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (toplevel): Removed unnecessary autoload.
779
780 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
783         the buffer is generated from another message buffer.
784
785 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
788         extracted from `wl-fldmgr-save-folders'.
789         (wl-fldmgr-delete): Call it after deletion.
790
791 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
794         multi-tty support.
795
796 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
797
798         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
799
800 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
801
802         * wl-summary.el (wl-summary-rescan): Remove unused variables.
803         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
804
805 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
808         unsubscribe list only if argument CLEAR is nil.
809
810 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-draft.el (wl-draft-reply): Decode subject before removing
813         Re: prefix.
814
815 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
816
817         * wl-summary.el (wl-summary-sort-by-size): New command.
818
819 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (wl-summary-number-list-from-region): New
822         function.
823         (wl-summary-mark-as-read-region): Use it.
824         (wl-summary-mark-as-unread-region): Ditto.
825         (wl-summary-set-flags-region): Ditto and add optional argument
826         remove.
827         (wl-summary-mark-as-answered-region): Ditto.
828         (wl-summary-mark-as-important-region): Ditto.
829         (wl-summary-target-mark-mark-as-important): Added optional
830         argument remove.
831         (wl-summary-target-mark-mark-as-answered): Ditto.
832         (wl-summary-target-mark-set-flags): Ditto.
833
834 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
835
836         * wl-summary.el (wl-summary-set-flags-region): Call
837         `wl-summary-set-flags-internal' with number list instead of call
838         one by each message.
839         (wl-summary-target-mark-set-flags): Likewise.
840
841 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-target-mark-operation): Add optional
844         argument `inverse' and use `wl-summary-delete-all-target-marks'.
845         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
846         (wl-summary-target-mark-mark-as-answered): Likewise.
847
848 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
849
850         * wl-summary.el (wl-summary-target-mark-forward): Use
851         `wl-summary-delete-all-target-marks' instead of
852         `wl-summary-delete-all-temp-marks'.
853         (wl-summary-target-mark-reply-with-citation): Ditto.
854         (wl-summary-target-mark-uudecode): Ditto.
855         (wl-summary-target-mark-set-flags): Ditto and remove needless
856         cursor move.
857
858 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-summary.el (wl-summary-target-mark-forward): Protect
861         wl-summary-buffer-target-mark-list from nreverse.
862         (wl-summary-target-mark-reply-with-citation): Ditto.
863
864 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-thread.el (wl-thread-update-indent-string-thread): Use
867         `elmo-display-progress-threshold'.
868
869 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
872         check `wl-summary-highlight'.
873         (wl-summary-window-scroll-functions): Respect value of
874         `wl-summary-highlight'.
875         (wl-summary-sync-update): Run hooks
876         `wl-summary-buffer-window-scroll-functions' at any time.
877
878 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
879
880         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
881         from `wl-summary-cleanup-temp-marks'.
882         (wl-summary-cleanup-temp-marks): Abolish argument.
883         * wl.el (wl-save-status): Revert previous change.
884         (wl-execute-temp-marks): New function, call
885         `wl-summary-exec-with-confirmation'.
886         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
887         (wl-folder-save-and-exec-marks): Abolished.
888
889 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
890
891         * wl-e21.el (wl-e21-display-image-p): Respect
892         `wl-highlight-folder-with-icon'.
893         (wl-e21-highlight-folder-group-line): Highlight mouse line
894         even if wl-e21-display-image-p is nil.
895
896         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
897         Respect value of `wl-summary-highlight'.
898
899         * wl.el (wl-save-status): Remove unused variable.
900
901         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
902         (wl-folder-mode-map): Bind it to "x".
903
904 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
907
908         * wl-thread.el (wl-thread-get-parent-list): Don't check
909         disconnected ancestors, neglecting needless work in
910         `wl-thread-update-indent-string-thread'.
911
912         * wl.el (wl-save): Take prefix argument to execute remaining marks.
913         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
914         argument, add argument default-keep to keep marks by default.
915
916         * Version number is increased to 2.11.30.
917
918         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
919         customization type and docstring.
920         (wl-draft-reply-without-argument-list): Ditto.
921
922 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
925
926         * wl-spam.el (wl-spam-mark-action-list): Ditto.
927
928 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
931
932 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-draft.el (wl-draft-config-exec): Narrow the range of
935         save-excursion so as not to include run-hooks.
936
937 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
940         Clarify that marks are going to be cleared.
941
942 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
945         according to 3rd element of wl-summary-flag-mark.
946
947         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
948
949 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-action.el (wl-summary-target-mark-all): Don't set
952         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
953
954 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
957         (wl-forward-subject-prefix): Ditto.
958         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
959         (wl-draft-reply-make-subject): Ditto.
960
961         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
962         `wl-draft-forward'.
963         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
964
965 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-action.el (wl-summary-target-mark-set-action): Stop if
968         target message does not exist.
969
970 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
971
972         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
973         `wl-subject-prefix-regexp'.
974         (wl-subject-forward-prefix-regexp): New variable.
975         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
976         `wl-draft-strip-subject-re' and take regexp as argument.
977         (wl-draft-forward): Use it.
978         (wl-draft-reply): Ditto.
979
980 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
981
982         * wl-e21.el (wl-highlight-plugged-current-line): Change for
983         emacs multi-tty support.
984
985 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
986
987         * wl-e21.el (wl-e21-display-image-p): Don't call
988         `display-images-p'.
989         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
990         support.
991         (wl-highlight-folder-current-line): Ditto.
992         (wl-folder-init-icons): Ditto.
993
994 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
997         the last line of summary in unplugged mode.
998
999 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1000
1001         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1002
1003 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1006         * wl-address.el (wl-address-user-mail-address-p): Use it.
1007         (wl-address-delete-user-mail-addresses): Ditto.
1008         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1009
1010         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1011         (wl-address-delete-user-mail-addresses): Ditto.
1012
1013         * wl-address.el (wl-address-delete-user-mail-addresses): New
1014         function.
1015         * wl-refile.el (wl-refile-guess-by-history): Use it.
1016         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1017         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1018
1019         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1020         use wl-address-user-mail-address-p.
1021
1022 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1025         after opening group.
1026
1027 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1030         of elmo-set-buffer-multibyte.
1031
1032         * wl-message.el (wl-original-message-mode): Ditto.
1033
1034         * wl-score.el (wl-score-insert-header): Ditto.
1035
1036         * wl-summary.el
1037         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1038         (wl-summary-goto-folder-subr): Ditto.
1039         (wl-summary-insert-headers): Ditto.
1040
1041         * wl-util.el (wl-set-string-width): Ditto.
1042
1043         * Version number is increased to 2.11.29.
1044
1045 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1048         (wl-highlight-summary-line-help-echo-alist): New variable.
1049         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1050         into `wl-highlight-summary-line-help-echo' and
1051         `wl-highlight-flag-folder-help-echo'.
1052         (wl-highlight-summary-line-string): Change accordingly.
1053         (wl-highlight-summary-current-line): Ditto.
1054
1055 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1058         at the beginning of field body (Thanks to Markus Knittig).
1059
1060         * wl-draft.el (wl-draft-insert-current-message): Also check
1061         summary buffer, remove unnecessary tag.
1062
1063 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1066         when wl-message-buffer is nil.
1067
1068         * wl-folder.el (wl-folder): Abolish unused argument.
1069         Call wl-folder-init when wl-folder-entity is nil.
1070         * wl.el (wl): Change accordingly.
1071
1072 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1075         multibyte string before insert into draft buffer.
1076         (wl-draft-create-buffer): Always enable multibyte characters for
1077         draft buffer.
1078
1079         * Version number is increased to 2.11.28.
1080
1081 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-folder.el (wl-folder-open-close): Handle blank line.
1084         (wl-folder-jump-to-current-entity): Ditto.
1085
1086 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * Version number is increased to 2.11.27.
1089
1090 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-thread.el (wl-thread-insert-message): When the thread is
1093         devided by wl-summary-max-thread-depth, insert line at the end of
1094         buffer.
1095
1096 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * Version number is increased to 2.11.26.
1099
1100 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1101
1102         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1103
1104 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1105
1106         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1107         value of stream-type and session.
1108
1109 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * Version number is increased to 2.11.25.
1112
1113 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1114
1115         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1116         in a quit message.
1117
1118 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1121         (wl-summary-redisplay-no-mime-internal): Ditto.
1122
1123 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1126         * wl-vars.el (wl-smtp-connection-type): Ditto.
1127
1128 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1129
1130         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1131         for the separator line and quote mail-header-separator.
1132
1133 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1136         result message.
1137
1138         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1139         `elmo-multiple-fields-body-list' with boundary as
1140         mail-header-separator.
1141
1142 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1145
1146 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * wl-util.el (wl-list-diff): Remove unused function.
1149
1150         * wl-draft.el (wl-draft-send-confirm): Discard input before
1151         confirmation.
1152
1153 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1156         order of flag and new.
1157
1158 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-vars.el (wl-refile-policy-alist): Abolished.
1161
1162         * wl-action.el (wl-summary-set-action-refile): Follow the change
1163         above.
1164
1165 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * wl-highlight.el (wl-highlight-signature-search): Don't use
1168         re-search-backward for a long word since it is possible to crash
1169         XEmacs because of a bug.
1170
1171 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1172
1173         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1174
1175 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1178         argument for wl-summary-sync-force-update.
1179
1180 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1181
1182         * wl-summary.el (wl-summary-mode-map): Revival of
1183         wl-summary-mark-as-important related bindings;
1184         Bind 'F','tF','mF','rF','m&'.
1185         (wl-summary-mark-as-important-region): Revival.
1186         (wl-summary-target-mark-mark-as-important): Ditto.
1187         (wl-summary-target-mark-operation): New function.
1188         (wl-summary-target-mark-mark-as-answered): Use it.
1189         (wl-summary-decide-flag): Don't set Important as default.
1190         (wl-summary-mark-as-important-internal): Revival.
1191         (wl-summary-mark-as-important): Ditto.
1192
1193         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1194
1195         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1196         instead of facep.
1197
1198 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-dnd.el (wl-dnd-drop-func): Fix.
1201
1202         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1203         mouse-set-point instead of posn-point.
1204
1205         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1206
1207         * wl-mule.el (wl-completing-read-multiple): Ditto.
1208
1209 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-demo.el (face-background-name): Defalias to avoid compile
1212         warning.
1213
1214 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-summary.el (wl-summary-decide-flag): Use
1217         wl-completing-read-multiple instead of completing-read-multiple.
1218
1219         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1220         New alias.
1221
1222         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1223         Use face-background-name instead of face-background.
1224
1225         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1226
1227         * wl-summary.el (wl-summary-save): Use it.
1228         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1229
1230         * wl-mime.el (wl-mime-save-content): Fix last change.
1231
1232 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1233
1234         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1235         New function.
1236         (wl-summary-sort-specs): Added sort.
1237         * wl-mime.el (wl-mime-save-content): Expand file name.
1238
1239 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1240
1241         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1242
1243         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1244
1245 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1248         for flag if it is not defined.
1249
1250 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-e21.el (wl-highlight-folder-current-line): Use
1253         elmo-folder-type-internal when elmo-folder-type returns nil.
1254
1255         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1256
1257         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1258
1259         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1260
1261         * wl-e21.el (wl-summary-toolbar): Ditto.
1262
1263         * wl-vars.el (wl-demo-background-color): Abolished.
1264         (wl-summary-persistent-mark-priority-list): Renamed from
1265         wl-summary-flag-priority-list.
1266         (wl-summary-flag-alist): New user option.
1267         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1268         (wl-message-mode-line-format-spec-alist): Added 'F'.
1269         (wl-message-mode-line-format): Likewise.
1270         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1271         instead of wl-summary-important-mark.
1272         (wl-file-folder-icon): New variable.
1273
1274         * wl-thread.el (wl-thread-set-flags): Renamed from
1275         wl-thread-mark-as-important.
1276
1277         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1278         warning.
1279         (wl-summary-mode-menu-spec): Follow the change of 
1280         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1281         (wl-summary-mode-map): Follow the change of
1282         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1283         (wl-summary-detect-mark-position): Follow the variable name change.
1284         (wl-summary-set-flags-region): New function for the replacement of
1285         wl-summary-mark-as-important-region.
1286         (wl-summary-sync-marks): Sync all global-flags.
1287         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1288         instead of elmo-message-flagged-p.
1289         (wl-summary-persistent-mark-string): Follow the variable name change;
1290         Put wl-summary-flag-mark if the message has global-flag.
1291         (wl-summary-target-mark-set-flags): Renamed from 
1292         wl-summary-target-mark-mark-as-important.
1293         (wl-summary-decide-flag): New function.
1294         (wl-summary-set-flags-internal): Renamed from
1295         wl-summary-mark-as-important-internal.
1296         (wl-summary-add-flags-internal): New function.
1297         (wl-summary-remove-flags-internal): Ditto.
1298         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1299         (wl-summary-mark-as-unimportant): Abolish.
1300         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1301         (wl-summary-next-message): List flagged messages in the msgdb.
1302
1303         * wl-score.el (wl-summary-score-update-all-lines): Use
1304         wl-summary-add-flags-internal instead of 
1305
1306         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1307
1308         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1309         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1310         (wl-message-buffer-require-all-header): Renamed from
1311         wl-message-buffer-all-header-flag (Ditto).
1312         (wl-message-buffer-flag-indicator): New variable.
1313         (wl-message-redisplay): Changed local varibale name from `flag' to
1314         `display-type'; Set up wl-message-buffer-flag-indicator.
1315         (wl-message-buffer-display): Changed varibale name from `flag' to
1316         `display-type'.
1317         (wl-message-display-internal): Likewise.
1318
1319         * wl-highlight.el (wl-highlight-demo-face): Define default background
1320         color.
1321         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1322
1323         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1324
1325         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1326         (wl-demo-setup-properties): Renamed from
1327         `wl-demo-set-background-color'.
1328         (wl-demo): Follow the change above.
1329         
1330         * Version number is increased to 2.11.24.
1331
1332 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-summary.el (wl-summary-toggle-thread): Call
1335         `wl-summary-rescan' with disable-thread as non-nil.
1336         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1337
1338 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1341         foreground property of the face.
1342         (wl-demo-insert-text): Don't set up face property here.
1343         (wl-demo): Call wl-demo-set-background-color, anyway.
1344
1345 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346
1347         * wl-vars.el (wl-demo-background-color): The value can be nil.
1348
1349 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1352         to wl-summary-wheel-dispatcher.
1353
1354         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1355         wl-message-wheel-dispatcher.
1356         (wl-message-wheel-dispatcher): New function.
1357         (wl-summary-wheel-dispatcher): Ditto.
1358
1359 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * wl-action.el (wl-summary-target-mark-all): List messages which are
1362         not in the killed-list.
1363
1364         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1365         only when the folder is 'flag/important.
1366
1367         * wl-address.el (wl-complete-field-body): Complete if the last
1368         character is a space.
1369
1370 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-folder.el (wl-folder-clear-entity-info): Use
1373         elmo-clear-hash-val.
1374
1375         * wl-fldmgr.el (wl-fldmgr-rename): Set
1376         wl-folder-info-alist-modified as t.
1377
1378 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1381
1382 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1385         (wl-folder-buffer-last-visited-entity-id): New buffer local
1386         variable.
1387         (wl-folder-revisit-last-visited-folder): New function.
1388         (wl-folder-mode-map): Bind it to "C-i".
1389         (wl-folder-set-current-entity-id): Set last visited folder.
1390         * wl-summary.el (wl-summary-exit): Ditto.
1391
1392 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1395         before calling `recenter' in order to cope with an XEmacs bug.
1396
1397 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1400         to the default value.
1401
1402 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1405         change.
1406         (wl-summary-sync-marks): Ditto.
1407         (wl-summary-mark-as-read-internal): Ditto.
1408         (wl-summary-mark-as-answered-internal): Ditto.
1409         (wl-summary-mark-as-important-internal): Ditto.
1410         (wl-summary-reply): Ditto.
1411
1412         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1413         instead of `elmo-folder-unflag-answered'.
1414
1415         * Version number is increased to 2.11.23.
1416
1417         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1418         the last change.
1419
1420 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1421
1422         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1423         Specify "spam" or "good".
1424
1425 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-spam.el (wl-summary-exec-action-spam): Call
1428         wl-folder-confirm-existence for spam folder.
1429         (wl-spam-setup): Bind "mk".
1430
1431 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1434
1435 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1438         destination folder is empty.
1439
1440 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1441
1442         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1443         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1444
1445         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1446         (wl-summary-refile-prev-destination-region): New function.
1447         (wl-thread-refile-prev-destination): Ditto.
1448         (wl-summary-target-mark-refile-prev-destination): Ditto.
1449
1450 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1451
1452         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1453         (wl-demo-background-color): Changed default value.
1454
1455         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1456         color.
1457
1458         * wl-demo.el (wl-demo-set-background-color): New function.
1459         (wl-demo): Call it.
1460
1461 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1464         * wl-address.el (wl-address-add-or-change): Don't add empty
1465         address.
1466
1467 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1468
1469         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1470
1471 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-vars.el (wl-demo-image-filter-alist): New variable
1474         (wl-demo-background-color): Ditto.
1475
1476         * wl-demo.el (wl-demo-xpm-set-background): New function.
1477         (wl-demo-image-filter): Ditto.
1478         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1479
1480         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1481
1482         * wl-demo.el (wl-demo-icon-name): Define as function.
1483         (wl-demo-insert-image): Use it.
1484
1485 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1486
1487         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1488
1489 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1490
1491         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1492
1493 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1496
1497 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-thread.el (wl-thread-mark-as-answered): New function.
1500
1501         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1502         answered" entry.
1503         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1504         "r&" and wl-thread-mark-as-answered to "t&".
1505         (wl-summary-mark-as-important-region): Refine to toggle mark.
1506         (wl-summary-mark-as-answered-region): New function.
1507         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1508         and 3rd argument.
1509         (wl-summary-mark-as-important-internal): Likewise.
1510
1511 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-template.el (wl-template-preview): New internal variable.
1514         (wl-template-preview-p): New function.
1515         (wl-template-show): Bind `wl-template-preview' as t.
1516
1517 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1520         `elmo-message-entity-field' with 3rd argument which is non-nil.
1521
1522 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1525         Removed duplicate local bind `folder'.
1526
1527 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1530
1531 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1532
1533         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1534         duplicate definition.
1535
1536 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1537
1538         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1539         non-nil, use it; Don't fetch message if there's no message in the
1540         current cursor position.
1541
1542 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-util.el (wl-region-exists-p): Use region-active-p.
1545         (wl-deactivate-region): New function.
1546         * wl-message.el (wl-message-redisplay): Deactivate region.
1547
1548         * wl-summary.el (wl-summary-reply): Call
1549         `wl-summary-set-message-buffer-or-redisplay' instead of
1550         `wl-summary-redisplay-internal', don't move point.
1551
1552 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1555         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1556         by regexp.
1557
1558 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1561         if no need.
1562
1563 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1566         default value to nil.
1567         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1568         `wl-summary-prepare-hook'; Replace refile action to
1569         `wl-summary-exec-action-refile-with-register'.
1570
1571         * Version number is increased to 2.11.22.
1572
1573 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-summary.el (wl-summary-detect-mark-position): Set
1576         `wl-summary-buffer-weekday-name-lang'.
1577
1578 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1579
1580         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1581         (wl-summary-mark-as-read-all): Ditto.
1582         (wl-summary-delete-messages-on-buffer): Ditto.
1583         (wl-summary-sync-update): Ditto.
1584         (wl-summary-mark-as-read-internal): Ditto.
1585         (wl-summary-mark-as-answered-internal): Ditto.
1586         (wl-summary-update-folder-info): Abolished.
1587
1588 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-summary.el (wl-summary-mark-as-read-all): Use
1591         `wl-summary-update-folder-info' instead of
1592         `wl-folder-update-unread'.
1593
1594 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1595
1596         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1597         `wl-summary-folder-info-update'.
1598         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1599         instead of `wl-summary-folder-info-update'.
1600         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1601         `wl-folder-set-folder-updated'.
1602         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1603         instead of `wl-folder-update-unread'.
1604         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1605         the value of `wl-summary-buffer-unread-count' for the second parameter of
1606         `wl-folder-update-unread'.
1607
1608         * Version number is increased to 2.11.21.
1609
1610 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1611
1612         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1613         a local variable.
1614
1615 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1618         interactively.
1619
1620         * wl-summary.el (wl-summary-mark-as-important-internal): New
1621         internal function.
1622         (wl-summary-mark-as-important): Use it.
1623         (wl-summary-mark-as-unimportant): New function.
1624         (wl-summary-sync-marks): Follow the API change.
1625
1626         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1627
1628         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1629
1630 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1631
1632         * wl-folder.el (wl-folder-update-unread): Re-indent.
1633         Narrow the scope of a local variable.
1634
1635 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1638         (wl-addrmgr-merge-entries): Ditto.
1639         (wl-addrmgr): Added to address entry which exists in draft buffer
1640         if no entry is in original.
1641
1642 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1643
1644         * wl-batch.el: New file.
1645
1646 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1647
1648         * wl-vars.el (wl-use-semi): Remove unused variable.
1649
1650 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1653         "?".
1654
1655 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1656
1657         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1658         wl-summary-new-mark.
1659         (wl-summary-new-cached-mark): New user option.
1660         (wl-summary-score-marks): Follow the change above.
1661         (wl-summary-auto-refile-skip-marks): Ditto.
1662         (wl-summary-incorporate-marks): Ditto.
1663         (wl-summary-expire-reserve-marks): Ditto.
1664
1665         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1666
1667         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1668         (wl-summary-persistent-mark-string): Distinguished between cached
1669         and uncached mark when the message is new.
1670
1671 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-spam.el (wl-spam-domain): Renamed from
1674         `wl-spam-folder-guess-domain'.
1675         (wl-summary-exec-action-spam): Register as spam if domain of the
1676         source folder is good.
1677         (wl-summary-exec-action-refile-with-register): Register message if
1678         domain of the source folder is not undecided.
1679
1680 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1683         detect thread loop.
1684
1685 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1688         and wl-summary-skip-mark-list.
1689
1690 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1693
1694         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1695
1696         * wl-spam.el (toplevel): Require wl-highlight.
1697         (wl-spam-auto-check-policy-alist): Abolish.
1698         (wl-spam-auto-check-folder-regexp-list): New user option.
1699         (wl-spam-auto-check-marks): Ditto.
1700         (wl-spam-mark-action-list): Ditto.
1701         (wl-highlight-summary-spam-face): New face.
1702         (wl-spam-auto-check-message-p): New function.
1703         (wl-spam-map-spam-messages): Fixed message.
1704         (wl-spam-register-spam-messages): Ditto.
1705         (wl-spam-register-good-messages): Ditto.
1706         (wl-summary-spam-map): Add and remove keybind.
1707         (wl-summary-target-mark-spam): Abolish.
1708         (wl-summary-refile-spam): Ditto.
1709         (wl-summary-test-spam): New function.
1710         (wl-summary-mark-spam): Ditto.
1711         (wl-summary-auto-check-spam): Follow the above change.
1712         (wl-summary-exec-action-spam): New function.
1713         (wl-summary-exec-action-refile-with-register): Fixed message.
1714         (wl-message-check-spam): New function.
1715         (wl-spam-setup): Ditto.
1716         (toplevel): Call it if this file is loaded interactivity.
1717
1718         * Version number is increased to 2.11.20.
1719
1720 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1723         when new optional argument `force' is non nil or modified.
1724
1725 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl.el (toplevel): Require wl-spam when compile.
1728         (wl-save-status): Call wl-spam-save-status.
1729
1730         * wl-spam.el (wl-spam-register-spam-messages): New function.
1731         (wl-spam-register-good-messages): Ditto.
1732         (wl-spam-save-status): Ditto.
1733         (wl-summary-mode-map): Bind
1734         wl-summary-target-mark-register-as-spam to "ms" and
1735         wl-summary-target-mark-register-as-good to "mn".
1736         (wl-summary-register-as-spam): Abolish optional argument; Use
1737         wl-spam-register-spam-messages.
1738         (wl-summary-register-as-spam-all): Use
1739         wl-spam-register-spam-messages.
1740         (wl-summary-register-as-good): Abolish optional argument; Use
1741         wl-spam-register-good-messages.
1742         (wl-summary-register-as-good-all): Use
1743         wl-spam-register-good-messages.
1744         (wl-summary-target-mark-register-as-spam): New funtion.
1745         (wl-summary-target-mark-register-as-good): Ditto.
1746
1747 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-spam.el: New file.
1750
1751 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1754
1755         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1756         (wl-summary-auto-refile): Call wl-refile-guess with
1757         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1758
1759 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1762         with disable-thread argument non-nil.
1763
1764 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-summary.el (wl-summary-rescan): Added optional argument
1767         disable-thread.
1768         (wl-summary-sync): Call wl-summary-rescan with argument
1769         disable-thread.
1770         (wl-summary-input-range): Added new range `rescan-thread'.
1771
1772 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1775
1776 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1779         internal variable.
1780         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1781         wl-summary-search-parent-by-subject-regexp and
1782         wl-summary-divide-thread-when-subject-changed as nil.
1783         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1784         (wl-summary-insert-thread): Search parent entity from
1785         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1786         thread loop.
1787
1788 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1789
1790         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1791
1792         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1793
1794         * wl-util.el (wl-require-update-all-folder-p): New function.
1795         (wl-get-assoc-list-value): Added `function' to match directive.
1796         (wl-collect-draft): Rewrite.
1797
1798         * wl-summary.el (wl-summary-sync-update): Clear faces
1799         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1800         are non-nil.
1801         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1802         argument as function.
1803         (wl-summary-input-range): Ditto.
1804
1805         * wl-folder.el (wl-draft-get-folder): New function.
1806         (wl-folder-get-elmo-folder): Consider draft folder.
1807
1808         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1809         (wl-draft-buffer-message-number): New buffer local variable.
1810         (wl-draft-folder-internal): New internal variable.
1811         (wl-draft-delete): Rewrite.
1812         (wl-draft-save): Ditto.
1813         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1814         wl-folder-get-elmo-folder.
1815         (wl-draft-config-info-operation): Ditto.
1816         (wl-jump-to-draft-folder): Ditto.
1817         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1818         (wl-draft-reedit): Rewrite.
1819
1820         * Version number is increased to 2.11.19.
1821         
1822 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1823
1824         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1825         variable.
1826
1827 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1828
1829         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1830         Use ignore-errors instead of unwind-protect.
1831
1832 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1833
1834         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1835         for updating `wl-thread-entity-list'.
1836
1837 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1838
1839         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1840         parameter from calling `wl-thread-entity-get-older-brothers' and
1841         `wl-thread-entity-get-younger-brothers'.
1842         Replace nested `append' with a single one.
1843
1844 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * wl-summary.el (wl-summary-mode): Don't use the return value of
1847         `make-local-hook'.
1848
1849 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1850
1851         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1852         instead of `let*'.
1853         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1854         of local variables.
1855
1856 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1859         Renamed from wl-summary-window-scroll-functions.
1860         (wl-summary-window-scroll-functions): Don't set to variable.
1861         (wl-summary-display-top): Use run-hooks.
1862         (wl-summary-display-bottom): Ditto.
1863         (wl-summary-toggle-disp-msg): Ditto.
1864         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1865         Use it instead of wl-summary-window-scroll-functions.
1866         (wl-summary-goto-folder-subr): Don't call
1867         wl-summary-window-scroll-functions, use
1868         wl-summary-buffer-window-scroll-functions instead.
1869
1870 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1873         make-local-variable.
1874
1875 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1876
1877         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1878         set-buffer-modified-p.
1879         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1880         (wl-summary-display-bottom): Ditto.
1881         (wl-summary-toggle-disp-msg): Ditto.
1882
1883 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1886
1887         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1888         (wl-summary-forward): Use elmo-message-entity-field instead of
1889         elmo-message-field.
1890
1891         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1892
1893 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-summary.el (wl-summary-window-scroll-functions): No use
1896         `append'.
1897
1898 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1899
1900         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1901         function.
1902         (wl-summary-window-scroll-functions): Call it when both
1903         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1904         (wl-summary-temp-mark): Added optional argument number.
1905         (wl-summary-message-mark): Added optional argument flag.
1906         (wl-summary-persistent-mark): Added optional argument number and flag.
1907         (wl-summary-update-persistent-mark): Ditto.
1908         (wl-summary-update-status-marks): Set "r" for interactive spec.
1909
1910         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1911         argument number and flag.
1912
1913         * wl-action.el (wl-summary-registered-temp-mark): 
1914         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1915
1916 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1917
1918         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1919         internal variable (buffer local).
1920         (wl-summary-window-scroll-functions): New function.
1921         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1922         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1923         as nil.
1924         (wl-summary-update-status-marks): Added arguments beg, end and
1925         check.
1926         (wl-summary-update-mark-window): Use function.
1927         (wl-summary-sync-update): Follow the change above.
1928         (wl-summary-switch-to-clone-buffer): Copy
1929         wl-summary-buffer-unsync-mark-number-list.
1930         (wl-summary-goto-folder-subr): Set
1931         wl-summary-buffer-unsync-mark-number-list and
1932         use wl-summary-window-scroll-functions instead of
1933         wl-summary-lazy-highlight.
1934
1935         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1936
1937 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1938
1939         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1940
1941         * wl-summary.el (wl-summary-update-persistent-mark): Call
1942         wl-summary-set-message-modified.
1943
1944         * wl-summary.el (wl-summary-sync-update): Don't call
1945         wl-summary-update-status-marks.
1946
1947         * Version number is increased to 2.11.18.
1948
1949 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1952         (wl-message-next-page): Ditto.
1953
1954 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1957         local variable.  Change the order of a collected list into the
1958         same as the specified range.  Remove nil from a collected list.
1959
1960 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1961
1962         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1963         argument for elmo-folder-list-messages.
1964
1965 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1968         change (wl-summary-count-unreads return a list instead of a cons
1969         cell).
1970
1971 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1972
1973         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1974         `wl-summary-folder-info-update'.
1975
1976 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-summary.el (wl-summary-set-message-modified): No use
1979         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1980         (wl-summary-set-mark-modified): Abolish.
1981         (wl-summary-mark-modified-p): Ditto.
1982         (wl-summary-save-view): Follow the change above.
1983
1984         * wl-expire.el (wl-summary-expire): Likewise.
1985
1986 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1987
1988         * wl-summary.el (wl-summary-detect-mark-position): Use
1989         modb-entity-handler.
1990         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1991
1992         * Version number is increased to 2.11.17.
1993
1994 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1995
1996         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1997         entity field value.
1998         (wl-summary-prefetch-msg): Ditto.
1999         (wl-summary-print-message-with-ps-print): Ditto.
2000
2001 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2004         for dummy entity.
2005         (wl-summary-insert-thread): Use elmo-message-entity-field.
2006         (wl-summary-update-thread): Use elmo-message-entity-field and
2007         elmo-message-entity-number.
2008         (wl-summary-line-number):  Use elmo-message-entity-number.
2009         (wl-summary-line-size): Use elmo-message-entity-field.
2010         (wl-summary-line-subject): Ditto.
2011         (wl-summary-line-from): Ditto.
2012         (wl-summary-line-attached): Ditto.
2013         (wl-summary-create-line): Ditto.
2014         (wl-summary-create-line): Use elmo-message-entity-number.
2015         (wl-summary-print-message-with-ps-print): Use
2016         elmo-message-entity-field.
2017
2018 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2019
2020         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2021         change in elmo-msgdb-make-message-entity.
2022         (wl-summary-buffer-set-folder): Don't call
2023         wl-summary-detect-mark-position here.
2024         (wl-summary-rescan): Call elmo-message-entity-number.
2025         (wl-summary-sync-update): Ditto.
2026         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2027
2028         * wl-score.el (wl-score-header-index): Redefine 2th element.
2029         (wl-score-overview-entity-get-extra): Abolish.
2030         (wl-score-ov-entity-get): Rewrite.
2031         (wl-score-string-index<, wl-score-string-func<): Abolish.
2032         (wl-score-string<): New function.
2033         (wl-score-string-sort): Use it.
2034
2035         * wl-refile.el (wl-refile-guess-by-history): Use
2036         elmo-message-entity-field.
2037         (wl-refile-guess-by-from): Ditto.
2038         (wl-refile-guess-by-msgid): Ditto.
2039
2040         * Version number is increased to 2.11.16.
2041
2042 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2043
2044         * wl-folder.el (wl-folder-confirm-existence): Don't call
2045         file-exists-p if msgdb-path is nil.
2046         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2047         `wl-read-folder-hist' to `wl-read-folder-history'.
2048
2049 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2050
2051         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2052         `y-or-n-p'.
2053
2054 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2055
2056         * wl-score.el (wl-score-headers): Don't use
2057         elmo-folder-do-each-message-entity.
2058
2059         * Version number is increased to 2.11.15.
2060
2061 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl-summary.el (wl-summary-delete-all-msgs): Use
2064         elmo-folder-move-messages instead of elmo-folder-delete-messages
2065         and elmo-folder-detach-messages.
2066         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2067
2068         * wl-expire.el (wl-expire-delete): Ditto.
2069         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2070
2071 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2074         (wl-message-header-narrowing-fields): Ditto.
2075         (wl-message-header-narrowing-lines): Ditto.
2076         (wl-message-header-narrowing-string): Ditto.
2077
2078         * wl-summary.el (wl-summary-mode-map): Bind
2079         wl-summary-toggle-header-narrowing to "C-cC-f".
2080         (wl-summary-toggle-header-narrowing): New function.
2081
2082         * wl-message.el (wl-message-buffer-create): Call
2083         wl-message-header-narrowing-setup.
2084         (wl-message-redisplay): Call wl-message-header-narrowing.
2085         (wl-message-header-narrowing): New function.
2086         (wl-message-header-narrowing-map): New keymap.
2087         (wl-message-header-narrowing-widen-map): New keymap.
2088         (wl-message-header-narrowing-again-at-mouse): New function.
2089         (wl-message-header-narrowing-1): Ditto.
2090         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2091         (wl-message-header-narrowing-setup): Ditto.
2092         (wl-message-header-narrowing-toggle): Ditto.
2093         
2094         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2095
2096         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2097         'flag as all.
2098         (wl-use-flag-folder-help-echo): New user option.
2099
2100         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2101         wl-summary-highlight as nil.
2102         (wl-summary-set-mark-modified): Follow the API change.
2103         (wl-summary-mark-modified-p): Ditto.
2104         (wl-summary-mark-as-read-all): Ditto.
2105         (wl-summary-sync-marks): Don't call
2106         elmo-folder-list-messages-with-global-mark.
2107         (wl-summary-mark-as-read-internal): Follow the API change.
2108         (wl-summary-mark-as-answered-internal): Ditto.
2109         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2110         Follow the API change.
2111         (wl-summary-create-line): Call with number argument.
2112         (wl-summary-reply): Follow the API change.
2113
2114         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2115         function.
2116         (wl-highlight-summary-line-string): Call it when
2117         wl-use-flag-folder-help-echo is non-nil.
2118         (wl-highlight-summary-current-line): Ditto.
2119         (elmo-flag-folder-referrer): Added autoload setting.
2120
2121         * wl-draft.el (wl-draft-kill): Follow the API change.
2122
2123         * Version number is increased to 2.11.14.
2124         
2125 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2128
2129 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2130
2131         * Version number is increased to 2.11.13.
2132
2133 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-draft.el (wl-draft-previous-history-element): Fixed
2136         unbalanced parenthesis and bind unbound local variables.
2137
2138 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-draft.el (wl-draft-previous-history-element): New function.
2141         (wl-draft-next-history-element): Ditto.
2142         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2143         them to M-p and M-n.
2144
2145 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * Version number is increased to 2.11.12.
2148
2149 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-draft.el (wl-draft-hide): Select buffer-window.
2152
2153 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2154
2155         * wl-summary.el (wl-summary-narrow-to-region): New function.
2156         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2157         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2158         (wl-summary-save-region): Use it.
2159         * wl-action.el (wl-summary-collect-numbers-region)
2160         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2161
2162 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-folder.el (wl-folder-count-incorporates): Don't use
2165         `elmo-msgdb-mark-load'
2166
2167         * Version number is increased to 2.11.11.
2168
2169 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2172         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2173
2174 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2175
2176         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2177
2178 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * Version number is increased to 2.11.10.
2181
2182 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * wl-mime.el (wl-draft-attribute-value): Fixed.
2185
2186 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-util.el (wl-copy-local-variables): New function.
2189
2190         * wl-mime.el (wl-draft-attribute-recipients): New function.
2191         (wl-draft-attribute-envelope-from): Ditto.
2192         (wl-draft-attribute-smtp-posting-server): Ditto.
2193         (wl-draft-attribute-smtp-posting-port): Ditto.
2194         (wl-draft-attribute-value): Ditto.
2195         (wl-draft-preview-message): Use it to get value for
2196         attributes. Reflect result of `wl-draft-config'.
2197
2198         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2199         and call `wl-summary-mark-as-read' before to call
2200         `wl-summary-unset-mark'.
2201         (wl-summary-target-mark-mark-as-unread): Likewise.
2202         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2203
2204 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2205
2206         * wl-mime.el (wl-draft-preview-message): Use actual value for
2207         attributes; Fix for small window.
2208
2209 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-refile.el (wl-refile-get-field-value): Call
2212         `elmo-message-entity-field' with 3rd argument is non-nil.
2213
2214 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2215
2216         * wl-vars.el (wl-draft-preview-attributes): New user option.
2217         (wl-draft-preview-attributes-list): Ditto.
2218         (wl-draft-preview-attributes-buffer-lines): Ditto.
2219         (wl-draft-preview-attributes-buffer-name): Ditto.
2220
2221         * wl-mime.el (wl-draft-preview-message): Display attributes.
2222
2223 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-summary.el (wl-summary-detect-mark-position): Bind
2226         wl-summary-flag-priority-list to '(new).
2227
2228 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2231         funtion.
2232         (wl-highlight-summary-line-string): Use it.
2233         (wl-highlight-summary-current-line): Ditto.
2234
2235 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2238         line even when the mark string is not changed.
2239
2240         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2241         argument change in the wl-summary-create-line.
2242         (wl-thread-insert-entity-sub): Ditto.
2243
2244         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2245         argument change in the wl-summary-create-line.
2246         (wl-summary-insert-sequential): Ditto.
2247         (wl-summary-update-thread): Ditto.
2248         (wl-summary-persistent-mark-string): New inline function.
2249         (wl-summary-message-mark): Use it.
2250         (wl-summary-create-line): Abolish argument wl-persistent-mark
2251         and added wl-flags, wl-cached.
2252
2253         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2254         mark to flags.
2255         (wl-highlight-summary-current-line): Decide the face not by the 
2256         persistent mark but flags.
2257
2258 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2261         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2262         wl-summary-read-uncached-mark): Revive.
2263         (wl-summary-answered-cached-mark,
2264         wl-summary-answered-uncached-mark): New user option.
2265         (wl-summary-score-marks): Follow the change above.
2266         (wl-summary-auto-refile-skip-marks): Ditto.
2267         (wl-summary-incorporate-marks): Ditto.
2268         (wl-summary-expire-reserve-marks): Ditto.
2269         (wl-summary-flag-priority-list): New user option.
2270
2271         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2272         changes.
2273         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2274         of elmo-message-mark.
2275         (wl-summary-mark-as-read-internal): Ditto.
2276         (wl-summary-mark-as-answered): Ditto.
2277         (wl-summary-mark-as-important): Ditto.
2278         (wl-summary-redisplay-internal): Ditto.
2279         (wl-summary-redisplay-no-mime-internal): Ditto.
2280         (wl-summary-message-mark): New function.
2281         (wl-summary-insert-sequential): Use wl-summary-message-mark
2282         instead of elmo-message-mark.
2283         (wl-summary-update-thread): Ditto.
2284         (wl-summary-persistent-mark): Ditto.
2285         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2286         instead of elmo-message-mark.
2287
2288         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2289         wl-summary-message-mark instead of elmo-message-mark.
2290         (wl-thread-insert-entity-sub): Ditto.
2291         (wl-thread-get-children-msgs-uncached): Ditto.
2292
2293         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2294         variable name changes.
2295         (wl-highlight-summary-current-line): Ditto.
2296
2297         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2298         wl-summary-message-mark instead of elmo-message-mark.
2299
2300         * wl-expire.el (wl-expire-message-p): Ditto.
2301
2302         * wl-score.el (wl-score-headers): Ditto.
2303
2304         * Version number is increased to 2.11.9.
2305
2306         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2307         (wl-summary-sync-update): Follow the change above.
2308         (wl-summary-switch-to-clone-buffer): Ditto.
2309         (wl-summary-open-folder): Ditto.
2310
2311 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2314         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2315
2316         * Version number is increased to 2.11.8.
2317
2318         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2319
2320         * wl-expire.el (wl-expire-refile): Follow the API change on
2321         `elmo-folder-move-messages'.
2322         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2323
2324         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2325         (wl-summary-exec-action-refile): Ditto.
2326         (wl-summary-exec-action-copy): Ditto.
2327         (wl-summary-no-auto-refile-message-p): No use
2328         `wl-summary-buffer-msgdb'.
2329         (wl-summary-auto-refile): Ditto.
2330
2331 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2334
2335 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-summary.el (wl-summary-sync): Treat no-sync.
2338
2339         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2340         (wl-default-sync-range): Ditto.
2341
2342 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-refile.el (wl-refile-subject-learn): Call
2345         `elmo-message-entity-field' with 3rd argument is non-nil.
2346         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2347         instead of `elmo-msgdb-overview-entity-get-subject'.
2348
2349 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2350
2351         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2352         scan-type is rescan.
2353         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2354         new optional argument force is non-nil.
2355         (wl-summary-save-view-cache): Call it with force argument non-nil.
2356
2357         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2358
2359 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-action.el (wl-summary-print-argument): Fixed last change.
2362
2363 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2366         simplified.
2367         (wl-summary-target-mark-mark-as-unread): Likewise.
2368         (wl-summary-target-mark-mark-as-important): Likewise.
2369
2370 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2373         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2374         (wl-summary-mark-as-important-region): Change accordingly.
2375         (wl-summary-target-mark-mark-as-important): Ditto.
2376
2377 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2380
2381         * wl-action.el (wl-summary-print-argument): Print argument to
2382         right side of window if `wl-summary-print-argument-within-window'
2383         is non-nil.
2384
2385 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2386
2387         * wl-action.el (wl-summary-set-mark): Use
2388         `wl-summary-message-visible-p' to check visibility of the message
2389         and jump to message only when the message line is visible and have
2390         different number; Call wl-summary-unset-mark with number argument.
2391         (wl-summary-unset-mark): 
2392         Use `wl-summary-message-visible-p'
2393         to check visibility of the message and jump to message only when
2394         the message line is visible and have different number;
2395
2396 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * Version number is increased to 2.11.7.
2399
2400         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2401         and wl-folder-summary-line-format.
2402
2403         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2404         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2405         (wl-summary-set-score-mark): Use it.
2406         (wl-summary-target-mark-mark-as-read): Ditto.
2407         (wl-summary-target-mark-mark-as-unread): Ditto.
2408         (wl-summary-target-mark-mark-as-important): Ditto.
2409         (wl-summary-target-mark-msgs): Simplified.
2410         (wl-summary-detect-mark-position): Fixed problem when
2411         summary-line-format no contain persisten/temp mark spec.
2412         (wl-summary-temp-mark): Ditto.
2413         (wl-summary-persistent-mark): Ditto.
2414         (wl-summary-update-persistent-mark): Ditto.
2415
2416         * wl-action.el (wl-summary-set-mark): Ditto.
2417         (wl-summary-unset-mark): Ditto.
2418         All other related portions are changed.
2419
2420 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * Version number is increased to 2.11.6.
2423
2424 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-util.el (wl-current-message-buffer): Define as function;
2427         Don't use the value of wl-messge-buffer.
2428
2429         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2430         persistent mark.
2431
2432         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2433         no current message, cause an error.
2434
2435 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-summary.el (wl-summary-set-message-modified): Use
2438         elmo-folder-set-message-modified instead of
2439         elmo-folder-set-message-modified-internal.
2440
2441 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2442
2443         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2444         interactively.
2445         (wl-summary-sync): nokill->entirely.
2446         (wl-summary-sync-marks): Fixed message.
2447         (wl-summary-input-range): Added mark, nokill->entirely.
2448
2449         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2450         messages as read.
2451
2452 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2455         update-noscore.
2456         (wl-summary-sync): Follow the change above.
2457
2458 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-action.el (wl-summary-target-mark-all): Use
2461         elmo-folder-list-messages.
2462
2463 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2464
2465         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2466         (wl-summary-rescan): Set wl-summary-scored as nil.
2467         (wl-summary-sync-force-update): Follow the change above.
2468         (wl-summary-sync): Ditto.
2469         (wl-summary-sync-update): Added argument disable-killed.
2470         (wl-summary-insert-headers): Set visible-only argument for
2471         elmo-folder-list-messages.
2472         (wl-summary-input-range): Added update-nokill, update-noscore,
2473         all-nokill, all-noscore and mark.
2474
2475         * Version number is increased to 2.11.5.
2476
2477         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2478
2479 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2480
2481         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2482         (wl-summary-prefetch-region-no-mark): Change accordingly.
2483         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2484
2485 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-address.el (wl-complete-field-to): Abolished.
2488         (wl-complete-address): Completion function for completing-read.
2489         * wl-action.el (wl-summary-get-resend-address): Use it.
2490
2491         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2492         wl-summary-update-mark and abolish unused argument.
2493         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2494         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2495         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2496         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2497         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2498         * wl-draft.el (wl-draft-kill): Ditto.
2499
2500         * wl-summary.el: Remove unused binding of case-fold-search.
2501         (wl-summary-replace-status-marks): Abolished.
2502
2503 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2506         is specified or folder length is zero.
2507
2508 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2511         (wl-folder-archive-current-entity): Ditto.
2512
2513 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2516         retrieving message mark.
2517         (wl-summary-redisplay-internal): Ditto.
2518
2519         * wl-message.el (wl-message-buffer-display): Ignore errors while
2520         retrieving message-id field.
2521
2522         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2523         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2524         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2525         order of the arguments for `wl-expire-message-p'.
2526         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2527
2528         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2529         Check return value of wl-summary-reply.
2530         (wl-summary-reply): Recover window configuration when an error occured.
2531
2532 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-summary.el (wl-summary-resend-message): Abolished, the
2535         feature is inherited by wl-summary-resend (put resend mark).
2536
2537 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2538
2539         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2540         wl-message-buffer to nil when the message is hide.
2541
2542 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * .cvsignore: New file.
2545
2546 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2547
2548         * wl-action.el (wl-summary-action-docstring): Add more info.
2549         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2550         duplicate definition.
2551         (wl-summary-define-mark-action): Functions wl-summary-*-region
2552         keep current position.
2553         (wl-summary-unregister-target-mark): Store result to the variable.
2554
2555 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * Version number is increased to 2.11.4.
2558
2559 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2560
2561         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2562         wl-summary-delete-all-temp-marks.
2563         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2564
2565         * wl-action.el (wl-summary-set-mark): Changed terminology
2566         refile-destination -> action-argument.
2567         (wl-summary-unset-mark): Ditto.
2568         (wl-summary-remove-argument): Ditto.
2569         (wl-summary-print-argument): Ditto.
2570
2571         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2572         (wl-thread-remove-argument-region): Ditto.
2573         (wl-thread-print-argument-region): Ditto.
2574         (wl-thread-close): Ditto.
2575         (wl-thread-open): Ditto.
2576
2577         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2578         (wl-highlight-refile-destination-face is abolished)
2579         (wl-highlight-action-argument-string): Ditto.
2580         (wl-highlight-summary-current-line): Highlight action argument.
2581
2582         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2583         color for light backgrounds.
2584         (wl-highlight-summary-answered-face): Ditto.
2585
2586 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2587
2588         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2589
2590         * wl-score.el (wl-summary-score-update-all-lines): Use
2591         wl-summary-set-mark.
2592         (wl-summary-score-update-all-lines): Kill expunged messages.
2593
2594         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2595
2596 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2597
2598         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2599         directly.
2600         (wl-score-overview-entity-get-lines): Ditto.
2601         (wl-score-overview-entity-get-xref): Ditto.
2602         (wl-score-get-latest-msgs): Ditto.
2603         (wl-summary-rescore): Ditto.
2604
2605         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2606         to "&".
2607         (wl-summary-mark-as-answered-internal): New inline function.
2608         (wl-summary-mark-as-answered): New function.
2609         (wl-summary-mark-as-unanswered): Ditto.
2610         (wl-summary-sync-marks): Modified for answered-mark synching.
2611
2612 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-action.el (wl-summary-set-mark): Fixed last change.
2615
2616 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2617
2618         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2619         behavior of wl-summary-unread-message-hook
2620         (Pointed out by akira yamada <akira@arika.org>).
2621
2622 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2625         wl-summary-delete.
2626         * wl-xmas.el (wl-summary-toolbar): Ditto.
2627
2628         * wl-action.el (wl-summary-set-mark): Don't override current
2629         temp-mark.
2630
2631         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2632
2633 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2636         (wl-refile-msgid-learn): Ditto.
2637         (wl-refile-get-field-value): Ditto.
2638
2639         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2640
2641         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2642         (wl-expire-delete-reserved-messages): Renamed from
2643         wl-expire-reserve-marked-msgs-from-list.
2644         (wl-expire-delete): Removed argument `msgdb'.
2645         (wl-expire-refile): Ditto.
2646         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2647         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2648         mark-alist as argument.
2649         (wl-expire-archive-number1): Removed argument `msgdb'.
2650         (wl-expire-archive-number2): Ditto.
2651         (wl-expire-archive-date): Ditto.
2652         (wl-expire-localdir-date): Ditto.
2653         (wl-expire-hide): Ditto.
2654         (wl-archive-number1): Ditto.
2655         (wl-archive-number2): Ditto.
2656         (wl-archive-date): Ditto.
2657         (wl-archive-folder): Ditto.
2658         All other related portions are changed.
2659
2660 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2663         mean move up and down. (suggested by Takashi Kawachi)
2664
2665 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-acap.el (toplevel): Don't require un-define.
2668
2669 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-thread.el (wl-thread-delete-message): Always update
2672         wl-summary-buffer-number-list.
2673
2674         * wl-action.el (wl-summary-print-destination): 
2675         Do nothing when folder is nil.
2676
2677 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2678
2679         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2680         persistent mark when prefetch is succeeded.
2681
2682 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2685         instead of elmo-msgdb-delete-msgs.
2686         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2687         (wl-expire-hide): Ditto.
2688
2689         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2690
2691         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2692         elmo-msgdb interface.
2693         (wl-thread-get-exist-children): Likewise.
2694         (wl-thread-insert-message): Likewise.
2695         (wl-thread-msg-mark-as-important): Likewise.
2696         (wl-thread-insert-entity-sub): Likewise.
2697         (wl-thread-get-children-msgs-uncached): Likewise.
2698
2699         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2700         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2701         (wl-summary-sync-update): Likewise.
2702         (wl-summary-auto-select-msg-p): Likewise.
2703         (wl-summary-update-thread): Likewise.
2704         (wl-summary-mark-as-important): Likewise.
2705         (wl-summary-jump-to-msg-internal): Likewise.
2706         (wl-summary-redisplay-internal): Likewise.
2707         (wl-summary-print-message-with-ps-print): Likewise.
2708         (wl-summary-folder-info-update): Likewise.
2709
2710         * wl-folder.el (wl-folder-check-one-entity):
2711         elmo-folder-count-flags instead of wl-summary-count-unread.
2712
2713         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2714
2715         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2716
2717         * wl-summary.el (wl-summary-set-message-modified): 
2718         Call wl-summary-set-mark-modified.
2719         (wl-summary-delete-messages-on-buffer): Call
2720         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2721         (wl-summary-sync-update): Call elmo-folder-length instead of
2722         elmo-folder-messages.
2723         (wl-summary-insert-headers): Don't call
2724         elmo-folder-list-message-entities.
2725
2726 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-action.el (wl-summary-define-mark-action): Call
2729         `wl-summary-set-mark' with argument `data'.
2730         (wl-summary-auto-refile): Fixed order of arguments when call
2731         `wl-summary-refile'.
2732
2733 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2736
2737         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2738
2739         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2740         (Renamed from wl-highlight-summary-deleted-face).
2741         (wl-highlight-summary-resend-face): New face.
2742
2743         (wl-highlight-summary-deleted-face): Renamed from
2744         wl-highlight-summary-erased-face.
2745
2746         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2747
2748         * wl-action.el (wl-summary-get-resend-address): New function.
2749         (wl-summary-exec-action-resend): Ditto.
2750         (wl-summary-exec-action-resend-subr): Ditto.
2751
2752         * w-thread.el (wl-thread-copy): Removed definition.
2753         (wl-thread-refile): Ditto.
2754         (wl-thread-delete): Ditto.
2755         (wl-thread-target-mark): Ditto.
2756
2757         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2758         (wl-summary-target-mark-set-action): Fixed.
2759         (wl-summary-define-mark-action): Fixed quotation.
2760         (wl-summary-move-mark-list-messages): Display message.
2761         (wl-summary-define-mark-action): Define thread functions.
2762         (wl-summary-exec-action-refile): Changed message.
2763         (wl-summary-exec): Ditto.
2764
2765 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2766         
2767         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2768         '%%'.
2769
2770 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl.el (toplevel): Require wl-action.
2773         (wl-init): Call wl-summary-define-mark-action.
2774
2775         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2776
2777         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2778         wl-summary-delete and wl-summary-erase.
2779         (wl-summary-mode-map): Ditto.
2780
2781         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2782         wl-delete-folder-alist.
2783
2784         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2785         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2786         (toplevel): Moved mark & action related functions to the wl-action.el.
2787
2788         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2789         in wl-summary-mark-action-list.
2790         (wl-highlight-summary-current-line): Ditto.
2791
2792         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2793         empty lines.
2794
2795         * wl-action.el: New file. 
2796
2797 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2798
2799         * wl-summary.el (wl-summary-target-mark-replace): New function.
2800         (wl-summary-target-mark-prefetch): Use it.
2801         (wl-summary-target-mark-delete): Ditto.
2802         (toplevel): Rearranged definition order.
2803         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2804         (wl-summary-target-mark-erase): Rewrite.
2805         (wl-summary-erase-region): New function.
2806         (wl-summary-exec-action-erase): Changed message.
2807         (wl-summary-move-mark-list-messages): New function.
2808         (wl-summary-exec-action-delete): Use it.
2809         (wl-summary-exec-action-erase): Ditto.
2810
2811         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2812         (wl-summary-skip-mark-list): Added "d".
2813
2814         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2815         while searching.
2816
2817         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2818         and define using defcustom;
2819         Define 4th element as a face.
2820         
2821         * wl-summary.el (wl-summary-incorporate): Use 
2822         `wl-summary-prefetch-region-no-mark' instead of
2823         `wl-summary-prefetch-region'.
2824         (wl-summary-prefetch-region-no-mark): Revival of old
2825         `wl-summary-prefetch-region'.
2826         (wl-summary-mark-action-list): Moved to wl-vars.el
2827
2828         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2829         face according to the `wl-summary-mark-action-list'.
2830         (wl-highlight-summary-current-line): Ditto;
2831         Removed destination highlighting.
2832
2833         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2834         (wl-highlight-summary-line-string): Highlight for "i" mark.
2835         (wl-highlight-summary-current-line): Ditto.
2836
2837         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2838         no destination.
2839
2840         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2841         exists, just go ahead.
2842         (wl-summary-prefetch-region): Rewrite.
2843         (wl-summary-prefetch): Ditto.
2844         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2845         (wl-summary-exec-action-prefetch): New function.
2846         (wl-summary-target-mark-prefetch): Rewrite.
2847
2848 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2851         (wl-highlight-summary-line-string): Added "d" and "D".
2852         (wl-highlight-summary-current-line): Ditto.
2853
2854         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2855         in wl-summary.el.
2856         (wl-thread-insert-entity-sub): Ditto.
2857         (wl-thread-remove-destination-region): Ditto.
2858         (wl-thread-print-destination-region): Ditto.
2859
2860         * wl-summary.el (wl-summary-buffer-refile-list,
2861         wl-summary-buffer-delete-list,
2862         wl-summary-buffer-copy-list): Abolish.
2863         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2864         All other related portions are changed.
2865         (wl-summary-mark-action-list): New variable.
2866         (wl-summary-set-mark): New function.
2867         (wl-summary-register-target-mark): Ditto.
2868         (wl-summary-unregister-target-mark): Ditto.
2869         (wl-summary-have-target-mark-p): Ditto.
2870         (wl-summary-register-temp-mark): Ditto.
2871         (wl-summary-unregister-temp-mark): Ditto.
2872         (wl-summary-registered-temp-mark): Ditto.
2873         (wl-summary-collect-temp-mark): Ditto.
2874         (wl-summary-unset-mark): Ditto.
2875         (wl-summary-set-target-mark): Ditto.
2876         (wl-summary-unset-target-mark): Ditto.
2877         (wl-summary-set-action-generic): Ditto.
2878         (wl-summary-unset-action-generic): Ditto.
2879         (wl-summary-exec-action-delete): Ditto.
2880         (wl-summary-exec-action-erase): Ditto.
2881         (wl-summary-set-action-refile): Ditto.
2882         (wl-summary-set-action-refile-subr): Ditto.
2883         (wl-summary-unset-action-refile): Ditto.
2884         (wl-summary-make-destination-numbers-list): Ditto.
2885         (wl-summary-exec-action-refile): Ditto.
2886         (wl-summary-set-action-copy): Ditto.
2887         (wl-summary-unset-action-copy): Ditto.
2888         (wl-summary-exec-action-copy): Ditto.
2889         (wl-summary-collect-numbers-region): Ditto.
2890         (wl-summary-delete): Rewrite.
2891         (wl-summary-erase): Ditto.
2892         (wl-summary-remove-destination): Ditto.
2893         (wl-summary-exec): Ditto.
2894         (wl-summary-exec-region): Ditto.
2895         (wl-summary-target-mark-erase): Ditto.
2896         (wl-summary-refile): Ditto.
2897         (wl-summary-copy): Ditto.
2898         (wl-summary-unmark): Ditto.
2899         (wl-summary-delete-all-mark): Ditto.
2900         (wl-summary-mark-line): Don't highlight.
2901         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2902         (wl-summary-target-mark-refile-subr): Rewrite.
2903
2904         (wl-summary-copy-prev-destination): Abolish.
2905
2906 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2907
2908         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2909         default values along the value of wl-on-mule.
2910         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2911         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2912         It is not used anywhere.
2913
2914 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2915
2916         * wl-summary.el (wl-summary-print-destination): Keep position.
2917         (wl-summary-cursor-move-surface): Keep horizontal position.
2918
2919 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2920
2921         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2922         write sendlog.
2923
2924 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2927         `wl-summary-highlight'.
2928
2929 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2932         trivial condition for temp-mark.
2933
2934 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2935
2936         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2937         when it hits killed buffer.
2938
2939 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2940
2941         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2942         * wl-news.el.in: `message' and `error' take format string.
2943
2944 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2945
2946         * wl-folder (wl-folder-insert-entity): Display a message,
2947         `...done', when the work finish.
2948         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2949
2950 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2951
2952         * wl-message.el (wl-message-redisplay): Remove unused local
2953         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2954
2955 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2956
2957         * wl-summary.el (wl-summary-replace-status-marks): Disable
2958         interactive use.
2959         (wl-summary-reedit): Check message existence at first.
2960         (wl-summary-mark-line): Fix doc, return value is indefinite.
2961
2962         * wl-highlight.el (wl-highlight-message): Arranged.
2963
2964         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2965         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2966         check temp-mark by wl-summary-temp-mark always.
2967         (wl-highlight-summary): Change accordingly.
2968         * wl-summary.el (wl-summary-mark-as-read-all)
2969         (wl-summary-delete-cache, wl-summary-set-score-mark)
2970         (wl-summary-mark-as-unread, wl-summary-unmark)
2971         (wl-summary-mark-line, wl-summary-mark-as-read)
2972         (wl-summary-mark-as-important): Ditto.
2973
2974         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2975         end of the window if possible.
2976         * wl-summary.el (wl-summary-sync-update): Support lazy
2977         highlighting.
2978         (wl-summary-toggle-disp-msg): Ditto.
2979
2980 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2981
2982         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2983
2984 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2987         change.
2988
2989 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2992         API.
2993         (wl-summary-sync-update): Ditto.
2994
2995         * wl-score.el (wl-score-get-score-alist): Changed argument.
2996         (wl-summary-rescore-msgs): Likewise.
2997         (wl-summary-score-headers): Likewise.
2998         (wl-score-headers): Likewise;
2999         Use elmo-folder-do-each-message-entity, etc.
3000         (wl-summary-score-effect): Follow the changes above.
3001         (wl-summary-rescore): Ditto.
3002         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3003         (wl-score-get-overview): Abolish.
3004
3005         * wl-summary.el (wl-summary-default-from): Follow the API change in
3006         elmo-msgdb.
3007         (wl-summary-count-unread): Ditto.
3008         (wl-summary-detect-mark-position): Ditto.
3009         (wl-summary-overview-entity-compare-by-date): Ditto.
3010         (wl-summary-overview-entity-compare-by-number): Ditto.
3011         (wl-summary-overview-entity-compare-by-from): Ditto.
3012         (wl-summary-overview-entity-compare-by-subject): Ditto.
3013         (wl-summary-get-list-info): Ditto.
3014         (wl-summary-rescan): Ditto.
3015         (wl-summary-jump-to-msg-by-message-id): Ditto.
3016         (wl-summary-sync-update): Ditto; Removed comment.
3017         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3018         (wl-summary-insert-message): Use wl-summary-insert
3019         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3020         (wl-summary-insert-headers): Changed argument overview to folder.
3021         (wl-summary-search-by-subject): Likewise.
3022         (wl-summary-insert-thread): Renamed from 
3023         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3024
3025         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3026         too.
3027
3028         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3029         wl-string-member.
3030
3031 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3034         elmo-folder-append-buffer.
3035         (wl-draft-queue-append): Likewise.
3036
3037         * wl-mime.el (wl-message-delete-current-part): Ditto.
3038         (wl-summary-burst-subr): Ditto.
3039
3040         * wl-news.el.in (wl-news-send-news): Ditto.
3041
3042 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3045         function.
3046         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3047         (wl-summary-update-mark): Enclose with save-excursion.
3048         (wl-summary-mark-as-read-internal): Fixed last change.
3049         (wl-summary-mark-as-important): Use 3rd argument of
3050         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3051         Don't use elmo-msgdb-set-mark.
3052         (wl-summary-redisplay-internal): If msgdb flag is already read,
3053         just update the mark on buffer.
3054
3055 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3056
3057         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3058         cut visible folder when elmo-folder-delete returns non-nil value.
3059
3060 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3061
3062         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3063         by Kenichi OKADA <okada@opaopa.org>).
3064
3065 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3066
3067         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3068
3069 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3070
3071         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3072         Fixed the last change, search group entity by its real name.
3073         (Thanks to: KOBAYASHI Shinji)
3074
3075 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3076
3077         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3078         (wl-fldmgr-access-display-all): Don't refer visible name.
3079         * wl-expire.el (wl-folder-archive-current-entity)
3080         (wl-folder-expire-current-entity): Ditto.
3081         * wl-folder.el (wl-folder-jump-to-current-entity)
3082         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3083         (wl-folder-open-folder-sub,wl-folder-open-all)
3084         (wl-folder-write-current-folder): Ditto.
3085         (wl-folder-insert-entity): Don't use petname for normal group.
3086         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3087         is the real name.
3088         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3089         Abolished.
3090
3091 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3092
3093         * wl-draft.el (wl-draft-create-buffer): Add
3094         `wl-summary-reply-with-citation'
3095
3096 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3097
3098         * wl-draft.el (wl-draft-reply): Fixed.
3099
3100 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3101
3102         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3103         when `wl-draft-send-confirm-with-preview' is non-nil.
3104         You can scroll up/down by j/k.
3105         (wl-draft-send-confirm-with-preview): New variable (default=t).
3106
3107 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3110         (wl-fldmgr-save-folders): Fix comment.
3111
3112 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3113
3114         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3115         along the last change in `wl-folder-buffer-group-p'.
3116
3117 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3118
3119         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3120         folder.
3121
3122         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3123         the default value.
3124
3125         * wl-mime.el (wl-summary-burst): Update summary only when target
3126         folder equals current folder.
3127
3128 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3131
3132 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3135         value.
3136
3137 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3140         `map-extents' instead of `extent-at' repeatedly.
3141         (wl-highlight-folder-current-line): Ditto.
3142
3143         * wl-highlight.el: Remove useless dummy functions.
3144
3145 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3148         (wl-folder-put-folder-property): New function to put text property.
3149         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3150         (wl-folder-insert-entity, wl-folder-update-diff-line)
3151         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3152         * wl-e21.el, wl-xmas.el, wl-mule.el
3153         (wl-highlight-folder-current-line): Ditto.
3154         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3155         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3156         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3157         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3158
3159 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3160
3161         * Version number is increased to 2.11.3.
3162
3163 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3164
3165         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3166         Resume current-buffer since it is assumed by remaining tasks.
3167
3168 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3169
3170         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3171         (wl-folder-completion-function): Abolished.
3172         (wl-folder-complete-folder): New function.
3173         (wl-folder-complete-filter-condition): Ditto.
3174         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3175         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3176
3177 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-draft.el (wl-draft-send-confirm): New function.
3180         (wl-draft-send): Use it.
3181
3182         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3183         cursor-in-echo-area while confirming.
3184
3185         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3186
3187         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3188         searching via nntp if wl-summary-search-via-nntp is 'force.
3189         Otherwise, invoke searching in nntp folder only.
3190         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3191
3192         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3193         explicitly for mime-make-text-tag.
3194
3195 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3196
3197         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3198         `mime-make-text-tag' instead of `mime-create-tag'.
3199
3200 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3201
3202         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3203         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3204
3205 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-score.el (wl-score-save): Bind print-length and print-level.
3208         (wl-score-pretty-print): Ditto.
3209         (wl-score-edit-insert-header-entry): Ditto.
3210
3211         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3212         "From" entry to be treated with wl-draft-eword-encode-address-list.
3213         * wl-mime.el (wl-draft-preview-message): Ditto.
3214
3215         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3216         (wl-summary-mark-as-unread): Ditto.
3217         (wl-summary-mark-as-read-region): Change accordingly.
3218         (wl-summary-mark-as-unread-region): Ditto.
3219         (wl-summary-target-mark-mark-as-read): Ditto.
3220         (wl-summary-target-mark-mark-as-unread): Ditto.
3221
3222 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3223
3224         * Version number is increased to 2.11.2.
3225
3226 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3227
3228         * wl-news.el.in (wl-news-previous-version-save): Bind
3229         print-length and print-level.
3230         * wl-thread.el (wl-thread-save-entities): Ditto.
3231         (wl-thread-save-top-list): Bind print-length.
3232
3233 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3234
3235         * wl-highlight.el (wl-highlight-summary-line-string): Use
3236         wl-summary-score-below-mark, wl-summary-score-over-mark.
3237         (wl-highlight-summary-current-line): Ditto.
3238
3239 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3240
3241         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3242         insert it.
3243
3244 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3245
3246         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3247
3248 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3249
3250         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3251         message without msgid.
3252         Rewrite with elmo-folder-move-messages.
3253         Set wl-message-buffer to nil.
3254
3255         * wl-summary.el (wl-summary-erase-subr): New function. Use
3256         elmo-folder-move-messages.
3257         (wl-summary-erase): Call it.
3258         (wl-summary-target-mark-erase): Ditto.
3259
3260 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3261
3262         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3263         it is not up-tp-date.
3264
3265 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3266
3267         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3268         buffer after calling `wl-summary-goto-folder-subr' without the
3269         argument `interactive'.
3270         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3271
3272 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3273
3274         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3275         `mime-create-tag'. Use `string=' instead of `looking-at'.
3276
3277 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3280         to avoid compile warning.
3281
3282         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3283         entity-id when folder is given.
3284         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3285         save-excursion, use save-selected-window instead.
3286         Select folder buffer window if exists.
3287         (To correct behavior with wl-folder-move-cur-folder.)
3288
3289 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3290
3291         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3292
3293 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3294
3295         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3296         list-count instead of %d.
3297
3298 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3301         (wl-news): Set it.
3302         (wl-news-append-to-folder): Use it.
3303
3304         * wl-news.el.in (wl-news-send-news): Append to specified folder
3305         instead of wl-default-folder.
3306         (wl-news-append-to-folder): Show error message with specified folder.
3307
3308         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3309                 In most major modes, Emacs assumes that any opening
3310                 delimiter found at the left margin is the start of a
3311                 top-level definition, or defun. Therefore, *never put an
3312                 opening delimiter at the left margin unless it should have
3313                 that significance.*
3314
3315         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3316
3317 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3318
3319         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3320
3321 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3322
3323         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3324
3325 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3326
3327         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3328         for sequential numbering case.
3329
3330 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3333         value.
3334         (wl-draft-reply-without-argument-list): Ditto.
3335         (wl-draft-reply-myself-with-argument-list): Abolish.
3336         (wl-draft-reply-myself-without-argument-list): Ditto.
3337         * wl-draft.el (wl-draft-self-reply-p): New function.
3338         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3339
3340 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3343         (avoid error for the case without byte-compiling)
3344
3345 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3346
3347         * wl-news.el.in (wl-news-append-to-folder): New function.
3348         (wl-news-exit): Rewrite.
3349         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3350
3351 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3352
3353         * wl-draft.el (wl-draft-reply-position): New function.
3354         (wl-draft-reply-position): Fix.
3355         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3356         (wl-summary-target-mark-reply-with-citation): Ditto.
3357         (wl-summary-reply-with-citation): Ditto.
3358         * wl-vars.el (wl-draft-reply-default-position): New variable.
3359
3360 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3361
3362         * wl-draft.el (wl-draft-send): Preview when interactive send.
3363
3364 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3365
3366         * wl-draft.el (wl-draft-reply): Set default position.
3367         * wl-summary.el (wl-summary-reply): Ditto.
3368         (wl-summary-reply-with-citation): Ditto.
3369         (wl-summary-target-mark-reply-with-citation): Ditto.
3370
3371 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3372
3373         * wl-news.el.in (wl-news-lang): Set default value according to
3374         current-language-environment.
3375         (wl-news-append-news): Do nothing when news-list is nil.
3376
3377 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3378
3379         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3380         (wl-news): Change message.
3381         (wl-news-exit): Check buffer.
3382         (wl-news-force-exit): New function.
3383         (wl-news-show-all): New function.
3384         (wl-news-discard-and-exit): Fix.
3385
3386 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3387
3388         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3389         according to current-language-environment.
3390
3391         * wl-news.el.in (wl-news): If arg, show all NEWS after
3392         wl-news-default-previous-version.
3393
3394 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3395
3396         * wl-news.el.in (wl-news-check): Rewritten.
3397         (wl-news-previous-version-load): Change data type.
3398         (wl-news-previous-version-save): Change data type.
3399         (wl-news-append-news): Add return value.
3400         (wl-news-check-news): New function.
3401         (wl-news-already-current-p): New function.
3402         (wl-news-send-news): Rewritten.
3403         (wl-news-mode-map): Add new keybind.
3404         (wl-news): Rewritten.
3405         (wl-news-exit): Rewritten.
3406         (wl-news-discard-and-mail): New function.
3407         (wl-news-send-to-address): Abolished.
3408         * wl.el (wl-init): Delete a message.
3409
3410 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3411
3412         * wl-news.el.in (wl-news-exit): Update previous version.
3413         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3414
3415 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3416
3417         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3418
3419 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3420
3421         * wl-news.el.in (wl-news): New function.
3422         (wl-news-mode): New function.
3423         (wl-news-next-line): New function.
3424         (wl-news-next-page): New function.
3425         (wl-news-exit): New function.
3426         (wl-news-buf-name): New variable.
3427         (wl-news-mode-map): New variable.
3428         (wl-news-winconf): New variable.
3429         (wl-news-append-news): Add an option.
3430
3431 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3432
3433         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3434
3435 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-news.el.in (wl-news-send-to-address): New variable.
3438         (wl-news-send-news): Use it.
3439         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3440         Return updating status.
3441         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3442
3443 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3444
3445         * wl-news.el.in (wl-news-send-news): Delete
3446         Organization and X-Face.
3447
3448 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3449
3450         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3451         (wl-news-append-news): New function.
3452         (wl-news-send-news): New function.
3453
3454 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3455
3456         * Version number is increased to 2.11.1.
3457
3458 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3459
3460         * wl-news.el.in : New file.
3461
3462 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3463
3464         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3465         default value.
3466         (wl-draft-reply-without-argument-list): Ditto.
3467
3468 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3469
3470         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3471         (wl-message-buffer-prefetch-idle-time): Ditto.
3472         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3473
3474 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-thread.el (wl-thread-insert-message): Use
3477         wl-summary-max-thread-depth.
3478
3479         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3480         loop detection.
3481
3482         * wl-message.el (wl-message-buffer-display): Back to the first page
3483         when cache is hit.
3484
3485 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3488
3489         * wl-summary.el (wl-summary-insert-thread-entity):
3490         If the thread depth is reached to wl-summary-max-thread-depth,
3491         divide the thread.
3492
3493 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3494
3495         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3496         for elmo-remove-passwd.
3497
3498 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3501         folder is sticky.
3502         (wl-folder-mark-as-read-all-entity): Ditto.
3503         (wl-folder-prefetch-entity): Ditto.
3504
3505 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3506
3507         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3508
3509 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3510
3511         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3512         Delete messages on buffer for unplugged operation.
3513         (wl-summary-erase): Ditto.
3514
3515 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3518         take nil so as not to search parent by subject.
3519
3520 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3523         (wl-folder-get-next-folder): Ditto.
3524         (wl-folder-get-path): Ditto.
3525
3526 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3529         system and encode the region with it before verifying.
3530
3531 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3534         system of the echo buffer before decoding.
3535
3536 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3539         original contents.
3540
3541 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3544         with argument 'any-exists.
3545
3546 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3549         Use `wl-cs-autoconv'.
3550
3551 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3554         by `mime-view-automatic-conversion'.
3555
3556         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3557         (wl-message-verify-pgp-nonmime): Ditto.
3558         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3559         Bind them to C-c:d and C-c:v respectively.
3560
3561         Merge following code by Teranishi-san from [wl-en:00167].
3562         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3563         (wl-mime-preview-application/pgp-encrypted): Ditto.
3564         (wl-mime-setup): Add entry.
3565
3566 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3567
3568         * wl-summary.el (wl-summary-target-mark-erase): New function.
3569         Bind it to "mD".
3570
3571 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-vars.el (wl-draft-write-file-function): Fix.
3574         (wl-draft-reedit-hook): Changed default value.
3575
3576         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3577         wl-draft-reedit-hook.
3578         (wl-draft-remove-text-plain-tag): New function.
3579         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3580
3581         * wl-vars.el (wl-draft-write-file-function): New user option.
3582
3583         * wl-draft.el (wl-draft-prepare-edit): Use it for
3584         local-write-file-hooks.
3585         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3586
3587         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3588         (wl-draft-insert-mail-header-separator): Return the body beginning
3589         point.
3590         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3591         text/plain.
3592         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3593
3594 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3595
3596         * wl-summary.el (wl-summary-erase): New function to erase message
3597         without moving it to trash. Bind to "D".
3598
3599         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3600         as `keep' unless switch-function.
3601
3602 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3605         message buffer by using `wl-summary-toggle-disp-msg'.
3606         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3607         buffer window.
3608         (wl-summary-supresedes-message): Ditto.
3609
3610         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3611         Do not delete other windows.
3612         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3613         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3614         (wl-draft-create-buffer): Set reply-or-forward also for target
3615         mark commands.
3616
3617 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-draft.el (wl-user-agent-compose): Delete special case for
3620         switch-to-buffer-other-window.
3621
3622         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3623         (wl-summary-forward): Ditto.
3624
3625         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3626         function.
3627         (wl-draft-buffer-style): New use option.
3628
3629         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3630         (wl-draft): Follow the change above.
3631         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3632         wl-draft-buffer-style.
3633         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3634         switch-function.
3635
3636 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3637
3638         * wl-address.el (wl-address-make-completion-entry): Extracted from
3639         `wl-address-make-completion-list'.
3640         (wl-address-enable-strict-loading): New variable.
3641         (wl-address-make-completion-list): Revive petname duplication
3642         inquiry, and enable it if `wl-address-enable-strict-loading'.
3643         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3644
3645 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-message.el (wl-message-get-original-buffer): Avoid
3648         'Selecting deleted buffer' error when original buffer is killed.
3649
3650 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl-summary.el (wl-summary-next-message): Use
3653         elmo-message-accessible-p instead of elmo-message-cached-p.
3654
3655 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3658
3659         * wl-thread.el (wl-thread-open-all-unread): Use
3660         elmo-folder-list-flagged instead of
3661         elmo-folder-list-messages-mark-match.
3662
3663         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3664         instead of elmo-folder-list-messages-mark-match.
3665         (wl-summary-move-spec-alist): New variable.
3666         (wl-summary-move-spec-plugged-alist,
3667         wl-summary-move-spec-unplugged-alist): Abolish.
3668         (wl-summary-next-message): Follow the change above.
3669         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3670         with 'no-msg' argument.
3671
3672         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3673         variable.
3674         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3675         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3676         (wl-message-buffer-prefetch-get-next): Follow the change above.
3677
3678 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-version.el (wl-version): Changed codename.
3681
3682         * Version number is increased to 2.11.0.
3683
3684 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3687         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3688         `wl-draft-config-variables'.
3689         (wl-draft-kill): Fixed problem when the draft is reedit.
3690
3691 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3694         buffer-modified status (Thanks to
3695         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3696
3697 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-util.el (wl-region-exists-p): New function.
3700
3701         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3702         Remove defvars for byte-compile warnings.
3703
3704 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3705
3706         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3707         defvar-maybe. Removed unused bind.
3708
3709 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3710
3711         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3712         summary buffer window before creating new frame.
3713         (wl-draft-reply): Ditto.
3714
3715 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3716
3717         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3718
3719 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3720
3721         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3722
3723 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3724
3725         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3726         instead of `kill-region'.
3727
3728 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3731         (wl-highlight-summary-line-string): Use it.
3732         (wl-highlight-summary-current-line): Ditto.
3733
3734         * wl-mime.el (wl-message-delete-current-part): Check the class of
3735         mime-entity.
3736
3737         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3738
3739         * wl-summary.el (wl-summary-make-number-list): Initialize.
3740         (wl-summary-update-mark): New function.
3741         (wl-summary-reply): Put `answered' mark on the message.
3742         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3743
3744         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3745         (wl-draft-reply): Added optional argument `number';
3746         Set wl-draft-parent-number.
3747         (wl-draft-kill): Delete answered mark if it is a reply.
3748
3749 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3750
3751         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3752         that originates in mime-preview-follow-current-entity.
3753         (wl-draft-yank-current-message-entity): Use it if region is active.
3754
3755         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3756         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3757         `wl-message-delete-current-part'.
3758         * wl-mule.el (wl-message-define-keymap): Ditto.
3759         * wl-xmas.el (wl-message-define-keymap): Ditto.
3760
3761 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3762
3763         * wl-mime.el (wl-message-delete-current-part): New function.
3764         (wl-mime-node-id-to-string): Ditto.
3765
3766         * wl-mime.el (wl-message-delete-current-part): Use existing
3767         original buffer which corresponds current mime-view buffer.
3768         (fetched buffer might have different structure, possibly)
3769
3770         * wl-mime.el (wl-message-delete-current-part): Quit if the
3771         message content differs from the actual message.
3772
3773 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3774
3775         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3776         order.
3777         (wl-summary-search-by-subject): Search parent message from tail;
3778         Check the existence of the parent message on the current thread tree.
3779         (wl-summary-update-thread): Check whether the line is inserted.
3780
3781 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-vars.el (wl-summary-line-format): Undo last change.
3784         * wl-summary.el (wl-summary-print-destination): Do not put
3785         invisible property when `wl-summary-width' is nil.
3786         (wl-summary-line-subject-minimum-length): Abolished.
3787         (wl-summary-line-subject): Ditto.
3788
3789 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-vars.el (wl-summary-line-format): Change default value.
3792         (wl-summary-subject-length-limit): Abolished.
3793         * wl-summary.el (wl-summary-line-subject): Ditto.
3794
3795 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3796
3797         * wl-template.el (wl-template-select): Added optional argument.
3798         If optional argument is specified, reverse
3799         `wl-template-visible-select'.
3800
3801 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3804         Take prefix argument to force asking the destination folder.
3805
3806 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3809         count and update status.
3810
3811 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-summary.el (wl-summary-redisplay-internal): If
3814         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3815         after fetching.
3816
3817 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3818
3819         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3820         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3821
3822         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3823
3824 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3827         (All other related portions are changed).
3828         (wl-summary-mark-as-read-all): Rewrite.
3829
3830 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3833         `wl-summary-mark-as-read'.
3834         (wl-summary-mark-as-unread): Rewrite.
3835         (wl-summary-mark-as-read): Added no-modeline argument.
3836         (wl-summary-resume-cache-status): Rewrite.
3837         (wl-summary-exec-subr): Remove unused local variable.
3838
3839 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3840
3841         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3842         logic to call `wl-summary-buffer-prev-folder-function'.
3843         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3844
3845 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3846
3847         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3848         is nil.
3849
3850 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3853         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3854         (wl-mime-setup): Add its entry.
3855
3856 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3859         (wl-summary-delete-cache): Likewise.
3860         (wl-summary-mark-as-read): Rewrite.
3861
3862 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3865         `wl-summary-count-unread'.
3866
3867         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3868
3869         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3870
3871 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3874         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3875         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3876         Renamed to the elmo-msgdb-*-mark.
3877         (wl-summary-score-marks): Follow the change above.
3878         (wl-summary-auto-refile-skip-marks): Ditto.
3879         (wl-summary-incorporate-marks): Ditto.
3880         (wl-summary-expire-reserve-marks): Ditto.
3881
3882         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3883         changes.
3884         (wl-thread-insert-top): Changed updating message.
3885
3886         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3887         variable.
3888         (wl-summary-count-unread): Count answered marks.
3889         (wl-summary-rescan): Call wl-summary-insert-message instead of
3890         wl-summary-append-message-func-internal.
3891         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3892         (wl-summary-prefetch-msg): Follow the variable name changes.
3893         (wl-summary-prefetch-region): Ditto.
3894         (wl-summary-mark-as-read-all): Follow the API changes;
3895         Don't call elmo-folder-replace-marks.
3896         (wl-summary-delete-cache): Follow the variable name changes.
3897         (wl-summary-resume-cache-status): Ditto.
3898         (wl-summary-update-status-marks): New function.
3899         (wl-summary-insert-message): New function.
3900         (wl-summary-sync-marks): Follow the variable name changes.
3901         (wl-summary-sync-update): Synchronize to the msgdb, too;
3902         Changed update messages.
3903         (wl-summary-make-number-list): Rewrite.
3904         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3905         (wl-summary-mark-as-unread): Follow the API changes.
3906         (wl-summary-exec-subr): Follow the variable name changes.
3907         (wl-summary-mark-as-read): Ditto.
3908         (wl-summary-move-spec-plugged-alist): Ditto.
3909         (wl-summary-move-spec-unplugged-alist): Ditto.
3910         (wl-summary-cursor-move-surface): Ditto.
3911
3912         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3913         variable name changes.
3914         (wl-highlight-summary-current-line): Ditto.
3915
3916         * wl-expire.el (wl-expire-refile): Follow the API change in
3917         elmo-folder-move-messages.
3918         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3919         (wl-summary-archive): Use elmo-folder-msgdb instead of
3920         elmo-msgdb-load.
3921
3922 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-mime.el (wl-draft-preview-message): Restore the position
3925         before evaluating wl-draft-send-hook in preview buffer.
3926
3927 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3930         when it creates new draft buffer.
3931
3932         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3933         without argument.
3934
3935         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3936         Evaluate content and if the value is string, insert it.
3937         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3938         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3939         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3940         wl-draft-config-sub-part-bottom): Use it.
3941
3942         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3943         with the folder name. The question was unintelligible when it is
3944         called from wl-save-status.
3945
3946 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3947
3948         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3949         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3950         cannot take second argument).
3951
3952 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3953
3954         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3955         as t. Since type and subtype are not case sensitive (RFC 2045).
3956
3957 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-vars.el (wl-message-mode-line-format): New variable.
3960         (wl-message-mode-line-format-spec-alist): Ditto.
3961         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3962         (wl-message-redisplay): Use wl-message-mode-line-format.
3963
3964 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3965
3966         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3967
3968 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-summary.el (wl-summary-default-from): Write description.
3971
3972 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-vars.el (wl-ldap-objectclass): Abolish.
3975
3976         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3977         (wl-ldap-make-filter): Removed condition for objectclass.
3978         (wl-ldap-make-matched-value-list): Remove meaningless process.
3979         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3980         (wl-address-ldap-search): Don't add `*' to `pat' string;
3981         use ignore-errors; added `email';
3982         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3983         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3984         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3985
3986
3987 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-draft.el (wl-draft-parent-folder): Write description.
3990         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3991
3992 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3995         as "" (zero-length string) if no parent.
3996         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3997
3998 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-address.el (wl-address-make-completion-list): Skip duplication
4001         checking.
4002         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4003         `append'.
4004
4005 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4006
4007         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4008         instead of `beginning-of-buffer'.
4009
4010 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4013
4014 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4017         Refer wl-message-buffer-name.
4018         (wl-message-wheel-down): Ditto.
4019
4020 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-vars.el (wl-message-buffer-name): New user option.
4023
4024         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4025         directly instead of making alist dinamically.
4026
4027         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4028         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4029         wl-message-buffer-cache-name.
4030         (wl-message-buffer-cache-clean-up): Ditto.
4031
4032         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4033
4034         * Version number is increased to 2.9.15.
4035
4036 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-vars.el (wl-summary-default-view-alist): New user option.
4039
4040         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4041
4042         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4043         while deleting address.
4044         (wl-draft-delete-myself-from-cc): Ditto.
4045
4046         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4047         If optional argument is specified, reverse sort order.
4048
4049         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4050
4051 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-thread.el (wl-thread-insert-message): Return parent number if
4054         exists.
4055         (wl-thread-update-indent-string-region): Use
4056         wl-thread-update-line-on-buffer-sub instead of
4057         wl-thread-update-line-on-buffer.
4058
4059 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4060
4061         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4062         (wl-folder-close-all): Ditto.
4063
4064 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4065
4066         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4067         and mailing-list:.
4068         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4069         value.
4070         (wl-summary-line-list-info): Print mailing-list name even when 
4071         list-number is empty.
4072
4073 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4076
4077         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4078         (wl-draft-open-file): Ditto.
4079         (wl-draft-random-alphabet): Ditto.
4080
4081         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4082         bindings.
4083
4084 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4087         * wl-vars.el (wl-draft-config-alist): Ditto.
4088
4089 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * Version number is increased to 2.9.14.
4092
4093         * wl.el (wl): Don't set wl-init as nil when error occured while
4094         auto-checking folders.
4095
4096         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4097         `elmo-expand-newtext'.
4098
4099 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4102         `this-command' so that `wl-folder-goto-folder' contained in
4103         `wl-summary-keep-cursor-command' work.
4104
4105 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4106
4107         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4108         message buffer displaying state.
4109
4110 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4111
4112         * wl-vars.el (wl-summary-default-view): New variable to specify
4113         default value for `wl-summary-buffer-view' instead of using
4114         set-default.
4115         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4116
4117 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4118
4119         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4120
4121         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4122
4123 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4124
4125         * wl-vars.el (wl-forward-subject-prefix): New variable.
4126         * wl-draft.el (wl-draft-forward): Use it.
4127
4128 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-message.el (wl-message-prev-page): When it is called without
4131         lines argument, scroll down by wl-message-scroll-amount lines.
4132         (wl-message-next-page): Ditto.
4133         * wl-vars.el (wl-message-scroll-amount): Change default value
4134         to preserve current behavior.
4135
4136 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4137
4138         * wl-summary.el (wl-summary-prefetch-msg): Bind
4139         `wl-message-entity' to call `wl-summary-from-function'.
4140
4141 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-message.el (wl-message-buffer-create): Run
4144         wl-message-buffer-created-hook.
4145
4146 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-summary.el (wl-summary-sort-specs): New variable.
4149         (wl-summary-default-sort-spec): Ditto.
4150         (wl-summary-sort): Rewrite.
4151         (wl-summary-sort-by-list-info): New function.
4152
4153 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4154
4155         * wl-summary.el (wl-summary-get-list-info): New function.
4156         (wl-summary-sort): Rewrite.
4157         (wl-summary-line-list-info): Ditto.
4158         (wl-summary-line-list-count): Ditto.
4159         (wl-summary-refile-region): Fixed docstring.
4160
4161 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4162
4163         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4164         `wl-folder-entity-hashtb' as completion table.
4165
4166 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4169         only when this command is called interactively; silence the byte-
4170         compiler.
4171
4172 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4173
4174         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4175         active in XEmacs.
4176
4177 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4178
4179         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4180         plural lines.
4181
4182 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4183
4184         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4185         of current line when the cursor is on the header name.
4186         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4187
4188 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4189
4190         * wl-util.el (wl-read-directory-name): Return displayed directory
4191         as the default value also on XEmacs.
4192
4193 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4196         formatting.
4197
4198 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4201         argument and when it is non-nil, check face property before
4202         highlighting for each line.
4203         (wl-highlight-summary-window): Set it.
4204
4205 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4208         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4209
4210         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4211         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4212         (wl-draft-get-fcc-list): Likewise.
4213
4214 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4217         (wl-thread-entity-cur): Ditto.
4218         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4219         wl-thread-indent-regexp setting.
4220         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4221
4222         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4223         wl-summary-lazy-highlight.
4224         (wl-summary-display-bottom): Ditto.
4225
4226         * wl-thread.el (wl-thread-open-close): Likewise.
4227
4228         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4229         from and subject;
4230         Bind wl-draft-use-frame;
4231         Enclose with save-window-excursion;
4232         Use wl-draft-create-buffer instead of with-temp-buffer;
4233         Use wl-draft-prepare-edit;
4234         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4235         Use wl-draft-send instead of wl-draft-raw-send.
4236
4237 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4240         of using wl-from.
4241
4242 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4245         insert-buffer instead of clone-buffer.
4246         (wl-draft-doing-mime-bcc): New variable.
4247         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4248         infinite loop.
4249         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4250
4251         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4252         (wl-draft-mime-bcc-body): Ditto.
4253
4254         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4255         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4256         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4257         wl-draft-do-mime-bcc.
4258         (wl-draft-mime-bcc-field): New function.
4259         (wl-draft-do-mime-bcc): Ditto.
4260
4261         * wl-address.el (wl-address-complete-header-list): New variable.
4262         (wl-address-complete-header-regexp): Changed default value.
4263
4264         * Version number is increased to 2.9.13.
4265
4266 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4269         it is differed.
4270
4271 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4272
4273         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4274         (wl-summary-line-list-count): Ditto.
4275
4276 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4279         (wl-nntp-posting-function): New variable.
4280         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4281         `wl-nntp-posting-config-alist'.
4282
4283 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4284
4285         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4286         FLIM.
4287
4288 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4289
4290         * wl-summary.el (wl-summary-target-mark-refile-sub):
4291         Remove a nuisance funcall.
4292
4293 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4294
4295         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4296         as t for `try-completion'.
4297
4298 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-summary.el (wl-summary-default-from): Use
4301         wl-address-header-extract-address instead of
4302         std11-extract-address-components.
4303         (wl-summary-simple-from): Ditto.
4304         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4305         (wl-summary-insert-headers): Show message.
4306         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4307         for whole line.
4308         (wl-summary-default-from): Revert last change.
4309         (wl-summary-simple-from): Ditto.
4310         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4311         (wl-summary-mark-as-read-region): Follow the change above.
4312         (wl-summary-sync-marks): Ditto.
4313         (wl-summary-target-mark-mark-as-read): Ditto.
4314         (wl-summary-redisplay-internal): Ditto.
4315         (wl-summary-redisplay-no-mime-internal): Ditto.
4316         (wl-summary-redisplay-all-header): Ditto.
4317         (wl-summary-mark-as-read): Removed argument `cached';
4318         Use current cache status to set cache mark.
4319         (wl-summary-redisplay-internal): Follow the change above.
4320         (wl-summary-redisplay-no-mime-internal): Ditto.
4321         (wl-summary-redisplay-all-header): Ditto.
4322
4323         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4324
4325         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4326         Don't call itself recursively (Adviced by Yamaoka-san).
4327
4328 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4331         bind wl-summary-highlight as nil to avoid error caused by missing
4332         local variables.
4333
4334 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl-vars.el (wl-invalid-character-message): New user option.
4337
4338         * wl-util.el (wl-set-string-width): If truncated string-width is
4339         larger than specified width, use `wl-invalid-character-message'.
4340
4341 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4342
4343         * wl-summary.el (wl-summary-prefetch-msg): 
4344         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4345
4346 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * wl-vars.el (wl-summary-check-line-format): New user option.
4349         (wl-summary-line-format-file): Ditto.
4350
4351         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4352         variable.
4353         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4354         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4355         and `wl-summary-view-old-p' to check whether do a rescan or not.
4356         (wl-summary-view-old-p): New function.
4357         (wl-summary-line-format-changed-p): Ditto.
4358         (wl-summary-line-format-save): Ditto.
4359         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4360
4361         * wl-util.el (wl-set-string-width): Avoid using negative number
4362         for make-string.
4363
4364 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4365
4366         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4367         return value.
4368
4369         * wl-util.el (wl-set-string-width): Added optional argument
4370         `padding' (All other related portions are changed).
4371         (wl-line-parse-format): If the first letter of column number is
4372         `0', zero-padding the result (ex: "%05l").
4373
4374         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4375
4376 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4379         sequential summary view.
4380
4381 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4384         if it doesn't have a -unix version.
4385
4386 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4387
4388         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4389
4390 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4393         content.
4394         (wl-draft): Follow the change above.
4395
4396         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4397
4398         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4399         and wl-folder-summary-line-format-alist contain %T and %P.
4400
4401         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4402         (wl-summary-mode-line-format): New user option.
4403         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4404         (wl-summary-line-format): Changed default value.
4405         (wl-summary-lazy-highlight): Changed default value.
4406
4407         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4408         change in wl-summary-create-line.
4409         (wl-thread-insert-entity-sub): Ditto.
4410
4411         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4412         (wl-summary-buffer-unread-status): Ditto.
4413         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4414         (wl-summary-buffer-persistent-mark-column): Ditto.
4415         (wl-summary-buffer-mode-line-formatter): Ditto.
4416         (wl-summary-buffer-mode-line): Ditto.
4417         (wl-summary-message-regexp): Abolished.
4418         (All other related portions are changed.)
4419         (wl-summary-detect-mark-position): New function.
4420         (wl-summary-buffer-set-folder): Setup
4421         wl-summary-buffer-mode-line-formatter.
4422         (wl-summary-mode): Setup selective-display;
4423         Setup pre-idle-hook when xemacs.
4424         (wl-summary-update-modeline): Rewrite.
4425         (wl-summary-jump-to-msg): Define as function;
4426         Changed regexp for searching messages.
4427         (wl-summary-message-number): Rewrite.
4428         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4429         Do rescan when old type summary cache.
4430         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4431         (wl-summary-remove-destination): Use '\r' to detect EOL.
4432         (wl-summary-print-destination): Ditto.
4433         (wl-summary-temp-mark): New inline function.
4434         (wl-summary-persistent-mark): Ditto.
4435         (wl-summary-line-number): New function.
4436         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4437         (wl-summary-line-list-count): New function.
4438         (wl-summary-create-line): Added argument persistent-mark.
4439         (All other related portions are changed)
4440         (wl-summary-create-line): Insert '\r'.
4441         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4442         (wl-summary-cursor-move-surface): New inline function.
4443         (wl-summary-prev): Use it.
4444         (wl-summary-next): Ditto.
4445
4446         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4447         wl-summary-message-regexp.
4448         (wl-highlight-summary): Delete progress message.
4449         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4450
4451         * Version number is increased to 2.9.12.
4452
4453 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4456         variable (nil: no minimum).
4457         (wl-summary-line-subject): Add some spaces after subject by
4458         wl-summary-line-subject-minimum-length.
4459
4460 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4461
4462         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4463         and removed `F'.
4464         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4465         change above).
4466
4467 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-summary.el (wl-summary-line-list-count): Reverted.
4470         (example setting in samples/*/dot.wl is also updated)
4471
4472 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4473
4474         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4475
4476         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4477
4478         * wl-vars.el (wl-summary-line-format): Addes some description to the
4479         docstring.
4480
4481         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4482         (wl-summary-line-close-bracket): Ditto.
4483         (wl-summary-line-children-number): Ditto.
4484         (wl-summary-line-thread-indent): Ditto.
4485         (wl-summary-line-children-and-from): Ditto.
4486
4487         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4488         't', 'c', 'F' and added 'C'.
4489
4490         * wl-util.el (wl-set-string-width): Accept negative value.
4491         (wl-line-parse-format): Added "%number(" and "%)".
4492
4493 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-summary.el (wl-summary-line-list-count): Change format of the
4496         return value.
4497
4498 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4499
4500         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4501         from the recent message.el.
4502         (wl-draft-point-in-header-p): Ditto.
4503         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4504         wl-draft-beginning-of-line.
4505         * wl-e21.el (wl-draft-mode-map): Ditto.
4506         * wl-xmas.el (wl-draft-mode-map): Ditto.
4507
4508         * wl-folder.el: Sort macrodefs by dependencies.
4509
4510 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4511
4512         * wl-summary.el (wl-summary-prev): Fixed regexp.
4513         (wl-summary-next): Ditto.
4514
4515 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4518
4519 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4520
4521         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4522         for backward compatibility.
4523
4524 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-summary.el (wl-summary-line-list-count): New function, merged
4527         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4528         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4529         list counts.
4530
4531 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4532
4533         * wl-summary.el (wl-summary-create-line): Ignore errors while
4534         timezone-fix-time.
4535
4536         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4537
4538         * wl-summary.el (wl-summary-sync-update): Ditto.
4539         (wl-summary-default-from): Use wl-message-entity
4540         instead of entity.
4541
4542         * wl-summary.el (wl-summary-create-line): Fix.
4543
4544         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4545         (wl-summary-line-format): New user option.
4546         (wl-folder-summary-line-format-alist): Ditto.
4547         (wl-summary-from-width): Abolished.
4548
4549         * wl-util.el (toplevel): Require 'bytecomp.
4550         (wl-line-parse-format): New function.
4551         (wl-line-formatter-setup): New macro.
4552
4553         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4554         (wl-summary-buffer-line-formatter): New buffer local variable.
4555         (wl-summary-switch-to-clone-buffer): Follow the change above.
4556         (wl-summary-message-regexp): Fix.
4557         (wl-summary-from-func-internal): Abolished.
4558         (wl-summary-subject-func-internal): Ditto.
4559         (wl-summary-subject-filter-func-internal): Ditto.
4560         (All other related portions are changed.)
4561         (wl-summary-buffer-set-folder):
4562         Set up wl-summary-buffer-number-column and 
4563         wl-summary-buffer-line-formatter
4564         (All other related portions are changed.)
4565         (wl-summary-buffer-number-column-detect): Abolished.
4566         (All other related portions are changed.)
4567         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4568         (wl-summary-delete-all-temp-marks-on-buffer): Use
4569         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4570         (wl-summary-target-mark-delete): Ditto.
4571         (wl-summary-target-mark-refile-subr): Ditto.
4572         (wl-summary-target-mark-mark-as-read): Ditto.
4573         (wl-summary-target-mark-mark-as-unread): Ditto.
4574         (wl-summary-target-mark-mark-as-important): Ditto.
4575         (wl-summary-target-mark-save): Ditto.
4576         (wl-summary-replace-status-marks): Renamed from
4577         wl-summary-set-status-marks-on-buffer;
4578         Use wl-summary-message-regexp instead of
4579         wl-summary-buffer-number-regexp.
4580         (wl-summary-sync-update): Follow the change above.
4581         (wl-summary-goto-previous-message-beginning): New function.
4582         (wl-summary-mark-as-unread): Use it.
4583         (wl-summary-mark-as-important): Ditto.
4584         (wl-summary-line-formatter): New variable.
4585         (wl-summary-line-year): New function.
4586         (wl-summary-line-day): Ditto.
4587         (wl-summary-line-day-of-week): Ditto.
4588         (wl-summary-line-hour): Ditto.
4589         (wl-summary-line-minute): Ditto.
4590         (wl-summary-line-open-bracket): Ditto.
4591         (wl-summary-line-close-bracket): Ditto.
4592         (wl-summary-line-children-number): Ditto.
4593         (wl-summary-line-thread-indent): Ditto.
4594         (wl-summary-line-size): Ditto.
4595         (wl-summary-line-subject): Ditto.
4596         (wl-summary-line-from): Ditto.
4597         (wl-summary-line-children-and-from): Ditto.
4598         (wl-summary-create-line): Rewritten.
4599         (wl-summary-format-date): Abolished.
4600
4601         * wl-highlight.el (wl-highlight-summary-current-line): Use
4602         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4603         Use thread structure to detect thread top message.
4604
4605         * wl-draft.el (wl-default-draft-cite): Don't use
4606         wl-summary-from-func-internal.
4607
4608         * wl-refile.el (wl-refile-subject-learn): Don't use
4609         wl-summary-subject-filter-func-internal.
4610         (wl-refile-guess-by-subject): Ditto.
4611
4612         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4613         parameters.
4614
4615         * wl-thread.el (wl-thread-update-indent-string-region):
4616         Use wl-thread-update-line-on-buffer instead of
4617         wl-thread-update-indent-string.
4618         (wl-thread-update-children-number): Redefine using
4619         wl-thread-update-line-on-buffer.
4620         (wl-thread-update-indent-string): Abolished.
4621
4622         * Version number is increased to 2.9.11.
4623
4624 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4627         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4628         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4629
4630         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4631         as nil.
4632
4633         * wl-thread.el (wl-thread-open-all-unread): Use 
4634         elmo-folder-list-messages-mark-match.
4635         (wl-thread-insert-message): Removed argument `mark-alist'.
4636         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4637         elmo-msgdb-set-mark.
4638         (wl-thread-get-children-msgs-uncached): Likewise.
4639         (wl-thread-get-exist-children): Added argument include-self.
4640         (wl-thread-delete-message): Follow the change above.
4641
4642         * wl-summary.el (wl-summary-count-unread): Removed argument.
4643         (wl-summary-rescan): Follow the change above.
4644         (wl-summary-mark-as-read-region): Ditto
4645         (wl-summary-mark-as-unread-region): Ditto.
4646         (wl-summary-delete-messages-on-buffer): Ditto.
4647         (wl-summary-sync-update): Ditto.
4648         (wl-summary-switch-to-clone-buffer): Ditto.
4649         (wl-summary-goto-folder-subr): Ditto.
4650         (wl-summary-target-mark-mark-as-read): Ditto.
4651         (wl-summary-target-mark-mark-as-unread): Ditto.
4652         (wl-summary-target-mark-mark-as-important): Ditto.
4653         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4654         (wl-summary-update-thread): Removed argument `mark-alist'.
4655         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4656         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4657         (wl-summary-resume-cache-status): Likewise.
4658         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4659         elmo-msgdb-set-mark.
4660         (wl-summary-mark-as-read-all): Likewise.
4661         (wl-summary-delete-cache): Ditto.
4662         (wl-summary-auto-select-msg-p): Ditto.
4663         (wl-summary-mark-as-unread): Ditto.
4664         (wl-summary-no-auto-refile-message-p): Ditto.
4665         (wl-summary-mark-as-read): Ditto.
4666         (wl-summary-mark-as-important): Ditto.
4667         (wl-summary-auto-refile): Follow the change above.
4668         (wl-summary-delete-all-marks): Removed.
4669         (wl-summary-resume-marks-and-highlight): Ditto.
4670         (wl-summary-resume-marks): Ditto.
4671         (wl-summary-delete-important-msgs-from-list): Ditto.
4672         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4673
4674         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4675         wl-summary-count-unread.
4676
4677         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4678         (wl-summary-score-update-all-lines): Use
4679         elmo-msgdb-set-mark.
4680
4681 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4684         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4685         (wl-summary-create-line): Renamed from
4686         wl-summary-overview-create-summary-line;
4687         Argument rearrangement.
4688         (wl-summary-update-thread): Follow the change above.
4689
4690         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4691         (wl-thread-insert-entity-sub): Likewise.
4692
4693         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4694         argument `overview', `mark-alist' and added `msgdb'.
4695
4696         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4697
4698         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4699         (wl-summary-rescan): Follow the change above.
4700         (wl-summary-sync-update): Ditto.
4701         (wl-summary-insert-thread-entity): Ditto;
4702         Don't use `let*' in every while loop;
4703         Detect infinite loop of threads.
4704         (wl-summary-update-thread): Removed argument `overview'.
4705
4706         * wl-thread.el (wl-thread-insert-message): Ditto.
4707
4708         * Version number is increased to 2.9.10.
4709
4710         * wl-message.el (wl-message-redisplay): Ignore errors while
4711         wl-message-redisplay-hook.
4712
4713 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4716
4717 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl.el (wl): inhibit-quit while wl-folder.
4720
4721 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4724         while msgdb access.
4725
4726 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4727
4728         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4729         even if no folder is not created.
4730
4731 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4732
4733         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4734
4735         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4736         implementation.
4737         (wl-summary-target-mark-thread): Ditto.
4738
4739         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4740
4741 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4742
4743         * wl-util.el (wl-display-bytes): Remove unused function.
4744
4745 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4748         seems critical one (partially reverse the change in 2002/03/17).
4749
4750 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4753         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4754
4755 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4756
4757         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4758         is not writable.
4759         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4760         plugged status instead of `'force' as 2nd argument.
4761
4762         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4763         is not creatable.
4764
4765         * Version number is increased to 2.9.9.
4766
4767 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-summary.el (wl-summary-suspend): New function.
4770
4771 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl.el (wl): Do not check variables if check is nil.
4774         * wl-utils.el (wl-collect-draft): New function.
4775         * wl-folder.el (wl-folder-suspend): Put summary buffers
4776         and draft buffers at the end of buffer list.
4777         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4778
4779 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4780
4781         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4782         loop instead of recursive call.
4783
4784         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4785         2nd argument.
4786
4787 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-draft.el (wl-draft-create-contents): Don't take neither
4790         (function . args) nor (string . something) any more.
4791
4792         * wl-version.el (wl-generate-user-agent-string): Return string
4793         without header symbol.
4794         * wl-draft.el (wl-draft-default-headers): Use it.
4795
4796         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4797         `wl-draft-insert-ccs' and return field value instead of inserting
4798         the header. Abolish cc argument.
4799         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4800
4801         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4802         rather than one with string car.
4803
4804         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4805         * wl-draft.el (wl-draft-create-contents): Add it after the default
4806         headers.
4807
4808         * wl-draft.el (wl-draft-create-contents): For the case of
4809         (symbol-or-string . function) insert header only when the function
4810         returns string value.
4811
4812 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4815         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4816
4817 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl.el (wl-check-environment): Don't check Message-ID when
4820         `wl-insert-message-id' is nil.
4821         Revive checking if `wl-message-id-domain' contains "@".
4822
4823 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl.el (wl-check-environment): Merge examination for "@" at
4826         inappropriate position into the first string-match.
4827
4828         * wl-summary.el (wl-summary-target-mark-print): New function.
4829         (wl-summary-pipe-message-subr): Extracted from
4830         `wl-summary-pipe-message'.
4831         (wl-summary-target-mark-pipe): New function.
4832         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4833         `wl-summary-target-mark-pipe'.
4834
4835 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4838
4839 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl.el (wl-check-environment): Use elmo-warning instead of
4842         error for non-critical ones.
4843         Remove trash folder check.
4844         (wl): Don't ignore error in wl-check-environment.
4845
4846         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4847         check, which is moved from `wl-check-environment'.
4848         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4849
4850 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4853         guess anything, call wl-summary-write.
4854         (wl-summary-write): Create draft with blank To field.
4855         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4856
4857 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4860         argument full as well for wl-folder-write-current-folder.
4861         If wl-*-write-current-folder cannot guess addressee, add blank
4862         To header.
4863         Rewrite condition for positioning cursor.
4864
4865 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4868         summary buffer is present, use it.
4869         (wl-folder-jump-to-previous-summary): Ditto.
4870
4871 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4874
4875         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4876         wl-summary-previous-buffer and wl-summary-next-buffer.
4877
4878         * wl-folder.el (wl-folder-mode-map): Bind
4879         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4880         (wl-folder-jump-to-next-summary): New function.
4881         (wl-folder-jump-to-previous-summary): Ditto.
4882
4883         * wl-draft.el (wl-draft): Rearranged.
4884
4885 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4888         of header.
4889         (wl-draft): Collect arguments for the header as header-alist.
4890         (wl-draft-forward): Arrange arguments for wl-draft.
4891         (wl-draft-reply): Ditto.
4892         (wl-draft-edit-string): Ditto.
4893         * wl-summary.el (wl-summary-write): Ditto.
4894         (wl-summary-write-current-folder): Ditto.
4895
4896         * Version number is increased to 2.9.8.
4897
4898 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4901
4902         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4903
4904         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4905         even if the guess failed.
4906
4907         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4908         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4909         wl-summary-write-current-folder.
4910         * wl-xmas.el: Ditto.
4911
4912 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-summary.el (wl-summary-next-page): Force display message if
4915         message is not displayed yet.
4916         (wl-summary-prev-page): Ditto.
4917
4918 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4919
4920         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4921
4922 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4925         add "Preview Message" and "Save Draft and Exit".
4926
4927 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4930         if addrmgr is called from draft in splitted window.
4931
4932         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4933         * wl-mule.el: Ditto.
4934         * wl-xmas.el: Ditto.
4935
4936 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4939
4940         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4941         * wl-xmas.el (wl-folder-toolbar): Ditto.
4942
4943 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4946         and wl-draft-save-and-exit.
4947         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4948         * wl-xmas.el: Ditto.
4949         * wl-mule.el: Ditto.
4950
4951         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4952         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4953
4954 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4957         lists for saving buffer.
4958
4959 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4962         parent-folder argument instead of it.
4963         (wl-draft-create-buffer): Ditto.
4964         (wl-draft-forward): Ditto.
4965         (wl-draft-reply): Ditto.
4966         * wl-summary.el (wl-summary-write): Ditto.
4967         (wl-summary-write-current-folder): Ditto.
4968
4969         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4970         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4971         Folder buffer after composing.
4972
4973 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4976         header if the file `wl-x-face-file' already contains it.
4977
4978 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4981         folder" entry.
4982         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4983         * wl-e21.el (wl-folder-toolbar): Ditto.
4984         * wl-xmas.el (wl-folder-toolbar): Ditto.
4985
4986 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4989         wl-folder-goto-folder with sticky argument.
4990         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4991
4992 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4995         and wl-summary-previous-buffer.
4996         (wl-summary-next-buffer): New function.
4997         (wl-summary-previous-buffer): Ditto.
4998
4999 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5002         wl-folder-jump-to-current-entity-with-arg.
5003         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5004         `wl-folder-jump-to-current-entity'.
5005         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5006         `wl-summary-goto-folder-sticky'.
5007         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5008         `wl-summary-goto-folder'.
5009         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5010         Unless force-exit, do not clean temp. marks for sticky summary.
5011         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5012
5013 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5016         not entire.
5017
5018 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5021         to `C-x C-s'.
5022         (wl-summary-save-status): New command.
5023         (wl-summary-exit): Don't clean-up temp marks when sticky.
5024         (Applied patch from Nakayama-san [wl: 09548])
5025         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5026         Do nothing when no mark data.
5027         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5028         Call `wl-summary-delete-all-temp-marks' before saving.
5029
5030 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5031
5032         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5033
5034 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5035
5036         * wl.el (wl-check-environment): Also cause error when (system-name)
5037         returns "localhost.localdomain". (Although it doesn't affect because
5038         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5039
5040 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5043         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5044
5045         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5046         value.
5047
5048 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5051         Likewise r-cc-list and r-ng-list.
5052
5053 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5056         only if it is bound as variable.
5057
5058         * wl-mime.el (wl-draft-preview-message): Ditto.
5059
5060 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5063         needless `goto-char'.
5064
5065         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5066         `wl-summary-redisplay-no-mime-internal' instead of
5067         `wl-summary-redisplay-no-mime'.
5068         (wl-summary-redisplay-no-mime): Changed argument;
5069         Call `wl-summary-redisplay-no-mime-internal'.
5070
5071         * wl-mime.el (wl-draft-preview-message): Bind
5072         `mime-header-encode-method-alist' locally.
5073
5074         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5075         (wl-draft-std11-parse-addresses): Added the first address check.
5076         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5077
5078         * Version number is increased to 2.9.7.
5079
5080 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5081
5082         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5083
5084 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5085
5086         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5087         related to scrollbar support, if there is no such a feature
5088         compiled in.
5089
5090 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5091
5092         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5093         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5094         for prefetch.
5095
5096 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5097
5098         * wl-summary.el (wl-summary-pick): Fix for no match.
5099
5100 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5101
5102         * wl-draft.el (wl-draft-save):
5103         Override `mime-header-encode-method-alist'.
5104
5105 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-folder.el (wl-folder-pick): New function.
5108         Define key as "?".
5109
5110 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5113         Fix for unplugged.
5114
5115 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5116
5117         * wl-folder.el (wl-folder-virtual): New function.
5118         Define key as "V".
5119
5120 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5121
5122         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5123         multi folder if entity is group.
5124
5125 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5128         is nil.
5129
5130 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5131
5132         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5133         (wl-summary-target-mark-msgs): Return the number of marked messages.
5134
5135 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5136
5137         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5138         "first:" is specified.
5139
5140 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-vars.el (wl-from): Use return value of function
5143         user-full-name instead of the variable user-full-name since
5144         XEmacs-20.4 doesn't set this variable.
5145
5146 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5149         call `wl' directly.
5150
5151 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5152
5153         * wl-draft.el (wl-draft-reedit): Removed duplicated
5154         switch-to-buffers.
5155
5156 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * wl.el (wl-other-frame): Removed garbages.
5159
5160 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5163
5164         * wl-xmas.el (wl-draft-key-setup): Ditto.
5165
5166         * wl-mule.el (wl-draft-key-setup): Ditto.
5167
5168         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5169         (wl-draft-reedit): Ditto.
5170         (wl-draft-prepare-edit): Add `wl-draft-save' to
5171         `local-write-file-hooks'.
5172         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5173         (wl-draft-reedit): Set buffer-file-name.
5174         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5175
5176
5177         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5178         call it.
5179         (wl-delete-startup-frame-function): New variable.
5180         (wl-other-frame): New function
5181         (Original was written by Yamaoka san [wl: 09239]).
5182
5183         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5184         if `wl-folder-use-frame'.
5185
5186 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5187
5188         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5189
5190 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5191
5192         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5193         New variable.
5194         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5195         (wl-message-buffer-prefetch-get-next): Use them.
5196         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5197
5198 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5201         with unwind-protect.
5202
5203         * wl-draft.el (wl-draft-reedit): Rewrite.
5204         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5205         (wl-draft-save): Insert header separator if it does not exist;
5206         Removed condition-case.
5207
5208         * wl-summary.el (wl-summary-reedit): Revert last change.
5209
5210         * wl-draft.el (wl-draft-save): Rewrite.
5211         (wl-draft-create-buffer): Set buffer-file-name as nil.
5212
5213         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5214
5215         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5216
5217         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5218         nil.
5219
5220 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5221
5222         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5223         If count is nil, do not prefetch.
5224         (wl-message-buffer-prefetch-next): Next.
5225
5226 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5227
5228         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5229
5230 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5231
5232         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5233         `delete-backward-char'
5234         (wl-draft-prepare-edit): Check major-mode.
5235         (wl-draft-decode-header): Rewrite.
5236         (wl-draft): Fix.
5237
5238 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5239
5240         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5241
5242 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5245         (wl-message-buffer-prefetch-get-next): Remove size checking.
5246         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5247
5248 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5249
5250         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5251         (wl-draft-default-headers): Fix.
5252
5253 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl-draft.el (wl-draft-default-headers): Insert return value of
5256         `wl-generate-mailer-string-function'.
5257
5258 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5261         (wl-draft-insert-mail-header-separator): Ditto.
5262
5263         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5264         again (Reverted the change on 2002-01-17 by OKADA san).
5265
5266 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5267
5268         * wl-draft.el (wl-draft): Rewrite.
5269         (wl-draft-create-buffer): New function.
5270         (wl-draft-create-contents): Ditto.
5271         (wl-draft-prepare-edit): Ditto.
5272         (wl-draft-decode-header): Ditto.
5273         (wl-draft-decode-body): Ditto.
5274         (wl-draft-check-new-line): Ditto.
5275         (wl-draft-default-headers): Ditto.
5276         (wl-draft-insert-mail-header-separator): Ditto.
5277
5278 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * Version number is increased to 2.9.6.
5281
5282 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-draft.el (wl-draft-delete-field): Optional argument.
5285         (wl-draft-delete-fields): Ditto.
5286
5287 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5288
5289         * wl-message.el (toplevel): Eliminated byte-compile warning.
5290         for `itimer-function', `delete-timer' and `itimer-list'.
5291
5292 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5293
5294         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5295         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5296         `wl-message-buffer-prefetch-threshold'.
5297         * wl-summary.el (wl-summary-redisplay-internal): Remove
5298         the check of `wl-message-buffer-prefetch-depth'.
5299
5300 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5303         size of article.
5304         (wl-message-buffer-prefetch-subr): Remove size check.
5305
5306 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-vars.el (wl-plugged): Make customizable.
5309
5310 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5311
5312         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5313         (wl-message-buffer-prefetch-set-timer): New function.
5314         (wl-message-buffer-prefetch-get-next): New function.
5315         (wl-message-buffer-prefetch): New function.
5316         (wl-message-buffer-prefetch-next): Rewrite.
5317         (wl-message-buffer-prefetch-subr): Rewrite.
5318         * wl-vars.el (wl-auto-prefetch-first): New variable.
5319         * wl-summary.el (wl-summary-goto-folder-subr): Call
5320         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5321
5322 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5325         `wl-summary-unread-message-hook'.
5326
5327 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5330         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5331         if range is `cache-status'.
5332
5333 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-message.el (wl-message-buffer-prefetch-subr):
5336         Improve debug message.
5337
5338 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5341         `wl-mail-send-pre-hook'.
5342         (wl-draft-send-mail-with-qmail): Ditto.
5343         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5344
5345 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5346
5347         * wl-message.el (wl-message-buffer-prefetch-subr):
5348         Fix for cancel-function-timers bug.
5349         (wl-message-buffer-prefetch-debug): Default value is t.
5350
5351 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5352
5353         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5354         (wl-message-buffer-prefetch-subr): Rewrite.
5355         Rename from `wl-message-buffer-prefetch'.
5356
5357 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5358
5359         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5360         (wl-default-draft-cite-decorate-author): Ditto.
5361
5362         * wl-draft.el (wl-draft-cite-function): Removed.
5363         (wl-default-draft-cite-decorate-author): Ditto.
5364
5365 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5368         (wl-default-draft-cite): Do not arrange author name if the value of
5369         `wl-default-draft-cite-decorate-author' is nil.
5370
5371 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5372
5373         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5374
5375         * wl-folder.el (wl-folder-check-one-entity): Don't care
5376         `elmo-folder-use-flag-p'.
5377
5378 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl-folder (wl-folder-check-one-entity): Fix
5381         problem if unread is nil.
5382
5383 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-address.el (wl-address-make-completion-list): Check whether
5386         the address is a group list.
5387         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5388
5389 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5390
5391         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5392         The number of the messages of new and unread does not count
5393         correctly.
5394
5395         * wl-summary.el (wl-summary-count-unread): Changed to return
5396         `(new . unread)' instead of total.
5397         (wl-summary-sync-update): Follow the change above.
5398
5399         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5400
5401 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5402
5403         * wl-address.el (wl-address-make-completion-list): Do not enclose
5404         address by " <" and ">" if associated realname is "".
5405         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5406         This is against the promblem with group list in .addresses pointed
5407         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5408
5409 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5412         message is a format control string.
5413         * wl-expire.el (wl-expire-append-log): Ditto.
5414         * wl-mime.el (wl-summary-burst-subr): Ditto.
5415         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5416         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5417
5418 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5419
5420         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5421         wl.el (wl-check-variables): Rename from `wl-check-type'.
5422         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5423         (wl-check-variables-2): New function.
5424         (wl): Call `wl-check-variables-2'.
5425
5426 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5429         after renaming folder in access group.
5430
5431 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5434         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5435         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5436         (wl-message-buffer-prefetch): Rewrite.
5437         (wl-message-buffer-prefetch-idle-time): Removed.
5438         * wl-summary.el (wl-summary-redisplay-internal):
5439         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5440         Error check for `wl-message-buffer-prefetch-depht'.
5441
5442 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5443
5444         * Version number is increased to 2.9.5.
5445         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5446
5447 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5448
5449         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5450         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5451         Based on the patch written by
5452         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5453
5454 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5455
5456         * wl-draft.el (wl-draft-raw-send): Fix for
5457         `wl-news-send-pre-hook'
5458
5459 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl-utils.el (wl-message-id-function): New variable.
5462         * wl-draft.el (wl-draft-insert-required-fields):
5463         Use `wl-message-id-function'.
5464
5465 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5466
5467         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5468         * wl-utils.el (wl-draft-make-message-id-string):
5469         Use `wl-from' for domain part of Message-ID
5470         if `wl-message-id-use-wl-from' if non-nil.
5471         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5472
5473 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl.el (wl): Call `wl-check-type'
5476         Do not 'condition-case'.
5477
5478 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5479
5480         * wl.el (wl-check-type): New function.
5481         (wl-check-type-variables): New variable.
5482
5483 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5486
5487 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5488
5489         * wl-draft.el (wl-smtp-password-key): New function.
5490         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5491         (wl-draft-send-mail-with-smtp): Ditto.
5492         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5493
5494 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5495
5496         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5497         * wl-utils.el (wl-unique-id-suffix): Remove.
5498
5499 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * Version number is increased to 2.9.4.
5502
5503 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5504
5505         * wl-utils.el (wl-unique-id-suffix): New variable.
5506         (wl-unique-id): Use `wl-unique-id-suffix'
5507
5508 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5511         instead of `elmo-msgdb-search'.
5512
5513         * Version number is increased to 2.9.3.
5514
5515 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5516
5517         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5518
5519 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5520
5521         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5522         (wl-draft-dispatch-message): Changed for send-later.
5523         (wl-draft-queue-flush): Ditto.
5524         (wl-draft): Clear `wl-sent-message-queued'.
5525         (wl-draft-reedit): Ditto.
5526         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5527         * wl-vars.el (wl-draft-force-queuing): New variable.
5528         (wl-draft-force-queuing-mail): New variable.
5529         (wl-draft-force-queuing-news): New variable.
5530
5531 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5534         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5535
5536 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5537
5538         * Version number is increased to 2.9.2.
5539
5540 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * wl-draft.el (wl-draft-elide-region): New user command.
5543         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5544
5545         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5546         command `wl-draft-elide-region'.
5547         * wl-mule.el: Ditto.
5548         * wl-xmas.el: Ditto.
5549
5550 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5553         (wl-biff-check-folder-async): Removed needless let.
5554
5555 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5558         wl-folder-get-elmo-folder.
5559         (wl-biff-check-folder): Set `biff' argument of
5560         `wl-folder-check-one-entity'.
5561         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5562
5563         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5564         (wl-folder-check-one-entity): Added `biff' argument;
5565         Setup `biff' slot of folder.
5566
5567         * Version number is increased to 2.9.1.
5568
5569 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5572         comment out and fixed.
5573         (wl-fldmgr-add-completion-subr): Ditto.
5574
5575         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5576         and msgdb.
5577
5578         * wl.el (wl-toggle-plugged): Save summary view.
5579
5580 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5583
5584 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5585
5586         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5587
5588 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5591         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5592         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5593
5594         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5595         if it was failed.
5596         (wl-demo): Disable undo in the demo buffer.
5597
5598 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl-version.el (wl-version): Changed codename.
5601
5602         * Version number is increased to 2.9.0.
5603
5604 2001-12-14  Takuo KITAME <kitame@northeye.org>
5605
5606         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5607         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5608         (wl-folder-mark-as-read-all-current-entity): Ditto.
5609
5610 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-vars.el (wl-from-width): Define as obsolete variable.
5613         (wl-subject-length-limit): Ditto.
5614
5615         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5616
5617         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5618         wl-summary-save-view.
5619
5620         * wl.el (wl-save-status): Ditto.
5621         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5622
5623         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5624         (wl-summary-exit): Follow the change above.
5625         (wl-summary-goto-folder-subr): Ditto.
5626
5627         * wl-folder.el (wl-folder-create-subr): Don't use
5628         `elmo-folder-creatable-p'.
5629
5630 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5633
5634 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5637         rather than bitmap on Emacs 21.
5638         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5639         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5640         for xbm if the new redisplay engine is not available.
5641
5642 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-folder.el (wl-folder-init-hook): New hook.
5645         (wl-folder-init): Run `wl-folder-init-hook'.
5646
5647 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5650
5651 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * wl-acap.el (wl-acap-cache-filename): New variable.
5654         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5655         (wl-acap-init): Use cache if no ACAP server found.
5656
5657 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5658
5659         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5660         `wl-acap-original-msgdb-dir'.
5661
5662         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5663         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5664
5665         * wl-mime.el (wl-mime-save-directory): Renamed from
5666         `wl-mime-save-dir'.
5667
5668 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5671
5672         * wl-demo.el: Require `path-util'.
5673         (wl-demo-bitmap-mule-available-p): New internal variable.
5674         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5675         `module-installed-p' instead.
5676         (wl-demo-insert-image): Use *.img file for a bitmap image.
5677         (wl-demo): Don't call the ascii demo recursively.
5678
5679 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5680
5681         * Version number is increased to 2.7.7.
5682
5683 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl.el (wl-exit): Eliminated byte-compile warning.
5686
5687 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5688
5689         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5690         obsolete variable using `elmo-define-obsolete-variable'.
5691         (wl-fetch-confirm-threshold): Ditto.
5692         (wl-cache-prefetch-folder-type-list): Ditto.
5693         (wl-cache-prefetch-folder-list): Ditto.
5694
5695 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5698         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5699         (wl-demo-insert-image): New function.
5700         (wl-demo-insert-text): New function.
5701         (wl-demo-image-type-alist): Redefine as a function.
5702         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5703         (wl-demo-with-temp-file-buffer): Removed.
5704         (wl-logo-xpm): Removed.
5705         (wl-logo-xbm): Removed.
5706         (wl-logo-bitmap): Removed.
5707
5708 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5709
5710         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5711         (wl-expire-localdir-get-folder-function): New user option.
5712         (wl-expire-localdir-get-folder): New function.
5713         (wl-expire-localdir-date): Ditto.
5714
5715 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5716
5717         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5718         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5719         Fixed unread number mismatch when all-unread < unread.
5720
5721 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5724         (wl-fetch-confirm-threshold): Ditto.
5725
5726         * wl-summary.el (wl-summary-confirm-appends): Removed.
5727         (wl-summary-sync-update): Don't refer
5728         `wl-summary-update-confirm-threshold' (It is now abolished).
5729
5730         * wl-message.el (wl-message-display-internal): Don't refer
5731         `wl-fetch-confirm-threshold' (It is now abolished).
5732
5733 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5736
5737 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5740         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5741         Change default value to nil.
5742         (wl-summary-indent-length-limit): The value can be nil, nil means
5743         unlimited.
5744
5745         * wl-summary.el: Don't set limit for indent length if the value of
5746         wl-summary-indent-length-limit is nil.
5747         If the value of wl-summary-width is nil, it means only that the width
5748         of summary is unlimited (nil doesn't mean that the indent length is
5749         unlimited).
5750
5751         * wl-thread.el: Ditto.
5752
5753 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5754
5755         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5756         be nil, nil means never confirm.
5757         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5758
5759 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5762         means unlimited).
5763
5764 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5767         Use `with-temp-buffer'.
5768
5769 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5772         with new backquote style).
5773         (wl-folder-get-entity-from-buffer): Ditto.
5774
5775 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5776
5777         * wl-version.el (nemacs-version): Eliminated.
5778         (wl-extended-emacs-version2): Ignore nemacs.
5779         (wl-extended-emacs-version3): Ditto.
5780
5781 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5782
5783         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5784         (wl-draft-add-in-reply-to): New variable.
5785         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5786         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5787         (wl-draft-yank-from-mail-reply-buffer): Use
5788         `wl-draft-add-in-reply-to'.
5789         (wl-draft-insert-current-message): Ditto.
5790
5791 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5792
5793         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5794         typo (kill->hide).
5795         (wl-message-buffer-prefetch-folder-type-list): Added elements
5796         `mark' and `cache' instead of `internal'.
5797
5798 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5801         resume msgdb directory.
5802
5803 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl.el (wl-exit): Call `wl-acap-exit'.
5806
5807         * wl-summary.el (wl-summary-message-string): New function.
5808         (wl-summary-reedit): Use it.
5809         (wl-summary-resend-bounced-mail): Remove needless let.
5810         (wl-summary-supersedes-message): Ditto.
5811         (wl-summary-save): Ditto.
5812
5813         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5814         (wl-acap-init): Set it.
5815         (wl-acap-exit): New function.
5816
5817 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5818
5819         * wl.el (wl-init): Revert (require 'mime-setup). move from
5820         toplevel.
5821
5822 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5823
5824         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5825         local variables.  Add error when guess function return invalid
5826         value.
5827
5828 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5829
5830         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5831         Change local variable name.
5832         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5833         (wl-folder-get-newsgroups): Return nil when non-news folder.
5834         * wl-summary.el (wl-summary-write-current-folder): State through
5835         when guess-list return nil.
5836         (wl-summary-write-current-folder-functions): Fixed docstring.
5837
5838         * wl.el (wl-exit): Changed confirm message.
5839
5840         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5841         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5842
5843         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5844
5845 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5846
5847         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5848         user option (Renamed from wl-cache-prefetch-folder-type-list).
5849         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5850         from wl-cache-prefetch-folder-list).
5851
5852         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5853         Move to wl-vars.el.
5854         (wl-message-buffer-prefetch-p): Changed to enable
5855         `wl-message-buffer-prefetch-folder-list'.
5856
5857         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5858         `ignore-cache'.
5859
5860 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5861
5862         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5863         `part-top' and `part-bottom'.
5864         (wl-draft-config-sub-part-top): New function.
5865         (wl-draft-config-sub-part-bottom): New function.
5866
5867 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5870
5871 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5874
5875 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5876
5877         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5878
5879         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5880         (wl-summary-write-current-folder): Ditto.
5881
5882 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-folder.el (wl-folder-get-newsgroups): Use
5885         `elmo-folder-newsgroups'.
5886
5887 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5888
5889         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5890         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5891         `wl-draft-config-sub-header-bottom'.
5892
5893 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5894
5895         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5896         localnews folder.
5897
5898 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-summary.el (wl-summary-mode): Undo last change.
5901
5902         * wl-folder.el (wl-folder-mode): Ditto.
5903
5904 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5905
5906         * wl-summary.el (wl-summary-mode): Locally set
5907         truncate-partial-window-width to nil.
5908         (for XEmacs)
5909
5910         * wl-folder.el (wl-folder-mode): Ditto.
5911
5912 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5915
5916 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5919         number.
5920
5921         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5922
5923         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5924
5925         * Version number is increased to 2.7.6.
5926
5927 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5928
5929         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5930
5931 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-summary.el (wl-summary-sync-update): Enclose network
5934         related portion with `unwind-protect'.
5935
5936 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5937
5938         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5939
5940 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5943         element.
5944         * wl-vars.el (wl-message-body-button-alist): Ditto.
5945
5946         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5947         max match length.
5948         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5949
5950         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5951         for the max match length;
5952         Use 4th element value for the button string regexp group.
5953
5954         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5955         candidate exists, prompt to select.
5956
5957 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5958
5959         * wl-summary.el (wl-summary-jump-to-msg): Search before
5960         calibration point by `beginning-of-line'.
5961
5962 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5963
5964         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5965         for access group.
5966
5967 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-message.el (wl-message-display-internal): Bind
5970         `default-mime-charset'.
5971
5972         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5973
5974         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5975
5976         * Version number is increased to 2.7.5.
5977
5978 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5979
5980         * wl-expire.el (wl-summary-archive): Fixed;
5981         Use `elmo-folder-name-internal'.
5982
5983 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5984
5985         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5986         from `elmo-folder-move-messages' caller.
5987         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5988
5989         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5990         related portions are changed).
5991
5992 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5993
5994         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5995         counter.
5996
5997 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6000         buffer local and set it to nil.
6001
6002         * wl-message.el (wl-message-redisplay): Ditto.
6003
6004 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-summary.el (wl-summary-mark-as-important): If message is
6007         already cached, set messag as read, otherwise encache and mark as read.
6008
6009 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6012         point-min.
6013
6014 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6017         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6018         a keymap.
6019
6020 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6023         parent.
6024
6025         * wl-mule.el (wl-message-define-keymap): Ditto.
6026
6027         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6028
6029         * wl-xmas.el (wl-message-display-internal-hook): Define.
6030         (wl-xmas-setup-message-toolbar): Define as function.
6031         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6032         (wl-message-overload-functions): Abolished.
6033         (wl-message-define-keymap): New function.
6034
6035         * wl-vars.el (wl-message-display-internal-hook): New variable.
6036         (wl-message-header-button-alist): New variable (Renamed from
6037         wl-highlight-message-header-button-alist).
6038         (wl-message-body-button-alist): Ditto.
6039
6040         * wl-mule.el (wl-message-define-keymap): New function.
6041         (wl-message-overload-functions): Abolished.
6042
6043         * wl-message.el (wl-message-add-buttons-to-body): New function.
6044         (wl-message-redisplay): Don't call wl-message-overload-functions;
6045         Call wl-message-add-buttons-to-header and
6046         wl-message-add-buttons-to-body.
6047         (wl-message-display-internal): Set keymap argument for
6048         elmo-mime-display-as-is, elmo-mime-message-display;
6049         Run wl-message-display-internal-hook.
6050         (wl-message-refer-article-or-url): Abolished.
6051
6052         * wl-highlight.el (wl-highlight-headers): Don't call
6053         wl-highlight-message-add-buttons-to-header.
6054         (wl-highlight-message-add-buttons-to-header): Abolished.
6055
6056
6057         * wl-e21.el (wl-message-display-internal-hook): Define.
6058         (wl-e21-setup-toolbar): Deleted duplicated binding.
6059         (wl-e21-setup-message-toolbar): Define as function.
6060         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6061         (wl-message-define-keymap): New function.
6062         (wl-message-overload-functions): Abolished.
6063
6064 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6067         and elmo-folder-close.
6068
6069         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6070
6071 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6072
6073         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6074         boolean value.
6075         * wl-draft.el (wl-draft-do-fcc): Ditto.
6076
6077 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6078
6079         * wl-vars.el (wl-fcc-force-as-read): New variable.
6080         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6081         mark copied message as read.
6082
6083 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6086
6087 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6088
6089         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6090         `wl-summary-target-above' instead of obsolete variable
6091         `wl-summary-temp-above'.
6092
6093         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6094         instead of `make-obsolete-variable'.
6095         * wl-refile.el (toplevel): Ditto.
6096
6097 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6100         with third argument t.
6101         (wl-draft): Set first argument for wl-plugged-init as t.
6102
6103         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6104         definition.
6105
6106 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6107
6108         * wl-vars.el: Tabify.
6109         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6110
6111         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6112         message.
6113
6114 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6115
6116         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6117         and set default to beep.
6118
6119 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl-vars.el (wl-draft-truncate-lines): New variable.
6122
6123         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6124         instead of wl-message-truncate-lines for truncate-lines.
6125
6126 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * wl-message.el (wl-message-display-internal): Call
6129         `wl-highlight-message' after `elmo-mime-display-as-is'.
6130
6131         * wl-mime.el (wl-mime-display-text/plain): New function.
6132         (wl-mime-display-header): Ditto.
6133         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6134         body-presentation-method for text/plain;
6135         Register `wl-mime-display-header' as a header-presentation-method;
6136         Don't set up `elmo-message-text-content-inserted-hook' and
6137         `elmo-message-header-inserted-hook'.
6138
6139         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6140         variable.
6141         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6142         as t if flag is 'all-header;
6143         Don't bind `elmo-message-ignored-field-list',
6144         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6145
6146 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6149         for xemacs with non-mule environment.
6150
6151 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6152
6153         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6154         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6155         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6156
6157 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6158
6159         * wl-vars.el (wl-interactive-send): Set default value as t.
6160
6161 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6164         (wl-addrmgr-method-list): Abolished.
6165         (wl-addrmgr-change-method): Follow above change.
6166
6167         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6168
6169 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl-vars.el (wl-message-truncate-lines): Change default value
6172         to default-truncate-lines.
6173
6174         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6175
6176 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl-vars.el (wl-message-truncate-lines): New variable.
6179
6180         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6181         wl-message-truncate-lines.
6182
6183 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6184
6185         * wl-acap.el (wl-acap-init): Remove period from error message.
6186         (wl-acap-find-acap-service): Remove period from message.
6187
6188 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl.el (wl-check-environment): Undo last change.
6191
6192         * wl-vars.el (wl-from): Changed default value.
6193
6194         * wl-util.el (toplevel): Don't require tm-edit.
6195
6196         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6197         `wl-folder-init';
6198         Don't set mark on mail body.
6199         (wl-draft-reedit): Ditto.
6200
6201         * wl-address.el (wl-address-quote-specials): Define as an alias for
6202         elmo-address-quote-specials.
6203
6204 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6207
6208         * wl-vars.el (wl-from): Set default value as nil.
6209         (wl-organization): Set default value as ORGANIZATION environment
6210         variable.
6211
6212         * wl-draft.el (wl-smtp-extension-bind): Check value of
6213         wl-smtp-connection-type.
6214
6215         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6216         error.
6217
6218 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6219
6220         * Version number is increased to 2.7.4.
6221
6222         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6223         arguments from `wl-highlight-x-face-function' caller.
6224         Use x-face-1.3.6.12 or later.
6225
6226 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6227
6228         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6229
6230 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6233         (wl-fcc): Fix to accept function.
6234         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6235
6236 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6237
6238         * wl-acap.el (toplevel): Added `product-provide' declare.
6239         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6240
6241 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl.el (wl): Changed order of calling `elmo-init'
6244         and `elmo-folder-init'.
6245
6246 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6247
6248         * wl-mime.el (wl-summary-burst): Extract message when content-type
6249         of root entity is not only `multipart' but also `message/rfc822'.
6250         (wl-summary-burst-subr): Ditto.
6251
6252 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-vars.el (toplevel): Require 'custom.
6255         (wl-trash-folder): Added to `wl-setting' group.
6256
6257         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6258         exists.
6259         (wl-addrmgr-draw): Insert empty line when no entry exists.
6260
6261         * wl-mule.el (wl-message-wheel-up): Fixed.
6262         (wl-message-wheel-down): Ditto.
6263
6264 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6267         config is an anonymous lambda expression.
6268
6269 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6272         when Mule 2 is running.
6273
6274 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6277
6278 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6281         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6282
6283         * wl-address.el (wl-address-specials-regexp): Eliminated.
6284         (wl-address-quote-specials): Rewrite.
6285
6286 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6289         shy-groups for regexp.
6290
6291         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6292         character classes and Perl style shy-groups for regexp.
6293         (wl-highlight-plugged-current-line): Use Posix style character
6294         classes for regexp.
6295         (wl-e21-highlight-folder-by-numbers): Ditto.
6296         (wl-e21-display-image-p): Use `display-images-p' instead of
6297         `display-graphic-p'.
6298         (display-images-p): Make an alias to `display-graphic-p' if it is
6299         not available.  It is for Emacs version prior to 21.0.105.
6300
6301         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6302         `display-graphic-p'.
6303         (wl-demo-image-type-alist): Ditto.
6304         (display-images-p): Make an alias to `display-graphic-p' if it is
6305         not available.  It is for Emacs version prior to 21.0.105.
6306
6307 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6308
6309         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6310         support.
6311         (wl-generate-user-agent-string): Ditto.
6312
6313         * wl-version.el (wl-version): Update docsting.
6314         (wl-version-status): Ditto.
6315
6316 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6317
6318         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6319         21.0.105.  For Emacs 21.0.104 or earlier.
6320
6321 2001-09-03  Takuo KITAME <kitame@northeye.org>
6322
6323         * wl-e21.el (wl-plugged-init-icons): Use
6324         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6325         (wl-biff-init-icons): Ditto.
6326
6327 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * wl-highlight.el (wl-highlight-summary-current-line):
6330         Fixed highlighting refile/copy destination.
6331
6332         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6333         (wl-acap-store): Encode string by wl-acap-coding-system.
6334
6335 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-acap.el (toplevel): Check and require 'un-define before
6338         'xemacs-ucs;
6339          Added checking for UTF-2000.
6340
6341 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6344         Don't enclose with `eval-and-compile'.
6345
6346         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6347         wl-init is non-nil.
6348
6349         * wl-draft.el (wl-draft): Ditto.
6350
6351         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6352
6353         * wl-acap.el (toplevel): Require 'wl.
6354         (wl-acap-store): Call `elmo-init'.
6355
6356         * wl.el (wl): Changed position of `wl-check-environment'.
6357         (toplevel): Added autoload setting for wl-acap.
6358
6359         * wl-vars.el (wl-setting): New custom group.
6360         (wl-from): Added wl-setting group.
6361         (wl-user-mail-address-list): Ditto.
6362         (wl-organization): Ditto.
6363         (wl-subscribed-mailing-list): Ditto.
6364         (wl-envelope-from): Ditto.
6365         (wl-smtp-posting-user): Ditto.
6366         (wl-smtp-posting-server): Ditto.
6367         (wl-smtp-posting-port): Ditto.
6368         (wl-smtp-authenticate-type): Ditto.
6369         (wl-pop-before-smtp-user): Ditto.
6370         (wl-pop-before-smtp-server): Ditto.
6371         (wl-pop-before-smtp-port): Ditto.
6372         (wl-pop-before-smtp-authenticate-type): Ditto.
6373         (wl-nntp-posting-server): Ditto.
6374         (wl-nntp-posting-user): Ditto.
6375         (wl-nntp-posting-port): Ditto.
6376         (wl-fetch-confirm-threshold): Ditto.
6377         (wl-prefetch-threshold): Ditto.
6378         (wl-thread-insert-opened): Ditto.
6379         (wl-ldap-server): Ditto.
6380         (wl-ldap-port): Ditto.
6381         (wl-ldap-base): Ditto.
6382         (wl-ldap-objectclass): Ditto.
6383         (wl-use-ldap): Ditto.
6384         (wl-draft-config-alist): Ditto.
6385         (wl-draft-config-matchone): Ditto.
6386         (wl-template-alist): Ditto.
6387         (wl-message-sort-field-list): Ditto.
6388         (wl-message-ignored-field-list): Ditto.
6389         (wl-message-visible-field-list): Ditto.
6390         (wl-interactive-send): Ditto.
6391         (wl-summary-move-order): Ditto.
6392         (wl-auto-select-first): Ditto.
6393         (wl-auto-select-next): Ditto.
6394         (wl-interactive-save-folders): Ditto.
6395
6396         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6397         Initialization codes are moved from wl-local-folder-init.
6398         (wl-local-folder-init): Follow the change above.
6399         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6400
6401         * wl-acap.el: New file.
6402
6403         * Version number is increased to 2.7.3.
6404
6405 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6408
6409 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6412         (wl-addrmgr-address-entry-list): Ditto.
6413
6414 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-e21.el (wl-draft-mode-map): Removed binding for
6417         `wl-draft-insert-x-face-field'.
6418
6419         * wl-mule.el (wl-draft-mode-map): Ditto.
6420
6421         * wl-xmas.el (wl-draft-mode-map): Ditto.
6422
6423         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6424         (wl-cs-autoconv): Ditto.
6425         (wl-cs-local): Ditto.
6426         (wl-use-scoring): Ditto.
6427         (wl-mime-charset): Ditto.
6428         (wl-folder-check-async): Ditto.
6429
6430         * wl.el (toplevel): Ignore nemacs and tm.
6431         (wl-exit): Ditto.
6432
6433         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6434         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6435         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6436         instead of wl-address-petname-add-or-change.
6437         (wl-summary-edit-addresses-subr): Use wl-address-delete
6438         instead of wl-address-petname-delete.
6439
6440         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6441
6442         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6443         if error occured.
6444
6445         * wl-message.el (require): Remove tm support.
6446
6447         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6448
6449         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6450         (wl-folder-jump-to-current-entity): Ditto.
6451         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6452
6453         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6454         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6455         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6456
6457         * wl-mule.el (wl-draft-key-setup): Ditto.
6458
6459         * wl-xmas.el (wl-draft-key-setup): Ditto.
6460
6461         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6462         (wl-draft-std11-parse-addresses): New function.
6463         (wl-draft-parse-mailbox-list): Use it.
6464         (wl-draft): Ignore nemacs.
6465         (wl-draft-reedit): Ditto.
6466
6467         * wl-addrmgr.el: New file.
6468         (Original is wl-rcpt.el written by
6469         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6470         Thanks Kitamoto-san.)
6471
6472         * wl-address.el (wl-address-make-address-list): Modified parsing
6473         process.
6474         (wl-address-delete): Renamed from `wl-address-petname-delete';
6475         Modify wl-address-list too.
6476         (wl-address-add-or-change): Renamed from
6477         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6478
6479 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6480
6481         * wl-highlight.el (wl-highlight-summary-current-line):
6482           Work with transient-mark-mode
6483
6484 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * Version number is increased to 2.7.2.
6487
6488         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6489         instead of elmo-dop-queue-method.
6490
6491 2001-08-06  SAITO Atsunori <sai@yedo.com>
6492
6493         * wl-vars.el (wl-ldap-objectclass): New user option.
6494
6495         * wl-address.el (wl-ldap-make-filter): Use it.
6496
6497 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6500
6501 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-folder.el (wl-folder): redisplay after folder insertion.
6504
6505         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6506
6507         * wl-summary.el (wl-summary-sync-update):
6508         Change status mark only when new-msgdb exists.
6509         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6510
6511 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl-summary.el (wl-summary-open-folder): New function.
6514         (wl-summary-goto-folder-subr): Use it.
6515         (wl-summary-mark-as-important): Fix;
6516         Encache only when no cache exists.
6517
6518 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6521         Use with-current-buffer.
6522
6523 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6524
6525         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6526         before call `get-buffer'. Fixed parenthesis.
6527         (wl-score-get-header-entry): Clear message and help window when
6528         keyboard quit.
6529         (wl-score-edit-insert-header): Ditto.
6530
6531 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6534         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6535         (wl-default-draft-cite): Fix.
6536
6537         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6538         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6539
6540 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-message.el (wl-message-prev-page): Do same bahavior
6543         as summary when it is called in the message buffer.
6544         (wl-message-next-page): Ditto.
6545
6546 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-summary.el (wl-summary-forward): Use cache if it is not
6549         section cache.
6550
6551 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6554         Removed redundant require of elmo-vars.
6555         (wl-biff-state-indicator-on): Changed default value for
6556         xemacs with non-mule environment.
6557
6558         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6559         wl-message-buffer is nil;
6560         Hide progress bar after moving messages.
6561
6562 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6565         message at cursor point is deleted.
6566
6567 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-vars.el: Changed file coding system to euc-japan.
6570         Added -*-coding:-*- magic to the first line.
6571
6572         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6573         Search parent from the first message.
6574
6575         * Version number is increased to 2.7.1.
6576
6577 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6578
6579         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6580
6581 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6584         refile/delete execution.
6585
6586         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6587         Fixed docstring.
6588
6589 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6592         do update process;
6593         Don't update marks when update process is interrupted.
6594
6595 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-summary.el (wl-summary-reply): Fixed problem when
6598         wl-draft-use-frame is non-nil.
6599         (wl-summary-forward): Ditto.
6600
6601         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6602         as nil.
6603         (wl-folder-mark-as-read-all-entity): Ditto.
6604         (wl-folder-prefetch-entity): Ditto.
6605
6606         * wl.el (wl): Check environment before wl-init.
6607
6608         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6609         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6610         instead of wl-summary-collect-unread.
6611         (wl-summary-reply): Split message window.
6612
6613 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6616         only if current language environment is japanese,
6617
6618         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6619         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6620         (wl-folder-goto-folder-subr): Ditto.
6621
6622         * wl-draft.el (wl-draft-dispatch-message): Call
6623         `elmo-file-cache-get-path'.
6624
6625 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-summary.el (wl-summary-cursor-move): If return value of
6628         wl-summary-next-message is not number, don't jump.
6629
6630 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-summary.el (wl-summary-buffer-next-message-function): New
6633         variable.
6634         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6635         if it is bound.
6636
6637         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6638         string.
6639
6640         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6641         (wl-plugged-drawing): Ditto.
6642
6643 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6646         process.
6647         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6648         with unwind-protect.
6649
6650         * wl.el (wl-init): Require mime-setup.
6651         (wl-check-environment): Don't require mime-setup.
6652
6653         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6654         instead of elmo-folder-type.
6655
6656         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6657         value as nil.
6658
6659 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * Version number is increased to 2.7.0.
6662
6663         * wl-version.el (wl-version): Changed codename.
6664
6665         * wl-summary.el (wl-summary-delete-cache): Fixed.
6666
6667         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6668         Workaround for net folders.
6669         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6670
6671         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6672         value to nil (According to the patch from
6673         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6674
6675         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6676         of elmo-folder-close.
6677
6678 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6679
6680         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6681         for postfix.
6682
6683 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-summary.el (wl-summary-resend-message): Fixed.
6686
6687         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6688         Call wl-draft with `from' argument if its address is included in
6689         `wl-user-mail-address-list'.
6690         (wl-draft): Added `from' argument.
6691
6692         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6693         non-nil.
6694         (wl): Don't show demo if wl-demo is nil.
6695
6696         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6697         wl-summary-use-frame.
6698
6699         * wl-vars.el (wl-summary-use-frame): New user option.
6700         (wl-folder-use-frame): Changed docstring.
6701
6702         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6703         non-nil.
6704         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6705         wl-summary-use-frame.
6706
6707         * wl-vars.el (wl-folder-use-frame): New user option.
6708
6709         * wl-summary.el (wl-summary-exit): Back to folder frame if
6710         wl-folder-use-frame is non-nil.
6711         (wl-summary-redisplay-internal): Ignore cache if current folder
6712         is draft folder,
6713         (wl-summary-redisplay-no-mime): Ditto.
6714         (wl-summary-redisplay-all-header): Ditto.
6715
6716         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6717         if wl-folder-use-frame is non-nil.
6718
6719 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6720
6721         * wl-summary.el (wl-summary-sync-update): Bind
6722         elmo-folder-update-threshold.
6723         (wl-summary-mark-as-important): Enclosed server mark processing
6724         with `save-match-data'.
6725
6726         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6727         only when it is already defined.
6728
6729 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6730
6731         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6732         name of folder exclude localdir is wrong.
6733         * wl-folder.el (wl-folder-sync-entity):
6734         Set `wl-summary-always-sticky-folder-list' as nil.
6735         (wl-folder-mark-as-read-all-entity): Ditto.
6736         (wl-folder-prefetch-entity): Ditto.
6737
6738 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6741         instead of `wl-summary-write-current-newsgroup'.
6742
6743 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6744
6745         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6746         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6747         non-nil and selected message is important, do not display.
6748
6749 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6752
6753 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6756
6757         * wl-summary.el (wl-summary-mark-as-important): Set message number
6758         using wl-summary-message-number.
6759
6760 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6761
6762         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6763         destination folder is 'null.
6764
6765 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6768         New function.
6769         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6770         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6771         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6772
6773 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl-mime.el (wl-mime-setup): Added setting for
6776         `mime-setup-signature-key-alist' to avoid overriding key bind for
6777         `wl-draft-send'.
6778
6779         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6780         for `wl-draft-send'.
6781         * wl-mule.el (wl-draft-overload-functions): Ditto.
6782         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6783         * wl-draft.el (wl-draft-send): Ditto.
6784
6785         * wl-message.el (wl-message-display-internal):
6786         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6787         (Patch is provided by <kita@coe.nttdata.co.jp>).
6788
6789 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6792
6793 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl.el (wl): Fix for wl-demo.
6796
6797 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6800
6801 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-folder.el (wl-folder-prefetch-entity): Use
6804         `wl-folder-get-elmo-folder'.
6805         (wl-folder-count-incorporates): Do not use
6806         `wl-folder-get-elmo-folder'.
6807
6808 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6811         instead of `elmo-folder-get-type'.
6812
6813 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6814
6815         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6816         position on Subject: field.
6817         (Advised by Mito <mit@nines.nec.co.jp>)
6818
6819 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6820
6821         * wl-folder.el (wl-folder-prefetch-entity): Use
6822         `wl-folder-get-elmo-folder'.
6823
6824 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6827
6828         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6829         `process-duplicates' slot.
6830
6831         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6832         if detection failed.
6833
6834 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6835
6836         * wl-version.el (wl-version-status): Set to "alpha".
6837
6838 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6841         Check wl-message-buffer lives before set-buffer.
6842
6843 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6844
6845         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6846         called in folder mode.
6847         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6848         * wl-summary.el (wl-summary-exit-pre-hook): Run
6849         `wl-summary-exit-pre-hook' before exit summary mode.
6850
6851 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6852
6853         * wl-version.el (wl-version-status): New variable.
6854         (wl-version-status-alist): Removed.
6855         (wl-version-status): Rule included.
6856
6857 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6860         @sponichi.
6861
6862         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6863         when `mail-reply-buffer' is buffer-local variable.
6864         (Reported by <kita@coe.nttdata.co.jp>).
6865
6866 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-vars.el (toplevel): Require 'elmo-util.
6869
6870 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6873         (All other related portions are changed)
6874
6875         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6876
6877         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6878
6879 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6880
6881         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6882
6883 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6886         Delete other windows to avoid an error.
6887         Use `point-marker' instead of `point' to remember the start point
6888         of body.
6889
6890         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6891
6892         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6893         number not to exceed all message number.
6894
6895 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6896
6897         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6898         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6899
6900 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6901
6902         * wl-summary.el (wl-summary-sync-force-update): Added argument
6903         no-check.
6904         (wl-summary-sync-update): Ditto.
6905         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6906         with `no-check'.
6907
6908         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6909         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6910         already running.
6911
6912 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6913
6914         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6915         `dst-folder-arg'.
6916         (wl-expire-archive-number1): Diito.
6917         (wl-expire-archive-number2): Diito.
6918         (wl-expire-archive-Date): Diito.
6919         (wl-archive-number1): Diito.
6920         (wl-archive-number2): Diito.
6921         (wl-archive-date): Diito.
6922         (wl-archive-folder-p): New function.
6923         (wl-summary-expire): Support of expand folder name at
6924         wl-expire-alist.
6925         * wl-util.el (wl-expand-newtext): Renamed from
6926         `wl-refile-expand-newtext'.
6927
6928 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6929
6930         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6931         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6932         `(elmo-msgdb-get-overview msgdb)'.
6933         (wl-summary-prefetch): Bind match data before call
6934         `wl-summay-prefetch-msg'.
6935         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6936         'off if `wl-summary-buffer-disp-msg' is non-nil.
6937         Fixed problem that couldn't show only one new or unread message when
6938         enter folder.
6939         (wl-summary-reply): Don't call `split-window-vertically' and other
6940         window.
6941
6942 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-expire.el (wl-expire-refile): Fixed.
6945
6946 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6949
6950         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6951         biff notification is removed.
6952
6953         * wl.el (wl): Changed position of `elmo-init'.
6954
6955         * wl-draft.el (wl-default-draft-cite): Use date field
6956         on the citation buffer.
6957
6958         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6959
6960         * wl-xmas.el (wl-folder-internal-icon-list): Added
6961         `wl-folder-shimbun-image'.
6962
6963         * wl-e21.el (wl-folder-internal-icon-list): Added
6964         `wl-folder-shimbun-image'.
6965
6966 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl.el (wl-init): Eliminated argument.
6969         (wl): Rewrite.
6970
6971         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6972         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6973         instead of `elmo-folder-msgdb-internal'.
6974         (wl-summary-sync-update): Ditto.
6975         (wl-summary-flush-pending-append-operations): Eliminated.
6976         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6977         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6978         `elmo-folder-open'.
6979
6980         * wl-mime.el (wl-summary-burst): Fixed.
6981
6982         * wl-folder.el (wl-folder-info-save): Check data type.
6983
6984         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6985         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6986         instead of `elmo-folder-msgdb-internal'.
6987         (wl-expire-hide): Ditto.
6988
6989
6990         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6991
6992 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6993
6994         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6995
6996 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6997
6998         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6999
7000 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7003         Fixed `match-beginning' argument mismatch.
7004
7005 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7006
7007         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7008         the default value.
7009
7010 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7013         instead of `elmo-nntp-default-port'.
7014
7015         * wl-vars.el: Fixed some doc strings.
7016
7017 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * wl-summary.el (wl-summary-prefetch-msg): Use
7020         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7021
7022         * wl-vars.el: Define *-func as obsolete variable using
7023         `elmo-define-obsolete-variable'.
7024
7025         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7026         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7027         instead of `wl-message-buffer-prefetch-threshold'.
7028
7029         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7030
7031         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7032
7033         * wl-draft.el (wl-caesar-region-func): Ditto.
7034
7035         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7036         Keep unread status in elmo-folder-move-messages.
7037         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7038
7039 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7040
7041         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7042         `wl-summary-buffer-exit-func'
7043         (wl-summary-buffer-message-redisplay-function): Renamed from
7044         `wl-summary-buffer-message-redisplay-func'
7045         (wl-summary-buffer-next-folder-function): Renamed from
7046         `wl-summary-buffer-next-folder-func'.
7047         (wl-summary-buffer-prev-folder-function): Renamed from
7048         `wl-summary-buffer-prev-folder-func'.
7049         (wl-summary-get-petname-function): Renamed from
7050         `wl-summary-get-petname-func'.
7051
7052         * wl-score.el (wl-score-edit-exit-function): Renamed from
7053         `wl-score-edit-exit-func'.
7054
7055         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7056         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7057
7058         * wl-util.el (wl-load-profile-function): Renamed from
7059         `wl-load-profile-func'.
7060
7061         * wl-folder.el (wl-folder-completion-function): Renamed from
7062         `wl-folder-completion-func'.
7063         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7064
7065         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7066         `wl-expire-archive-get-folder-func'.
7067         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7068         (wl-draft-send-mail-function): Renamed from
7069         `wl-draft-send-mail-func'.
7070         (wl-draft-send-news-function): Renamed from
7071         `wl-draft-send-news-func'.
7072         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7073         (wl-generate-mailer-string-function): Renamed from
7074         `wl-generate-mailer-string-func'.
7075         (wl-highlight-signature-search-function): Renamed from
7076         `wl-highlight-signature-search-func'.
7077         (wl-highlight-x-face-function): Renamed from
7078         `wl-highlight-x-face-func'
7079         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7080         (wl-ps-print-buffer-function): Renamed from
7081         `wl-ps-print-buffer-func'
7082         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7083         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7084         (wl-summary-subject-filter-function): Renamed from
7085         `wl-summary-subject-filter-func'.
7086
7087         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7088         `wl-draft-queue-flush-send-func'
7089         (wl-draft-cite-function): Renamed from
7090         `wl-draft-cite-func'
7091
7092         * wl-address.el (wl-address-init-function): Renamed from
7093         `wl-address-init-func'.
7094
7095 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-draft.el (wl-draft-queue-flush): Don't call
7098         `elmo-dop-unlock-message'.
7099         * wl-draft.el (wl-draft-queue-append): Don't call
7100         `elmo-dop-lock-message'.
7101
7102         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7103         (wl-summary-buffer-folder-name): Ditto.
7104         (wl-summary-message-regexp): Added '-' (all other related portions
7105         are changed).
7106         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7107         wl-summary-buffer-folder-name.
7108
7109 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7110
7111         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7112         the number of mails in the folder buffer is not updated by wl-biff.
7113
7114 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7115
7116         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7117         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7118
7119 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-summary.el (wl-summary-next-message):
7122         Return next message number when wl-summary-move-order is nil.
7123
7124 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7125
7126         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7127         `wl-summary-move-spec-alist'.
7128         (wl-summary-move-spec-unplugged-alist): New variable
7129         (Move spec for unplugged status).
7130         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7131         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7132
7133 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7134
7135         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7136         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7137
7138 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7139
7140         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7141         simple quotation to quote the anonymous function.
7142         * tm-wl.el (wl-draft-preview-message): Ditto.
7143
7144 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7145
7146         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7147         Eliminate redundant `save-excursion'.
7148         (wl-highlight-summary-current-line): Ditto.
7149
7150         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7151         accessing match data when `looking-at' failed.
7152
7153         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7154         `elmo-match-string' where users don't care about the speed.
7155         (wl-draft-save): Ditto.
7156
7157 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-util.el (wl-regexp-opt): New function.
7160
7161         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7162         number from `wl-summary-buffer-number-list'.
7163         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7164         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7165         (wl-summary-move-spec-alist): Changed default setting.
7166
7167 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-vars.el (wl-biff-notify-hook): New hook.
7170         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7171         the arrival of new mail.
7172         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7173         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7174
7175 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7178
7179 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7182
7183         * Version number is increased to 2.5.8.
7184
7185         * wl-thread.el (toplevel): require 'cl.
7186         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7187         (wl-thread-make-number-list): New function.
7188         (wl-thread-entity-make-number-list-from-children): Ditto.
7189         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7190         (wl-thread-entity-insert-as-children): Likewise.
7191         (wl-thread-delete-message): Likewise.
7192         (wl-meaning-of-mark): Eliminated.
7193         (wl-thread-next-failure-mark-p): Ditto.
7194         (wl-thread-entity-get-mark): Ditto.
7195         (wl-thread-meaning-alist-get-result): Ditto.
7196         (wl-thread-entity-check-prev-mark): Ditto.
7197         (wl-thread-entity-check-next-mark): Ditto.
7198         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7199         (wl-thread-entity-get-prev-marked-entity): Ditto.
7200         (wl-thread-get-prev-unread): Ditto.
7201         (wl-thread-jump-to-prev-unread): Ditto.
7202         (wl-thread-get-next-unread): Ditto.
7203         (wl-thread-jump-to-next-unread): Ditto.
7204         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7205         (wl-thread-entity-get-next-marked-entity): Ditto.
7206
7207         * wl-summary.el (wl-summary-buffer-number-list):
7208         New bufer-local variable.
7209         (wl-summary-switch-to-clone-buffer): Clone
7210         `wl-summary-buffer-number-list'.
7211         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7212         (wl-summary-cursor-move-regex): Eliminated.
7213         (wl-summary-cursor-up): Rewrite.
7214         (wl-summary-cursor-down): Ditto.
7215         (wl-summary-mode-spec-alist): New variable.
7216         (wl-summary-next-message): New inline function.
7217         (wl-summary-cursor-move): New function.
7218         (wl-summary-default-get-next-msg): Rewrite.
7219         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7220         (wl-summary-rescan): Ditto.
7221         (wl-summary-sync-all-init): Ditto.
7222         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7223         summary is not thread view.
7224         (wl-summary-sync-update): Ditto.
7225         (wl-summary-rescan): Ditto.
7226         (wl-summary-make-number-list): New function.
7227
7228         * wl-draft.el: "FCC" -> "Fcc".
7229
7230 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-highlight.el (wl-highlight-summary-window):
7233         Call `set-buffer-modified-p'.
7234
7235         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7236         (wl): Call `elmo-init' and fix.
7237
7238         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7239         Use new variables.
7240
7241         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7242
7243 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7246
7247 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7248
7249         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7250
7251 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7252
7253         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7254         `wl-use-toolbar' nor `display-graphic-p'.
7255         (wl-e21-setup-message-toolbar): Ditto.
7256         (wl-e21-setup-summary-toolbar): Ditto.
7257         (wl-e21-setup-folder-toolbar): Ditto.
7258
7259         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7260         (wl-plugged-init-icons): Ditto.
7261
7262         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7263         `display-graphic-p'.
7264         (wl-plugged-set-folder-icon): Ditto.
7265         (wl-highlight-plugged-current-line): Ditto.
7266         (wl-highlight-folder-current-line): Ditto.
7267         (wl-e21-highlight-folder-group-line): Ditto.
7268         (wl-e21-setup-toolbar): Ditto.
7269         (wl-e21-display-image-p): New macro.
7270
7271         * wl-demo.el (wl-demo): Simplified.
7272         (wl-demo-image-type-alist): Use `image-type-available-p' for
7273         checking whether the image type `xbm' is available.
7274
7275 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7278         (wl-summary-input-range): Ditto.
7279
7280 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl-summary.el (wl-summary-edit-addresses): Use
7283         `wl-summary-get-original-buffer'
7284         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7285         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7286         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7287         (wl-summary-get-newsgroups): Eliminated.
7288         (wl-summary-set-crosspost): Ditto.
7289         (wl-summary-is-crosspost-folder): Ditto.
7290         (wl-crosspost-alist-load): Ditto.
7291         (wl-crosspost-alist-save): Ditto.
7292
7293         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7294         `elmo-setup-subscribed-newsgroups' instead of
7295         `elmo-nntp-make-groups-hashtb'.
7296         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7297         instead of `wl-crosspost-alist-save'.
7298
7299         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7300         of `elmo-folder-message-appendable-p'.
7301         (wl-mime-header-presentation-method): Eliminated.
7302
7303         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7304         (Error occurs in emacs21).
7305
7306         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7307         the current buffer).
7308
7309         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7310         instead of `wl-crosspost-alist-save'.
7311         (wl-init): `elmo-crosspost-message-alist-load'
7312         instead of `wl-crosspost-alist-load'
7313
7314         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7315         (wl-parse-newsgroups): Likewise.
7316         (wl-biff-notify): Run `wl-biff-notify-hook'.
7317
7318 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7321
7322         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7323         when `wl-summary-lazy-highlight' is non-nil.
7324         (wl-summary-goto-folder-subr): Highlight only when
7325         `wl-summary-lazy-highlight' is non-nil.
7326
7327         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7328         Don't display progress and highlight temp-mark when
7329         `wl-summary-lazy-highlight' is non-nil.
7330         (wl-highlight-summary-window): New function.
7331         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7332
7333 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7334
7335         * wl-summary.el (wl-summary-sync): Change `all-visible'
7336         from `all-shown'
7337         (wl-summary-input-range): Ditto.
7338
7339 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7340
7341         * wl-e21.el (wl-highlight-folder-current-line): Call
7342         `wl-folder-init-icons' when folder icons have not been initialized.
7343
7344         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7345
7346         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7347         (wl-demo-image-type-alist): New macro.
7348
7349 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7350
7351         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7352         display does not support graphics.
7353         (wl-plugged-init-icons): Ditto.
7354         (wl-folder-init-icons): Ditto.
7355
7356         * wl-demo.el (wl-demo): Chech closely whether the display
7357         supports graphics.
7358
7359 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-summary.el (wl-summary-get-original-buffer): New function.
7362         (wl-summary-set-crosspost): Use it.
7363         (wl-summary-target-mark-uudecode): Ditto.
7364         (wl-summary-reedit): Ditto.
7365         (wl-summary-resend-bounced-mail): Ditto.
7366         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7367         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7368
7369         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7370         (wl-message-display-internal): Ditto.
7371
7372 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7375
7376 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-summary.el (wl-summary-save-view): Renamed from
7379         `wl-summary-save-status'.
7380
7381 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7382
7383         * wl-summary.el (wl-summary-sync): Added `all-shown'
7384
7385 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7388
7389 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7390
7391         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7392
7393 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7394
7395         * wl-highlight.el (wl-highlight-summary-line-string): Use
7396         `zerop' instead of `= 0'.
7397         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7398
7399         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7400         for comparing numbers.
7401         (wl-template-prev): Use `zerop' instead of `eq 0'.
7402
7403         * wl-draft.el (wl-draft-insert-current-message): Use
7404         `with-current-buffer' instead of `save-excursion'.
7405         Use `zerop' instead of `eq 0'.
7406
7407 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7408
7409         * wl-draft.el (wl-draft-insert-ccs): New function.
7410         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7411         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7412
7413 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7416
7417 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-expire.el (wl-expire-refile): Don't call
7420         elmo-msgdb-add-msgs-to-seen-list;
7421         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7422         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7423
7424 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-message.el (wl-message-prev-page): Ignore errors while
7427         scroll-down.
7428
7429 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-mime.el: Use elmo-original-message-mode instead of
7432         mmelmo-original-mode.
7433
7434         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7435         `elmo-folder-get-spec';
7436         (wl-fldmgr-add-completion-all-completions):
7437         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7438
7439         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7440         of `elmo-folder-get-type'.
7441
7442         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7443         `elmo-folder-get-spec';
7444         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7445         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7446         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7447         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7448         `elmo-read-msg-no-cache';
7449         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7450         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7451         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7452         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7453         `elmo-cache-save';
7454         (wl-draft-reedit): Use `elmo-message-file-name'.
7455
7456         * wl-expire.el: Use `elmo-folder-name-internal';
7457         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7458         Use macro `wl-summary-buffer-msgdb' instead of variable
7459         `wl-summary-buffer-msgdb';
7460         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7461         Use macro `wl-summary-buffer-folder-name' instead of variable
7462         `wl-summary-buffer-folder-name'.
7463         * wl-score.el: Likewise.
7464
7465         * wl-message.el: Rewrite for new message buffer cache mechanism.
7466         (wl-message-buffer-cache-buffer-get): New macro.
7467         (wl-message-buffer-cache-folder-get): Ditto.
7468         (wl-message-buffer-cache-message-get): Ditto.
7469         (wl-message-buffer-cache-entry-make): Ditto.
7470         (wl-message-buffer-cache-hit): Ditto.
7471         (wl-message-buffer-cache-sort): New function.
7472         (wl-message-buffer-cache-add): Ditto.
7473         (wl-message-buffer-cache-delete): Ditto.
7474         (wl-message-buffer-cache-clean-up): Ditto.
7475         (wl-message-buffer-window): Rewrite.
7476         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7477         (wl-message-buffer-display): New function.
7478         (wl-message-display-internal): New function.
7479
7480 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-folder.el: Use `elmo-folder-name-internal';
7483         Use `wl-folder-get-elmo-folder';
7484         Use `elmo-folder-list-messages' instead of
7485         `elmo-list-folder';
7486         Use `elmo-folder-get-primitive-list' instead of
7487         `elmo-folder-get-primitive-spec-list';
7488         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7489         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7490         Use `elmo-folder-create' instead of `elmo-create-folder'.
7491         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7492         (wl-folder-get-elmo-folder): New macro.
7493         (wl-folder-elmo-folder-cache-get): Ditto.
7494         (wl-folder-elmo-folder-cache-put): Ditto.
7495         (wl-folder-suspend): Call `elmo-quit'.
7496
7497         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7498         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7499         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7500         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7501         (toplevel): require 'cl.
7502         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7503
7504         * wl-summary.el: Rewrite to use new elmo interface.
7505
7506 \f
7507 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-mime.el (wl-draft-preview-message):
7510         Run `wl-draft-send-hook' before collecting recipients information;
7511         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7512
7513         * tm-wl.el (wl-draft-preview-message): Ditto.
7514
7515 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7518         wrong recipients are displayed when forwarded message.
7519
7520 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * Version number is increased to 2.5.7.
7523
7524 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7525
7526         * wl-message.el (wl-message-next-page): Bind
7527         `window-pixel-scroll-increment' to nil while scrolling up.
7528
7529 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7530
7531         * wl-vars.el (wl-save-hook): New hook.
7532         * wl.el (wl-save): Call `wl-save-hook'.
7533
7534 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7537         Argument WITH-ARG instead of NO-ARG (negative mean).
7538         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7539         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7540         * wl-message.el (wl-message-follow-current-entity): Likewise.
7541
7542 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7545         FROM was optional argument.
7546         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7547
7548 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7549
7550         * Version number is increased to 2.5.6.
7551
7552 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7553
7554         * wl-version.el (wl-version-show): Removed.
7555         (wl-version): Add `interactive'.
7556
7557 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7558
7559         * wl-summary.el (wl-summary-get-petname-func): New variable.
7560         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7561         instead of `wl-address-get-petname-1'.
7562         (wl-summary-simple-from): Ditto.
7563
7564         * wl-address.el (wl-address-get-petname-1): Define as function.
7565
7566 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7569         field in the original message.
7570         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7571
7572 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7573
7574         * wl-expire.el (wl-expire-hide):
7575         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7576
7577 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7580         find decoder for To, Cc, and Subject.
7581
7582 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7585         for checking `elmo-use-buffer-cache'.
7586         (wl-summary-mark-as-important): Fixed typo in comment.
7587
7588 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7591         field in the original message.
7592         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7593
7594 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7595
7596         * wl-expire.el (wl-expire-hide):
7597         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7598
7599 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7602         find decoder for To, Cc, and Subject.
7603
7604 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * Version number is increased to 2.5.5.
7607
7608         * wl-address.el (wl-address-specials-regexp): New constant.
7609         (wl-address-quote-specials): Use it.
7610
7611 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-summary.el (wl-summary-rescan):
7614         Call `wl-summary-buffer-number-column-detect'.
7615         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7616
7617         * wl-message.el (wl-message-mode-map): Define.
7618         (wl-message-decode): Use it as local-map.
7619
7620 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7623         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7624
7625 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7628
7629         * wl-mule.el (wl-read-event-char): Ditto.
7630
7631         * wl-e21.el (wl-read-event-char): Ditto.
7632
7633         * wl-nemacs.el (wl-read-event-char): Ditto.
7634         (read-event): Removed.
7635
7636         * wl-util.el (toplevel): Removed dummy definition of
7637         `read-event'.
7638         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7639
7640 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7641
7642         * wl-nemacs.el (elmo-archive-call-process): Moved to
7643         elmo-archive.el.
7644
7645 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7648         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7649
7650         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7651         instead of magic-number 6.  Use `not' instead of `null' for symbol
7652         `nil' check (not empty list).
7653         (wl-draft-insert-x-face-field): Fixed paren style.
7654
7655         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7656         one-branch conditional statement, instead of `and' and `if'.
7657         (wl-draft-forward): Likewise.
7658         (wl-draft-add-references): Likewise.
7659         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7660
7661         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7662         conditional steatment.  Use `cond' instead of `if'.
7663         (wl-draft-confirm): Likewise.
7664
7665 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7666
7667         * wl-version.el (wl-version-show): Use `product-string-1'
7668         instead of `wl-version'.
7669         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7670
7671         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7672
7673 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7674
7675         * wl-highlight.el (wl-highlight-headers): Revert
7676         `wl-highlight-x-face-func' argument (`beg' and `end').
7677
7678 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7679
7680         * wl.el (toplevel): Move `product-provide' declare.
7681         * wl-demo.el (toplevel): Ditto.
7682         * wl-dnd.el (toplevel): Ditto.
7683         * wl-highlight.el (toplevel): Ditto.
7684         * wl-message.el (toplevel): Ditto.
7685         * wl-refile.el (toplevel): Ditto.
7686         * wl-util.el (toplevel): Ditto.
7687
7688 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7691         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7692         (wl-thread-close-all): keep cursor position.
7693
7694 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7695
7696         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7697         (eq x 0).
7698         (wl-generate-user-agent-string-1): Fix conditional statement.
7699
7700 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7701
7702         * wl.el (wl-check-environment): Additional check for
7703         'wl-local-domain' and `wl-message-id-domain'.
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-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7719
7720         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7721         to the default value as well as `eword-lexical-analyzer'.
7722
7723 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7724
7725         * wl-version.el (wl-extended-emacs-version,
7726         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7727         `elmo-match-string' instead of `wl-match-string'.
7728
7729 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7730
7731         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7732         docstring.
7733
7734 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7735
7736         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7737
7738 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7739
7740         * wl-highlight.el (wl-highlight-headers): Remove
7741         `wl-highlight-x-face-func' argument (`beg' and `end').
7742
7743 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-summary.el (wl-summary-mark-as-important):
7746         Remove cache if folder is local.
7747
7748 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7749
7750         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7751         to get existing e-mail address string.
7752
7753 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7754
7755         * wl-version.el (wl-generate-user-agent-string): Commentary.
7756         (wl-generate-user-agent-string-1): Use `when' for
7757         one-branch conditional statement, instead of `and' and `if'.
7758         (wl-extended-emacs-version, wl-extended-emacs-version2,
7759         wl-extended-emacs-version3): Ditto.
7760
7761 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7764         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7765         condition-case; Remove initialization.
7766         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7767         (wl-summary-sync-update3): Added argument `sync-all';
7768         Eliminated local variable `msgdb';
7769         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7770         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7771         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7772
7773 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7774
7775         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7776         connection before call `wl-draft-send-mail-with-smtp'.
7777
7778 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * Version number is increased to 2.5.4.
7781
7782 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7783
7784         * wl.el (wl-check-environment): Additional check for
7785         'wl-local-domain' and `wl-message-id-domain'.
7786
7787 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7790         buffer as command specific.
7791         (wl-folder-mark-as-read-all-entity): Ditto.
7792         (wl-folder-prefetch-entity): Ditto.
7793         (wl-folder-drop-unsync-entity): Ditto.
7794
7795         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7796         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7797         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7798
7799         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7800         save-excursion.
7801
7802 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * Version number is increased to 2.5.3.
7805
7806         * wl-summary.el (wl-summary-save-view-cache):
7807         Delete duplicated `write-region';
7808         Use `write-region-as-binary' instead of `as-binary-output-file' and
7809         `write-region'.
7810
7811 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7812
7813         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7814
7815 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7818         instead of `smtp-via-smtp'.
7819
7820 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7821
7822         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7823
7824 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7825
7826         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7827         instead of `smtp-sasl-user-realm'.
7828
7829 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7830
7831         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7832
7833 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * Version number is increased to 2.5.2.
7836
7837 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7840         does not exist.
7841         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7842         (wl-biff-start): Call `timer-activate' if timer already exists.
7843
7844         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7845         only when it is bound as function.
7846
7847 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * Version number is increased to 2.5.1.
7850
7851 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7854         Print refile/copy destination.
7855
7856 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7859         queue-flush-only is non-nil.
7860
7861         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7862
7863         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7864         checking cache folder.
7865
7866 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7869         `regexp-quote'.
7870
7871 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7872
7873         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7874         function.
7875         * wl-summary.el (wl-summary-write-current-folder-functions):
7876         Change default value.  Use it.
7877
7878 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * Version number is increased to 2.5.0.
7881
7882         * wl-version.el (wl-version): Changed codename.
7883
7884 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7885
7886         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7887         (wl-summary-supersedes-message): Ditto.
7888
7889 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7890
7891         * wl-refile.el (wl-refile-guess-functions): Renamed from
7892         `wl-refile-guess-func-list'.
7893
7894 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7897         Fixed problem when no rule was matched.
7898
7899 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7900
7901         * wl-summary.el (wl-summary-get-mark): Fixed
7902         `wl-summary-buffer-target-mark' check logic.
7903
7904 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7905
7906         * wl-folder.el (wl-folder-write-current-folder): Added group
7907         folder check.
7908
7909         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7910         `wl-summary-write-current-newsgroup'.
7911         (wl-summary-write-current-folder-functions): New variable.
7912         * wl-folder.el (wl-folder-get-newsgroups): New function.
7913         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7914         (wl-folder-write-current-folder): Renamed from
7915         `wl-folder-write-current-newsgroup'.
7916
7917 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7918
7919         * Version number is increased to 2.3.93.
7920
7921 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7924         (wl-ldap-make-matched-value-list): Ditto.
7925         (wl-ldap-alias-safe-string): Split e-mail address.
7926
7927         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7928         petname folder default was selected.
7929         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7930         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7931
7932 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7935         to `wl-draft-config-exec'.
7936
7937         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7938         instead of calling `wl-draft-config-exec';
7939         Process group-list and show recipients in minibuffer.
7940
7941         * tm-wl.el (wl-draft-preview-message): Ditto.
7942
7943 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7944
7945         * wl.el (toplevel): Added (C) to copyright notice, and
7946         sync Author header.
7947         * tm-wl.el (toplevel): Ditto.
7948         * wl-address.el (toplevel): Ditto.
7949         * wl-demo.el (toplevel): Ditto.
7950         * wl-dnd.el (toplevel): Ditto.
7951         * wl-draft.el (toplevel): Ditto.
7952         * wl-e21.el (toplevel): Ditto.
7953         * wl-expire.el (toplevel): Ditto.
7954         * wl-folder.el (toplevel): Ditto.
7955         * wl-highlight.el (toplevel): Ditto.
7956         * wl-message.el (toplevel): Ditto.
7957         * wl-mime.el (toplevel): Ditto.
7958         * wl-mule.el (toplevel): Ditto.
7959         * wl-nemacs.el (toplevel): Ditto.
7960         * wl-refile.el (toplevel): Ditto.
7961         * wl-score.el (toplevel): Ditto.
7962         * wl-summary.el (toplevel): Ditto.
7963         * wl-template.el (toplevel): Ditto.
7964         * wl-thread.el (toplevel): Ditto.
7965         * wl-util.el (toplevel): Ditto.
7966         * wl-vars.el (toplevel): Ditto.
7967         * wl-xmas.el (toplevel): Ditto.
7968
7969 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7970
7971         * wl.el (wl-init): Added comment about `wl-init-hook'.
7972         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7973         * wl-vars.el (wl-init-hook): Added docs.
7974         (wl-make-plugged-hook): Removed useless docs.
7975         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7976         * wl-xmas.el (toplevel): Ditto.
7977
7978 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7979
7980         * wl-address.el (toplevel): Fixed multiple Author header format.
7981         * wl-demo.el (toplevel): Ditto.
7982         * wl-draft.el (toplevel): Ditto.
7983         * wl-folder.el (toplevel): Ditto.
7984         * wl-summary.el (toplevel): Ditto.
7985         * wl-thread.el (toplevel): Ditto.
7986         * wl-util.el (toplevel): Ditto.
7987         * wl-vars.el (toplevel): Ditto.
7988         * wl-version.el (toplevel): Ditto.
7989         * wl-xmas.el (toplevel): Ditto.
7990         * wl.el (toplevel): Ditto.
7991
7992         * wl-version.el (toplevel): Added require `elmo-version' for
7993         `product-version-as-string'.
7994
7995 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-vars.el (wl-draft-send-hook): Changed default value to
7998         '(wl-draft-config-exec).
7999
8000         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8001         explicitly.
8002         (wl-draft): Set `wl-draft-config-exec-flag' before running
8003         `wl-mail-setup-hook'.
8004
8005         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8006         `wl-biff-init-icons' to `wl-init-hook' instead of
8007         `wl-make-plugged-hook'.
8008         (Because if `wl-draft' command is invoked at first,
8009         they are not initialized)
8010         Updated copyright notice.
8011
8012         * wl-e21.el (toplevel): Ditto;
8013
8014         * wl-demo.el (toplevel): Updated copyright notice.
8015         * wl-address.el (toplevel): Ditto.
8016         * wl-draft.el (toplevel): Ditto.
8017         * wl-version.el (toplevel): Ditto.
8018         * wl-folder.el (toplevel): Ditto.
8019         * wl-summary.el (toplevel): Ditto.
8020         * wl-thread.el (toplevel): Ditto.
8021         * wl-util.el (toplevel): Ditto.
8022         * wl-vars.el (toplevel): Ditto.
8023         * wl.el (toplevel): Ditto.
8024
8025 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-highlight.el (wl-highlight-message): Fixed problem of
8028         highlighting failure which occured when the last field contains
8029         multiple lines in the draft buffer.
8030
8031         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8032         `wl-biff-start' if plugged.
8033
8034         * wl-util.el (wl-biff-check-folder): New function.
8035         (wl-biff-check-folders): Don't set session name prefix.
8036         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8037         (wl-biff-check-folder-async): Ditto.
8038
8039         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8040         in email address.
8041
8042 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8043
8044         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8045
8046         * wl-draft.el (wl-draft-strip-subject-re): New function.
8047
8048         * wl-draft.el (wl-draft-reply): Use it.
8049
8050 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-message.el (wl-mmelmo-message-redisplay): Use
8053         `mime-display-message' instead of `wl-mime-display-message'.
8054
8055         * wl-mime.el (toplevel): Removed compatibility workaround
8056         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8057         (wl-mime-display-message): Abolished.
8058         (wl-mime-entity-read-field): Ditto.
8059         (wl-mime-combine-message/partial-pieces): Use
8060         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8061
8062 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8063
8064         * wl-template.el: Doc fixes.
8065
8066 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8067
8068         * wl-e21.el (wl-message-overload-functions): Do nothing if
8069         `current-local-map' is not available.
8070         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8071
8072 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8073
8074         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8075         representation.
8076
8077         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8078         number.
8079         (wl-fldmgr-save-folders): Don't use `format' when insert
8080         `wl-fldmgr-folders-header'.
8081
8082 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8083
8084         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8085
8086 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-highlight.el (wl-highlight-message):
8089         Use `std11-field-end' to detect end point of the header field.
8090         Refer `wl-highlight-max-header-size'.
8091
8092         * wl-vars.el (wl-highlight-max-header-size): New variable.
8093
8094         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8095
8096         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8097         Set `for-draft' argument of wl-highlight-headers.
8098         (wl-draft): Ditto.
8099         (wl-draft-reedit): Ditto.
8100         (wl-user-agent-compose-internal): Ditto.
8101
8102 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8103
8104         * wl-message.el (wl-message-add-button): Use overlay.
8105
8106 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8109
8110         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8111         problem when group-list content is nothing.
8112         (Reported by Mito <mit@nines.nec.co.jp>)
8113
8114 2000-10-18  SAITO Atsunori <sai@yedo.com>
8115
8116         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8117
8118 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8119
8120         * tm-wl.el (toplevel): Use product-provide.
8121
8122 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * Version number is increased to 2.3.92.
8125
8126 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8127
8128         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8129         title text, use `display' property for left margin under Emacs 21.
8130
8131         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8132         properties.
8133         (wl-plugged-init-icons): Ditto.
8134
8135 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl.el (wl-save-status, wl-init): Remove last period in
8138         "...done." message.
8139         * tm-wl.el (wl-summary-burst): Ditto.
8140         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8141         wl-summary-resume-cache-status,
8142         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8143         wl-summary-sync-update3, wl-summary-highlight-msgs,
8144         wl-summary-flush-pending-append-operations,
8145         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8146         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8147         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8148         wl-thread-open-all): Ditto.
8149         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8150         * wl-mime.el (wl-summary-burst): Ditto.
8151         * wl-highlight.el (wl-highlight-summary): Ditto.
8152         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8153         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8154         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8155         * wl-address.el (wl-local-address-init): Ditto.
8156
8157 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8158
8159         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8160         `add-text-properties'.
8161         (wl-plugged-init-icons): Ditto.
8162         (wl-folder-init-icons): Use `propertize' instead of
8163         `put-text-property'.
8164         (wl-plugged-set-folder-icon): Ditto.
8165         (wl-e21-highlight-folder-group-line): Ditto.
8166
8167 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-version.el (wl-version-status-alist): New variable.
8170         (wl-version-status): New function.
8171
8172         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8173         "Cc" part of the case "Reply-To".
8174
8175         * wl-draft.el (wl-draft-reply): Use result of
8176         `eword-extract-address-components'.
8177
8178         * wl-demo.el (wl-demo-icon-name): New constant.
8179         (wl-logo-xpm): Use it.
8180         (wl-logo-xbm): Ditto.
8181         (wl-logo-bitmap): Ditto.
8182
8183         * Version number is increased to 2.3.91.
8184
8185 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8186
8187         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8188         (wl-extended-emacs-version, wl-extended-emacs-version2,
8189         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8190         docstring.
8191
8192         * wl-version.el (wl-generate-user-agent-string-1): New function.
8193         (wl-generate-user-agent-string): Use it.
8194
8195         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8196         `mime-edit-insert-user-agent-field'.
8197         (wl-generate-user-agent-string): Check
8198         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8199
8200         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8201         instead of `if', when verbose case.
8202
8203 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-expire.el (wl-summary-expire): Fix.
8206
8207 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8208
8209         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8210         and `elmo-lost+found-folder' if 'wl-draft.
8211         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8212
8213 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-expire.el (wl-summary-expire): Change messages.
8216         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8217         `deleing-info' instead of "Deleting..."
8218
8219 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8220
8221         * wl-summary.el (wl-summary-refile-subr): Fix.
8222
8223 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8224
8225         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8226         if pipe folder.
8227
8228 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8229
8230         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8231
8232 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8233
8234         * wl-expire.el (wl-expire-hide): New function.
8235         (wl-summary-expire): Add `hide'.
8236
8237 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-vars.el (wl-draft-reply-without-argument-list):
8240         Changed default value to consider `Reply-To:'.
8241         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8242
8243         * Version number is increased to 2.3.90.
8244
8245         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8246         elmo-imap4-get-session with unwind-protect.
8247         Don't cause error.
8248         (wl-summary-sync-marks): Don't check plugged nor folder type.
8249         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8250         (Always keep current buffer).
8251
8252 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8253
8254         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8255         Enclose with `save-excursion'.
8256
8257 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl-version.el (wl-version): Remove interactive.
8260
8261 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262
8263         * wl-version.el (wl-generate-user-agent-string): Use
8264         `product-string-verbose' instead of `product-string-1'.
8265
8266 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8267
8268         * wl-vars.el (wl-draft-use-cache): New variable.
8269         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8270         if wl-draft-use-cache is non-nil.
8271
8272 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8273
8274         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8275         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8276
8277 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8280         (wl-thread-msg-mark-as-unread): Ditto.
8281
8282         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8283         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8284         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8285         Don't set mark in summary if return value of `elmo-mark-as-read'
8286         is nil.
8287         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8288         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8289         instead of `wl-thread-msg-mark-as-read'.
8290         (wl-summary-mark-as-unread-region): Ditto.
8291         (wl-summary-target-mark-mark-as-read): Ditto.
8292
8293         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8294
8295 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8298
8299         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8300
8301 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8304         face.
8305
8306 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8307
8308         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8309         `running-xemacs'.
8310
8311 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8312
8313         * wl-version.el (toplevel): Use `product-version-as-string' for
8314         set verstion-string, if defined.
8315
8316         * wl-version.el (wl-version-show): Insert string at point, when
8317         call with argument.
8318
8319         * wl-version.el (wl-generate-user-agent-string): Use
8320         `product-string-1' instead of `wl-appname', `wl-version' and
8321         `wl-codename'.
8322
8323 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8324
8325         * wl-address.el (toplevel): Use product-provide.
8326         * wl-demo.el (toplevel): Ditto.
8327         * wl-dnd.el (toplevel): Ditto.
8328         * wl-draft.el (toplevel): Ditto.
8329         * wl-e21.el (toplevel): Ditto.
8330         * wl-expire.el (toplevel): Ditto.
8331         * wl-fldmgr.el (toplevel): Ditto.
8332         * wl-folder.el (toplevel): Ditto.
8333         * wl-highlight.el (toplevel): Ditto.
8334         * wl-message.el (toplevel): Ditto.
8335         * wl-mime.el (toplevel): Ditto.
8336         * wl-mule.el (toplevel): Ditto.
8337         * wl-nemacs.el (toplevel): Ditto.
8338         * wl-refile.el (toplevel): Ditto.
8339         * wl-score.el (toplevel): Ditto.
8340         * wl-summary.el (toplevel): Ditto.
8341         * wl-template.el (toplevel): Ditto.
8342         * wl-thread.el (toplevel): Ditto.
8343         * wl-util.el (toplevel): Ditto.
8344         * wl-vars.el (toplevel): Ditto.
8345         * wl-xmas.el (toplevel): Ditto.
8346         * wl.el (toplevel): Ditto.
8347
8348 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8349
8350         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8351         instead of product.
8352
8353         * wl-version.el (wl-version): Compile time evalution elmo-version.
8354
8355 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8356
8357         * wl-summary.el (wl-summary-sync-force-update): Append queue
8358         `mark-as-read'if unplugged.
8359
8360 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * wl-version.el: New file.  Use product.el.
8363         * wl.el: add (require 'wl-version).
8364         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8365         for ~/.folders header.
8366         (wl-fldmgr-folders-header): Changed.
8367         * wl-demo.el (wl-demo): Use product.el.
8368
8369         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8370         wl-version.el.
8371         * wl-util.el (wl-version, wl-version-show): Ditto.
8372
8373         * wl-util.el (wl-generate-user-agent-string,
8374         wl-extended-emacs-version, wl-extended-emacs-version2,
8375         wl-extended-emacs-version3): Move to wl-version.el.
8376         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8377         xemacs-codename, mime-edit-insert-user-agent-field,
8378         mime-edit-user-agent-value, mime-editor/version,
8379         mime-editor/codename): Compile warning killer move to
8380         wl-version.el
8381
8382 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8383
8384         * wl-summary.el (wl-summary-refile-subr): Fix.
8385
8386 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8387
8388         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8389         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8390
8391 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8392
8393         * wl.el (wl-check-environment): Check too many `@'.
8394
8395 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8396
8397         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8398
8399 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8400
8401         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8402         wl-draft-reply-myself-without-argument-list): Add variables.
8403         * wl-draft.el (wl-draft-reply): Use it.
8404
8405 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8406
8407         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8408         the 5th argument of `elmo-network-get-spec'.
8409
8410         * wl-thread.el (wl-thread-reparent-children): New inline function.
8411         (wl-thread-delete-message): Use it.
8412
8413         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8414         (wl-summary-score-update-all-lines): Don't use `dolist'.
8415
8416 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8417
8418         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8419         (require 'elmo-msgdb) for inline function.
8420
8421 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8422
8423         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8424
8425 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8426
8427         * wl-score.el (wl-score-headers): Fix for the confusing macro
8428         `elmo-kill-buffer'.
8429
8430 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8431
8432         * wl-summary.el: Don't use the 3rd argument of `require' because
8433         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8434         * wl-util.el: Ditto.
8435         * wl-draft.el: Ditto.
8436
8437 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8438
8439         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8440         window system is not used.
8441
8442 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8443
8444         * wl-thread.el: Don't use `mapcar' only for iteration.
8445         (wl-thread-resume-entity): Ditto.
8446         (wl-thread-delete-message): Ditto.
8447
8448         * wl-summary.el: Bind `dragdrop-drop-functions',
8449         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8450         of `require' for `timezone', `easymenu' and `ps-print';
8451         don't use `mapcar' only for iteration.
8452
8453         * wl-util.el: Bind `mule-version', `nemacs-version',
8454         `emacs-beta-version', `xemacs-codename',
8455         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8456         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8457         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8458         only for iteration.
8459
8460         * wl-score.el: Don't use `mapcar' only for iteration.
8461         (wl-score-simplify-buffer-fuzzy): Ditto.
8462         (wl-score-simplify-subject): Ditto.
8463         (wl-score-headers): Ditto.
8464         (wl-summary-score-update-all-lines): Ditto.
8465
8466         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8467         `enable-multibyte-characters' and `mule-version'.
8468
8469         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8470         `mapcar' only for iteration.
8471
8472         * wl-demo.el: Don't use `mapcar' only for iteration.
8473
8474         * wl-folder.el: Don't use `mapcar' only for iteration.
8475         (wl-folder-open-all): Ditto.
8476         (wl-folder-count-incorporates): Ditto.
8477
8478         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8479         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8480
8481         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8482         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8483         `smtp-connection-type'; specify 3rd argument of `require' for
8484         `timezone'; don't use `mapcar' only for iteration.
8485         (wl-draft-clone-local-variables): Don't use `mapcar'.
8486         (wl-draft-generate-clone-buffer): Ditto.
8487         (wl-user-agent-compose-internal): Ditto.
8488
8489         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8490
8491         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8492         (wl-save-status): Ditto.
8493
8494         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8495         for iteration.
8496
8497 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8500         removed `Date'.
8501         (wl-fldmgr-make-filter-default): New user option.
8502
8503         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8504         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8505         (wl-fldmgr-filter-completion-alist): Abolish.
8506
8507         * wl.el (wl): Don't check servers if arg is non-nil.
8508
8509         * wl-draft.el (wl-draft-reply): Set only message-id string to
8510         In-Reply-To field.
8511
8512 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-summary.el (wl-summary-pick): Rewrite.
8515
8516         * wl-draft.el (wl-draft-forward): Get references field from
8517         original buffer.
8518         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8519
8520 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8521
8522         * wl-draft.el (wl-draft-forward): Add references field.
8523
8524 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8527         (wl-draft-reply): Use it.
8528
8529 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8530
8531         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8532         when Emacs 21 is running.
8533
8534         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8535         bindings.
8536
8537 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8538
8539         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8540         XPM icons transparent.
8541
8542         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8543         Emacs 21.
8544
8545 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8548         nil.
8549
8550         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8551         when it is persistent.
8552         (wl-summary-sync-marks): Changed argument for
8553         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8554         (wl-summary-virtual): Use `elmo-read-search-condition'.
8555         (wl-summary-redisplay-internal): If folder is local, mark as read
8556         even when folder is plugged.
8557
8558 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8559
8560         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8561         of `tool-bar-lines' in the frame parameters.
8562         (after-make-frame-functions, post-command-hook): Don't modify the
8563         value.
8564         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8565         wl-e21-tool-bar-lines): Removed.
8566
8567 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8568
8569         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8570         properties `evaporate' and `wl-momentary-overlay' as well.
8571         (wl-highlight-summary-displaying): Ditto.
8572         (wl-delete-all-overlays): Don't delete overlay which does not have
8573         a property `wl-momentary-overlay'.
8574
8575         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8576         `display-mouse-p' and `display-graphic-p'.
8577         (wl-folder-init-icons): Don't search for XBM or the other files.
8578         (wl-plugged-set-folder-icon): Make icons if and only if
8579         `display-graphic-p' returns non-nil.
8580         (wl-highlight-plugged-current-line): Use `before-string' overlay
8581         property to show icon images.
8582         (wl-highlight-folder-current-line): Ditto.
8583         (wl-e21-highlight-folder-group-line): Ditto.
8584         (wl-e21-highlight-folder-by-numbers): Ditto.
8585         (wl-e21-insert-image): Removed.
8586         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8587         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8588         said.
8589         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8590         `wl-e21-force-switch-toolbar'.
8591         (wl-e21-make-icon-image): Removed.
8592         (wl-e21-setup-toolbar): Don't search for XBM files.
8593         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8594         the default value.
8595
8596 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * wl-util.el (wl-biff-check-folder-async): Set
8599         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8600
8601 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8602
8603         * wl-e21.el (after-make-frame-functions): Add
8604         `wl-e21-force-switch-toolbar'.
8605         (wl-e21-force-switch-toolbar): New function force to switch the
8606         toolbar appearance automatically.
8607         (post-command-hook): Add `wl-e21-switch-toolbar'.
8608         (wl-e21-switch-toolbar): New function to switch the toolbar
8609         appearance automatically.
8610         (wl-e21-tool-bar-lines): New buffer local variable.
8611
8612 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl-util.el (wl-biff-check-folders-running): New variable.
8615         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8616         (wl-biff-check-folder-async-callback):
8617         Set `wl-biff-check-folders-running'.
8618         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8619         with unwind-protect.
8620
8621         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8622         Enclose `wl-folder-auto-check' with unwind-protect.
8623
8624         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8625         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8626
8627         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8628
8629         * wl-util.el (wl-biff-notify): New inline function.
8630         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8631         locally.
8632         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8633         folder-list' is 1.
8634         Use `wl-biff-notify'.
8635         (wl-biff-check-folder-async-callback): New function.
8636         (wl-biff-check-folder-async): Ditto.
8637
8638         * wl-folder.el (wl-folder): Don't check folders.
8639         (wl-folder-auto-check): New function.
8640
8641 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8642
8643         * wl-util.el (wl-biff-start) [Emacs19+]:
8644         Use `timer-next-integral-multiple-of-time'.
8645         (wl-biff-check-folders): Use `wl-default-folder'
8646         if `wl-biff-check-folder-list' is nil.
8647
8648 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8649
8650         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8651         instead of `elmo-delete-lists'.
8652
8653 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8654
8655         * wl.el (wl-plugged-toggle-all): Set the value of
8656         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8657         (wl-plugged-toggle): Ditto.
8658         (wl-toggle-plugged): Ditto.
8659         (wl-plugged-init): Ditto.
8660
8661         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8662         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8663         instead of `wl-biff-state-indicator-off' and
8664         `wl-biff-state-indicator-on'; don't modify the value and the type
8665         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8666         (wl-plugged-init-icons): Set icons data to
8667         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8668         instead of `wl-plug-state-indicator-off' and
8669         `wl-plug-state-indicator-on'; don't modify the value and the type
8670         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8671
8672         * wl-vars.el (wl-modeline-biff-state-off,
8673         wl-modeline-biff-state-on, wl-modeline-biff-status,
8674         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8675         wl-modeline-plug-status): New internal variables.
8676         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8677         wl-biff-check-interval, wl-biff-check-folder-list): Change
8678         customization group from `wl-folder' to `wl-highlight'.
8679         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8680         wl-show-plug-status-on-modeline): Defcustomized.
8681
8682         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8683         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8684         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8685         a flag to `mode-line-buffer-identification'.
8686
8687         * wl-e21.el (wl-biff-init-icons): Set icons data to
8688         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8689         instead of `wl-biff-state-indicator-off' and
8690         `wl-biff-state-indicator-on'.
8691         (wl-plugged-init-icons): Set icons data to
8692         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8693         instead of `wl-plug-state-indicator-off' and
8694         `wl-plug-state-indicator-on'.
8695
8696 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8697
8698         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8699         excessive titles.
8700
8701 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8702
8703         * wl.el (wl-plugged-mode): Use revised
8704         `wl-mode-line-buffer-identification'.
8705         (wl-plugged-init): Don't use `force-mode-line-update'.
8706
8707         * wl-xmas.el (wl-draft-overload-functions): Use revised
8708         `wl-mode-line-buffer-identification'.
8709         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8710         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8711         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8712         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8713         `wl-make-plugged-hook';
8714         add `wl-folder-init-icons' and `wl-setup-folder' to
8715         `wl-folder-mode-hook'.
8716
8717         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8718         19 as well.
8719         (wl-mode-line-display-priority-list): New user option.
8720         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8721         Defcustomized.
8722         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8723         Add docs.
8724
8725         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8726         start.
8727         (wl-mode-line-buffer-identification): Revised as a function.
8728
8729         * wl-summary.el (wl-summary-mode): Use revised
8730         `wl-mode-line-buffer-identification'; don't call
8731         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8732         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8733         `wl-xmas-setup-summary'.
8734
8735         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8736         `wl-mode-line-buffer-identification'.
8737
8738         * wl-mule.el (wl-draft-overload-functions): Use revised
8739         `wl-mode-line-buffer-identification'.
8740
8741         * wl-folder.el (wl-make-plugged-alist): Don't call
8742         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8743         (wl-folder): Don't call `wl-folder-init-icons' directly.
8744         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8745         `wl-xmas-setup-folder' directly;
8746         use revised `wl-mode-line-buffer-identification'.
8747         (TopLevel): Don't bind `wl-biff-init-icons',
8748         `wl-plugged-init-icons', `wl-folder-init-icons',
8749         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8750
8751         * wl-e21.el (wl-draft-overload-functions): Use revised
8752         `wl-mode-line-buffer-identification'.
8753         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8754         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8755         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8756         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8757         `wl-make-plugged-hook';
8758         add `wl-folder-init-icons' and `wl-setup-folder' to
8759         `wl-folder-mode-hook'.
8760
8761 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8762             Katsumi Yamaoka    <yamaoka@jpl.org>
8763
8764         * wl.el (wl): Call `wl-biff-start'.
8765         (wl-exit): Call `wl-biff-stop'.
8766         (wl-plugged-mode): Show biff in modeline.
8767         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8768
8769         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8770         (wl-biff-init-icons): New function.
8771         (wl-plugged-init-icons): Don't make too much keymaps.
8772         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8773
8774         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8775         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8776         variables.
8777         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8778         options.
8779
8780         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8781         wl-biff-start, wl-biff-stop): New functions.
8782         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8783         (wl-biff-timer-name): New variable.
8784
8785         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8786
8787         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8788         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8789
8790         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8791         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8792
8793         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8794         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8795         `wl-folder-init-icons' to `ignore' if they are not available.
8796         (wl-folder-mode): Show biff in modeline.
8797
8798         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8799         (wl-biff-init-icons): New function.
8800         (wl-plugged-init-icons): Don't make too much keymaps.
8801         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8802
8803 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8804
8805         * wl-vars.el (wl-strict-diff-folders): Customization Type
8806         and doc fix.  Define as a list of regular expressions for
8807         folders or nil.
8808         * wl-folder.el (wl-folder-check-one-entity): Use
8809         `wl-string-match-member' instead of `wl-string-member' for
8810         `wl-strict-diff-folders'.
8811
8812 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8813
8814         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8815         (wl-highlight-folder-current-line): Use it; new implementation.
8816         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8817         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8818         `defsubst' instead of `defun'.
8819
8820         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8821         `wl-highlight-group-folder-by-numbers'; made it can also be a
8822         number.  See info for more details.
8823
8824         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8825         running.
8826
8827         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8828         to bind them.
8829
8830         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8831         (wl-highlight-folder-current-line): New implementation.
8832
8833         * wl-highlight.el (wl-highlight-folder-group-line): New
8834         implementation.
8835         (wl-delete-all-overlays): Rewrite as a marco.
8836         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8837
8838         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8839         running.
8840         (wl-folder-*-glyph): No need to bind them.
8841
8842         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8843         `wl-e21-highlight-folder-group-icon'; rewrite.
8844         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8845         `defsubst' instead of `defun'.
8846         (wl-folder-mode-map): Bind it when compiling.
8847
8848 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8851
8852         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8853
8854 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8855
8856         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8857
8858 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8859
8860         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8861         (wl-highlight-folder-current-line): Use it.
8862
8863         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8864         in `id-name'.
8865
8866 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8867
8868         * wl.el: Require `wl-e21' when Emacs 21 is running.
8869
8870         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8871         default when Emacs 21 is running.
8872         (wl-use-highlight-mouse-line): Ditto.
8873         (wl-on-emacs21): New constant.
8874         (wl-on-emacs20): Removed.
8875
8876         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8877         Emacs 21 is running.
8878
8879         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8880         Emacs 21 is running.
8881
8882         * wl-e21.el: New file.
8883
8884 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8885
8886         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8887         (wl-toggle-plugged): Ditto.
8888         (wl-plugged-toggle): Ditto.
8889         (wl-plugged-toggle-all): Ditto.
8890
8891         * wl-vars.el (wl-plug-state-indicator): Refer
8892         `wl-plug-state-indicator-on' indirectly.
8893
8894 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8897         Call `wl-folder-confirm-existence'.
8898
8899         * wl-folder.el (wl-folder-confirm-existence): Added optional
8900         argument `force'.
8901
8902 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8903
8904         * wl-summary.el (wl-summary-refile-subr): Assume
8905         `copy-or-refile' as symbol.
8906         (wl-summary-refile): Follow up above change.
8907         (wl-summary-copy): Ditto.  Doc fix.
8908
8909 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-summary.el (wl-summary-pick): Don't bind
8912         `elmo-search-mime-charset'.
8913
8914         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8915         default using old backquote style.
8916         (wl-search-mime-charset): Abolished.
8917
8918         * wl-highlight.el (wl-highlight-headers):
8919         Call `point' after `re-search-forward'(for Nemacs).
8920
8921         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8922         for elmo-imap4.el.
8923
8924 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8925
8926         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8927         `wl-message-ignored-field-list' instead of
8928         `mime-view-ignored-field-list'.
8929
8930         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8931         Add interactive spec.
8932         (wl-folder-goto-bottom-of-current-folder): Ditto.
8933         (wl-folder-mode-map): Bind them.
8934
8935         * wl-vars.el (wl-message-ignored-field-list): New variable.
8936         (wl-message-visible-field-list): New variable.
8937
8938         * wl-mime.el (wl-mime-header-presentation-method): New function.
8939         (wl-mime-setup): Set header-presentation-method.
8940
8941 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8942
8943         * wl-nemacs.el (wl-draft-overload-functions): Set
8944         `mode-line-buffer-identification' instead of using
8945         `wl-make-modeline'.
8946
8947         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8948         instead of using `wl-make-modeline'.
8949
8950         * wl-xmas.el (wl-plugged-init-icons): Set up
8951         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8952         (wl-make-modeline): Abolish.
8953         (wl-draft-overload-functions): Set
8954         `mode-line-buffer-identification' instead of using
8955         `wl-make-modeline'.
8956
8957         * wl-util.el (wl-make-modeline-subr): Abolish.
8958         (wl-mode-line-buffer-identification): New alias.
8959
8960         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8961         (wl-summary-make-modeline): Abolish.
8962         (wl-summary-buffer-set-folder): Set
8963         `wl-summary-buffer-folder-indicator'.
8964         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8965         of using `wl-make-modeline'.
8966         (wl-summary-switch-to-clone-buffer): Don't set
8967         `mode-line-buffer-identification'.
8968         (wl-summary-goto-folder-subr): Ditto.
8969
8970         * wl-mule.el (wl-draft-overload-functions): Set
8971         `mode-line-buffer-identification' instead of using
8972         `wl-make-modeline'.
8973
8974         * wl-folder.el (wl-folder-mode): Set
8975         `mode-line-buffer-identification' instead of using
8976         `wl-make-modeline'.
8977         (wl-folder): Don't set `mode-line-buffer-identification'.
8978
8979 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8980
8981         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8982         instead of `member' for `wl-refile-guess-func-list' look-ups.
8983         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8984
8985 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8986
8987         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8988         `wl-message-button-dispatcher'.
8989
8990         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8991
8992         * wl-message.el (wl-message-button-dispatcher): Use it.
8993
8994         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8995         "In-Reply-To".
8996
8997         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8998         Bind `case-fold-search' to t.
8999
9000 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9001
9002         * wl-xmas.el (wl-message-overload-functions): Initialize
9003         `wl-message-button-map'.
9004
9005         * wl-mule.el (wl-message-overload-functions): Initialize
9006         `wl-message-button-map'.
9007
9008         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9009
9010         * wl-message.el (wl-message-button-map): New keymap.
9011         (wl-message-add-button): New function.
9012         (wl-message-button-dispatcher): New function.
9013         (wl-message-button-refer-article): New function.
9014
9015         * wl-highlight.el
9016         (wl-highlight-message-add-buttons-to-header): New function.
9017         (wl-highlight-headers): Use it.
9018
9019 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9020
9021         * wl-summary.el (wl-summary-default-from): Use
9022         `wl-address-get-petname-1'.
9023         (wl-summary-simple-from): Ditto.
9024
9025         * wl-address.el (wl-address-get-petname-1): New inline function.
9026         (wl-address-get-petname): Use it.
9027
9028 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9029
9030         * wl-summary.el (wl-summary-default-from): Return full-name part
9031         from the address if no petname was found.
9032         (wl-summary-simple-from): Ditto.
9033
9034         * wl-address.el (wl-address-get-petname): Return nil if no petname
9035         associated with the address was found.
9036
9037 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9038
9039         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9040         display is finished.
9041
9042 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9045         `elmo-folder-exists-p' argument.
9046
9047 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9048
9049         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9050         the folder.
9051
9052 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9055
9056         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9057         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9058
9059 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9060
9061         * wl-folder.el (wl-folder-create-subr): New function.
9062         (wl-folder-confirm-existence): Use it.
9063         (wl-folder-check-one-entity): Use it.
9064         Check the error symbol is derived from 'elmo-open-error.
9065
9066         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9067         `ignore-error'.
9068
9069 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9070
9071         * wl-util.el (toplevel): Add (eval-when-compile (require
9072         'elmo-util)).  (Maybe `provide' is typo.)
9073
9074 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9077         (I don't know why this was needed.)
9078
9079         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9080         Follow up changes for stream-type.
9081
9082         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9083         (wl-draft-elmo-nntp-send): Ditto.
9084
9085         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9086         (wl-nntp-posting-stream-type): Ditto.
9087         (wl-pop-before-smtp-ssl): Abolished.
9088         (wl-nntp-posting-ssl): Ditto.
9089
9090         * wl-address.el (wl-address-quote-specials): New function.
9091         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9092
9093         * wl-draft.el (wl-draft-reply): Ditto.
9094
9095 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9096
9097         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9098         use function `wl-string-match-assoc'.
9099
9100 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9103
9104         * wl-draft.el (wl-draft-deduce-address-list): New function.
9105         (wl-draft-parse-mailbox-list): Ditto.
9106         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9107         instead of `smtp-deduce-address-list'.
9108         (wl-draft-on-field-p): Follow group list.
9109
9110         * wl-address.el (wl-address-concat-token): New function.
9111         (wl-address-string-without-group-list-contents): Ditto.
9112         (wl-complete-field-body): Fixed problem of completion
9113         by japanese petname.
9114         (wl-address-make-completion-list): Rewrite.
9115
9116 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9117
9118         * wl-address.el (wl-address-make-completion-list): Completion by
9119         petname.
9120         (wl-complete-field-body): Likewise.
9121
9122 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9125         contains invalid address syntax.
9126
9127 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * wl-folder.el (wl-folder-check-entity-async): Use
9130         `elmo-nntp-spec-hostname'.
9131
9132 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9133
9134         * wl-summary.el (wl-summary-msgdb-load-async): Use
9135         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9136
9137 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-draft.el (wl-draft-reply): Set argument
9140         `content-transfer-encoding' as nil.
9141
9142 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9143
9144         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9145         `wl-refile-alist'.
9146
9147 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9148
9149         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9150         (wl-draft-edit-string): Ditto.
9151         (wl-draft-forward): Ditto.
9152         * wl-summary.el (wl-summary-write): Ditto.
9153
9154 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-summary.el (wl-summary-sync-update3): Call
9157         `wl-summary-buffer-number-column-detect'.
9158         (wl-summary-buffer-number-column-detect): Search from point-min.
9159
9160 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9161
9162         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9163         contains an address which is not included in original to or cc.
9164
9165 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9166
9167         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9168         begin-line does not exist.
9169         * wl-message.el (wl-message-uu-substring): Ditto.
9170
9171 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9174         clear local variables.
9175         (wl-summary-exit): Call `elmo-commit'.
9176         (wl-summary-switch-to-clone-buffer): Call
9177         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9178         (wl-summary-goto-folder-subr): Ditto.
9179
9180         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9181         POP folder.
9182
9183 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9186         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9187         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9188         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9189         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9190         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9191
9192         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9193
9194 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9195
9196         * wl-summary.el (wl-summary-search-by-subject):
9197         Search parent message from the latest one.
9198
9199 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9202         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9203
9204         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9205         New user option.
9206
9207         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9208         if elmo-nntp-use-killed-list is nil.
9209         Use `elmo-msgdb-append-to-killed-list'.
9210         (Append numbers confirmed as disappeared to the killed list.)
9211         (wl-summary-confirm-appends): Don't display negative number.
9212
9213 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9214
9215         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9216
9217 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9220         range is `all'.
9221         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9222         `elmo-list-bigger-diff'.
9223
9224 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-summary.el (wl-summary-buffer-exit-func):
9227         New buffer local variable.
9228         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9229
9230 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9231
9232         * wl-demo.el (wl-demo): Fix the last change.
9233
9234 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9235
9236         * wl-demo.el (wl-demo): Don't use `eval'.
9237
9238 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9239
9240         * wl-summary.el (wl-summary-buffer-thread-modified):
9241         New buffer-local variable.
9242         (wl-summary-set-thread-modified): New function.
9243         (wl-summary-thread-modified-p): New function.
9244         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9245         (wl-summary-yank-saved-message): Use function
9246         `wl-summary-set-thread-modified'
9247         (wl-summary-switch-to-clone-buffer): Add
9248         `wl-summary-buffer-thread-modified'.
9249
9250         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9251         (wl-summary-buffer-mark-saved-hook): Ditto.
9252         * wl-summary.el (wl-summary-msgdb-save): New hook
9253         `wl-summary-buffer-message-saved-hook' and
9254         `wl-summary-buffer-mark-saved-hook'.
9255
9256 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9257
9258         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9259
9260 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9261
9262         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9263         don't hide scroll bars under FSF Emacsen because it may incur an
9264         undesirable redrawing.
9265
9266 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9267
9268         * wl-draft.el (wl-draft-edit-string): Call
9269         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9270
9271 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9272
9273         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9274
9275 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9276
9277         * wl-summary.el (wl-summary-msgdb-load-async): Call
9278         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9279
9280 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9281
9282         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9283         fringes in demo buffer; center bitmap logo correctly even if old
9284         Mule is used.
9285
9286 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9287
9288         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9289
9290         * wl-refile.el (wl-refile-subject-alist): New variable.
9291         (wl-refile-subject-alist-file-name): Ditto.
9292         (wl-refile-alist-setup): Rewrite.
9293         (wl-refile-alist-save): Use `elmo-object-save'.
9294         Eliminated arguments.
9295         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9296         (wl-refile-guess-by-subject): New function.
9297         (wl-refile-guess-func-list): Added it.
9298
9299 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9300
9301         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9302         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9303
9304 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9305
9306         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9307         New buffer-local variable.
9308         (wl-summary-buffer-next-folder-func): Ditto.
9309         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9310         if non-nil.
9311         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9312         if non-nil.
9313         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9314         if non-nil.
9315         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9316         if non-nil.
9317
9318 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9319
9320         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9321         permanently in the demo buffer.
9322
9323 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9326         `mime-entity-fetch-field'.
9327
9328         * wl.el (wl-exit): Delete plugged buffer.
9329
9330         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9331         XEmacs has menubar feature.
9332
9333 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9334
9335         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9336         cannot arrive at the beginning of the buffer under old Emacsen.
9337
9338 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * wl-address.el (wl-address-ldap-search):
9341         Call `ldap-search-entries' with `withdn' argument t.
9342         (wl-complete-field-body): Bind completion-ignore-case as t.
9343         Clear ldap search hash when it was sole completion.
9344         Use elmo-string for pattern string.
9345         (wl-ldap-alias-safe-string): Eliminated needless let.
9346
9347 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9348
9349         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9350         (wl-ldap-alias-sep): New constant.
9351         (wl-ldap-search-attribute-type-list): Ditto.
9352         (wl-ldap-get-value): New function.
9353         (wl-ldap-make-filter): Ditto.
9354         (wl-ldap-make-matched-value-list): Ditto.
9355         (wl-ldap-alias-safe-string): Ditto.
9356         (wl-ldap-register-dn-string): Ditto.
9357         (wl-address-ldap-search): Rewrite.
9358
9359 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9360
9361         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9362         thread is deleted.
9363         (wl-thread-delete-line-from-buffer): Ditto.
9364         (wl-thread-get-exist-children): New function.
9365
9366 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9367
9368         * wl-demo.el (wl-demo): Made it to select various image types.
9369         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9370         from `wl-title-logo'.
9371         (wl-logo-ascii): New variable.
9372         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9373         (wl-demo-copyright-notice): New constant.
9374
9375         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9376
9377 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9378
9379         * wl-vars.el (wl-summary-target-above): Renamed from
9380         wl-summary-temp-above.
9381         * wl-score.el (wl-score-get-score-alist): Use it.
9382         (wl-summary-score-update-all-lines): Use it.
9383         * wl-summary.el: Ditto. (make-variable-buffer-local).
9384
9385 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * wl-vars.el (wl-ldap-port): New user option.
9388
9389         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9390         Rewite whole implementation.
9391         (wl-complete-field-body): Fixed.
9392
9393 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9394
9395         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9396         Choose implementation at compile time.
9397
9398 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9399
9400         * wl-address.el (wl-ldap-search-internal): New function.
9401         (wl-complete-field-to): Use it.
9402
9403 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9406         Use `let' instead of `let*'.
9407         Require 'wl-vars.
9408
9409         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9410         Define as defcustom.
9411         (wl-ldap-base): Ditto.
9412         (wl-use-ldap): Ditto.
9413
9414 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9415
9416         * wl-address.el (wl-ldap-search): New function.
9417         (wl-complete-field-body): Use `wl-ldap-search'.
9418         (wl-ldap-server): New variable.
9419         (wl-ldap-base): Ditto.
9420         (wl-use-ldap): Ditto.
9421
9422 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9423
9424         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9425         (Pointed out by Mito <mit@nines.nec.co.jp>).
9426         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9427         buffer-local variables like `wl-summary-redisplay-internal'.
9428         (wl-summary-redisplay-all-header): Likewise.  Update
9429         Summary view too.
9430
9431 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-summary.el (wl-summary-jump-to-parent-message):
9434         Consider prefix argument.
9435
9436         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9437         when closed thread is deleted.
9438
9439 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9440
9441         * wl-summary.el (wl-summary-jump-to-parent-message):
9442         Consider thread modification.
9443
9444 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9445
9446         * wl-message.el (wl-message-normal-get-original-buffer): Use
9447         `save-excursion'.
9448
9449         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9450         (wl-summary-showto-folder-regexp): Ditto.
9451
9452 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9453
9454         * wl-util.el (wl-delete-alist): Doc fix.
9455         (wl-delete-associations): New function.
9456         (wl-inverse-alist): New function.
9457         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9458         Split temporary variables. Use `wl-delete-associations'
9459         and `wl-inverse-alist'.
9460         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9461
9462 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9463
9464         * wl-folder.el (wl-folder-prefetch-entity):
9465         Execute prefetching if new count is unknown.
9466
9467 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9468
9469         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9470
9471         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9472         delete entity.
9473         (wl-thread-set-parent): If insert as top, set linked as nil.
9474
9475         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9476         `wl-thread-cleanup-symbols' when view mode is thread.
9477
9478 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9479
9480         * wl-folder.el (wl-folder-create-folder-entity): Use
9481         with-current-buffer.
9482         (wl-local-folder-init): Call set-buffer to make sure we are in
9483         the Folder buffer. Don't touch buffer-local variables here.
9484         (wl-folder-mode): Initialize buffer-local variables here.
9485
9486         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9487         (wl-folder-entity-assign-id): Ditto.
9488         (wl-folder-create-entity-hashtb): Ditto.
9489         (wl-local-folder-init): Ditto.
9490         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9491
9492 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9493
9494         * wl-summary.el (wl-summary-default-from): Fix probrem when
9495         std11-extract-address-components return (nil "foo@bar").
9496
9497 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9498
9499         * wl-draft.el (wl-draft-clone-local-variables):
9500         Remove redundant `setq'.
9501
9502 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9503
9504         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9505         Bind wl-highlight-x-face-func as nil while highlighting header.
9506
9507 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9508
9509         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9510
9511 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9512
9513         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9514         elmo-msgdb-overview-hashtb from copy-variables.
9515         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9516         instead of `elmo-msgdb-overview-get-entity-by-number'.
9517         (wl-summary-auto-refile): Ditto.
9518
9519         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9520         `elmo-msgdb-overview-get-entity' instead of
9521         `elmo-msgdb-search-overview-entity'.  Use
9522         `elmo-msgdb-overview-get-entity' instead of
9523         `elmo-msgdb-overview-get-entity-by-number'.
9524         (wl-thread-insert-entity-sub): Ditto.
9525         (wl-thread-insert-message): Ditto.
9526
9527         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9528         `elmo-msgdb-overview-get-entity'.
9529         (wl-normal-message-redisplay): Ditto.
9530
9531 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9532
9533         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9534         `wl-thread-entities'.
9535         (wl-thread-delete-message): Fix remove top message from
9536         `wl-thread-entity-list'.
9537
9538         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9539         wl-append(nconc), because update-list is broken on Meadow.
9540
9541         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9542         updating process.
9543         (wl-summary-rescan): Ditto.
9544         (wl-summary-sync-update3): Ditto.
9545         * wl-thread.el (wl-thread-set-parent): Renamed from
9546         `wl-summary-set-parent'.
9547         (wl-thread-insert-message): Updating buffer faster.
9548         (wl-thread-delete-message): Updating buffer faster.
9549
9550         * wl-score.el (wl-summary-score-update-all-lines): Changed
9551         interval for display progress gauge.
9552
9553 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9554
9555         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9556         folder always-sticky.
9557         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9558         defmacro.
9559
9560 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-vars.el (wl-draft-add-references): New user option.
9563
9564         * wl-draft.el (wl-draft-add-references): New function.
9565         (wl-draft-yank-from-mail-reply-buffer): Use it.
9566         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9567         as nil.
9568
9569 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9570
9571         * wl-thread.el (wl-thread-update-line-msgs): Called
9572         `wl-thread-update-line-on-buffer-sub'.
9573         (wl-thread-update-line-on-buffer): Delete routine of inserting
9574         thread.
9575         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9576         moved from `wl-thread-update-line-on-buffer'.
9577         Add threshold for displaying progress gauge.
9578         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9579         argument of `wl-thread-update-line-msgs'.
9580         Add threshold for displaying progress gauge.
9581         * wl-folder.el:
9582         Add threshold for displaying progress gauge.
9583         * wl-score.el: Ditto.
9584
9585         * wl-expire.el (wl-summary-expire): Display deleting info.
9586
9587 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9588
9589         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9590         `no-msg'.
9591         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9592         argument of `wl-thread-update-line-msgs'.
9593         (wl-summary-set-parent): Added optional argument `parent-number'.
9594         (wl-summary-buffer-saved-message): New buffer local variable.
9595         (wl-summary-save-current-message): New command.
9596         (wl-summary-yank-saved-message): Ditto.
9597         (wl-summary-mode-map): Added key binding for
9598         `wl-summary-save-current-message' (\ew) and
9599         `wl-summary-yank-saved-message' (\C-y).
9600         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9601
9602 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9603
9604         * wl-summary.el (wl-summary-mode-map): Added key binding for
9605         `wl-summary-set-parent' (ts).
9606
9607 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9608
9609         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9610         subject faster. If thread number is reverse, delayed updating
9611         thread.
9612         (wl-summary-search-by-subject): Ditto.
9613         (wl-summary-put-alike): Ditto.
9614         (wl-summary-get-alike): Ditto.
9615         (wl-summary-insert-headers): Insert header of all overview in
9616         buffer.
9617         (wl-summary-rescan): Delayed updating thread. Kill search subject
9618         buffer for wl-summary-search-by-subject.
9619         (wl-summary-sync-update3): Ditto.
9620         (wl-summary-exit): Ditto.
9621         (wl-summary-goto-bottom-of-current-thread): Change for linked
9622         thread.
9623         (wl-summary-overview-create-summary-line): Change line for linked
9624         thread.
9625
9626         * wl-summary.el (wl-summary-update-thread): Use
9627         wl-thread-maybe-get-children-num.
9628         (wl-summary-set-parent): If change parent, move sub thread.
9629         (wl-summary-redisplay-internal): Add horizontal recenter.
9630         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9631
9632         * wl-thread.el (wl-thread-entity-get-linked): New function.
9633         (wl-thread-entity-set-linked): New function.
9634         (wl-thread-create-entity): Add linked element.
9635         (wl-thread-entity-insert-as-top): Use wl-append.
9636         (wl-thread-maybe-get-children-num): If closing thread, return
9637         children msgs.
9638         (wl-thread-update-line-msgs): Displaying progress message.
9639         (wl-thread-update-line-on-buffer-sub): Use
9640         wl-thread-maybe-get-children-num.
9641         (wl-thread-update-line-on-buffer): If update line is not exists,
9642         insert thread.
9643         (wl-thread-delete-message): If delete top msg of thread, search
9644         parent by subject.
9645         (wl-thread-insert-entity): Use
9646         wl-thread-maybe-get-children-num.
9647
9648         * wl-highlight.el (wl-highlight-summary-current-line): change
9649         sregexp for linked thread.
9650         * wl-util.el (wl-count-lines): Count lines.
9651         (wl-horizontal-recenter): horizontal recenter.
9652         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9653         (wl-score-get-alike): Ditto.
9654         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9655         (wl-subject-length-limit): New variable.
9656         (wl-highlight-thread-indent-string-regexp): Changed for linked
9657         thread.
9658
9659 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9660
9661         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9662         New variable (revival).
9663         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9664         by subject matching if there's no in-reply-to nor references field
9665         (revival).
9666
9667 \f
9668 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9669
9670         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9671         message.
9672
9673 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-summary.el (wl-summary-reply): Return t if there was a
9676         message at cursor point.
9677         Added unwind-protect.
9678         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9679         returns t.
9680         (wl-summary-cancel-message): Do nothing when there's no message at
9681         cursor point.
9682         (wl-summary-forward): Ditto.
9683         (wl-summary-jump-to-parent-message): Ditto.
9684         (wl-summary-reedit): Ditto.
9685         (wl-summary-edit-addresses): Ditto.
9686         (wl-summary-pipe-message): Ditto.
9687         (wl-summary-print-message-with-ps-print): Ditto.
9688         (wl-summary-print-message): Ditto.
9689         (wl-summary-mark-as-important): Ditto.
9690         (wl-summary-mark-as-unread): Ditto.
9691
9692         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9693         message at cursor point.
9694         (wl-summary-reply-with-citation): Remove unwind-protect.
9695
9696         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9697         subject searching feature.
9698         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9699         Eliminated.
9700
9701 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9702
9703         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9704         New variable.
9705         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9706         by subject matching if there's no in-reply-to nor references field.
9707
9708         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9709
9710         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9711         when display is finished.
9712         (wl-folder-open-all): Ditto.
9713         (wl-folder-update-access-group): Ditto.
9714         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9715         * wl-thread.el (wl-thread-close-all): Ditto.
9716
9717         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9718         progress gauge only when it was displayed.
9719         * wl-folder.el (wl-folder-insert-entity): Ditto.
9720
9721 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9722
9723         * wl-summary.el (wl-summary-incorporate): Enclose
9724         `wl-summary-sync-force-update' with save-excursion.
9725
9726 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9727
9728         * wl-summary.el (wl-summary-prefetch-region):
9729         Pass current cursor point to `pos-visible-in-window-p' after
9730         moving cursor to the started point.
9731
9732 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9733
9734         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9735
9736         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9737         fields from the forwarding message.
9738         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9739         `ignored-fields'.
9740
9741 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-mime.el (wl-message-request-partial):
9744         Eliminated argument `msgdb'.
9745         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9746         (wl-mime-combine-message/partial-pieces): Likewise.
9747         * tm-wl.el (wl-message-request-partial): Likewise.
9748         (wl-mime-combine-message/partial-pieces): Likewise.
9749
9750 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9751
9752         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9753         when display is finished.
9754
9755 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9756
9757         * wl-summary.el (wl-summary-goto-folder-subr):
9758         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9759
9760 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9761
9762         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9763         when cursor point is visible.
9764
9765 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9766
9767         * wl-expire.el (wl-expire-archive-get-max-number):
9768         Don't use `file-name-directory'.
9769
9770 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-expire.el (wl-expire-archive-get-max-number):
9773         Use `file-name-directory'.
9774
9775 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9778         only when there is progress.
9779
9780 2000-04-13  Mito <mit@nines.nec.co.jp>
9781
9782         * wl-summary.el (wl-summary-sync-marks): Display progress.
9783
9784 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9785
9786         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9787         (wl-summary-prev): Move cursor regardless of unread status.
9788         (wl-summary-next): Ditto.
9789
9790 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9793         Added argument `target' and `number'.
9794         * tm-wl.el (wl-summary-burst-subr): New function.
9795         (wl-summary-burst): Use it.
9796
9797 2000-04-10  Mito <mit@nines.nec.co.jp>
9798
9799         * wl-mime.el (wl-burst): New function.
9800         (wl-summary-burst): Use it.
9801
9802 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9803
9804         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9805         as petname when there's no candidate.
9806
9807 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9810         New variable.
9811         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9812
9813         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9814
9815         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9816
9817 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9818
9819         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9820         Use substring of `original' instead of buffer-substring.
9821         (wl-refile-evaluate-rule):
9822         Set `original' argument of wl-refile-expand-newtext.
9823
9824         * wl-summary.el
9825         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9826         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9827         (wl-summary-auto-refile): Check existence of destination folder just
9828         before marking.
9829
9830 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9831
9832         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9833         when wl-refile-get-field-value return nil.
9834
9835 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9836
9837         * wl-refile.el
9838         (wl-refile-expand-newtext): New function imported from Gnus.
9839         (wl-refile-evaluate-rule): Use it.
9840
9841 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9842
9843         * wl-summary.el (wl-summary-print-destination):
9844         Duplicate folder string to avoid putting text-property on
9845         original string.
9846
9847         * wl-refile.el (wl-refile-get-field-value): New function.
9848         (wl-refile-evaluate-rule): New function;
9849         Evaluate refile rule recursively.
9850         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9851         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9852         New function; Check existence of a target folder recursively.
9853         (wl-summary-auto-refile-check-refile-rule-alist):
9854         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9855
9856 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9859
9860         * wl-folder.el (wl-create-folder-entity-from-buffer):
9861         Fixed problem when '}' character is contained in folder name.
9862
9863         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9864
9865 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9866
9867         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9868         (wl-fldmgr-add-completion-all-completions):
9869         Use wl-fldmgr-add-completion-hashtb.
9870
9871 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9872
9873         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9874         wl-fldmgr-add-completion-subr): New functions.
9875         * wl-folder.el (wl-folder-completion-func): New variable.
9876         * wl-summary.el (wl-summary-read-folder):
9877         Use wl-folder-completion-func.
9878
9879         * wl-refile.el: Eliminate throw & catch.
9880
9881         * wl.el (wl-plugged-sending-queue-status): Fixed.
9882
9883 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9884
9885         * wl-draft.el (wl-draft): Put category property on
9886         mail-header-separator.